Package | Description |
---|---|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.query |
GemFire's query service, an implementation of an OQL/SQL-style
query processor with supporting indexes.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
com.gemstone.gemfire.cache.wan |
Modifier and Type | Method and Description |
---|---|
Operation |
SystemMemberCacheEvent.getOperation()
Deprecated.
Returns the actual operation that caused this event.
|
Modifier and Type | Field and Description |
---|---|
static Operation |
Operation.CACHE_CLOSE
A cache close.
|
static Operation |
Operation.CACHE_CREATE
A cache create.
|
static Operation |
Operation.CACHE_RECONNECT
A cache close triggered by
LossAction.RECONNECT . |
static Operation |
Operation.CONTAINS_KEY
A 'check for existence of key' operation.
|
static Operation |
Operation.CONTAINS_VALUE
A 'check for existence of value' operation.
|
static Operation |
Operation.CONTAINS_VALUE_FOR_KEY
A 'check for existence of value for given key' operation.
|
static Operation |
Operation.CREATE
An entry creation.
|
static Operation |
Operation.DESTROY
An entry distributed destroy.
|
static Operation |
Operation.EVICT_DESTROY
An entry local destroy caused by an eviction.
|
static Operation |
Operation.EXPIRE_DESTROY
An entry distributed destroy triggered by expiration
|
static Operation |
Operation.EXPIRE_INVALIDATE
An entry distributed invalidate triggered by expiration
|
static Operation |
Operation.EXPIRE_LOCAL_DESTROY
An entry local destroy triggered by expiration
|
static Operation |
Operation.EXPIRE_LOCAL_INVALIDATE
An entry local invalidate triggered by expiration
|
static Operation |
Operation.FORCED_DISCONNECT
A cache close due to being forced out of the distributed system
by other members.
|
static Operation |
Operation.FUNCTION_EXECUTION
A 'function execution' operation.
|
static Operation |
Operation.GET
A 'value for key' operation.
|
static Operation |
Operation.GET_ENTRY
A 'entry for key' operation.
|
static Operation |
Operation.GET_FOR_REGISTER_INTEREST
A 'get for register interest' operation.
|
static Operation |
Operation.INVALIDATE
An entry distributed invalidate.
|
static Operation |
Operation.LOCAL_DESTROY
An entry local destroy.
|
static Operation |
Operation.LOCAL_INVALIDATE
An entry local invalidate.
|
static Operation |
Operation.LOCAL_LOAD_CREATE
An entry creation caused by a local loader
|
static Operation |
Operation.LOCAL_LOAD_UPDATE
An entry update caused by a local load.
|
static Operation |
Operation.MARKER
A marker operation.
|
static Operation |
Operation.NET_LOAD_CREATE
An entry creation caused by a net loader
|
static Operation |
Operation.NET_LOAD_UPDATE
An entry update caused by a net load.
|
static Operation |
Operation.PUT_IF_ABSENT
An atomic entry creation operation
|
static Operation |
Operation.PUTALL_CREATE
An entry creation caused by a putAll invocation
|
static Operation |
Operation.PUTALL_UPDATE
An entry update caused by a putAll invocation.
|
static Operation |
Operation.REGION_CLEAR
A region clear.
|
static Operation |
Operation.REGION_CLOSE
A region close
|
static Operation |
Operation.REGION_CREATE
A region create.
|
static Operation |
Operation.REGION_DESTROY
A region distributed destroy.
|
static Operation |
Operation.REGION_EXPIRE_DESTROY
A region distributed destroy triggered by expiration
|
static Operation |
Operation.REGION_EXPIRE_INVALIDATE
A region distributed invalidate triggered by expiration
|
static Operation |
Operation.REGION_EXPIRE_LOCAL_DESTROY
A region local destroy triggered by expiration
|
static Operation |
Operation.REGION_EXPIRE_LOCAL_INVALIDATE
A region local invalidate triggered by expiration
|
static Operation |
Operation.REGION_INVALIDATE
A region distributed invalidate.
|
static Operation |
Operation.REGION_LOAD_SNAPSHOT
A region load snapshot.
|
static Operation |
Operation.REGION_LOCAL_CLEAR
A region local clear.
|
static Operation |
Operation.REGION_LOCAL_DESTROY
A region local destroy.
|
static Operation |
Operation.REGION_LOCAL_INVALIDATE
A region local invalidate.
|
static Operation |
Operation.REGION_REINITIALIZE
A region destroy triggered by
ResumptionAction.REINITIALIZE . |
static Operation |
Operation.REMOVE
An atomic destroy destroy operation
|
static Operation |
Operation.REMOVEALL_DESTROY
An entry distributed destroy caused by a removeAll.
|
static Operation |
Operation.REPLACE
An atomic update operation
|
static Operation |
Operation.SEARCH_CREATE
An entry creation caused by a netsearch
|
static Operation |
Operation.SEARCH_UPDATE
An entry update caused by a net search.
|
static Operation |
Operation.UPDATE
An entry update.
|
static Operation |
Operation.UPDATE_VERSION_STAMP
An internal operation used to update the version stamp of an entry.
|
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.fromOrdinal(byte ordinal)
Return the Operation represented by specified ordinal
|
Operation |
Operation.getCorrespondingCreateOp()
Returns the create operation that corresponds to this operation.
|
Operation |
Operation.getCorrespondingUpdateOp()
Returns the update operation that corresponds to this operation.
|
Operation |
EntryOperation.getOperation()
Deprecated.
|
Operation |
CacheEvent.getOperation()
Return a description of the operation that triggered this event.
|
Modifier and Type | Method and Description |
---|---|
Operation |
CqEvent.getBaseOperation()
Get the operation on the base region that triggered this event.
|
Operation |
CqEvent.getQueryOperation()
Get the operation on the query results.
|
Modifier and Type | Method and Description |
---|---|
Operation |
GatewayEvent.getOperation()
Deprecated.
Returns the
Operation that triggered this event. |
Modifier and Type | Method and Description |
---|---|
Operation |
GatewayQueueEvent.getOperation()
Returns the
Operation that triggered this event. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.