|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RebalanceFactory
Factory for defining and starting a RebalanceOperation.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
RebalanceFactory includeRegions(Set<String> regions)
null, means
all regions should be rebalanced. Includes take precedence over excludes.
- Parameters:
regions - A set containing the names of regions to include.- Since:
- 6.5
RebalanceFactory excludeRegions(Set<String> regions)
null, means
don't exclude any regions.
- Parameters:
regions - A set containing the names of regions to exclude.- Since:
- 6.5
RebalanceOperation start()
RebalanceOperation simulate()
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||