Uses of Class
org.apache.cassandra.db.aggregation.AggregationSpecification.Kind
-
Packages that use AggregationSpecification.Kind Package Description org.apache.cassandra.db.aggregation -
-
Uses of AggregationSpecification.Kind in org.apache.cassandra.db.aggregation
Methods in org.apache.cassandra.db.aggregation that return AggregationSpecification.Kind Modifier and Type Method Description AggregationSpecification.Kind
AggregationSpecification. kind()
Returns theAggregationSpecification
kind.static AggregationSpecification.Kind
AggregationSpecification.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregationSpecification.Kind[]
AggregationSpecification.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-