|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Region.Entry | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of Region.Entry in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return Region.Entry | |
|---|---|
Region.Entry<K,V> |
Region.getEntry(Object key)
Returns the Region.Entry for the specified key, or null if it doesn't
exist. |
| Methods in com.gemstone.gemfire.cache that return types with arguments of type Region.Entry | |
|---|---|
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. |
| Methods in com.gemstone.gemfire.cache with parameters of type Region.Entry | |
|---|---|
ExpirationAttributes |
CustomExpiry.getExpiry(Region.Entry<K,V> entry)
Calculate the expiration for a given entry. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||