|
GemFire 6.6.2 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValueOperationContext | |
---|---|
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. |
Uses of KeyValueOperationContext in com.gemstone.gemfire.cache.operations |
---|
Subclasses of KeyValueOperationContext in com.gemstone.gemfire.cache.operations | |
---|---|
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. |
|
GemFire 6.6.2 | ||||||||
PREV NEXT | FRAMES NO FRAMES |