Uses of Enum
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
Methods in net.spy.memcached.metrics that return MetricTypeModifier and TypeMethodDescriptionstatic MetricTypeReturns 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.