GemFire 5.7.1

Uses of Interface
com.gemstone.gemfire.cache.CustomExpiry

Packages that use CustomExpiry
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
 

Uses of CustomExpiry in com.gemstone.gemfire.cache
 

Methods in com.gemstone.gemfire.cache that return CustomExpiry
 CustomExpiry RegionAttributes.getCustomEntryIdleTimeout()
          Gets the idleTimeout CustomExpiry, if any for entries in this region
 CustomExpiry RegionAttributes.getCustomEntryTimeToLive()
          Gets the entryTimeToLive CustomExpiry, if any for entries in this region
 CustomExpiry AttributesMutator.setCustomEntryIdleTimeout(CustomExpiry custom)
          Changes the CustomExpiry for idleTimeout for values in the region
 CustomExpiry AttributesMutator.setCustomEntryTimeToLive(CustomExpiry custom)
          Changes the custom timeToLive for values in this region
 

Methods in com.gemstone.gemfire.cache with parameters of type CustomExpiry
 RegionFactory RegionFactory.setCustomEntryIdleTimeout(CustomExpiry custom)
          Sets the custom idleTimeout for the next RegionAttributes created.
 void AttributesFactory.setCustomEntryIdleTimeout(CustomExpiry custom)
          Sets the idleTimeout CustomExpiry for the next RegionAttributes created.
 CustomExpiry AttributesMutator.setCustomEntryIdleTimeout(CustomExpiry custom)
          Changes the CustomExpiry for idleTimeout for values in the region
 RegionFactory RegionFactory.setCustomEntryTimeToLive(CustomExpiry custom)
          Sets the custom timeToLive expiration method for the next RegionAttributes created.
 void AttributesFactory.setCustomEntryTimeToLive(CustomExpiry custom)
          Sets the custom timeToLive for the next RegionAttributes created.
 CustomExpiry AttributesMutator.setCustomEntryTimeToLive(CustomExpiry custom)
          Changes the custom timeToLive for values in this region
 


GemFire 5.7.1

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.