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 KeyExtent
TabletLocator.TabletLocation. tablet_extent
Methods in org.apache.accumulo.core.client.impl that return KeyExtent Modifier and Type Method Description KeyExtent
Translator.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 void
TabletLocator.TabletServerMutations. addMutation(KeyExtent ke, T m)
protected static void
TabletLocatorImpl. addRange(Map<String,Map<KeyExtent,List<Range>>> binnedRanges, String location, KeyExtent ke, Range range)
static boolean
ThriftScanner. 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)
void
RootTabletLocator. invalidateCache(KeyExtent failedExtent)
void
SyncingTabletLocator. invalidateCache(KeyExtent failedExtent)
abstract void
TabletLocator. invalidateCache(KeyExtent failedExtent)
void
TabletLocatorImpl. invalidateCache(KeyExtent failedExtent)
TKeyExtent
Translator.KeyExtentTranslator. translate(KeyExtent input)
static TabletType
TabletType. 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 void
TabletLocatorImpl. 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 void
TabletServerBatchReaderIterator. 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)
void
RootTabletLocator. invalidateCache(Collection<KeyExtent> keySet)
void
SyncingTabletLocator. invalidateCache(Collection<KeyExtent> keySet)
abstract void
TabletLocator. invalidateCache(Collection<KeyExtent> keySet)
void
TabletLocatorImpl. invalidateCache(Collection<KeyExtent> keySet)
List<TabletLocator.TabletLocation>
TabletLocatorImpl.TabletLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent)
static TabletType
TabletType. 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 void
MockTabletLocator. 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.void
MockTabletLocator. 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 KeyExtent
Constraint.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 KeyExtent
KeyExtent. 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 int
KeyExtent. compareTo(KeyExtent other)
static SortedSet<KeyExtent>
KeyExtent. findChildren(KeyExtent ke, SortedSet<KeyExtent> tablets)
static KeyExtent
KeyExtent. 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.Text
KeyExtent. getMetadataEntry(KeyExtent extent)
static Mutation
KeyExtent. getPrevRowUpdateMutation(KeyExtent ke)
boolean
KeyExtent. isPreviousExtent(KeyExtent prevExtent)
boolean
KeyExtent. 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 KeyExtent
KeyExtent. 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 KeyExtent
RootTable. EXTENT
static KeyExtent
RootTable. OLD_EXTENT
Method parameters in org.apache.accumulo.core.metadata with type arguments of type KeyExtent Modifier and Type Method Description abstract void
MetadataServicer. 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 boolean
ReplicationConfigurationUtil. 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 KeyExtent
LogEntry. extent
Constructors 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)
-