Uses of Class
dev.morphia.aggregation.stages.Sample
-
Packages that use Sample Package Description dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of Sample in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Sample Modifier and Type Method Description Class<Sample>SampleCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Sample Modifier and Type Method Description protected voidSampleCodec. encodeStage(BsonWriter writer, Sample value, EncoderContext encoderContext) -
Uses of Sample in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Sample Modifier and Type Method Description static SampleSample. of(long size)Deprecated, for removal: This API element is subject to removal in a future version.usesample(long)static SampleSample. sample(long size)Creates a new stage with the given sample size.
-