Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FixedPartitionResolver<K,V>
Implementers of interface
FixedPartitionResolver helps to
achieve explicit mapping of a "user defined" partition to a data member node. |
Modifier and Type | Method and Description |
---|---|
PartitionResolver<K,V> |
PartitionAttributes.getPartitionResolver()
Returns the PartitionResolver set for custom partitioning
|
Modifier and Type | Method and Description |
---|---|
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.setPartitionResolver(PartitionResolver<K,V> resolver)
Sets the
PartitionResolver for the PartitionRegion. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.