| 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 |
|---|---|
static FixedPartitionAttributes |
FixedPartitionAttributes.createFixedPartition(String name)
Creates an instance of
FixedPartitionAttributes. |
static FixedPartitionAttributes |
FixedPartitionAttributes.createFixedPartition(String name,
boolean isPrimary)
Creates an instance of
FixedPartitionAttributes. |
static FixedPartitionAttributes |
FixedPartitionAttributes.createFixedPartition(String name,
boolean isPrimary,
int numBuckets)
Creates an instance of
FixedPartitionAttributes. |
static FixedPartitionAttributes |
FixedPartitionAttributes.createFixedPartition(String name,
int numBuckets)
Creates an instance of
FixedPartitionAttributes. |
| Modifier and Type | Method and Description |
|---|---|
List<FixedPartitionAttributes> |
PartitionAttributes.getFixedPartitionAttributes()
Returns
FixedPartitionAttributes's list of local partitions
defined on this Partitioned Region |
| Modifier and Type | Method and Description |
|---|---|
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.addFixedPartitionAttributes(FixedPartitionAttributes fpa)
FixedPartitionAttributes defined for this partitioned region is added to
PR attributes.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.