Constructor and Description |
---|
SecurityOperationsImpl(Instance instance,
Credentials credentials)
Deprecated.
|
TableOperationsImpl(Instance instance,
Credentials credentials)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected TabletLocator.TabletLocation |
TabletLocatorImpl._locateTablet(Credentials credentials,
org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry,
boolean lock,
org.apache.accumulo.core.client.impl.TabletLocatorImpl.LockCheckerSession lcSession) |
<T extends Mutation> |
TimeoutTabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
<T extends Mutation> |
TabletLocatorImpl.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
abstract <T extends Mutation> |
TabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
<T extends Mutation> |
RootTabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
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) |
protected IsolatedScanner |
TableOperationsImpl.createMetadataScanner(Instance inst,
Credentials creds,
String metaTable,
Range range)
Create an IsolatedScanner over the given table, fetching the columns necessary to determine when a table has transitioned to online or offline.
|
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 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) |
TabletLocator.TabletLocation |
TimeoutTabletLocator.locateTablet(Credentials credentials,
org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry) |
TabletLocator.TabletLocation |
TabletLocatorImpl.locateTablet(Credentials credentials,
org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry) |
abstract TabletLocator.TabletLocation |
TabletLocator.locateTablet(Credentials credentials,
org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry) |
TabletLocator.TabletLocation |
RootTabletLocator.locateTablet(Credentials credentials,
org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry) |
TabletLocator.TabletLocations |
TabletLocatorImpl.TabletLocationObtainer.lookupTablet(Credentials credentials,
TabletLocator.TabletLocation src,
org.apache.hadoop.io.Text row,
org.apache.hadoop.io.Text stopRow,
TabletLocator parent) |
List<TabletLocator.TabletLocation> |
TabletLocatorImpl.TabletLocationObtainer.lookupTablets(Credentials credentials,
String tserver,
Map<KeyExtent,List<Range>> map,
TabletLocator parent) |
static List<KeyValue> |
ThriftScanner.scan(Instance instance,
Credentials credentials,
ThriftScanner.ScanState scanState,
int timeOut,
AccumuloConfiguration conf) |
Constructor and Description |
---|
BatchWriterImpl(Instance instance,
Credentials credentials,
String table,
BatchWriterConfig config) |
ConnectorImpl(Instance instance,
Credentials cred) |
InstanceOperationsImpl(Instance instance,
Credentials credentials) |
MultiTableBatchWriterImpl(Instance instance,
Credentials credentials,
BatchWriterConfig config) |
MultiTableBatchWriterImpl(Instance instance,
Credentials credentials,
BatchWriterConfig config,
long cacheTime,
TimeUnit cacheTimeUnit) |
NamespaceOperationsImpl(Instance instance,
Credentials credentials,
TableOperationsImpl tableOps) |
OfflineScanner(Instance instance,
Credentials credentials,
String tableId,
Authorizations authorizations) |
ScannerImpl(Instance instance,
Credentials credentials,
String table,
Authorizations authorizations) |
SecurityOperationsImpl(Instance instance,
Credentials credentials) |
TableOperationsImpl(Instance instance,
Credentials credentials) |
TabletServerBatchDeleter(Instance instance,
Credentials credentials,
String tableId,
Authorizations authorizations,
int numQueryThreads,
BatchWriterConfig bwConfig) |
TabletServerBatchReader(Instance instance,
Credentials credentials,
String table,
Authorizations authorizations,
int numQueryThreads) |
TabletServerBatchReaderIterator(Instance instance,
Credentials credentials,
String table,
Authorizations authorizations,
ArrayList<Range> ranges,
int numThreads,
ExecutorService queryThreadPool,
ScannerOptions scannerOptions,
long timeout) |
TabletServerBatchWriter(Instance instance,
Credentials credentials,
BatchWriterConfig config) |
ThriftScanner.ScanState(Instance instance,
Credentials credentials,
org.apache.hadoop.io.Text tableId,
Authorizations authorizations,
Range range,
SortedSet<Column> fetchedColumns,
int size,
List<IterInfo> serverSideIteratorList,
Map<String,Map<String,String>> serverSideIteratorOptions,
boolean isolated) |
ThriftScanner.ScanState(Instance instance,
Credentials credentials,
org.apache.hadoop.io.Text tableId,
Authorizations authorizations,
Range range,
SortedSet<Column> fetchedColumns,
int size,
List<IterInfo> serverSideIteratorList,
Map<String,Map<String,String>> serverSideIteratorOptions,
boolean isolated,
long readaheadThreshold) |
Writer(Instance instance,
Credentials credentials,
String table) |
Writer(Instance instance,
Credentials credentials,
org.apache.hadoop.io.Text table) |
Modifier and Type | Method and Description |
---|---|
<T extends Mutation> |
MockTabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
List<Range> |
MockTabletLocator.binRanges(Credentials credentials,
List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges) |
TabletLocator.TabletLocation |
MockTabletLocator.locateTablet(Credentials credentials,
org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry) |
Modifier and Type | Method and Description |
---|---|
static MetadataServicer |
MetadataServicer.forTableId(Instance instance,
Credentials credentials,
String tableId) |
static MetadataServicer |
MetadataServicer.forTableName(Instance instance,
Credentials credentials,
String tableName) |
TabletLocator.TabletLocations |
MetadataLocationObtainer.lookupTablet(Credentials credentials,
TabletLocator.TabletLocation src,
org.apache.hadoop.io.Text row,
org.apache.hadoop.io.Text stopRow,
TabletLocator parent) |
List<TabletLocator.TabletLocation> |
MetadataLocationObtainer.lookupTablets(Credentials credentials,
String tserver,
Map<KeyExtent,List<Range>> tabletsRanges,
TabletLocator parent) |
Modifier and Type | Method and Description |
---|---|
static Credentials |
Credentials.deserialize(String serializedForm)
Converts the serialized form to an instance of
Credentials . |
static Credentials |
Credentials.fromThrift(TCredentials serialized)
Converts a given thrift object to our internal Credentials representation.
|
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.