Uses of Class
org.apache.accumulo.core.security.Credentials

Packages that use Credentials
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock.impl   
org.apache.accumulo.core.metadata   
org.apache.accumulo.core.security   
 

Uses of Credentials in org.apache.accumulo.core.client.admin
 

Constructors in org.apache.accumulo.core.client.admin with parameters of type Credentials
SecurityOperationsImpl(Instance instance, Credentials credentials)
          Deprecated.  
TableOperationsImpl(Instance instance, Credentials credentials)
          Deprecated.  
 

Uses of Credentials in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl with parameters of type Credentials
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>
void
TimeoutTabletLocator.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
<T extends Mutation>
void
TabletLocatorImpl.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
abstract
<T extends Mutation>
void
TabletLocator.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
<T extends Mutation>
void
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)
           
 

Constructors in org.apache.accumulo.core.client.impl with parameters of type Credentials
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)
           
 

Uses of Credentials in org.apache.accumulo.core.client.mock.impl
 

Methods in org.apache.accumulo.core.client.mock.impl with parameters of type Credentials
<T extends Mutation>
void
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)
           
 

Uses of Credentials in org.apache.accumulo.core.metadata
 

Methods in org.apache.accumulo.core.metadata with parameters of type Credentials
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)
           
 

Uses of Credentials in org.apache.accumulo.core.security
 

Methods in org.apache.accumulo.core.security that return Credentials
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 © 2015 Apache Accumulo Project. All rights reserved.