Uses of Class
org.apache.accumulo.core.data.KeyExtent
Packages that use KeyExtent
Package
Description
-
Uses of KeyExtent in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type KeyExtentModifier and TypeMethodDescriptionMutationsRejectedException.getAuthorizationFailures()
Deprecated.MutationsRejectedException.getAuthorizationFailuresMap()
Deprecated.since 1.7.0 seeMutationsRejectedException.getSecurityErrorCodes()
Constructor parameters in org.apache.accumulo.core.client with type arguments of type KeyExtentModifierConstructorDescriptionMutationsRejectedException
(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
Methods in org.apache.accumulo.core.client.admin that return KeyExtentModifier 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
Methods in org.apache.accumulo.core.data that return KeyExtentModifier and TypeMethodDescriptionstatic KeyExtent
KeyExtent.findContainingExtent
(KeyExtent extent, SortedSet<KeyExtent> extents) Deprecated.Methods in org.apache.accumulo.core.data that return types with arguments of type KeyExtentModifier 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.Methods in org.apache.accumulo.core.data with parameters of type KeyExtentModifier 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.Method parameters in org.apache.accumulo.core.data with type arguments of type KeyExtentModifier 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.Constructors in org.apache.accumulo.core.data with parameters of type KeyExtent
MutationsRejectedException.getAuthorizationFailuresMap()