Uses of Class
org.opennms.nephron.elastic.AggregationType
-
Packages that use AggregationType Package Description org.opennms.nephron.elastic -
-
Uses of AggregationType in org.opennms.nephron.elastic
Methods in org.opennms.nephron.elastic that return AggregationType Modifier and Type Method Description AggregationTypeFlowSummary. getAggregationType()static AggregationTypeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.nephron.elastic with parameters of type AggregationType Modifier and Type Method Description voidFlowSummary. setAggregationType(AggregationType aggregationType)
-