Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
Modifier and Type | Field and Description |
---|---|
static ExpirationAttributes |
ExpirationAttributes.DEFAULT
convenience constant for a default instance
|
Modifier and Type | Method and Description |
---|---|
static ExpirationAttributes |
ExpirationAttributes.createFromData(DataInput in) |
ExpirationAttributes |
RegionAttributes.getEntryIdleTimeout()
Gets the
idleTimeout expiration attributes for entries in this region. |
ExpirationAttributes |
RegionAttributes.getEntryTimeToLive()
Gets the
timeToLive expiration attributes for entries in this region. |
ExpirationAttributes |
CustomExpiry.getExpiry(Region.Entry<K,V> entry)
Calculate the expiration for a given entry.
|
ExpirationAttributes |
RegionAttributes.getRegionIdleTimeout()
Gets the idleTimeout expiration attributes for the region as a whole.
|
ExpirationAttributes |
RegionAttributes.getRegionTimeToLive()
Gets the
timeToLive expiration attributes for the region as a whole. |
ExpirationAttributes |
AttributesMutator.setEntryIdleTimeout(ExpirationAttributes idleTimeout)
Changes the idleTimeout expiration attributes for values in the region.
|
ExpirationAttributes |
AttributesMutator.setEntryTimeToLive(ExpirationAttributes timeToLive)
Changes the timeToLive expiration attributes for values in this region.
|
ExpirationAttributes |
AttributesMutator.setRegionIdleTimeout(ExpirationAttributes idleTimeout)
Changes the idleTimeout expiration attributes for the region as a whole.
|
ExpirationAttributes |
AttributesMutator.setRegionTimeToLive(ExpirationAttributes timeToLive)
Changes the timeToLive expiration attributes for the region as a whole
|
Modifier and Type | Method and Description |
---|---|
ExpirationAttributes |
AttributesMutator.setEntryIdleTimeout(ExpirationAttributes idleTimeout)
Changes the idleTimeout expiration attributes for values in the region.
|
void |
AttributesFactory.setEntryIdleTimeout(ExpirationAttributes idleTimeout)
Deprecated.
Sets the idleTimeout expiration attributes for region entries for the next
RegionAttributes created. |
RegionFactory<K,V> |
RegionFactory.setEntryIdleTimeout(ExpirationAttributes idleTimeout)
Sets the idleTimeout expiration attributes for region entries for the next
RegionAttributes created. |
ExpirationAttributes |
AttributesMutator.setEntryTimeToLive(ExpirationAttributes timeToLive)
Changes the timeToLive expiration attributes for values in this region.
|
void |
AttributesFactory.setEntryTimeToLive(ExpirationAttributes timeToLive)
Deprecated.
Sets the timeToLive expiration attributes for region entries for the next
RegionAttributes created. |
RegionFactory<K,V> |
RegionFactory.setEntryTimeToLive(ExpirationAttributes timeToLive)
Sets the timeToLive expiration attributes for region entries for the next
RegionAttributes created. |
ExpirationAttributes |
AttributesMutator.setRegionIdleTimeout(ExpirationAttributes idleTimeout)
Changes the idleTimeout expiration attributes for the region as a whole.
|
void |
AttributesFactory.setRegionIdleTimeout(ExpirationAttributes idleTimeout)
Deprecated.
Sets the idleTimeout expiration attributes for the region itself for the
next
RegionAttributes created. |
RegionFactory<K,V> |
RegionFactory.setRegionIdleTimeout(ExpirationAttributes idleTimeout)
Sets the idleTimeout expiration attributes for the region itself for the
next
RegionAttributes created. |
ExpirationAttributes |
AttributesMutator.setRegionTimeToLive(ExpirationAttributes timeToLive)
Changes the timeToLive expiration attributes for the region as a whole
|
void |
AttributesFactory.setRegionTimeToLive(ExpirationAttributes timeToLive)
Deprecated.
Sets the timeToLive expiration attributes for the region itself for the
next
RegionAttributes created. |
RegionFactory<K,V> |
RegionFactory.setRegionTimeToLive(ExpirationAttributes timeToLive)
Sets the timeToLive expiration attributes for the region itself for the
next
RegionAttributes created. |
Modifier and Type | Method and Description |
---|---|
ClientRegionFactory<K,V> |
ClientRegionFactory.setEntryIdleTimeout(ExpirationAttributes idleTimeout)
Sets the idleTimeout expiration attributes for region entries for the next
RegionAttributes created. |
ClientRegionFactory<K,V> |
ClientRegionFactory.setEntryTimeToLive(ExpirationAttributes timeToLive)
Sets the timeToLive expiration attributes for region entries for the next
RegionAttributes created. |
ClientRegionFactory<K,V> |
ClientRegionFactory.setRegionIdleTimeout(ExpirationAttributes idleTimeout)
Sets the idleTimeout expiration attributes for the region itself for the
next
RegionAttributes created. |
ClientRegionFactory<K,V> |
ClientRegionFactory.setRegionTimeToLive(ExpirationAttributes timeToLive)
Sets the timeToLive expiration attributes for the region itself for the
next
RegionAttributes created. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.