public interface Locations
TableOperations.locate(String, java.util.Collection)
Modifier and Type | Method and Description |
---|---|
String |
getTabletLocation(TabletId tabletId)
For any
TabletId known to this object, the method will return the tablet server
location for that tablet. |
Map<Range,List<TabletId>> |
groupByRange()
For all of the ranges passed to
TableOperations.locate(String, java.util.Collection) ,
return a map of the tablets each range overlaps. |
Map<TabletId,List<Range>> |
groupByTablet()
For all of the ranges passed to
TableOperations.locate(String, java.util.Collection) ,
return a map of the ranges each tablet overlaps. |
Map<Range,List<TabletId>> groupByRange()
TableOperations.locate(String, java.util.Collection)
,
return a map of the tablets each range overlaps.Map<TabletId,List<Range>> groupByTablet()
TableOperations.locate(String, java.util.Collection)
,
return a map of the ranges each tablet overlaps.Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.