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 |
---|---|
ReplicaGetsOperation |
OperationFactory.replicaGets(String key,
int index,
ReplicaGetsOperation.Callback callback)
Create a replica gets operation.
|
Modifier and Type | Method and Description |
---|---|
ReplicaGetsOperation |
AsciiOperationFactory.replicaGets(String key,
int index,
ReplicaGetsOperation.Callback callback) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicaGetsOperationImpl
Implementation of the replica gets operation.
|
Modifier and Type | Method and Description |
---|---|
ReplicaGetsOperation |
BinaryOperationFactory.replicaGets(String key,
int index,
ReplicaGetsOperation.Callback callback) |
Copyright © 2018. All rights reserved.