Package | Description |
---|---|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
net.spy.memcached.protocol.binary |
Low-level operations for the memcached binary protocol
|
Modifier and Type | Method and Description |
---|---|
OperationState |
Operation.getState()
Get the current state of this operation.
|
static OperationState |
OperationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationState[] |
OperationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TapOperation.streamClosed(OperationState state) |
Modifier and Type | Method and Description |
---|---|
OperationState |
BaseOperationImpl.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseOperationImpl.transitionState(OperationState newState)
Transition the state of this operation to the given state.
|
Modifier and Type | Method and Description |
---|---|
void |
TapDumpOperationImpl.streamClosed(OperationState state) |
void |
TapCustomOperationImpl.streamClosed(OperationState state) |
void |
TapAckOperationImpl.streamClosed(OperationState state) |
void |
TapBackfillOperationImpl.streamClosed(OperationState state) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.