Uses of Class
de.caluga.morphium.aggregation.Aggregator.BucketGranularity
-
Packages that use Aggregator.BucketGranularity Package Description de.caluga.morphium.aggregation de.caluga.morphium.driver.inmem -
-
Uses of Aggregator.BucketGranularity in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Aggregator.BucketGranularity Modifier and Type Method Description static Aggregator.BucketGranularityAggregator.BucketGranularity. valueOf(String name)Returns the enum constant of this type with the specified name.static Aggregator.BucketGranularity[]Aggregator.BucketGranularity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium.aggregation with parameters of type Aggregator.BucketGranularity Modifier and Type Method Description Aggregator<T,R>Aggregator. bucketAuto(Expr groupBy, int numBuckets, Map<String,Expr> output, Aggregator.BucketGranularity granularity)Aggregator<T,R>AggregatorImpl. bucketAuto(Expr groupBy, int numBuckets, Map<String,Expr> output, Aggregator.BucketGranularity granularity) -
Uses of Aggregator.BucketGranularity in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type Aggregator.BucketGranularity Modifier and Type Method Description Aggregator<T,R>InMemAggregator. bucketAuto(Expr groupBy, int numBuckets, Map<String,Expr> output, Aggregator.BucketGranularity granularity)
-