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