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 |
---|---|
KeyedOperation |
OperationFactory.touch(java.lang.String key,
int expiration,
OperationCallback cb)
Resets a keys expiration time.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Operation> |
OperationFactory.clone(KeyedOperation op)
Clone an operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CASOperation
Operation that represents compare-and-swap.
|
interface |
ConcatenationOperation
ConcatenationOperation is used to append or prepend data to an existing
object in the cache.
|
interface |
DeleteOperation
Deletion operation.
|
interface |
GetAndTouchOperation
Gat operation.
|
interface |
GetlOperation
Getl operation.
|
interface |
GetOperation
Get operation.
|
interface |
GetsOperation
Gets operation (get with CAS identifier support).
|
interface |
MutatorOperation
incr and decr operations.
|
interface |
ObserveOperation
Observe operation.
|
interface |
ReplicaGetOperation
Replica get operation.
|
interface |
StoreOperation
Operation that represents object storage.
|
interface |
TouchOperation
Touch operation marker.
|
interface |
UnlockOperation
Unlock operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Operation> |
BaseOperationFactory.clone(KeyedOperation op) |
protected abstract java.util.Collection<? extends Operation> |
BaseOperationFactory.cloneGet(KeyedOperation op) |
Modifier and Type | Class and Description |
---|---|
class |
ConcatenationOperationImpl
Operation for ascii concatenations.
|
class |
GetAndTouchOperationImpl
Implementation of the get and touch operation.
|
Modifier and Type | Method and Description |
---|---|
KeyedOperation |
AsciiOperationFactory.touch(java.lang.String key,
int expiration,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<? extends Operation> |
AsciiOperationFactory.cloneGet(KeyedOperation op) |
Modifier and Type | Class and Description |
---|---|
class |
GetlOperationImpl
Implementation of the get and lock operation.
|
class |
GetsOperationImpl
Implementation of the gets operation.
|
class |
KeyStatsOperationImpl
A StatsOperationImpl.
|
class |
OptimizedSetImpl
Optimized Set operation for folding a bunch of sets together.
|
class |
ReplicaGetOperationImpl
Implementation of the replica get operation.
|
class |
TouchOperationImpl
Operation to reset a timeout in Membase server.
|
Modifier and Type | Method and Description |
---|---|
KeyedOperation |
BinaryOperationFactory.touch(java.lang.String key,
int expiration,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<? extends Operation> |
BinaryOperationFactory.cloneGet(KeyedOperation op) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.