Uses of Class
dev.morphia.aggregation.stages.SetWindowFields.Output
-
Packages that use SetWindowFields.Output Package Description dev.morphia.aggregation.stages -
-
Uses of SetWindowFields.Output in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return SetWindowFields.Output Modifier and Type Method Description SetWindowFields.Output
SetWindowFields.Window. documents(Object lower, Object upper)
A window where the lower and upper boundaries are specified relative to the position of the current document read from the collection.SetWindowFields.Output
SetWindowFields.Output. operator(dev.morphia.aggregation.expressions.impls.Expression operator)
The operator to use in the output.static SetWindowFields.Output
SetWindowFields.Output. output(String name)
Creates a named outputSetWindowFields.Output[]
SetWindowFields. outputs()
SetWindowFields.Output
SetWindowFields.Window. range(Object lower, Object upper)
A window where the lower and upper boundaries are defined using a range of values based on the sortBy field in the current document.SetWindowFields.Output
SetWindowFields.Window. range(Object lower, Object upper, TimeUnit unit)
A window where the lower and upper boundaries are defined using a range of values based on the sortBy field in the current document.Methods in dev.morphia.aggregation.stages with parameters of type SetWindowFields.Output Modifier and Type Method Description SetWindowFields
SetWindowFields. output(SetWindowFields.Output... outputs)
Specifies the field(s) to append to the documents in the output returned by the $setWindowFields stage.
-