Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.protocol.ascii |
Low-level operations for the memcached ascii protocol
|
net.spy.memcached.protocol.binary |
Low-level operations for the memcached binary protocol
|
Modifier and Type | Method and Description |
---|---|
StatsOperation |
OperationFactory.keyStats(String key,
StatsOperation.Callback cb)
Get a new KeyStatsOperation.
|
StatsOperation |
OperationFactory.stats(String arg,
StatsOperation.Callback cb)
Get a new StatsOperation.
|
Modifier and Type | Method and Description |
---|---|
StatsOperation |
AsciiOperationFactory.keyStats(String key,
StatsOperation.Callback cb) |
StatsOperation |
AsciiOperationFactory.stats(String arg,
StatsOperation.Callback cb) |
Modifier and Type | Class and Description |
---|---|
class |
KeyStatsOperationImpl
A StatsOperationImpl.
|
class |
StatsOperationImpl
A StatsOperationImpl.
|
Modifier and Type | Method and Description |
---|---|
StatsOperation |
BinaryOperationFactory.keyStats(String key,
StatsOperation.Callback cb) |
StatsOperation |
BinaryOperationFactory.stats(String arg,
StatsOperation.Callback cb) |
Copyright © 2022. All rights reserved.