Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.admin | |
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()
Deprecated.
since 1.7.0 see
MutationsRejectedException.getSecurityErrorCodes() |
Constructor and Description |
---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
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 |
ActiveScan.getExtent()
Deprecated.
since 1.7.0 use
ActiveScan.getTablet() |
abstract KeyExtent |
ActiveCompaction.getExtent()
Deprecated.
since 1.7.0 use
ActiveCompaction.getTablet() |
Modifier and Type | Method and Description |
---|---|
static KeyExtent |
KeyExtent.findContainingExtent(KeyExtent extent,
SortedSet<KeyExtent> extents)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SortedSet<KeyExtent> |
KeyExtent.findChildren(KeyExtent ke,
SortedSet<KeyExtent> tablets)
Deprecated.
|
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedMap<KeyExtent,?> extents)
Deprecated.
|
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedSet<KeyExtent> extents)
Deprecated.
|
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)
Deprecated.
|
static SortedSet<KeyExtent> |
KeyExtent.findChildren(KeyExtent ke,
SortedSet<KeyExtent> tablets)
Deprecated.
|
static KeyExtent |
KeyExtent.findContainingExtent(KeyExtent extent,
SortedSet<KeyExtent> extents)
Deprecated.
|
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedMap<KeyExtent,?> extents)
Deprecated.
|
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedSet<KeyExtent> extents)
Deprecated.
|
static org.apache.hadoop.io.Text |
KeyExtent.getMetadataEntry(KeyExtent extent)
Deprecated.
|
static Mutation |
KeyExtent.getPrevRowUpdateMutation(KeyExtent ke)
Deprecated.
|
boolean |
KeyExtent.isPreviousExtent(KeyExtent prevExtent)
Deprecated.
|
boolean |
KeyExtent.overlaps(KeyExtent other)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SortedSet<KeyExtent> |
KeyExtent.findChildren(KeyExtent ke,
SortedSet<KeyExtent> tablets)
Deprecated.
|
static KeyExtent |
KeyExtent.findContainingExtent(KeyExtent extent,
SortedSet<KeyExtent> extents)
Deprecated.
|
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedMap<KeyExtent,?> extents)
Deprecated.
|
static Set<KeyExtent> |
KeyExtent.findOverlapping(KeyExtent nke,
SortedSet<KeyExtent> extents)
Deprecated.
|
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)
Deprecated.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.