Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.partition |
Provides classes which operate on partitioned regions.
|
Modifier and Type | Method and Description |
---|---|
PartitionListener[] |
PartitionAttributes.getPartitionListeners()
Returns array of PartitionListener{s} configured on this partitioned region
|
Modifier and Type | Method and Description |
---|---|
PartitionAttributesFactory<K,V> |
PartitionAttributesFactory.addPartitionListener(PartitionListener listener)
adds a PartitionListener for the partitioned region.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionListenerAdapter
Utility class that implements all methods in
PartitionListener
with empty implementations. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.