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 |
---|---|
ConcatenationOperation |
OperationFactory.cat(ConcatenationType catType,
long casId,
java.lang.String key,
byte[] data,
OperationCallback cb)
Get a concatenation operation.
|
Modifier and Type | Method and Description |
---|---|
ConcatenationType |
ConcatenationOperation.getStoreType()
Get the concatenation type for this operation.
|
static ConcatenationType |
ConcatenationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConcatenationType[] |
ConcatenationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConcatenationType |
ConcatenationOperationImpl.getStoreType() |
Modifier and Type | Method and Description |
---|---|
ConcatenationOperation |
AsciiOperationFactory.cat(ConcatenationType catType,
long casId,
java.lang.String key,
byte[] data,
OperationCallback cb) |
Constructor and Description |
---|
ConcatenationOperationImpl(ConcatenationType t,
java.lang.String k,
byte[] d,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
ConcatenationOperation |
BinaryOperationFactory.cat(ConcatenationType catType,
long casId,
java.lang.String key,
byte[] data,
OperationCallback cb) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.