Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
CASOperation |
OperationFactory.cas(StoreType t,
java.lang.String key,
long casId,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb)
Create a CAS operation.
|
StoreOperation |
OperationFactory.store(StoreType storeType,
java.lang.String key,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb)
Create a store operation.
|
Modifier and Type | Method and Description |
---|---|
StoreType |
StoreOperation.getStoreType()
Get the store type used by this operation.
|
StoreType |
CASOperation.getStoreType()
Get the type of storage used by this CASOperation.
|
static StoreType |
StoreType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StoreType[] |
StoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CASOperation |
AsciiOperationFactory.cas(StoreType type,
java.lang.String key,
long casId,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb) |
StoreOperation |
AsciiOperationFactory.store(StoreType storeType,
java.lang.String key,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb) |
Modifier and Type | Method and Description |
---|---|
CASOperation |
BinaryOperationFactory.cas(StoreType type,
java.lang.String key,
long casId,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb) |
StoreOperation |
BinaryOperationFactory.store(StoreType storeType,
java.lang.String key,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.