Uses of Interface
org.apache.accumulo.core.client.AccumuloClient
-
-
Uses of AccumuloClient in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type AccumuloClient Modifier and Type Method Description static AccumuloClient.PropertyOptions<AccumuloClient>Accumulo. newClient()Fluent entry point for creating anAccumuloClient.Methods in org.apache.accumulo.core.client with parameters of type AccumuloClient Modifier and Type Method Description static ConnectorConnector. from(AccumuloClient client)Deprecated.Creates a Connector from an AccumuloClient.Constructors in org.apache.accumulo.core.client with parameters of type AccumuloClient Constructor Description MutationsRejectedException(AccumuloClient client, List<ConstraintViolationSummary> cvsList, Map<TabletId,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)Creates Mutations rejected exception -
Uses of AccumuloClient in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement AccumuloClient Modifier and Type Class Description classClientContextThis class represents any essential configuration and credentials needed to initiate RPC operations throughout the code.Methods in org.apache.accumulo.core.clientImpl that return AccumuloClient Modifier and Type Method Description static AccumuloClientClientContext.ClientBuilderImpl. buildClient(ClientContext.ClientBuilderImpl<AccumuloClient> cbi)Methods in org.apache.accumulo.core.clientImpl with parameters of type AccumuloClient Modifier and Type Method Description protected TableIdReplicationOperationsImpl. getTableId(AccumuloClient client, String tableName)Method parameters in org.apache.accumulo.core.clientImpl with type arguments of type AccumuloClient Modifier and Type Method Description static AccumuloClientClientContext.ClientBuilderImpl. buildClient(ClientContext.ClientBuilderImpl<AccumuloClient> cbi) -
Uses of AccumuloClient in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema with parameters of type AccumuloClient Modifier and Type Method Description TabletsMetadataTabletsMetadata.Options. build(AccumuloClient client)Constructors in org.apache.accumulo.core.metadata.schema with parameters of type AccumuloClient Constructor Description AmpleImpl(AccumuloClient client) -
Uses of AccumuloClient in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication with parameters of type AccumuloClient Modifier and Type Method Description static BatchScannerReplicationTable. getBatchScanner(AccumuloClient client, int queryThreads)static BatchWriterReplicationTable. getBatchWriter(AccumuloClient client)static ScannerReplicationTable. getScanner(AccumuloClient client)static booleanReplicationTable. isOnline(AccumuloClient client)static voidReplicationTable. setOnline(AccumuloClient client) -
Uses of AccumuloClient in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util with parameters of type AccumuloClient Modifier and Type Method Description protected Iterator<Merge.Size>Merge. getSizeIterator(AccumuloClient client, String tablename, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)protected voidMerge. merge(AccumuloClient client, String table, List<Merge.Size> sizes, int numToMerge)protected longMerge. mergeMany(AccumuloClient client, String table, List<Merge.Size> sizes, long goalSize, boolean force, boolean last)protected voidMerge. mergeSome(AccumuloClient client, String table, List<Merge.Size> sizes, int numToMerge)voidMerge. mergomatic(AccumuloClient client, String table, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, long goalSize, boolean force) -
Uses of AccumuloClient in org.apache.accumulo.core.util.cleaner
Methods in org.apache.accumulo.core.util.cleaner with parameters of type AccumuloClient Modifier and Type Method Description static Cleaner.CleanableCleanerUtil. batchWriterAndClientCloser(Object o, org.slf4j.Logger log, BatchWriter bw, AccumuloClient client)
-