public interface StoreOperation extends KeyedOperation
Modifier and Type | Interface and Description |
---|---|
static interface |
StoreOperation.Callback
Operation callback to get the CAS value.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Get the bytes to be set during this operation.
|
int |
getExpiration()
Get the expiration value to be set.
|
int |
getFlags()
Get the flags to be set.
|
StoreType |
getStoreType()
Get the store type used by this operation.
|
getKeys
cancel, getBuffer, getCallback, getException, getHandlingNode, getState, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setHandlingNode, timeOut, writeComplete, writing
StoreType getStoreType()
int getFlags()
int getExpiration()
byte[] getData()
Note, this returns an exact reference to the bytes and the data must not be modified.
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.