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 |
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 |
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.