| 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.
|
| Class and Description |
|---|
| ExecuteCQOperationContext
Encapsulates a continuous query registeration operation for both the
pre-operation and post-operation cases.
|
| InterestOperationContext
Encapsulates registration/unregistration of interest in a region.
|
| InterestType
Enumeration for various interest types supported by GemFire.
|
| KeyOperationContext
Encapsulates a region operation that requires only a key object for the
pre-operation case.
|
| KeyValueOperationContext
Encapsulates a region operation that requires both key and serialized value
for the pre-operation and post-operation cases.
|
| OperationContext
Encapsulates a cache operation and the data associated with it for both the
pre-operation and post-operation cases.
|
| OperationContext.OperationCode
Enumeration for various cache operations.
|
| QueryOperationContext
Encapsulates a cache query operation for both the pre-operation and
post-operation cases.
|
| RegionOperationContext
Encapsulates a region-level operation in both the pre-operation and
post-operation cases.
|
| Class and Description |
|---|
| OperationContext
Encapsulates a cache operation and the data associated with it for both the
pre-operation and post-operation cases.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.