Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
Region.Entry<K,V> |
Region.getEntry(Object key)
Returns the
Region.Entry for the specified key, or null if it doesn't
exist. |
Modifier and Type | Method and Description |
---|---|
Set<Region.Entry<?,?>> |
Region.entries(boolean recursive)
Deprecated.
Use
entrySet(boolean recursive) instead. |
Set<Region.Entry<?,?>> |
Region.entrySet(boolean recursive)
Returns the
Set of Region.Entry objects in this region. |
Modifier and Type | Method and Description |
---|---|
ExpirationAttributes |
CustomExpiry.getExpiry(Region.Entry<K,V> entry)
Calculate the expiration for a given entry.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.