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.
|
Modifier and Type | Method and Description |
---|---|
ExpirationAction |
SystemMemberRegion.getEntryIdleTimeoutAction()
Deprecated.
Returns the EntryIdleTimeout action in this region's attributes.
|
ExpirationAction |
SystemMemberRegion.getEntryTimeToLiveAction()
Deprecated.
Returns the EntryTimeToLive action in this region's attributes.
|
ExpirationAction |
SystemMemberRegion.getRegionIdleTimeoutAction()
Deprecated.
Returns the RegionIdleTimeout action in this region's attributes.
|
ExpirationAction |
SystemMemberRegion.getRegionTimeToLiveAction()
Deprecated.
Returns the RegionTimeToLive action in this region's attributes.
|
Modifier and Type | Field and Description |
---|---|
static ExpirationAction |
ExpirationAction.DESTROY
When the region or cached object expires, it is destroyed.
|
static ExpirationAction |
ExpirationAction.INVALIDATE
When the region or cached object expires, it is invalidated.
|
static ExpirationAction |
ExpirationAction.LOCAL_DESTROY
When expired, destroyed locally only.
|
static ExpirationAction |
ExpirationAction.LOCAL_INVALIDATE
When expired, invalidated locally only.
|
Modifier and Type | Method and Description |
---|---|
static ExpirationAction |
ExpirationAction.fromOrdinal(int ordinal)
Return the ExpirationAction represented by specified ordinal
|
ExpirationAction |
ExpirationAttributes.getAction()
Returns the action that should take place when this value or region expires.
|
Constructor and Description |
---|
ExpirationAttributes(int expirationTime,
ExpirationAction expirationAction)
Constructs an
ExpirationAttributes with the specified expiration time and
expiration action. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.