Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.core.data |
Modifier and Type | Method and Description |
---|---|
List<KeyExtent> |
MutationsRejectedException.getAuthorizationFailures()
Deprecated.
since 1.5, see
MutationsRejectedException.getAuthorizationFailuresMap() |
Map<KeyExtent,Set<SecurityErrorCode>> |
MutationsRejectedException.getAuthorizationFailuresMap() |
Constructor and Description |
---|
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
KeyExtent |
ActiveCompaction.getExtent() |
KeyExtent |
ActiveScan.getExtent() |
Modifier and Type | Method and Description |
---|---|
void |
MockTabletLocator.invalidateCache(KeyExtent failedExtent) |
Modifier and Type | Method and Description |
---|---|
List<Range> |
MockTabletLocator.binRanges(List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges,
org.apache.accumulo.core.security.thrift.TCredentials credentials) |
void |
MockTabletLocator.invalidateCache(Collection<KeyExtent> keySet) |
Modifier and Type | Method and Description |
---|---|
static KeyExtent |
KeyExtent.findContainingExtent(KeyExtent extent,
SortedSet<KeyExtent> extents) |
Modifier and Type | Method and Description |
---|---|
static SortedSet<KeyExtent> |
KeyExtent.findChildren(KeyExtent ke,
SortedSet<KeyExtent> tablets) |
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedMap<KeyExtent,? extends Object> extents) |
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedSet<KeyExtent> extents) |
static Collection<KeyExtent> |
KeyExtent.getKeyExtentsForRange(org.apache.hadoop.io.Text startRow,
org.apache.hadoop.io.Text endRow,
Set<KeyExtent> kes)
Empty start or end rows tell the method there are no start or end rows, and to use all the keyextents that are before the end row if no start row etc.
|
Modifier and Type | Method and Description |
---|---|
int |
KeyExtent.compareTo(KeyExtent other)
Compares extents based on rows
|
static SortedSet<KeyExtent> |
KeyExtent.findChildren(KeyExtent ke,
SortedSet<KeyExtent> tablets) |
static KeyExtent |
KeyExtent.findContainingExtent(KeyExtent extent,
SortedSet<KeyExtent> extents) |
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedMap<KeyExtent,? extends Object> extents) |
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedSet<KeyExtent> extents) |
static org.apache.hadoop.io.Text |
KeyExtent.getMetadataEntry(KeyExtent extent) |
static Mutation |
KeyExtent.getPrevRowUpdateMutation(KeyExtent ke) |
boolean |
KeyExtent.isPreviousExtent(KeyExtent prevExtent) |
boolean |
KeyExtent.overlaps(KeyExtent other) |
Modifier and Type | Method and Description |
---|---|
static SortedSet<KeyExtent> |
KeyExtent.findChildren(KeyExtent ke,
SortedSet<KeyExtent> tablets) |
static KeyExtent |
KeyExtent.findContainingExtent(KeyExtent extent,
SortedSet<KeyExtent> extents) |
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedMap<KeyExtent,? extends Object> extents) |
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedSet<KeyExtent> extents) |
static Collection<KeyExtent> |
KeyExtent.getKeyExtentsForRange(org.apache.hadoop.io.Text startRow,
org.apache.hadoop.io.Text endRow,
Set<KeyExtent> kes)
Empty start or end rows tell the method there are no start or end rows, and to use all the keyextents that are before the end row if no start row etc.
|
Constructor and Description |
---|
KeyExtent(KeyExtent extent) |
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.