Uses of Class
dev.morphia.aggregation.stages.CollectionStats
-
Packages that use CollectionStats Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of CollectionStats in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type CollectionStats Modifier and Type Method Description Aggregation<T>Aggregation. collStats(CollectionStats stats)Returns statistics regarding a collection or view.Aggregation<T>AggregationImpl. collStats(CollectionStats stats) -
Uses of CollectionStats in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type CollectionStats Modifier and Type Method Description Class<CollectionStats>CollectionStatsCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type CollectionStats Modifier and Type Method Description protected voidCollectionStatsCodec. encodeStage(BsonWriter writer, CollectionStats value, EncoderContext encoderContext) -
Uses of CollectionStats in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return CollectionStats Modifier and Type Method Description static CollectionStatsCollectionStats. collStats()Creates a new collStats stageCollectionStatsCollectionStats. count(boolean count)Adds the total number of documents in the collection to the return document.CollectionStatsCollectionStats. histogram(boolean histogram)Adds latency histogram information to the embedded documents in latencyStats if true.CollectionStatsCollectionStats. scale(Integer scale)Specify the scale factor (i.e. storageStats: { scale:}) to use the specified scale factor for the various size data. static CollectionStatsCollectionStats. with()Deprecated, for removal: This API element is subject to removal in a future version.usecollStats()
-