| Package | Description |
|---|---|
| org.apache.tephra.hbase.txprune |
| Modifier and Type | Method and Description |
|---|---|
RegionPruneInfo |
DataJanitorState.getPruneInfoForRegion(byte[] regionId)
Get the latest
RegionPruneInfo for a given region. |
RegionPruneInfo |
InvalidListPruningDebug.getRegionPruneInfo(String regionId)
Return the prune upper bound value of a given region.
|
| Modifier and Type | Method and Description |
|---|---|
Queue<RegionPruneInfo> |
InvalidListPruningDebug.getIdleRegions(Integer numRegions)
Return a list of RegionPruneInfo.
|
List<RegionPruneInfo> |
DataJanitorState.getPruneInfoForRegions(SortedSet<byte[]> regions)
Gets a list of
RegionPruneInfo for given regions. |
Copyright © 2017 The Apache Software Foundation. All rights reserved.