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(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract KeyExtent |
ActiveCompaction.getExtent() |
abstract KeyExtent |
ActiveScan.getExtent() |
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)
Deprecated.
|
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,?> 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)
Deprecated.
this method not intended for public use and is likely to be removed in a future version.
|
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,?> 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,?> 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)
Deprecated.
this method not intended for public use and is likely to be removed in a future version.
|
Constructor and Description |
---|
KeyExtent(KeyExtent extent) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.