Uses of Class
com.giffing.bucket4j.spring.boot.starter.context.metrics.MetricType
| Package | Description |
|---|---|
| com.giffing.bucket4j.spring.boot.starter.context.metrics | |
| com.giffing.bucket4j.spring.boot.starter.context.properties |
-
Uses of MetricType in com.giffing.bucket4j.spring.boot.starter.context.metrics
Methods in com.giffing.bucket4j.spring.boot.starter.context.metrics that return MetricType Modifier and Type Method Description static MetricTypeMetricType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetricType[]MetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.giffing.bucket4j.spring.boot.starter.context.metrics that return types with arguments of type MetricType Modifier and Type Method Description java.util.List<MetricType>MetricTagResult. getTypes()Methods in com.giffing.bucket4j.spring.boot.starter.context.metrics with parameters of type MetricType Modifier and Type Method Description voidMetricHandler. handle(MetricType type, java.lang.String name, long tokens, java.util.List<MetricTagResult> tags)Method parameters in com.giffing.bucket4j.spring.boot.starter.context.metrics with type arguments of type MetricType Modifier and Type Method Description voidMetricTagResult. setTypes(java.util.List<MetricType> types)Constructor parameters in com.giffing.bucket4j.spring.boot.starter.context.metrics with type arguments of type MetricType Constructor Description MetricBucketListener(java.lang.String name, MetricHandler metricHandler, java.util.List<MetricType> allowedTypes, java.util.List<MetricTagResult> tags)MetricTagResult(java.lang.String key, java.lang.String value, java.util.List<MetricType> types) -
Uses of MetricType in com.giffing.bucket4j.spring.boot.starter.context.properties
Methods in com.giffing.bucket4j.spring.boot.starter.context.properties that return types with arguments of type MetricType Modifier and Type Method Description java.util.List<MetricType>Metrics. getTypes()java.util.List<MetricType>MetricTag. getTypes()Method parameters in com.giffing.bucket4j.spring.boot.starter.context.properties with type arguments of type MetricType Modifier and Type Method Description voidMetrics. setTypes(java.util.List<MetricType> types)voidMetricTag. setTypes(java.util.List<MetricType> types)