Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.addFixedPartitionAttributes(FixedPartitionAttributes fpa)
FixedPartitionAttributes defined for this partitioned region is added to
PR attributes.
|
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.
|
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.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.