GemFire 5.5.1

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

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

Uses of PartitionAttributesFactory in com.gemstone.gemfire.cache
 

Methods in com.gemstone.gemfire.cache that return PartitionAttributesFactory
 PartitionAttributesFactory PartitionAttributesFactory.setCacheLoader(CacheLoader cacheLoader)
          Deprecated. AttributesFactory.setCacheLoader(com.gemstone.gemfire.cache.CacheLoader) allows you to establish a cache loader for a partitioned region
 PartitionAttributesFactory PartitionAttributesFactory.setGlobalProperties(Properties globalProps)
          Deprecated. use setTotalMaxMemory(long) and setTotalNumBuckets(int) in GemFire 5.1 and later releases
 PartitionAttributesFactory PartitionAttributesFactory.setLocalMaxMemory(int mb)
          Sets the maximum amount of memory, in megabytes, to be used by the region in this process.
 PartitionAttributesFactory PartitionAttributesFactory.setLocalProperties(Properties localProps)
          Deprecated. use setLocalMaxMemory(int) in GemFire 5.1 and later releases
 PartitionAttributesFactory PartitionAttributesFactory.setRedundantCopies(int redundantCopies)
          Sets the number of extra copies of buckets desired.
 PartitionAttributesFactory PartitionAttributesFactory.setTotalMaxMemory(long mb)
          Sets the maximum amount of memory, in megabytes, to be used by the region in all processes.
 PartitionAttributesFactory PartitionAttributesFactory.setTotalNumBuckets(int numBuckets)
          Sets the total number of hash buckets to be used by the region in all processes.
 


GemFire 5.5.1

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