Uses of Class
dev.morphia.aggregation.stages.SetWindowFields
-
Packages that use SetWindowFields Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of SetWindowFields in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type SetWindowFields Modifier and Type Method Description Aggregation<T>Aggregation. setWindowFields(SetWindowFields fields)Aggregation<T>AggregationImpl. setWindowFields(SetWindowFields fields) -
Uses of SetWindowFields in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type SetWindowFields Modifier and Type Method Description Class<SetWindowFields>SetWindowFieldsCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type SetWindowFields Modifier and Type Method Description protected voidSetWindowFieldsCodec. encodeStage(BsonWriter writer, SetWindowFields value, EncoderContext encoderContext) -
Uses of SetWindowFields in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return SetWindowFields Modifier and Type Method Description SetWindowFieldsSetWindowFields. output(SetWindowFields.Output... outputs)Specifies the field(s) to append to the documents in the output returned by the $setWindowFields stage.SetWindowFieldsSetWindowFields. partitionBy(dev.morphia.aggregation.expressions.impls.Expression partition)Defines the expression to use to partition the data.static SetWindowFieldsSetWindowFields. setWindowFields()Performs operations on a specified span of documents in a collection, known as a window, and returns the results based on the chosen window operator.SetWindowFieldsSetWindowFields. sortBy(Sort... sorts)Specifies the field(s) to sort the documents by in the partition.
-