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. |
com.gemstone.gemfire.security |
Provides an API for plugging in authentication and authorization
for members of a distributed system and clients.
|
Modifier and Type | Class and Description |
---|---|
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 |
GetDurableCQsOperationContext
Encapsulates a
OperationContext.OperationCode.GET_DURABLE_CQS operation for the pre-operation
case. |
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.PUTALL 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 |
RemoveAllOperationContext
Encapsulates a
OperationContext.OperationCode.REMOVEALL operation for both the
pre-operation and post-operation cases. |
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. |
Modifier and Type | Method and Description |
---|---|
boolean |
OperationContext.isClientUpdate(OperationContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccessControl.authorizeOperation(String regionName,
OperationContext context)
Check if the given operation is allowed for the cache/region.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.