Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.security.visibility | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
(package private) Triple<Integer,Map<HRegionInfo,Result>,Map<HRegionInfo,Result>> |
CatalogJanitor.getMergedRegionsAndSplitParents()
Scans hbase:meta and returns a number of scanned rows, and a map of merged
regions, and an ordered map of split parents.
|
(package private) Triple<Integer,Map<HRegionInfo,Result>,Map<HRegionInfo,Result>> |
CatalogJanitor.getMergedRegionsAndSplitParents(TableName tableName)
Scans hbase:meta and returns a number of scanned rows, and a map of merged
regions, and an ordered map of split parents.
|
Modifier and Type | Method and Description |
---|---|
List<RegionOpeningState> |
ServerManager.sendRegionOpen(ServerName server,
List<Triple<HRegionInfo,Integer,List<ServerName>>> regionOpenInfos)
Sends an OPEN RPC to the specified server to open the specified region.
|
Modifier and Type | Field and Description |
---|---|
private List<Triple<List<Tag>,Byte,Long>> |
VisibilityScanDeleteTracker.visibilityTagsDeleteFamily |
private List<Triple<List<Tag>,Byte,Long>> |
VisibilityScanDeleteTracker.visibilityTagsDeleteFamilyVersion |
Modifier and Type | Method and Description |
---|---|
static <A,B,C> Triple<A,B,C> |
Triple.create(A first,
B second,
C third) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.