|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Operation | |
|---|---|
| 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. |
| Uses of Operation in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return Operation | |
|---|---|
Operation |
SystemMemberCacheEvent.getOperation()
Returns the actual operation that caused this event. |
| Uses of Operation in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as Operation | |
|---|---|
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 existance of key' oparation. |
static Operation |
Operation.CONTAINS_VALUE
A 'check for existance of value' oparation. |
static Operation |
Operation.CONTAINS_VALUE_FOR_KEY
A 'check for existance of value for given key' oparation. |
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
|
static Operation |
Operation.GET
A 'value for key' oparation. |
static Operation |
Operation.GET_ENTRY
A 'entry for key' oparation. |
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.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. |
| Methods in com.gemstone.gemfire.cache that return Operation | |
|---|---|
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 |
CacheEvent.getOperation()
Return a description of the operation that triggered this event. |
Operation |
EntryOperation.getOperation()
Return a description of the operation that triggered this event. |
| Uses of Operation in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that return Operation | |
|---|---|
Operation |
CqEvent.getBaseOperation()
Get the operation on the base region that triggered this event. |
Operation |
CqEvent.getQueryOperation()
Get the operation on the query results. |
| Uses of Operation in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util that return Operation | |
|---|---|
Operation |
GatewayEvent.getOperation()
Returns the Operation that triggered this event. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||