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 |
---|---|
MutatorOperation |
OperationFactory.mutate(Mutator m,
java.lang.String key,
long by,
long def,
int exp,
OperationCallback cb)
Create a mutator operation.
|
Modifier and Type | Method and Description |
---|---|
Mutator |
MutatorOperation.getType()
Get the mutator type used for this operation.
|
static Mutator |
Mutator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mutator[] |
Mutator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MutatorOperation |
AsciiOperationFactory.mutate(Mutator m,
java.lang.String key,
long by,
long exp,
int def,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
MutatorOperation |
BinaryOperationFactory.mutate(Mutator m,
java.lang.String key,
long by,
long def,
int exp,
OperationCallback cb) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.