See: Description
Interface | Description |
---|---|
PartitionListener |
A callback for partitioned regions, invoked when a partition region is
created or any bucket in a partitioned region becomes primary.
|
PartitionMemberInfo |
Describes a member that has been configured to provide storage space for
a partitioned region.
|
PartitionRebalanceInfo |
The detailed results of rebalancing a partitioned region.
|
PartitionRegionInfo |
Information describing the data storage and distribution of a
partitioned region.
|
Class | Description |
---|---|
PartitionListenerAdapter |
Utility class that implements all methods in
PartitionListener
with empty implementations. |
PartitionManager |
An utility class to manage partitions (aka buckets) on a Partitioned Region
without requiring data (e.g. keys).
|
PartitionRegionHelper |
Utility methods for handling partitioned Regions, for example
during execution of
Functions on a Partitioned
Region. |
Exception | Description |
---|---|
PartitionNotAvailableException |
This exception is thrown when for the given fixed partition, datastore
(local-max-memory > 0) is not available.
|
Provides classes which operate on partitioned regions. PartitionRegionHelper contains static methods which can be used to extract partition region specific information from a region.
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.