Uses of Enum Class
net.spy.memcached.metrics.MetricType
Packages that use MetricType
Package
Description
Memcached client and transformation utils
-
Uses of MetricType in net.spy.memcached
Fields in net.spy.memcached declared as MetricTypeModifier and TypeFieldDescriptionstatic final MetricType
DefaultConnectionFactory.DEFAULT_METRIC_TYPE
Turn off metric collection by default.protected MetricType
ConnectionFactoryBuilder.metricType
protected final MetricType
MemcachedConnection.metricType
The current type of metrics to collect.Methods in net.spy.memcached that return MetricTypeModifier and TypeMethodDescriptionConnectionFactory.enableMetrics()
If true, metric collections are enabled.DefaultConnectionFactory.enableMetrics()
Methods in net.spy.memcached with parameters of type MetricTypeModifier and TypeMethodDescriptionConnectionFactoryBuilder.setEnableMetrics
(MetricType type) Enable or disable metric collection. -
Uses of MetricType in net.spy.memcached.metrics
Methods in net.spy.memcached.metrics that return MetricTypeModifier and TypeMethodDescriptionstatic MetricType
Returns the enum constant of this class with the specified name.static MetricType[]
MetricType.values()
Returns an array containing the constants of this enum class, in the order they are declared.