|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyExtent | |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.admin | |
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 | |
org.apache.accumulo.core.client.mock.impl | |
org.apache.accumulo.core.constraints | |
org.apache.accumulo.core.data | |
org.apache.accumulo.core.iterators | |
org.apache.accumulo.core.iterators.system | |
org.apache.accumulo.core.metadata | |
org.apache.accumulo.core.tabletserver.log | |
org.apache.accumulo.core.util |
Uses of KeyExtent in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return types with arguments of type KeyExtent | |
---|---|
List<KeyExtent> |
MutationsRejectedException.getAuthorizationFailures()
Deprecated. since 1.5, see MutationsRejectedException.getAuthorizationFailuresMap() |
Map<KeyExtent,Set<SecurityErrorCode>> |
MutationsRejectedException.getAuthorizationFailuresMap()
|
Constructor parameters in org.apache.accumulo.core.client with type arguments of type KeyExtent | |
---|---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
|
|
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated. since 1.6.0, see MutationsRejectedException.MutationsRejectedException(Instance, List, HashMap, Collection, int, Throwable) |
Uses of KeyExtent in org.apache.accumulo.core.client.admin |
---|
Methods in org.apache.accumulo.core.client.admin that return KeyExtent | |
---|---|
abstract KeyExtent |
ActiveScan.getExtent()
|
abstract KeyExtent |
ActiveCompaction.getExtent()
|
Uses of KeyExtent in org.apache.accumulo.core.client.impl |
---|
Fields in org.apache.accumulo.core.client.impl declared as KeyExtent | |
---|---|
KeyExtent |
TabletLocator.TabletLocation.tablet_extent
|
Methods in org.apache.accumulo.core.client.impl that return KeyExtent | |
---|---|
KeyExtent |
ActiveScanImpl.getExtent()
|
KeyExtent |
ActiveCompactionImpl.getExtent()
|
KeyExtent |
Translator.TKeyExtentTranslator.translate(TKeyExtent input)
|
Methods in org.apache.accumulo.core.client.impl that return types with arguments of type KeyExtent | |
---|---|
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 | |
---|---|
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(Instance instance,
Credentials credentials,
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,
AccumuloConfiguration conf)
|
void |
TimeoutTabletLocator.invalidateCache(KeyExtent failedExtent)
|
void |
TabletLocatorImpl.invalidateCache(KeyExtent failedExtent)
|
abstract void |
TabletLocator.invalidateCache(KeyExtent failedExtent)
|
void |
RootTabletLocator.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 | |
---|---|
protected static void |
TabletLocatorImpl.addRange(Map<String,Map<KeyExtent,List<Range>>> binnedRanges,
String location,
KeyExtent ke,
Range range)
|
List<Range> |
TimeoutTabletLocator.binRanges(Credentials credentials,
List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges)
|
List<Range> |
TabletLocatorImpl.binRanges(Credentials credentials,
List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges)
|
abstract List<Range> |
TabletLocator.binRanges(Credentials credentials,
List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges)
|
List<Range> |
RootTabletLocator.binRanges(Credentials credentials,
List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges)
|
static void |
TabletServerBatchReaderIterator.doLookup(Instance instance,
Credentials credentials,
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,
AccumuloConfiguration conf)
|
static void |
TabletServerBatchReaderIterator.doLookup(Instance instance,
Credentials credentials,
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,
AccumuloConfiguration conf)
|
static void |
TabletServerBatchReaderIterator.doLookup(Instance instance,
Credentials credentials,
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,
AccumuloConfiguration conf)
|
void |
TimeoutTabletLocator.invalidateCache(Collection<KeyExtent> keySet)
|
void |
TabletLocatorImpl.invalidateCache(Collection<KeyExtent> keySet)
|
abstract void |
TabletLocator.invalidateCache(Collection<KeyExtent> keySet)
|
void |
RootTabletLocator.invalidateCache(Collection<KeyExtent> keySet)
|
List<TabletLocator.TabletLocation> |
TabletLocatorImpl.TabletLocationObtainer.lookupTablets(Credentials credentials,
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 | |
---|---|
TabletLocator.TabletLocation(KeyExtent tablet_extent,
String tablet_location,
String session)
|
Constructor parameters in org.apache.accumulo.core.client.impl with type arguments of type KeyExtent | |
---|---|
TabletLocator.TabletLocations(List<TabletLocator.TabletLocation> locations,
List<KeyExtent> locationless)
|
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 | |
---|---|
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 |
---|
Method parameters in org.apache.accumulo.core.client.mock with type arguments of type KeyExtent | |
---|---|
List<Range> |
MockTabletLocator.binRanges(List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges,
TCredentials credentials)
Deprecated. |
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 | |
---|---|
void |
MockTabletLocator.invalidateCache(KeyExtent failedExtent)
|
Method parameters in org.apache.accumulo.core.client.mock.impl with type arguments of type KeyExtent | |
---|---|
List<Range> |
MockTabletLocator.binRanges(Credentials credentials,
List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges)
|
void |
MockTabletLocator.invalidateCache(Collection<KeyExtent> keySet)
|
Uses of KeyExtent in org.apache.accumulo.core.constraints |
---|
Methods in org.apache.accumulo.core.constraints that return KeyExtent | |
---|---|
KeyExtent |
Constraint.Environment.getExtent()
|
Uses of KeyExtent in org.apache.accumulo.core.data |
---|
Methods in org.apache.accumulo.core.data that return KeyExtent | |
---|---|
static KeyExtent |
KeyExtent.findContainingExtent(KeyExtent extent,
SortedSet<KeyExtent> extents)
|
Methods in org.apache.accumulo.core.data that return types with arguments of type KeyExtent | |
---|---|
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 with parameters of type KeyExtent | |
---|---|
int |
KeyExtent.compareTo(KeyExtent other)
Compares extents based on rows |
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 with type arguments of type KeyExtent | |
---|---|
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 with parameters of type KeyExtent | |
---|---|
KeyExtent(KeyExtent extent)
|
Uses of KeyExtent in org.apache.accumulo.core.iterators |
---|
Methods in org.apache.accumulo.core.iterators with parameters of type KeyExtent | ||
---|---|---|
static
|
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
IteratorEnvironment env)
|
|
static
|
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
List<IteratorSetting> iterators,
IteratorEnvironment env)
|
|
static
|
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
|
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)
|
Uses of KeyExtent in org.apache.accumulo.core.iterators.system |
---|
Constructors in org.apache.accumulo.core.iterators.system with parameters of type KeyExtent | |
---|---|
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 | |
---|---|
static KeyExtent |
RootTable.EXTENT
|
static KeyExtent |
RootTable.OLD_EXTENT
|
Method parameters in org.apache.accumulo.core.metadata with type arguments of type KeyExtent | |
---|---|
abstract void |
MetadataServicer.getTabletLocations(SortedMap<KeyExtent,String> tablets)
Populate the provided data structure with the known tablets for the table being serviced |
List<TabletLocator.TabletLocation> |
MetadataLocationObtainer.lookupTablets(Credentials credentials,
String tserver,
Map<KeyExtent,List<Range>> tabletsRanges,
TabletLocator parent)
|
Uses of KeyExtent in org.apache.accumulo.core.tabletserver.log |
---|
Fields in org.apache.accumulo.core.tabletserver.log declared as KeyExtent | |
---|---|
KeyExtent |
LogEntry.extent
|
Uses of KeyExtent in org.apache.accumulo.core.util |
---|
Constructors in org.apache.accumulo.core.util with parameters of type KeyExtent | |
---|---|
Merge.Size(KeyExtent extent,
long size)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |