|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CASResponse | |
---|---|
net.spy.memcached | Memcached client and transformation utils |
net.spy.memcached.ops | Fundamental protocol operation interfaces |
Uses of CASResponse in net.spy.memcached |
---|
Methods in net.spy.memcached that return CASResponse | ||
---|---|---|
|
MemcachedClientIF.cas(java.lang.String key,
long casId,
int exp,
T value,
Transcoder<T> tc)
|
|
|
MemcachedClient.cas(java.lang.String key,
long casId,
int exp,
T value,
Transcoder<T> tc)
Perform a synchronous CAS operation. |
|
CASResponse |
MemcachedClientIF.cas(java.lang.String key,
long casId,
java.lang.Object value)
|
|
CASResponse |
MemcachedClient.cas(java.lang.String key,
long casId,
java.lang.Object value)
Perform a synchronous CAS operation with the default transcoder. |
|
|
MemcachedClient.cas(java.lang.String key,
long casId,
T value,
Transcoder<T> tc)
Perform a synchronous CAS operation. |
|
static CASResponse |
CASResponse.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
|
static CASResponse[] |
CASResponse.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.spy.memcached that return types with arguments of type CASResponse | ||
---|---|---|
|
MemcachedClient.asyncCAS(java.lang.String key,
long casId,
int exp,
T value,
Transcoder<T> tc)
Asynchronous CAS operation. |
|
java.util.concurrent.Future<CASResponse> |
MemcachedClientIF.asyncCAS(java.lang.String key,
long casId,
java.lang.Object value)
|
|
java.util.concurrent.Future<CASResponse> |
MemcachedClient.asyncCAS(java.lang.String key,
long casId,
java.lang.Object value)
Asynchronous CAS operation using the default transcoder. |
|
|
MemcachedClientIF.asyncCAS(java.lang.String key,
long casId,
T value,
Transcoder<T> tc)
|
|
|
MemcachedClient.asyncCAS(java.lang.String key,
long casId,
T value,
Transcoder<T> tc)
Asynchronous CAS operation. |
Uses of CASResponse in net.spy.memcached.ops |
---|
Methods in net.spy.memcached.ops that return CASResponse | |
---|---|
CASResponse |
CASOperationStatus.getCASResponse()
Get the CAS response indicated here. |
Constructors in net.spy.memcached.ops with parameters of type CASResponse | |
---|---|
CASOperationStatus(boolean success,
java.lang.String msg,
CASResponse cres)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |