Uses of Class
dev.morphia.aggregation.stages.CurrentOp
-
Packages that use CurrentOp Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of CurrentOp in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type CurrentOp Modifier and Type Method Description Aggregation<T>
Aggregation. currentOp(CurrentOp currentOp)
Returns a stream of documents containing information on active and/or dormant operations as well as inactive sessions that are holding locks as part of a transaction.Aggregation<T>
AggregationImpl. currentOp(CurrentOp currentOp)
-
Uses of CurrentOp in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type CurrentOp Modifier and Type Method Description Class<CurrentOp>
CurrentOpCodec. getEncoderClass()
Methods in dev.morphia.aggregation.codecs.stages with parameters of type CurrentOp Modifier and Type Method Description protected void
CurrentOpCodec. encodeStage(BsonWriter writer, CurrentOp value, EncoderContext encoderContext)
-
Uses of CurrentOp in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return CurrentOp Modifier and Type Method Description CurrentOp
CurrentOp. allUsers(boolean allUsers)
If set to false, $currentOp will only report on operations/idle connections/idle cursors/idle sessions belonging to the user who ran the command.static CurrentOp
CurrentOp. currentOp()
Creates a new stageCurrentOp
CurrentOp. idleConnections(boolean idleConnections)
If set to false, $currentOp will only report active operations.CurrentOp
CurrentOp. idleCursors(boolean idleCursors)
If set to true, $currentOp will report on cursors that are “idle”; i.e.CurrentOp
CurrentOp. idleSessions(boolean idleSessions)
Include idle sessions or notCurrentOp
CurrentOp. localOps(boolean localOps)
If set to true for an aggregation running on mongos, $currentOp reports only those operations running locally on that mongos.static CurrentOp
CurrentOp. of()
Deprecated, for removal: This API element is subject to removal in a future version.usercurrentOp()
-