Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
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 |
---|---|
GetsOperation |
OperationFactory.gets(String key,
GetsOperation.Callback callback)
Create a gets operation.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiGetsOperationCallback
MultiOperationCallback for get operations.
|
Modifier and Type | Method and Description |
---|---|
GetsOperation |
AsciiOperationFactory.gets(String key,
GetsOperation.Callback cb) |
Modifier and Type | Method and Description |
---|---|
GetsOperation |
BinaryOperationFactory.gets(String key,
GetsOperation.Callback cb) |
Constructor and Description |
---|
GetsOperationImpl(String k,
GetsOperation.Callback cb) |
Copyright © 2023. All rights reserved.