Uses of Class
org.apache.accumulo.core.data.impl.KeyExtent
-
Packages that use KeyExtent Package Description org.apache.accumulo.core.client.impl org.apache.accumulo.core.client.mapreduce.lib.impl This package exists to store common helpers for configuring MapReduce jobs in a single location.org.apache.accumulo.core.client.mock.impl org.apache.accumulo.core.constraints org.apache.accumulo.core.data.impl org.apache.accumulo.core.iterators org.apache.accumulo.core.iterators.system org.apache.accumulo.core.metadata org.apache.accumulo.core.replication org.apache.accumulo.core.tabletserver.log org.apache.accumulo.core.util -
-
Uses of KeyExtent in org.apache.accumulo.core.client.impl
Fields in org.apache.accumulo.core.client.impl declared as KeyExtent Modifier and Type Field Description KeyExtentTabletLocator.TabletLocation. tablet_extentMethods in org.apache.accumulo.core.client.impl that return KeyExtent Modifier and Type Method Description KeyExtentTranslator.TKeyExtentTranslator. translate(TKeyExtent input)Methods in org.apache.accumulo.core.client.impl that return types with arguments of type KeyExtent Modifier and Type Method Description List<KeyExtent>TabletLocator.TabletLocations. getLocationless()Map<KeyExtent,List<T>>TabletLocator.TabletServerMutations. getMutations()Methods in org.apache.accumulo.core.client.impl with parameters of type KeyExtent Modifier and Type Method Description voidTabletLocator.TabletServerMutations. addMutation(KeyExtent ke, T m)protected static voidTabletLocatorImpl. addRange(Map<String,Map<KeyExtent,List<Range>>> binnedRanges, String location, KeyExtent ke, Range range)static booleanThriftScanner. getBatchFromServer(ClientContext context, Range range, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, int size, Authorizations authorizations, boolean retry, long batchTimeOut, String classLoaderContext)voidRootTabletLocator. invalidateCache(KeyExtent failedExtent)voidSyncingTabletLocator. invalidateCache(KeyExtent failedExtent)abstract voidTabletLocator. invalidateCache(KeyExtent failedExtent)voidTabletLocatorImpl. invalidateCache(KeyExtent failedExtent)TKeyExtentTranslator.KeyExtentTranslator. translate(KeyExtent input)static TabletTypeTabletType. type(KeyExtent ke)Method parameters in org.apache.accumulo.core.client.impl with type arguments of type KeyExtent Modifier and Type Method Description protected static voidTabletLocatorImpl. addRange(Map<String,Map<KeyExtent,List<Range>>> binnedRanges, String location, KeyExtent ke, Range range)List<Range>RootTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>SyncingTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)abstract List<Range>TabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TabletLocatorImpl. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TimeoutTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)static voidTabletServerBatchReaderIterator. doLookup(ClientContext context, String server, Map<KeyExtent,List<Range>> requested, Map<KeyExtent,List<Range>> failures, Map<KeyExtent,List<Range>> unscanned, TabletServerBatchReaderIterator.ResultReceiver receiver, List<Column> columns, ScannerOptions options, Authorizations authorizations)voidRootTabletLocator. invalidateCache(Collection<KeyExtent> keySet)voidSyncingTabletLocator. invalidateCache(Collection<KeyExtent> keySet)abstract voidTabletLocator. invalidateCache(Collection<KeyExtent> keySet)voidTabletLocatorImpl. invalidateCache(Collection<KeyExtent> keySet)List<TabletLocator.TabletLocation>TabletLocatorImpl.TabletLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent)static TabletTypeTabletType. type(Collection<KeyExtent> extents)Constructors in org.apache.accumulo.core.client.impl with parameters of type KeyExtent Constructor Description TabletLocation(KeyExtent tablet_extent, String tablet_location, String session) -
Uses of KeyExtent in org.apache.accumulo.core.client.mapreduce.lib.impl
Methods in org.apache.accumulo.core.client.mapreduce.lib.impl that return types with arguments of type KeyExtent Modifier and Type Method Description static Map<String,Map<KeyExtent,List<Range>>>InputConfigurator. binOffline(String tableId, List<Range> ranges, Instance instance, Connector conn) -
Uses of KeyExtent in org.apache.accumulo.core.client.mock.impl
Methods in org.apache.accumulo.core.client.mock.impl with parameters of type KeyExtent Modifier and Type Method Description voidMockTabletLocator. invalidateCache(KeyExtent failedExtent)Deprecated.Method parameters in org.apache.accumulo.core.client.mock.impl with type arguments of type KeyExtent Modifier and Type Method Description List<Range>MockTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)Deprecated.voidMockTabletLocator. invalidateCache(Collection<KeyExtent> keySet)Deprecated. -
Uses of KeyExtent in org.apache.accumulo.core.constraints
Methods in org.apache.accumulo.core.constraints that return KeyExtent Modifier and Type Method Description KeyExtentConstraint.Environment. getExtent()Gets the key extent of the environment. -
Uses of KeyExtent in org.apache.accumulo.core.data.impl
Methods in org.apache.accumulo.core.data.impl that return KeyExtent Modifier and Type Method Description static KeyExtentKeyExtent. findContainingExtent(KeyExtent extent, SortedSet<KeyExtent> extents)Methods in org.apache.accumulo.core.data.impl that return types with arguments of type KeyExtent Modifier and Type Method 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.Methods in org.apache.accumulo.core.data.impl with parameters of type KeyExtent Modifier and Type Method Description intKeyExtent. compareTo(KeyExtent other)static SortedSet<KeyExtent>KeyExtent. findChildren(KeyExtent ke, SortedSet<KeyExtent> tablets)static KeyExtentKeyExtent. 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.TextKeyExtent. getMetadataEntry(KeyExtent extent)static MutationKeyExtent. getPrevRowUpdateMutation(KeyExtent ke)booleanKeyExtent. isPreviousExtent(KeyExtent prevExtent)booleanKeyExtent. overlaps(KeyExtent other)Method parameters in org.apache.accumulo.core.data.impl with type arguments of type KeyExtent Modifier and Type Method Description static SortedSet<KeyExtent>KeyExtent. findChildren(KeyExtent ke, SortedSet<KeyExtent> tablets)static KeyExtentKeyExtent. 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.Constructors in org.apache.accumulo.core.data.impl with parameters of type KeyExtent Constructor Description KeyExtent(KeyExtent extent)TabletIdImpl(KeyExtent ke) -
Uses of KeyExtent in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators with parameters of type KeyExtent Modifier and Type Method Description static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>IteratorUtil. loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, List<IteratorSetting> iterators, IteratorEnvironment env)static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>IteratorUtil. loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, IteratorEnvironment env)static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>IteratorUtil. loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, IteratorEnvironment env, boolean useAccumuloClassLoader)static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>IteratorUtil. loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, IteratorEnvironment env, boolean useAccumuloClassLoader, String classLoaderContext)static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>IteratorUtil. loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, IteratorEnvironment env) -
Uses of KeyExtent in org.apache.accumulo.core.iterators.system
Constructors in org.apache.accumulo.core.iterators.system with parameters of type KeyExtent Constructor Description MultiIterator(List<SortedKeyValueIterator<Key,Value>> iters2, KeyExtent extent) -
Uses of KeyExtent in org.apache.accumulo.core.metadata
Fields in org.apache.accumulo.core.metadata declared as KeyExtent Modifier and Type Field Description static KeyExtentRootTable. EXTENTstatic KeyExtentRootTable. OLD_EXTENTMethod parameters in org.apache.accumulo.core.metadata with type arguments of type KeyExtent Modifier and Type Method Description abstract voidMetadataServicer. getTabletLocations(SortedMap<KeyExtent,String> tablets)Populate the provided data structure with the known tablets for the table being servicedList<TabletLocator.TabletLocation>MetadataLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> tabletsRanges, TabletLocator parent) -
Uses of KeyExtent in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication with parameters of type KeyExtent Modifier and Type Method Description static booleanReplicationConfigurationUtil. isEnabled(KeyExtent extent, AccumuloConfiguration conf)Determines if the replication is enabled for the givenKeyExtent -
Uses of KeyExtent in org.apache.accumulo.core.tabletserver.log
Fields in org.apache.accumulo.core.tabletserver.log declared as KeyExtent Modifier and Type Field Description KeyExtentLogEntry. extentConstructors in org.apache.accumulo.core.tabletserver.log with parameters of type KeyExtent Constructor Description LogEntry(KeyExtent extent, long timestamp, String server, String filename) -
Uses of KeyExtent in org.apache.accumulo.core.util
Constructors in org.apache.accumulo.core.util with parameters of type KeyExtent Constructor Description Size(KeyExtent extent, long size)
-