GemFire 5.5

Uses of Class
com.gemstone.gemfire.cache.EvictionAction

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

Uses of EvictionAction in com.gemstone.gemfire.cache
 

Fields in com.gemstone.gemfire.cache declared as EvictionAction
static EvictionAction EvictionAction.DEFAULT_EVICTION_ACTION
          The default eviction action is to locally destroy an Entry.
static EvictionAction EvictionAction.LOCAL_DESTROY
          Perform a localDestory on the least recently used region entry.
static EvictionAction EvictionAction.NONE
          Canonical EvictionAction that represents no eviction
static EvictionAction EvictionAction.OVERFLOW_TO_DISK
          Write the value of the least recently used region entry to disk and null-out its value in the VM to free up heap space.
 

Methods in com.gemstone.gemfire.cache that return EvictionAction
abstract  EvictionAction EvictionAttributes.getAction()
           
static EvictionAction EvictionAction.parseAction(String s)
           
 

Methods in com.gemstone.gemfire.cache with parameters of type EvictionAction
static EvictionAttributes EvictionAttributes.createLRUEntryAttributes(int maximumEntries, EvictionAction evictionAction)
          Convenience method for LRUCapacityController
static EvictionAttributes EvictionAttributes.createLRUHeapAttributes(int heapPercentage, int evictorInterval, EvictionAction evictionAction)
          Convenience method for HeapLRUCapacityController
static EvictionAttributes EvictionAttributes.createLRUMemoryAttributes(int maximumMegabytes, ObjectSizer sizer, EvictionAction evictionAction)
          Convenience method for MemLRUCapacityController
 


GemFire 5.5

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