Package | Description |
---|---|
org.apache.hadoop.hbase.favored | |
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
void |
FavoredNodesManager.initialize(SnapshotOfRegionAssignmentFromMeta snapshot) |
Modifier and Type | Method and Description |
---|---|
SnapshotOfRegionAssignmentFromMeta |
RegionPlacementMaintainer.getRegionAssignmentSnapshot()
Returns the new RegionAssignmentSnapshot n
|
Modifier and Type | Method and Description |
---|---|
void |
AssignmentVerificationReport.fillUp(TableName tableName,
SnapshotOfRegionAssignmentFromMeta snapshot,
Map<String,Map<String,Float>> regionLocalityMap) |
void |
AssignmentVerificationReport.fillUpDispersion(TableName tableName,
SnapshotOfRegionAssignmentFromMeta snapshot,
FavoredNodesPlan newPlan)
Use this to project the dispersion scores nnn
|
private void |
RegionPlacementMaintainer.genAssignmentPlan(TableName tableName,
SnapshotOfRegionAssignmentFromMeta assignmentSnapshot,
Map<String,Map<String,Float>> regionLocalityMap,
FavoredNodesPlan plan,
boolean munkresForSecondaryAndTertiary)
Generate the assignment plan for the existing table nnnn * @param
munkresForSecondaryAndTertiary if set on true the assignment plan for the tertiary and
secondary will be generated with Munkres algorithm, otherwise will be generated using
placeSecondaryAndTertiaryRS n
|
void |
RegionPlacementMaintainer.printDispersionScores(TableName table,
SnapshotOfRegionAssignmentFromMeta snapshot,
int numRegions,
FavoredNodesPlan newPlan,
boolean simplePrint) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.