Uses of Class
com.alibaba.druid.support.monitor.annotation.AggregateType
-
Packages that use AggregateType Package Description com.alibaba.druid.support.monitor.annotation -
-
Uses of AggregateType in com.alibaba.druid.support.monitor.annotation
Methods in com.alibaba.druid.support.monitor.annotation that return AggregateType Modifier and Type Method Description AggregateTypeaggregate()static AggregateTypeAggregateType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateType[]AggregateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-