Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Interface and Description |
---|---|
interface |
EntryEvent<K,V>
Contains information about an event affecting an entry, including
its identity and the the circumstances of the event.
|
interface |
RegionEvent<K,V>
Contains information about an event affecting a region, including
its identity and the circumstances of the event.
|
interface |
RoleEvent<K,V>
Contains information about an event affecting a region reliability,
including its identity and the circumstances of the event.
|
Modifier and Type | Method and Description |
---|---|
List<CacheEvent<?,?>> |
TransactionEvent.getEvents()
Returns an ordered list of every
CacheEvent for this transaction. |
Modifier and Type | Interface and Description |
---|---|
interface |
TimestampedEntryEvent
TimestampedEntryEvent is an EntryEvent that has additional information provided
to GatewayConflictResolver plugins.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.