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 voidCurrentOpCodec. 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 CurrentOpCurrentOp. 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 CurrentOpCurrentOp. currentOp()Creates a new stageCurrentOpCurrentOp. idleConnections(boolean idleConnections)If set to false, $currentOp will only report active operations.CurrentOpCurrentOp. idleCursors(boolean idleCursors)If set to true, $currentOp will report on cursors that are “idle”; i.e. open but not currently active in a getMore operation.CurrentOpCurrentOp. idleSessions(boolean idleSessions)Include idle sessions or notCurrentOpCurrentOp. localOps(boolean localOps)If set to true for an aggregation running on mongos, $currentOp reports only those operations running locally on that mongos.static CurrentOpCurrentOp. of()Deprecated, for removal: This API element is subject to removal in a future version.usercurrentOp()
-