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 MetricTypeDefaultConnectionFactory. DEFAULT_METRIC_TYPETurn off metric collection by default.protected MetricTypeConnectionFactoryBuilder. metricTypeprotected MetricTypeMemcachedConnection. metricTypeThe current type of metrics to collect.Methods in net.spy.memcached that return MetricType Modifier and Type Method Description MetricTypeConnectionFactory. enableMetrics()If true, metric collections are enabled.MetricTypeDefaultConnectionFactory. enableMetrics()Methods in net.spy.memcached with parameters of type MetricType Modifier and Type Method Description ConnectionFactoryBuilderConnectionFactoryBuilder. 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 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.
-