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 MetricTypeDefaultConnectionFactory.DEFAULT_METRIC_TYPETurn off metric collection by default.protected MetricTypeConnectionFactoryBuilder.metricTypeprotected final MetricTypeMemcachedConnection.metricTypeThe 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
Subclasses with type arguments of type MetricType in net.spy.memcached.metricsMethods in net.spy.memcached.metrics that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeReturns 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.