|
GemFire 6.5.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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<K,V> |
PartitionAttributesFactory.addPartitionListener(PartitionListener listener)
adds a PartitionListener for the partitioned region. |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setColocatedWith(String colocatedRegionFullPath)
Sets the name of the PartitionRegion with which this newly created partitioned region is colocated |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setGlobalProperties(Properties globalProps)
Deprecated. use setTotalMaxMemory(long) and setTotalNumBuckets(int) in GemFire 5.1 and later releases |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setLocalMaxMemory(int mb)
Sets the maximum amount of memory, in megabytes, to be used by the region in this process. |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setLocalProperties(Properties localProps)
Deprecated. use setLocalMaxMemory(int) in GemFire 5.1 and later releases |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setPartitionResolver(PartitionResolver<K,V> resolver)
Sets the PartitionResolver for the PartitionRegion. |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setRecoveryDelay(long recoveryDelay)
Sets the delay in milliseconds that existing members will wait before satisfying redundancy after another member crashes. -1 (the default) indicates that redundancy will not be recovered after a failure. |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setRedundantCopies(int redundantCopies)
Sets the number of extra copies of buckets desired. |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setStartupRecoveryDelay(long startupRecoveryDelay)
Sets the delay in milliseconds that new members will wait before satisfying redundancy. -1 indicates that adding new members will not trigger redundancy recovery. |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setTotalMaxMemory(long mb)
Sets the maximum amount of memory, in megabytes, to be used by the region in all processes. |
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setTotalNumBuckets(int numBuckets)
Sets the total number of hash buckets to be used by the region in all processes. |
|
GemFire 6.5.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||