|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PartitionAttributes | |
|---|---|
| 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. |
| Uses of PartitionAttributes in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return PartitionAttributes | |
|---|---|
PartitionAttributes |
SystemMemberRegion.getPartitionAttributes()
Returns the PartitionAttributes for the region. |
| Uses of PartitionAttributes in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return PartitionAttributes | |
|---|---|
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. |
| Methods in com.gemstone.gemfire.cache with parameters of type PartitionAttributes | |
|---|---|
RegionFactory<K,V> |
RegionFactory.setPartitionAttributes(PartitionAttributes partition)
Sets the PartitionAttributes that describe how the region is
partitioned among members of the distributed system. |
void |
AttributesFactory.setPartitionAttributes(PartitionAttributes partition)
Sets the PartitionAttributes that describe how the
region is partitioned among members of the distributed system. |
| Constructors in com.gemstone.gemfire.cache with parameters of type PartitionAttributes | |
|---|---|
PartitionAttributesFactory(PartitionAttributes pa)
Creates a new instance of PartitionAttributesFactory ready to create a PartitionAttributes with the same settings as those in
the specified PartitionAttributes |
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||