Uses of Enum
org.apache.druid.indexing.overlord.supervisor.autoscaler.AggregateFunction
Packages that use AggregateFunction
-
Uses of AggregateFunction in org.apache.druid.indexing.overlord.supervisor.autoscaler
Methods in org.apache.druid.indexing.overlord.supervisor.autoscaler that return AggregateFunctionModifier and TypeMethodDescriptionLagStats.getAggregateForScaling()The preferred scaling metric that supervisor may specify to be used.static AggregateFunctionReturns the enum constant of this type with the specified name.static AggregateFunction[]AggregateFunction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.indexing.overlord.supervisor.autoscaler with parameters of type AggregateFunctionConstructors in org.apache.druid.indexing.overlord.supervisor.autoscaler with parameters of type AggregateFunctionModifierConstructorDescriptionLagStats(long maxLag, long totalLag, long avgLag, AggregateFunction aggregateForScaling)