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 | Class and Description |
---|---|
class |
DestroyOperationContext
Encapsulates a
OperationContext.OperationCode.DESTROY region operation having the key
object for both the pre-operation case and for post-operation updates. |
class |
GetOperationContext
Encapsulates a
OperationContext.OperationCode.GET region operation having the key
object for the pre-operation case and both key, value objects for the
post-operation case. |
class |
InvalidateOperationContext
Encapsulates a
OperationContext.OperationCode.INVALIDATE region operation having the key
object for both the pre-operation case and for post-operation updates. |
class |
KeyValueOperationContext
Encapsulates a region operation that requires both key and serialized value
for the pre-operation and post-operation cases.
|
class |
PutOperationContext
Encapsulates an
OperationContext.OperationCode.PUT region operation having both key
and value objects for for both the pre-operation case and for post-operation
updates. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.