|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicaIndex | |
---|---|
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 |
Uses of ReplicaIndex in net.spy.memcached |
---|
Methods in net.spy.memcached that return ReplicaIndex | |
---|---|
static ReplicaIndex |
ReplicaIndex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReplicaIndex[] |
ReplicaIndex.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.spy.memcached with parameters of type ReplicaIndex | |
---|---|
ReplicaGetOperation |
OperationFactory.replicaGet(java.lang.String key,
ReplicaIndex index,
ReplicaGetOperation.Callback callback)
Create a replica get operation. |
Uses of ReplicaIndex in net.spy.memcached.ops |
---|
Methods in net.spy.memcached.ops that return ReplicaIndex | |
---|---|
ReplicaIndex |
ReplicaGetOperation.getReplicaIndex()
|
Uses of ReplicaIndex in net.spy.memcached.protocol.ascii |
---|
Methods in net.spy.memcached.protocol.ascii with parameters of type ReplicaIndex | |
---|---|
ReplicaGetOperation |
AsciiOperationFactory.replicaGet(java.lang.String key,
ReplicaIndex index,
ReplicaGetOperation.Callback callback)
|
Uses of ReplicaIndex in net.spy.memcached.protocol.binary |
---|
Methods in net.spy.memcached.protocol.binary that return ReplicaIndex | |
---|---|
ReplicaIndex |
ReplicaGetOperationImpl.getReplicaIndex()
|
Methods in net.spy.memcached.protocol.binary with parameters of type ReplicaIndex | |
---|---|
ReplicaGetOperation |
BinaryOperationFactory.replicaGet(java.lang.String key,
ReplicaIndex index,
ReplicaGetOperation.Callback callback)
|
Constructors in net.spy.memcached.protocol.binary with parameters of type ReplicaIndex | |
---|---|
ReplicaGetOperationImpl(java.lang.String k,
ReplicaIndex index,
ReplicaGetOperation.Callback cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |