Uses of Class
net.spy.memcached.metrics.MetricType
-
Packages that use MetricType Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.metrics -
-
Uses of MetricType in net.spy.memcached
Fields in net.spy.memcached declared as MetricType Modifier and Type Field Description static MetricType
DefaultConnectionFactory. DEFAULT_METRIC_TYPE
Turn off metric collection by default.protected MetricType
ConnectionFactoryBuilder. metricType
protected MetricType
MemcachedConnection. metricType
The current type of metrics to collect.Methods in net.spy.memcached that return MetricType Modifier and Type Method Description MetricType
ConnectionFactory. enableMetrics()
If true, metric collections are enabled.MetricType
DefaultConnectionFactory. enableMetrics()
Methods in net.spy.memcached with parameters of type MetricType Modifier and Type Method Description ConnectionFactoryBuilder
ConnectionFactoryBuilder. setEnableMetrics(MetricType type)
Enable or disable metric collection. -
Uses of MetricType in net.spy.memcached.metrics
Methods in net.spy.memcached.metrics that return MetricType Modifier and Type Method Description static MetricType
MetricType. 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.
-