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 | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
CustomExpiry<K,V> |
AttributesMutator.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Changes the CustomExpiry for idleTimeout for values in the region
|
void |
AttributesFactory.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Deprecated.
Sets the idleTimeout CustomExpiry for the next
RegionAttributes
created. |
RegionFactory<K,V> |
RegionFactory.setCustomEntryIdleTimeout(CustomExpiry<K,V> custom)
Sets the custom idleTimeout for the next
RegionAttributes
created. |
CustomExpiry<K,V> |
AttributesMutator.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Changes the custom timeToLive for values in this region
|
void |
AttributesFactory.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Deprecated.
Sets the custom timeToLive for the next
RegionAttributes
created. |
RegionFactory<K,V> |
RegionFactory.setCustomEntryTimeToLive(CustomExpiry<K,V> custom)
Sets the custom timeToLive expiration method for the next
RegionAttributes created. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.