|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CustomExpiry | |
|---|---|
| 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. |
| Uses of CustomExpiry in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return CustomExpiry | |
|---|---|
CustomExpiry<K,V> |
RegionAttributes.getCustomEntryIdleTimeout()
Gets the idleTimeout CustomExpiry, if any
for entries in this region |
CustomExpiry<K,V> |
RegionAttributes.getCustomEntryTimeToLive()
Gets the entryTimeToLive CustomExpiry, if any
for entries in this region |
CustomExpiry<K,V> |
AttributesMutator.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Changes the CustomExpiry for idleTimeout for values in the region |
CustomExpiry<K,V> |
AttributesMutator.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Changes the custom timeToLive for values in this region |
| Methods in com.gemstone.gemfire.cache with parameters of type CustomExpiry | |
|---|---|
RegionFactory<K,V> |
RegionFactory.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Sets the custom idleTimeout for the next RegionAttributes
created. |
void |
AttributesFactory.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Sets the idleTimeout CustomExpiry for the next RegionAttributes
created. |
CustomExpiry<K,V> |
AttributesMutator.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Changes the CustomExpiry for idleTimeout for values in the region |
RegionFactory<K,V> |
RegionFactory.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Sets the custom timeToLive expiration method for the next RegionAttributes created. |
void |
AttributesFactory.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Sets the custom timeToLive for the next RegionAttributes
created. |
CustomExpiry<K,V> |
AttributesMutator.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Changes the custom timeToLive for values in this region |
| Uses of CustomExpiry in com.gemstone.gemfire.cache.client |
|---|
| Methods in com.gemstone.gemfire.cache.client with parameters of type CustomExpiry | |
|---|---|
ClientRegionFactory<K,V> |
ClientRegionFactory.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Sets the custom idleTimeout for the next RegionAttributes
created. |
ClientRegionFactory<K,V> |
ClientRegionFactory.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Sets the custom timeToLive expiration method for the next RegionAttributes created. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||