Uses of Class
org.apache.accumulo.core.data.KeyExtent
Package
Description
-
Uses of KeyExtent in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionMutationsRejectedException.getAuthorizationFailures()
Deprecated.MutationsRejectedException.getAuthorizationFailuresMap()
Deprecated.since 1.7.0 seeMutationsRejectedException.getSecurityErrorCodes()
ModifierConstructorDescriptionMutationsRejectedException
(List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated.MutationsRejectedException
(Instance instance, List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated. -
Uses of KeyExtent in org.apache.accumulo.core.client.admin
Modifier and TypeMethodDescriptionabstract KeyExtent
ActiveCompaction.getExtent()
Deprecated.since 1.7.0 useActiveCompaction.getTablet()
abstract KeyExtent
ActiveScan.getExtent()
Deprecated.since 1.7.0 useActiveScan.getTablet()
-
Uses of KeyExtent in org.apache.accumulo.core.data
Modifier and TypeMethodDescriptionstatic KeyExtent
KeyExtent.findContainingExtent
(KeyExtent extent, SortedSet<KeyExtent> extents) Deprecated.Modifier and TypeMethodDescriptionKeyExtent.findChildren
(KeyExtent ke, SortedSet<KeyExtent> tablets) Deprecated.KeyExtent.findOverlapping
(KeyExtent nke, SortedMap<KeyExtent, ?> extents) Deprecated.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 TypeMethodDescriptionint
Deprecated.KeyExtent.findChildren
(KeyExtent ke, SortedSet<KeyExtent> tablets) Deprecated.static KeyExtent
KeyExtent.findContainingExtent
(KeyExtent extent, SortedSet<KeyExtent> extents) Deprecated.KeyExtent.findOverlapping
(KeyExtent nke, SortedMap<KeyExtent, ?> extents) Deprecated.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
Deprecated.Modifier and TypeMethodDescriptionKeyExtent.findChildren
(KeyExtent ke, SortedSet<KeyExtent> tablets) Deprecated.static KeyExtent
KeyExtent.findContainingExtent
(KeyExtent extent, SortedSet<KeyExtent> extents) Deprecated.KeyExtent.findOverlapping
(KeyExtent nke, SortedMap<KeyExtent, ?> extents) Deprecated.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.
MutationsRejectedException.getAuthorizationFailuresMap()