Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.admin |
Modifier and Type | Method and Description |
---|---|
Map<TabletId,Set<SecurityErrorCode>> |
MutationsRejectedException.getSecurityErrorCodes() |
Constructor and Description |
---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
Map<TabletId,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
abstract TabletId |
ActiveCompaction.getTablet() |
abstract TabletId |
ActiveScan.getTablet() |
Modifier and Type | Method and Description |
---|---|
Map<Range,List<TabletId>> |
Locations.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>> |
Locations.groupByTablet()
For all of the ranges passed to
TableOperations.locate(String, java.util.Collection) , return a map of the ranges each tablet overlaps. |
Modifier and Type | Method and Description |
---|---|
String |
Locations.getTabletLocation(TabletId tabletId)
For any
TabletId known to this object, the method will return the tablet server location for that tablet. |
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.