Uses of Interface
org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.WindowUnit
Packages that use SetWindowFieldsOperation.WindowUnit
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetWindowFieldsOperation.WindowUnit in org.springframework.data.mongodb.core.aggregation
Classes in org.springframework.data.mongodb.core.aggregation that implement SetWindowFieldsOperation.WindowUnitMethods in org.springframework.data.mongodb.core.aggregation that return SetWindowFieldsOperation.WindowUnitModifier and TypeMethodDescriptionSetWindowFieldsOperation.WindowUnit.from(ChronoUnit chronoUnit) Converts the given chrono unit into aSetWindowFieldsOperation.WindowUnit.Converts the given time unit into aSetWindowFieldsOperation.WindowUnit.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type SetWindowFieldsOperation.WindowUnitModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.derivative(SetWindowFieldsOperation.WindowUnit unit) Creates newAggregationExpressionthat calculates the mathematical derivative value.ArithmeticOperators.ArithmeticOperatorFactory.integral(SetWindowFieldsOperation.WindowUnit unit) Creates newAggregationExpressionthat calculates the approximation for the mathematical integral value.SetWindowFieldsOperation.Windows.range(Object lower, Object upper, SetWindowFieldsOperation.WindowUnit unit) Create a range window defined based on sort expression.SetWindowFieldsOperation.RangeWindowBuilder.unit(SetWindowFieldsOperation.WindowUnit windowUnit) Set theunitor measure for the givenSetWindowFieldsOperation.Window.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type SetWindowFieldsOperation.WindowUnitModifierConstructorDescriptionprotectedRangeWindow(Object lower, Object upper, SetWindowFieldsOperation.WindowUnit unit)