Uses of Class
org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DensifyOperation.DensifyRange in org.springframework.data.mongodb.core.aggregation
Modifier and TypeClassDescriptionstatic class
DensifyOperation.Range
implementation holding lower and upper bound values.Modifier and TypeMethodDescriptionAdd documents spanning the range of values within the given lower (inclusive) and upper (exclusive) bound.DensifyOperation.Range.full()
Add documents spanning the full value range.DensifyOperation.DensifyRange.incrementBy
(Number step) Set the increment for the value.DensifyOperation.DensifyRange.incrementBy
(Number step, DensifyOperation.DensifyUnit unit) Set the increment for the value.DensifyOperation.Range.partition()
Add documents spanning the full value range for each partition.DensifyOperation.DensifyRange.unit
(DensifyOperation.DensifyUnit unit) Set theunit
for the step field.Modifier and TypeMethodDescriptionDensifyOperation.DensifyOperationBuilder.fullRange
(Consumer<DensifyOperation.DensifyRange> consumer) Operate on full range.DensifyOperation.DensifyOperationBuilder.partitionRange
(Consumer<DensifyOperation.DensifyRange> consumer) Operate on full range.