Uses of Class
dev.morphia.aggregation.stages.IndexStats
-
Packages that use IndexStats Package Description dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of IndexStats in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type IndexStats Modifier and Type Method Description Class<IndexStats>IndexStatsCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type IndexStats Modifier and Type Method Description protected voidIndexStatsCodec. encodeStage(BsonWriter writer, IndexStats value, EncoderContext encoderContext) -
Uses of IndexStats in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return IndexStats Modifier and Type Method Description static IndexStatsIndexStats. indexStats()Creates the new stage.static IndexStatsIndexStats. of()Deprecated, for removal: This API element is subject to removal in a future version.useindexStats()
-