Package | Description |
---|---|
org.apache.hadoop.hbase.master.assignment |
Modifier and Type | Class and Description |
---|---|
private class |
AssignmentManager.RegionMetaLoadingVisitor |
Modifier and Type | Method and Description |
---|---|
void |
RegionStateStore.visitMeta(RegionStateStore.RegionStateVisitor visitor) |
private void |
RegionStateStore.visitMetaEntry(RegionStateStore.RegionStateVisitor visitor,
Result result) |
void |
RegionStateStore.visitMetaForRegion(String regionEncodedName,
RegionStateStore.RegionStateVisitor visitor)
Queries META table for the passed region encoded name,
delegating action upon results to the
RegionStateVisitor
passed as second parameter. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.