|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OperationContext | |
|---|---|
| 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. |
| com.gemstone.gemfire.security | Provides an API for plugging in authentication and authorization for members of a distributed system and clients. |
| Uses of OperationContext in com.gemstone.gemfire.cache.operations |
|---|
| Subclasses of OperationContext in com.gemstone.gemfire.cache.operations | |
|---|---|
class |
CloseCQOperationContext
Encapsulates a OperationContext.OperationCode.CLOSE_CQ operation for the pre-operation
case. |
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 |
ExecuteCQOperationContext
Encapsulates a continuous query registeration operation for both the pre-operation and post-operation cases. |
class |
ExecuteFunctionOperationContext
OperationContext for Function execution operation. |
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 |
InterestOperationContext
Encapsulates registration/unregistration of interest in a region. |
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 |
KeyOperationContext
Encapsulates a region operation that requires only a key object for the pre-operation case. |
class |
KeySetOperationContext
Encapsulates a OperationContext.OperationCode.KEY_SET operation for both the
pre-operation and post-operation cases. |
class |
KeyValueOperationContext
Encapsulates a region operation that requires both key and serialized value for the pre-operation and post-operation cases. |
class |
PutAllOperationContext
Encapsulates a OperationContext.OperationCode.KEY_SET operation for both 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. |
class |
QueryOperationContext
Encapsulates a cache query operation for both the pre-operation and post-operation cases. |
class |
RegionClearOperationContext
Encapsulates a OperationContext.OperationCode.REGION_CLEAR operation for both the
pre-operation and post-operation cases. |
class |
RegionCreateOperationContext
Encapsulates a OperationContext.OperationCode.REGION_CREATE operation for both the
pre-operation and post-operation cases. |
class |
RegionDestroyOperationContext
Encapsulates a OperationContext.OperationCode.REGION_DESTROY operation for both the
pre-operation and post-operation cases. |
class |
RegionOperationContext
Encapsulates a region-level operation in both the pre-operation and post-operation cases. |
class |
RegisterInterestOperationContext
Encapsulates a OperationContext.OperationCode.REGISTER_INTEREST region operation for
the pre-operation case. |
class |
StopCQOperationContext
Encapsulates a OperationContext.OperationCode.STOP_CQ operation for the pre-operation
case. |
class |
UnregisterInterestOperationContext
Encapsulates a OperationContext.OperationCode.UNREGISTER_INTEREST region operation for
the pre-operation case. |
| Methods in com.gemstone.gemfire.cache.operations with parameters of type OperationContext | |
|---|---|
boolean |
OperationContext.isClientUpdate(OperationContext context)
True if the context is created before sending the updates to a client. |
| Uses of OperationContext in com.gemstone.gemfire.security |
|---|
| Methods in com.gemstone.gemfire.security with parameters of type OperationContext | |
|---|---|
boolean |
AccessControl.authorizeOperation(String regionName,
OperationContext context)
Check if the given operation is allowed for the cache/region. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||