Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
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 |
---|---|
GetOperation |
OperationFactory.get(Collection<String> keys,
GetOperation.Callback cb)
Create a get operation.
|
GetOperation |
OperationFactory.get(String key,
GetOperation.Callback callback)
Create a get operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyCallback.addCallbacks(GetOperation o) |
Modifier and Type | Method and Description |
---|---|
GetOperation |
AsciiOperationFactory.get(Collection<String> keys,
GetOperation.Callback cb) |
GetOperation |
AsciiOperationFactory.get(String key,
GetOperation.Callback cb) |
Modifier and Type | Class and Description |
---|---|
class |
MultiGetOperationImpl |
Modifier and Type | Method and Description |
---|---|
GetOperation |
BinaryOperationFactory.get(Collection<String> value,
GetOperation.Callback cb) |
GetOperation |
BinaryOperationFactory.get(String key,
GetOperation.Callback callback) |
Copyright © 2024. All rights reserved.