public interface RebalanceFactory
RebalanceOperation
.Modifier and Type | Method and Description |
---|---|
RebalanceFactory |
excludeRegions(Set<String> regions)
Exclude specific regions from the rebalancing operation.
|
RebalanceFactory |
includeRegions(Set<String> regions)
Specify which regions to include in the rebalance operation.
|
RebalanceOperation |
simulate()
Simulates a rebalance of the GemFire controlled cache resources on this member.
|
RebalanceOperation |
start()
Asynchronously starts a new rebalance operation.
|
RebalanceFactory includeRegions(Set<String> regions)
null
,
means all regions should be rebalanced. Includes take precedence over excludes.regions
- A set containing the names of regions to include.RebalanceFactory
RebalanceFactory excludeRegions(Set<String> regions)
null
, means
don't exclude any regions.regions
- A set containing the names of regions to exclude.RebalanceFactory
RebalanceOperation start()
RebalanceOperation
RebalanceOperation simulate()
RebalanceOperation