Package | Description |
---|---|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
PartitionAttributes |
SystemMemberRegion.getPartitionAttributes()
Deprecated.
Returns the
PartitionAttributes for the region. |
Modifier and Type | Method and Description |
---|---|
PartitionAttributes<K,V> |
PartitionAttributesFactory.create()
Creates a
PartitionAttributes with the current settings. |
PartitionAttributes |
RegionAttributes.getPartitionAttributes()
Returns the
PartitionAttributes that configure how
the region is partitioned. |
Modifier and Type | Method and Description |
---|---|
void |
AttributesFactory.setPartitionAttributes(PartitionAttributes partition)
Deprecated.
Sets the
PartitionAttributes that describe how the
region is partitioned among members of the distributed system. |
RegionFactory<K,V> |
RegionFactory.setPartitionAttributes(PartitionAttributes partition)
Sets the
PartitionAttributes that describe how the region is
partitioned among members of the distributed system. |
Constructor and Description |
---|
PartitionAttributesFactory(PartitionAttributes pa)
Creates a new instance of PartitionAttributesFactory ready to create a
PartitionAttributes with the same settings as those in
the specified PartitionAttributes |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.