|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Instance in org.apache.accumulo.core.cli |
---|
Fields in org.apache.accumulo.core.cli declared as Instance | |
---|---|
protected Instance |
ClientOpts.cachedInstance
|
Methods in org.apache.accumulo.core.cli that return Instance | |
---|---|
Instance |
ClientOpts.getInstance()
|
Uses of Instance in org.apache.accumulo.core.client |
---|
Classes in org.apache.accumulo.core.client that implement Instance | |
---|---|
class |
ZooKeeperInstance
An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo. |
Methods in org.apache.accumulo.core.client that return Instance | |
---|---|
abstract Instance |
Connector.getInstance()
Accessor method for internal instance object. |
Constructors in org.apache.accumulo.core.client with parameters of type Instance | |
---|---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
|
|
TableOfflineException(Instance instance,
String tableId)
|
Uses of Instance in org.apache.accumulo.core.client.admin |
---|
Constructors in org.apache.accumulo.core.client.admin with parameters of type Instance | |
---|---|
InstanceOperationsImpl(Instance instance,
TCredentials credentials)
Deprecated. |
|
SecurityOperationsImpl(Instance instance,
Credentials credentials)
Deprecated. |
|
SecurityOperationsImpl(Instance instance,
TCredentials credentials)
Deprecated. |
|
TableOperationsImpl(Instance instance,
Credentials credentials)
Deprecated. |
|
TableOperationsImpl(Instance instance,
TCredentials credentials)
Deprecated. |
Uses of Instance in org.apache.accumulo.core.client.impl |
---|
Methods in org.apache.accumulo.core.client.impl that return Instance | |
---|---|
Instance |
ConnectorImpl.getInstance()
|
Methods in org.apache.accumulo.core.client.impl with parameters of type Instance | ||
---|---|---|
static String |
Tables._getTableId(Instance instance,
String tableName)
|
|
static void |
Tables.clearCache(Instance instance)
|
|
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 void |
ServerClient.execute(Instance instance,
ClientExec<ClientService.Client> exec)
|
|
static void |
MasterClient.execute(Instance instance,
ClientExec<MasterClientService.Client> exec)
|
|
static
|
ServerClient.execute(Instance instance,
ClientExecReturn<T,ClientService.Client> exec)
|
|
static
|
MasterClient.execute(Instance instance,
ClientExecReturn<T,MasterClientService.Client> exec)
|
|
static void |
MasterClient.executeGeneric(Instance instance,
ClientExec<MasterClientService.Client> exec)
|
|
static void |
MasterClient.executeNamespace(Instance instance,
ClientExec<MasterClientService.Client> exec)
|
|
static void |
ServerClient.executeRaw(Instance instance,
ClientExec<ClientService.Client> exec)
|
|
static
|
ServerClient.executeRaw(Instance instance,
ClientExecReturn<T,ClientService.Client> exec)
|
|
static void |
MasterClient.executeTable(Instance instance,
ClientExec<MasterClientService.Client> exec)
|
|
static boolean |
Tables.exists(Instance instance,
String tableId)
|
|
static boolean |
Namespaces.exists(Instance instance,
String namespaceId)
|
|
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)
|
|
static AccumuloConfiguration |
ServerConfigurationUtil.getConfiguration(Instance instance)
|
|
static Pair<String,ClientService.Client> |
ServerClient.getConnection(Instance instance)
|
|
static MasterClientService.Client |
MasterClient.getConnection(Instance instance)
|
|
static Pair<String,ClientService.Client> |
ServerClient.getConnection(Instance instance,
boolean preferCachedConnections)
|
|
static Pair<String,ClientService.Client> |
ServerClient.getConnection(Instance instance,
boolean preferCachedConnections,
long rpcTimeout)
|
|
static MasterClientService.Client |
MasterClient.getConnectionWithRetry(Instance instance)
|
|
static SortedMap<String,String> |
Tables.getIdToNameMap(Instance instance)
|
|
static SortedMap<String,String> |
Namespaces.getIdToNameMap(Instance instance)
|
|
static TabletLocator |
TabletLocator.getLocator(Instance instance,
org.apache.hadoop.io.Text tableId)
|
|
static String |
Tables.getNamespaceId(Instance instance,
String tableId)
Returns the namespace id for a given table ID. |
|
static String |
Namespaces.getNamespaceId(Instance instance,
String namespace)
|
|
static String |
Namespaces.getNamespaceName(Instance instance,
String namespaceId)
|
|
static SortedMap<String,String> |
Tables.getNameToIdMap(Instance instance)
|
|
static SortedMap<String,String> |
Namespaces.getNameToIdMap(Instance instance)
|
|
static String |
Tables.getPrintableTableInfoFromId(Instance instance,
String tableId)
|
|
static String |
Tables.getPrintableTableInfoFromName(Instance instance,
String tableName)
|
|
static String |
Tables.getTableId(Instance instance,
String tableName)
|
|
static List<String> |
Namespaces.getTableIds(Instance instance,
String namespaceId)
|
|
static String |
Tables.getTableName(Instance instance,
String tableId)
|
|
static List<String> |
Namespaces.getTableNames(Instance instance,
String namespaceId)
|
|
static TableState |
Tables.getTableState(Instance instance,
String tableId)
|
|
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 Instance | |
---|---|
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 Instance in org.apache.accumulo.core.client.mapred |
---|
Methods in org.apache.accumulo.core.client.mapred that return Instance | |
---|---|
protected static Instance |
AccumuloOutputFormat.getInstance(org.apache.hadoop.mapred.JobConf job)
Initializes an Accumulo Instance based on the configuration. |
protected static Instance |
AbstractInputFormat.getInstance(org.apache.hadoop.mapred.JobConf job)
Initializes an Accumulo Instance based on the configuration. |
Uses of Instance in org.apache.accumulo.core.client.mapreduce |
---|
Methods in org.apache.accumulo.core.client.mapreduce that return Instance | |
---|---|
Instance |
RangeInputSplit.getInstance()
|
protected static Instance |
AccumuloOutputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext context)
Initializes an Accumulo Instance based on the configuration. |
protected static Instance |
AbstractInputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext context)
Initializes an Accumulo Instance based on the configuration. |
Uses of Instance in org.apache.accumulo.core.client.mapreduce.lib.impl |
---|
Methods in org.apache.accumulo.core.client.mapreduce.lib.impl that return Instance | |
---|---|
static Instance |
ConfiguratorBase.getInstance(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Initializes an Accumulo Instance based on the configuration. |
Methods in org.apache.accumulo.core.client.mapreduce.lib.impl with parameters of type Instance | |
---|---|
static Map<String,Map<KeyExtent,List<Range>>> |
InputConfigurator.binOffline(String tableId,
List<Range> ranges,
Instance instance,
Connector conn)
|
Uses of Instance in org.apache.accumulo.core.client.mapreduce.lib.util |
---|
Methods in org.apache.accumulo.core.client.mapreduce.lib.util that return Instance | |
---|---|
static Instance |
ConfiguratorBase.getInstance(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. |
Uses of Instance in org.apache.accumulo.core.client.mock |
---|
Classes in org.apache.accumulo.core.client.mock that implement Instance | |
---|---|
class |
MockInstance
Mock Accumulo provides an in memory implementation of the Accumulo client API. |
Methods in org.apache.accumulo.core.client.mock that return Instance | |
---|---|
Instance |
MockConnector.getInstance()
|
Uses of Instance in org.apache.accumulo.core.metadata |
---|
Methods in org.apache.accumulo.core.metadata with parameters of type Instance | |
---|---|
static MetadataServicer |
MetadataServicer.forTableId(Instance instance,
Credentials credentials,
String tableId)
|
static MetadataServicer |
MetadataServicer.forTableName(Instance instance,
Credentials credentials,
String tableName)
|
Constructors in org.apache.accumulo.core.metadata with parameters of type Instance | |
---|---|
MetadataLocationObtainer(Instance instance)
|
Uses of Instance in org.apache.accumulo.core.security |
---|
Methods in org.apache.accumulo.core.security with parameters of type Instance | |
---|---|
TCredentials |
Credentials.toThrift(Instance instance)
Converts the current object to the relevant thrift type. |
Uses of Instance in org.apache.accumulo.core.trace |
---|
Fields in org.apache.accumulo.core.trace declared as Instance | |
---|---|
Instance |
InstanceUserPassword.instance
|
Methods in org.apache.accumulo.core.trace with parameters of type Instance | |
---|---|
static void |
DistributedTrace.enable(Instance instance,
ZooReader zoo,
String application,
String address)
|
Constructors in org.apache.accumulo.core.trace with parameters of type Instance | |
---|---|
InstanceUserPassword(Instance instance,
String username,
String password)
|
Uses of Instance in org.apache.accumulo.core.util |
---|
Methods in org.apache.accumulo.core.util with parameters of type Instance | |
---|---|
static String |
MonitorUtil.getLocation(Instance instance)
|
Uses of Instance in org.apache.accumulo.core.util.shell |
---|
Fields in org.apache.accumulo.core.util.shell declared as Instance | |
---|---|
protected Instance |
Shell.instance
|
Methods in org.apache.accumulo.core.util.shell that return Instance | |
---|---|
Instance |
Shell.getInstance()
|
Uses of Instance in org.apache.accumulo.core.util.shell.commands |
---|
Methods in org.apache.accumulo.core.util.shell.commands with parameters of type Instance | |
---|---|
protected IZooReaderWriter |
FateCommand.getZooReaderWriter(Instance instance,
String secret)
|
Uses of Instance in org.apache.accumulo.core.zookeeper |
---|
Methods in org.apache.accumulo.core.zookeeper with parameters of type Instance | |
---|---|
static String |
ZooUtil.getRoot(Instance instance)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |