Package | Description |
---|---|
com.gemstone.gemfire.cache.operations |
Contains the
OperationContext interface that encapsulates an operation and the data associated with it for both the pre-operation and post-operation cases. |
Modifier and Type | Field and Description |
---|---|
static OperationContext.OperationCode |
OperationContext.OperationCode.CLOSE_CQ
A continuous query close operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.CONTAINS_KEY
A region
containsKey operation. |
static OperationContext.OperationCode |
OperationContext.OperationCode.DESTROY
An entry destroy operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.EXECUTE_CQ
A continuous query execution operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.EXECUTE_FUNCTION
A function execution operation
|
static OperationContext.OperationCode |
OperationContext.OperationCode.GET
An entry get operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.GET_DURABLE_CQS
A get durable continuous query operation
|
static OperationContext.OperationCode |
OperationContext.OperationCode.INVALIDATE
An entry invalidate operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.KEY_SET
A region
keySet operation. |
static OperationContext.OperationCode |
OperationContext.OperationCode.PUT
An entry create/update operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.PUTALL
An map putAll operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.QUERY
A cache query operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.REGION_CLEAR
A region clear operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.REGION_CREATE
A region create operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.REGION_DESTROY
A region destroy operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.REGISTER_INTEREST
A register interest operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.REMOVEALL
A region removeAll operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.STOP_CQ
A continuous query stop operation.
|
static OperationContext.OperationCode |
OperationContext.OperationCode.UNREGISTER_INTEREST
An unregister interest operation.
|
Modifier and Type | Method and Description |
---|---|
static OperationContext.OperationCode |
OperationContext.OperationCode.fromOrdinal(byte opCode)
Returns the
OperationCode represented by specified byte. |
OperationContext.OperationCode |
GetDurableCQsOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
DestroyOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
ExecuteFunctionOperationContext.getOperationCode() |
OperationContext.OperationCode |
RegionClearOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
InvalidateOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
RegionDestroyOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
RegisterInterestOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
RemoveAllOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
ExecuteCQOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
abstract OperationContext.OperationCode |
OperationContext.getOperationCode()
Return the operation code associated with the
OperationContext
object. |
OperationContext.OperationCode |
PutAllOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
abstract OperationContext.OperationCode |
RegionOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
CloseCQOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
PutOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
StopCQOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
QueryOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
RegionCreateOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
KeySetOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
GetOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
OperationContext.OperationCode |
UnregisterInterestOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
abstract OperationContext.OperationCode |
KeyOperationContext.getOperationCode()
Return the operation associated with the
OperationContext
object. |
static OperationContext.OperationCode |
OperationContext.OperationCode.parse(String operationName)
Returns the
OperationCode represented by specified string. |
Modifier and Type | Method and Description |
---|---|
boolean |
OperationContext.OperationCode.equals(OperationContext.OperationCode opCode)
Indicates whether other
OperationCode is same as this one. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.