GemFire 5.5

Uses of Interface
com.gemstone.gemfire.cache.util.ObjectSizer

Packages that use ObjectSizer
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
com.gemstone.gemfire.cache.util Provides utilities for use with the Caching API in the com.gemstone.gemfire.cache package. 
 

Uses of ObjectSizer in com.gemstone.gemfire.cache
 

Methods in com.gemstone.gemfire.cache that return ObjectSizer
abstract  ObjectSizer EvictionAttributes.getObjectSizer()
          An ObjectSizer is used by the EvictionAlgorithm.LRU_MEMORY algorithm to measure the size of each Entry as it is entered into a Region.
 

Methods in com.gemstone.gemfire.cache with parameters of type ObjectSizer
static EvictionAttributes EvictionAttributes.createLRUMemoryAttributes(int maximumMegabytes, ObjectSizer sizer)
          Convenience method for MemLRUCapacityController
static EvictionAttributes EvictionAttributes.createLRUMemoryAttributes(int maximumMegabytes, ObjectSizer sizer, EvictionAction evictionAction)
          Convenience method for MemLRUCapacityController
 

Uses of ObjectSizer in com.gemstone.gemfire.cache.util
 

Classes in com.gemstone.gemfire.cache.util that implement ObjectSizer
 class ObjectSizerImpl
          This class provides an implementation of the ObjectSizer interface.
 


GemFire 5.5

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