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 KeyExtentActiveCompaction.getExtent()Deprecated.since 1.7.0 useActiveCompaction.getTablet()abstract KeyExtentActiveScan.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 KeyExtentKeyExtent.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 TypeMethodDescriptionintDeprecated.KeyExtent.findChildren(KeyExtent ke, SortedSet<KeyExtent> tablets) Deprecated.static KeyExtentKeyExtent.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.TextKeyExtent.getMetadataEntry(KeyExtent extent) Deprecated.static MutationKeyExtent.getPrevRowUpdateMutation(KeyExtent ke) Deprecated.booleanKeyExtent.isPreviousExtent(KeyExtent prevExtent) Deprecated.booleanDeprecated.Method parameters in org.apache.accumulo.core.data with type arguments of type KeyExtentModifier and TypeMethodDescriptionKeyExtent.findChildren(KeyExtent ke, SortedSet<KeyExtent> tablets) Deprecated.static KeyExtentKeyExtent.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()