Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.metrics |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
MetricType |
DefaultConnectionFactory.enableMetrics() |
MetricType |
ConnectionFactory.enableMetrics()
If true, metric collections are enabled.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryBuilder |
ConnectionFactoryBuilder.setEnableMetrics(MetricType type)
Enable or disable metric collection.
|
Modifier and Type | Method and Description |
---|---|
static MetricType |
MetricType.valueOf(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.
|
Copyright © 2022. All rights reserved.