VMware GemFire Java API Reference
Package org.apache.geode.cache.partition
package org.apache.geode.cache.partition
Provides classes which operate on partitioned regions. PartitionRegionHelper contains static methods which can be used to extract partition region specific information from a region.
-
ClassDescriptionA callback for partitioned regions, invoked when a partition region is created or any bucket is created/deleted or any bucket in a partitioned region becomes primary.
It is highly recommended that implementations of this listener should be quick and not try to manipulate regions and data because the callbacks are invoked while holding locks that may block region operations.Utility class that implements all methods inPartitionListenerwith empty implementations.Describes a member that has been configured to provide storage space for a partitioned region.This exception is thrown when for the given fixed partition, datastore (local-max-memory > 0) is not available.The detailed results of rebalancing a partitioned region.Utility methods for handling partitioned Regions, for example during execution ofFunctionson a Partitioned Region.Information describing the data storage and distribution of a partitioned region.