A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

ABlockReader - Interface in org.apache.accumulo.core.file.blockfile
 
ABlockWriter - Interface in org.apache.accumulo.core.file.blockfile
 
abortCommit(Tablet.CommitSession, List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
abortCommit(List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
abortIfFateTransactions() - Static method in class org.apache.accumulo.server.Accumulo
Exit loudly if there are outstanding Fate operations.
AboutCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AboutCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AboutCommand
 
AbstractMetricsImpl - Class in org.apache.accumulo.server.metrics
 
AbstractMetricsImpl() - Constructor for class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
AbstractMetricsImpl.Metric - Class in org.apache.accumulo.server.metrics
 
AbstractMetricsImpl.Metric() - Constructor for class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.Filter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
Accepts entries whose timestamps are less than currentTime - threshold.
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.ReqVisFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
 
accept(Key, Value) - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
acceptImpl() - Method in class org.apache.accumulo.server.util.TBufferedServerSocket
 
acceptImpl() - Method in class org.apache.accumulo.server.util.TNonblockingServerSocket
 
acceptRow(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
Implementation should return false to suppress a row.
access(long) - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
Block has been accessed.
accumulatedMillis() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
accumulatedMillis() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
accumulatedMillis() - Method in interface org.apache.accumulo.trace.instrument.Span
Return the total amount of time elapsed since start was called, if running, or difference between stop and start
Accumulo - Class in org.apache.accumulo.server
 
Accumulo() - Constructor for class org.apache.accumulo.server.Accumulo
 
ACCUMULO_CLASSPATH_VALUE - Static variable in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
AccumuloClassLoader - Class in org.apache.accumulo.start.classloader
 
AccumuloClassLoader() - Constructor for class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
AccumuloConfiguration - Class in org.apache.accumulo.core.conf
 
AccumuloConfiguration() - Constructor for class org.apache.accumulo.core.conf.AccumuloConfiguration
 
AccumuloException - Exception in org.apache.accumulo.core.client
A generic Accumulo Exception for general accumulo failures.
AccumuloException(String) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
 
AccumuloException(Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
 
AccumuloException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
 
AccumuloException - Exception in org.apache.accumulo.proxy.thrift
 
AccumuloException() - Constructor for exception org.apache.accumulo.proxy.thrift.AccumuloException
 
AccumuloException(String) - Constructor for exception org.apache.accumulo.proxy.thrift.AccumuloException
 
AccumuloException(AccumuloException) - Constructor for exception org.apache.accumulo.proxy.thrift.AccumuloException
Performs a deep copy on other.
AccumuloException._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted by Key), as this is an important requirement of Accumulo data files.
AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
 
AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted by Key), as this is an important requirement of Accumulo data files.
AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
 
AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
 
AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to use Accumulo as the sink for data.
AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use Accumulo as the sink for data.
AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapred
A base class to be used to create RecordWriter instances that write to Accumulo.
AccumuloOutputFormat.AccumuloRecordWriter(JobConf) - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
 
AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapreduce
A base class to be used to create RecordWriter instances that write to Accumulo.
AccumuloOutputFormat.AccumuloRecordWriter(TaskAttemptContext) - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
 
AccumuloProxy - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy
 
AccumuloProxy.addConstraint_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.addConstraint_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
AccumuloProxy.addConstraint_args(ByteBuffer, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
AccumuloProxy.addConstraint_args(AccumuloProxy.addConstraint_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
Performs a deep copy on other.
AccumuloProxy.addConstraint_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.addConstraint_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.addConstraint_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
AccumuloProxy.addConstraint_result(int, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
AccumuloProxy.addConstraint_result(AccumuloProxy.addConstraint_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
Performs a deep copy on other.
AccumuloProxy.addConstraint_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.addSplits_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.addSplits_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
AccumuloProxy.addSplits_args(ByteBuffer, String, Set<ByteBuffer>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
AccumuloProxy.addSplits_args(AccumuloProxy.addSplits_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
Performs a deep copy on other.
AccumuloProxy.addSplits_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.addSplits_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.addSplits_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
AccumuloProxy.addSplits_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
AccumuloProxy.addSplits_result(AccumuloProxy.addSplits_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
Performs a deep copy on other.
AccumuloProxy.addSplits_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.AsyncClient - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
AccumuloProxy.AsyncClient.addConstraint_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.addConstraint_call(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.addConstraint_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.addConstraint_call
 
AccumuloProxy.AsyncClient.addSplits_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.addSplits_call(ByteBuffer, String, Set<ByteBuffer>, AsyncMethodCallback<AccumuloProxy.AsyncClient.addSplits_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.addSplits_call
 
AccumuloProxy.AsyncClient.attachIterator_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.attachIterator_call(ByteBuffer, String, IteratorSetting, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.attachIterator_call
 
AccumuloProxy.AsyncClient.authenticateUser_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.authenticateUser_call(ByteBuffer, String, Map<String, String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.authenticateUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.authenticateUser_call
 
AccumuloProxy.AsyncClient.cancelCompaction_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.cancelCompaction_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.cancelCompaction_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.cancelCompaction_call
 
AccumuloProxy.AsyncClient.changeLocalUserPassword_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.changeLocalUserPassword_call(ByteBuffer, String, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.changeLocalUserPassword_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.changeLocalUserPassword_call
 
AccumuloProxy.AsyncClient.changeUserAuthorizations_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.changeUserAuthorizations_call(ByteBuffer, String, Set<ByteBuffer>, AsyncMethodCallback<AccumuloProxy.AsyncClient.changeUserAuthorizations_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.changeUserAuthorizations_call
 
AccumuloProxy.AsyncClient.checkIteratorConflicts_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.checkIteratorConflicts_call(ByteBuffer, String, IteratorSetting, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.checkIteratorConflicts_call
 
AccumuloProxy.AsyncClient.clearLocatorCache_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.clearLocatorCache_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.clearLocatorCache_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.clearLocatorCache_call
 
AccumuloProxy.AsyncClient.cloneTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.cloneTable_call(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.cloneTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.cloneTable_call
 
AccumuloProxy.AsyncClient.closeScanner_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.closeScanner_call(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.closeScanner_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.closeScanner_call
 
AccumuloProxy.AsyncClient.closeWriter_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.closeWriter_call(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.closeWriter_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.closeWriter_call
 
AccumuloProxy.AsyncClient.compactTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.compactTable_call(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.compactTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.compactTable_call
 
AccumuloProxy.AsyncClient.createBatchScanner_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.createBatchScanner_call(ByteBuffer, String, BatchScanOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createBatchScanner_call
 
AccumuloProxy.AsyncClient.createLocalUser_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.createLocalUser_call(ByteBuffer, String, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.createLocalUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createLocalUser_call
 
AccumuloProxy.AsyncClient.createScanner_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.createScanner_call(ByteBuffer, String, ScanOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createScanner_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createScanner_call
 
AccumuloProxy.AsyncClient.createTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.createTable_call(ByteBuffer, String, boolean, TimeType, AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createTable_call
 
AccumuloProxy.AsyncClient.createWriter_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.createWriter_call(ByteBuffer, String, WriterOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createWriter_call
 
AccumuloProxy.AsyncClient.deleteRows_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.deleteRows_call(ByteBuffer, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteRows_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.deleteRows_call
 
AccumuloProxy.AsyncClient.deleteTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.deleteTable_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.deleteTable_call
 
AccumuloProxy.AsyncClient.dropLocalUser_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.dropLocalUser_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.dropLocalUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.dropLocalUser_call
 
AccumuloProxy.AsyncClient.exportTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.exportTable_call(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.exportTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.exportTable_call
 
AccumuloProxy.AsyncClient.Factory - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.Factory
 
AccumuloProxy.AsyncClient.flush_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.flush_call(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.flush_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.flush_call
 
AccumuloProxy.AsyncClient.flushTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.flushTable_call(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.flushTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.flushTable_call
 
AccumuloProxy.AsyncClient.getActiveCompactions_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getActiveCompactions_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveCompactions_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getActiveCompactions_call
 
AccumuloProxy.AsyncClient.getActiveScans_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getActiveScans_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveScans_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getActiveScans_call
 
AccumuloProxy.AsyncClient.getFollowing_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getFollowing_call(Key, PartialKey, AsyncMethodCallback<AccumuloProxy.AsyncClient.getFollowing_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getFollowing_call
 
AccumuloProxy.AsyncClient.getIteratorSetting_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getIteratorSetting_call(ByteBuffer, String, String, IteratorScope, AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getIteratorSetting_call
 
AccumuloProxy.AsyncClient.getLocalityGroups_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getLocalityGroups_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getLocalityGroups_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getLocalityGroups_call
 
AccumuloProxy.AsyncClient.getMaxRow_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getMaxRow_call(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.getMaxRow_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getMaxRow_call
 
AccumuloProxy.AsyncClient.getRowRange_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getRowRange_call(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getRowRange_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getRowRange_call
 
AccumuloProxy.AsyncClient.getSiteConfiguration_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getSiteConfiguration_call(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getSiteConfiguration_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getSiteConfiguration_call
 
AccumuloProxy.AsyncClient.getSystemConfiguration_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getSystemConfiguration_call(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getSystemConfiguration_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getSystemConfiguration_call
 
AccumuloProxy.AsyncClient.getTableProperties_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getTableProperties_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getTableProperties_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getTableProperties_call
 
AccumuloProxy.AsyncClient.getTabletServers_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getTabletServers_call(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getTabletServers_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getTabletServers_call
 
AccumuloProxy.AsyncClient.getUserAuthorizations_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.getUserAuthorizations_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getUserAuthorizations_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getUserAuthorizations_call
 
AccumuloProxy.AsyncClient.grantSystemPermission_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.grantSystemPermission_call(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.grantSystemPermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.grantSystemPermission_call
 
AccumuloProxy.AsyncClient.grantTablePermission_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.grantTablePermission_call(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.grantTablePermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.grantTablePermission_call
 
AccumuloProxy.AsyncClient.hasNext_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.hasNext_call(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasNext_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasNext_call
 
AccumuloProxy.AsyncClient.hasSystemPermission_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.hasSystemPermission_call(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasSystemPermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasSystemPermission_call
 
AccumuloProxy.AsyncClient.hasTablePermission_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.hasTablePermission_call(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasTablePermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasTablePermission_call
 
AccumuloProxy.AsyncClient.importDirectory_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.importDirectory_call(ByteBuffer, String, String, String, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.importDirectory_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.importDirectory_call
 
AccumuloProxy.AsyncClient.importTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.importTable_call(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.importTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.importTable_call
 
AccumuloProxy.AsyncClient.listConstraints_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.listConstraints_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.listConstraints_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listConstraints_call
 
AccumuloProxy.AsyncClient.listIterators_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.listIterators_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.listIterators_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listIterators_call
 
AccumuloProxy.AsyncClient.listLocalUsers_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.listLocalUsers_call(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.listLocalUsers_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listLocalUsers_call
 
AccumuloProxy.AsyncClient.listSplits_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.listSplits_call(ByteBuffer, String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.listSplits_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listSplits_call
 
AccumuloProxy.AsyncClient.listTables_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.listTables_call(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.listTables_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listTables_call
 
AccumuloProxy.AsyncClient.login_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.login_call(String, Map<String, String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.login_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.login_call
 
AccumuloProxy.AsyncClient.mergeTablets_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.mergeTablets_call(ByteBuffer, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.mergeTablets_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.mergeTablets_call
 
AccumuloProxy.AsyncClient.nextEntry_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.nextEntry_call(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.nextEntry_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.nextEntry_call
 
AccumuloProxy.AsyncClient.nextK_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.nextK_call(String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.nextK_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.nextK_call
 
AccumuloProxy.AsyncClient.offlineTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.offlineTable_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.offlineTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.offlineTable_call
 
AccumuloProxy.AsyncClient.onlineTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.onlineTable_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.onlineTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.onlineTable_call
 
AccumuloProxy.AsyncClient.pingTabletServer_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.pingTabletServer_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.pingTabletServer_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.pingTabletServer_call
 
AccumuloProxy.AsyncClient.removeConstraint_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.removeConstraint_call(ByteBuffer, String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeConstraint_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeConstraint_call
 
AccumuloProxy.AsyncClient.removeIterator_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.removeIterator_call(ByteBuffer, String, String, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeIterator_call
 
AccumuloProxy.AsyncClient.removeProperty_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.removeProperty_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeProperty_call
 
AccumuloProxy.AsyncClient.removeTableProperty_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.removeTableProperty_call(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeTableProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeTableProperty_call
 
AccumuloProxy.AsyncClient.renameTable_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.renameTable_call(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.renameTable_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.renameTable_call
 
AccumuloProxy.AsyncClient.revokeSystemPermission_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.revokeSystemPermission_call(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeSystemPermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.revokeSystemPermission_call
 
AccumuloProxy.AsyncClient.revokeTablePermission_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.revokeTablePermission_call(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeTablePermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.revokeTablePermission_call
 
AccumuloProxy.AsyncClient.setLocalityGroups_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.setLocalityGroups_call(ByteBuffer, String, Map<String, Set<String>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.setLocalityGroups_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setLocalityGroups_call
 
AccumuloProxy.AsyncClient.setProperty_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.setProperty_call(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.setProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setProperty_call
 
AccumuloProxy.AsyncClient.setTableProperty_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.setTableProperty_call(ByteBuffer, String, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.setTableProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setTableProperty_call
 
AccumuloProxy.AsyncClient.splitRangeByTablets_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.splitRangeByTablets_call(ByteBuffer, String, Range, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.splitRangeByTablets_call
 
AccumuloProxy.AsyncClient.tableExists_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.tableExists_call(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.tableExists_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.tableExists_call
 
AccumuloProxy.AsyncClient.tableIdMap_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.tableIdMap_call(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.tableIdMap_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.tableIdMap_call
 
AccumuloProxy.AsyncClient.testClassLoad_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.testClassLoad_call(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.testClassLoad_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.testClassLoad_call
 
AccumuloProxy.AsyncClient.testTableClassLoad_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.testTableClassLoad_call(ByteBuffer, String, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.testTableClassLoad_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.testTableClassLoad_call
 
AccumuloProxy.AsyncClient.update_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.update_call(String, Map<ByteBuffer, List<ColumnUpdate>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.update_call
 
AccumuloProxy.AsyncClient.updateAndFlush_call - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.AsyncClient.updateAndFlush_call(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.updateAndFlush_call
 
AccumuloProxy.AsyncIface - Interface in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.attachIterator_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.attachIterator_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
AccumuloProxy.attachIterator_args(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
AccumuloProxy.attachIterator_args(AccumuloProxy.attachIterator_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
Performs a deep copy on other.
AccumuloProxy.attachIterator_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.attachIterator_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.attachIterator_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
AccumuloProxy.attachIterator_result(AccumuloSecurityException, AccumuloException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
AccumuloProxy.attachIterator_result(AccumuloProxy.attachIterator_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
Performs a deep copy on other.
AccumuloProxy.attachIterator_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.authenticateUser_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.authenticateUser_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
AccumuloProxy.authenticateUser_args(ByteBuffer, String, Map<String, String>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
AccumuloProxy.authenticateUser_args(AccumuloProxy.authenticateUser_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
Performs a deep copy on other.
AccumuloProxy.authenticateUser_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.authenticateUser_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.authenticateUser_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
AccumuloProxy.authenticateUser_result(boolean, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
AccumuloProxy.authenticateUser_result(AccumuloProxy.authenticateUser_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
Performs a deep copy on other.
AccumuloProxy.authenticateUser_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.cancelCompaction_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.cancelCompaction_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
AccumuloProxy.cancelCompaction_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
AccumuloProxy.cancelCompaction_args(AccumuloProxy.cancelCompaction_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
Performs a deep copy on other.
AccumuloProxy.cancelCompaction_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.cancelCompaction_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.cancelCompaction_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
AccumuloProxy.cancelCompaction_result(AccumuloSecurityException, TableNotFoundException, AccumuloException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
AccumuloProxy.cancelCompaction_result(AccumuloProxy.cancelCompaction_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
Performs a deep copy on other.
AccumuloProxy.cancelCompaction_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.changeLocalUserPassword_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.changeLocalUserPassword_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
AccumuloProxy.changeLocalUserPassword_args(ByteBuffer, String, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
AccumuloProxy.changeLocalUserPassword_args(AccumuloProxy.changeLocalUserPassword_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
Performs a deep copy on other.
AccumuloProxy.changeLocalUserPassword_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.changeLocalUserPassword_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.changeLocalUserPassword_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
AccumuloProxy.changeLocalUserPassword_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
AccumuloProxy.changeLocalUserPassword_result(AccumuloProxy.changeLocalUserPassword_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
Performs a deep copy on other.
AccumuloProxy.changeLocalUserPassword_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.changeUserAuthorizations_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.changeUserAuthorizations_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
AccumuloProxy.changeUserAuthorizations_args(ByteBuffer, String, Set<ByteBuffer>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
AccumuloProxy.changeUserAuthorizations_args(AccumuloProxy.changeUserAuthorizations_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
Performs a deep copy on other.
AccumuloProxy.changeUserAuthorizations_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.changeUserAuthorizations_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.changeUserAuthorizations_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
AccumuloProxy.changeUserAuthorizations_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
AccumuloProxy.changeUserAuthorizations_result(AccumuloProxy.changeUserAuthorizations_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
Performs a deep copy on other.
AccumuloProxy.changeUserAuthorizations_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.checkIteratorConflicts_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.checkIteratorConflicts_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
AccumuloProxy.checkIteratorConflicts_args(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
AccumuloProxy.checkIteratorConflicts_args(AccumuloProxy.checkIteratorConflicts_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
Performs a deep copy on other.
AccumuloProxy.checkIteratorConflicts_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.checkIteratorConflicts_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.checkIteratorConflicts_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
AccumuloProxy.checkIteratorConflicts_result(AccumuloSecurityException, AccumuloException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
AccumuloProxy.checkIteratorConflicts_result(AccumuloProxy.checkIteratorConflicts_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
Performs a deep copy on other.
AccumuloProxy.checkIteratorConflicts_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.clearLocatorCache_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.clearLocatorCache_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
AccumuloProxy.clearLocatorCache_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
AccumuloProxy.clearLocatorCache_args(AccumuloProxy.clearLocatorCache_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
Performs a deep copy on other.
AccumuloProxy.clearLocatorCache_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.clearLocatorCache_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.clearLocatorCache_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
AccumuloProxy.clearLocatorCache_result(TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
AccumuloProxy.clearLocatorCache_result(AccumuloProxy.clearLocatorCache_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
Performs a deep copy on other.
AccumuloProxy.clearLocatorCache_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.Client - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Client(TProtocol) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
AccumuloProxy.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
AccumuloProxy.Client.Factory - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Client.Factory() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client.Factory
 
AccumuloProxy.cloneTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.cloneTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
AccumuloProxy.cloneTable_args(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
AccumuloProxy.cloneTable_args(AccumuloProxy.cloneTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Performs a deep copy on other.
AccumuloProxy.cloneTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.cloneTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.cloneTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
AccumuloProxy.cloneTable_result(AccumuloException, AccumuloSecurityException, TableNotFoundException, TableExistsException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
AccumuloProxy.cloneTable_result(AccumuloProxy.cloneTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
Performs a deep copy on other.
AccumuloProxy.cloneTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.closeScanner_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.closeScanner_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
AccumuloProxy.closeScanner_args(String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
AccumuloProxy.closeScanner_args(AccumuloProxy.closeScanner_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
Performs a deep copy on other.
AccumuloProxy.closeScanner_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.closeScanner_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.closeScanner_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
AccumuloProxy.closeScanner_result(UnknownScanner) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
AccumuloProxy.closeScanner_result(AccumuloProxy.closeScanner_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
Performs a deep copy on other.
AccumuloProxy.closeScanner_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.closeWriter_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.closeWriter_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
AccumuloProxy.closeWriter_args(String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
AccumuloProxy.closeWriter_args(AccumuloProxy.closeWriter_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
Performs a deep copy on other.
AccumuloProxy.closeWriter_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.closeWriter_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.closeWriter_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
AccumuloProxy.closeWriter_result(UnknownWriter, MutationsRejectedException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
AccumuloProxy.closeWriter_result(AccumuloProxy.closeWriter_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
Performs a deep copy on other.
AccumuloProxy.closeWriter_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.compactTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.compactTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
AccumuloProxy.compactTable_args(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
AccumuloProxy.compactTable_args(AccumuloProxy.compactTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Performs a deep copy on other.
AccumuloProxy.compactTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.compactTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.compactTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
AccumuloProxy.compactTable_result(AccumuloSecurityException, TableNotFoundException, AccumuloException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
AccumuloProxy.compactTable_result(AccumuloProxy.compactTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
Performs a deep copy on other.
AccumuloProxy.compactTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createBatchScanner_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createBatchScanner_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
AccumuloProxy.createBatchScanner_args(ByteBuffer, String, BatchScanOptions) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
AccumuloProxy.createBatchScanner_args(AccumuloProxy.createBatchScanner_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
Performs a deep copy on other.
AccumuloProxy.createBatchScanner_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createBatchScanner_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createBatchScanner_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
AccumuloProxy.createBatchScanner_result(String, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
AccumuloProxy.createBatchScanner_result(AccumuloProxy.createBatchScanner_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
Performs a deep copy on other.
AccumuloProxy.createBatchScanner_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createLocalUser_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createLocalUser_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
AccumuloProxy.createLocalUser_args(ByteBuffer, String, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
AccumuloProxy.createLocalUser_args(AccumuloProxy.createLocalUser_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
Performs a deep copy on other.
AccumuloProxy.createLocalUser_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createLocalUser_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createLocalUser_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
AccumuloProxy.createLocalUser_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
AccumuloProxy.createLocalUser_result(AccumuloProxy.createLocalUser_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
Performs a deep copy on other.
AccumuloProxy.createLocalUser_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createScanner_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createScanner_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
AccumuloProxy.createScanner_args(ByteBuffer, String, ScanOptions) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
AccumuloProxy.createScanner_args(AccumuloProxy.createScanner_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
Performs a deep copy on other.
AccumuloProxy.createScanner_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createScanner_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createScanner_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
AccumuloProxy.createScanner_result(String, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
AccumuloProxy.createScanner_result(AccumuloProxy.createScanner_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
Performs a deep copy on other.
AccumuloProxy.createScanner_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
AccumuloProxy.createTable_args(ByteBuffer, String, boolean, TimeType) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
AccumuloProxy.createTable_args(AccumuloProxy.createTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
Performs a deep copy on other.
AccumuloProxy.createTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
AccumuloProxy.createTable_result(AccumuloException, AccumuloSecurityException, TableExistsException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
AccumuloProxy.createTable_result(AccumuloProxy.createTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
Performs a deep copy on other.
AccumuloProxy.createTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createWriter_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createWriter_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
AccumuloProxy.createWriter_args(ByteBuffer, String, WriterOptions) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
AccumuloProxy.createWriter_args(AccumuloProxy.createWriter_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
Performs a deep copy on other.
AccumuloProxy.createWriter_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.createWriter_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.createWriter_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
AccumuloProxy.createWriter_result(String, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
AccumuloProxy.createWriter_result(AccumuloProxy.createWriter_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
Performs a deep copy on other.
AccumuloProxy.createWriter_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.deleteRows_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.deleteRows_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
AccumuloProxy.deleteRows_args(ByteBuffer, String, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
AccumuloProxy.deleteRows_args(AccumuloProxy.deleteRows_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
Performs a deep copy on other.
AccumuloProxy.deleteRows_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.deleteRows_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.deleteRows_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
AccumuloProxy.deleteRows_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
AccumuloProxy.deleteRows_result(AccumuloProxy.deleteRows_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
Performs a deep copy on other.
AccumuloProxy.deleteRows_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.deleteTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.deleteTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
AccumuloProxy.deleteTable_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
AccumuloProxy.deleteTable_args(AccumuloProxy.deleteTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
Performs a deep copy on other.
AccumuloProxy.deleteTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.deleteTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.deleteTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
AccumuloProxy.deleteTable_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
AccumuloProxy.deleteTable_result(AccumuloProxy.deleteTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
Performs a deep copy on other.
AccumuloProxy.deleteTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.dropLocalUser_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.dropLocalUser_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
AccumuloProxy.dropLocalUser_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
AccumuloProxy.dropLocalUser_args(AccumuloProxy.dropLocalUser_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
Performs a deep copy on other.
AccumuloProxy.dropLocalUser_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.dropLocalUser_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.dropLocalUser_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
AccumuloProxy.dropLocalUser_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
AccumuloProxy.dropLocalUser_result(AccumuloProxy.dropLocalUser_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
Performs a deep copy on other.
AccumuloProxy.dropLocalUser_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.exportTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.exportTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
AccumuloProxy.exportTable_args(ByteBuffer, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
AccumuloProxy.exportTable_args(AccumuloProxy.exportTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
Performs a deep copy on other.
AccumuloProxy.exportTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.exportTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.exportTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
AccumuloProxy.exportTable_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
AccumuloProxy.exportTable_result(AccumuloProxy.exportTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
Performs a deep copy on other.
AccumuloProxy.exportTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.flush_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.flush_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
AccumuloProxy.flush_args(String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
AccumuloProxy.flush_args(AccumuloProxy.flush_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
Performs a deep copy on other.
AccumuloProxy.flush_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.flush_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.flush_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
AccumuloProxy.flush_result(UnknownWriter, MutationsRejectedException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
AccumuloProxy.flush_result(AccumuloProxy.flush_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
Performs a deep copy on other.
AccumuloProxy.flush_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.flushTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.flushTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
AccumuloProxy.flushTable_args(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
AccumuloProxy.flushTable_args(AccumuloProxy.flushTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
Performs a deep copy on other.
AccumuloProxy.flushTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.flushTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.flushTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
AccumuloProxy.flushTable_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
AccumuloProxy.flushTable_result(AccumuloProxy.flushTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
Performs a deep copy on other.
AccumuloProxy.flushTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getActiveCompactions_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getActiveCompactions_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
AccumuloProxy.getActiveCompactions_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
AccumuloProxy.getActiveCompactions_args(AccumuloProxy.getActiveCompactions_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
Performs a deep copy on other.
AccumuloProxy.getActiveCompactions_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getActiveCompactions_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getActiveCompactions_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
AccumuloProxy.getActiveCompactions_result(List<ActiveCompaction>, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
AccumuloProxy.getActiveCompactions_result(AccumuloProxy.getActiveCompactions_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
Performs a deep copy on other.
AccumuloProxy.getActiveCompactions_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getActiveScans_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getActiveScans_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
AccumuloProxy.getActiveScans_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
AccumuloProxy.getActiveScans_args(AccumuloProxy.getActiveScans_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
Performs a deep copy on other.
AccumuloProxy.getActiveScans_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getActiveScans_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getActiveScans_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
AccumuloProxy.getActiveScans_result(List<ActiveScan>, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
AccumuloProxy.getActiveScans_result(AccumuloProxy.getActiveScans_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
Performs a deep copy on other.
AccumuloProxy.getActiveScans_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getFollowing_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getFollowing_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
AccumuloProxy.getFollowing_args(Key, PartialKey) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
AccumuloProxy.getFollowing_args(AccumuloProxy.getFollowing_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
Performs a deep copy on other.
AccumuloProxy.getFollowing_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getFollowing_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getFollowing_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
AccumuloProxy.getFollowing_result(Key) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
AccumuloProxy.getFollowing_result(AccumuloProxy.getFollowing_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
Performs a deep copy on other.
AccumuloProxy.getFollowing_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getIteratorSetting_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getIteratorSetting_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
AccumuloProxy.getIteratorSetting_args(ByteBuffer, String, String, IteratorScope) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
AccumuloProxy.getIteratorSetting_args(AccumuloProxy.getIteratorSetting_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
Performs a deep copy on other.
AccumuloProxy.getIteratorSetting_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getIteratorSetting_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getIteratorSetting_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
AccumuloProxy.getIteratorSetting_result(IteratorSetting, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
AccumuloProxy.getIteratorSetting_result(AccumuloProxy.getIteratorSetting_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
Performs a deep copy on other.
AccumuloProxy.getIteratorSetting_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getLocalityGroups_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getLocalityGroups_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
AccumuloProxy.getLocalityGroups_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
AccumuloProxy.getLocalityGroups_args(AccumuloProxy.getLocalityGroups_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
Performs a deep copy on other.
AccumuloProxy.getLocalityGroups_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getLocalityGroups_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getLocalityGroups_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
AccumuloProxy.getLocalityGroups_result(Map<String, Set<String>>, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
AccumuloProxy.getLocalityGroups_result(AccumuloProxy.getLocalityGroups_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
Performs a deep copy on other.
AccumuloProxy.getLocalityGroups_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getMaxRow_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getMaxRow_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
AccumuloProxy.getMaxRow_args(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
AccumuloProxy.getMaxRow_args(AccumuloProxy.getMaxRow_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Performs a deep copy on other.
AccumuloProxy.getMaxRow_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getMaxRow_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getMaxRow_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
AccumuloProxy.getMaxRow_result(ByteBuffer, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
AccumuloProxy.getMaxRow_result(AccumuloProxy.getMaxRow_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
Performs a deep copy on other.
AccumuloProxy.getMaxRow_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getRowRange_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getRowRange_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
AccumuloProxy.getRowRange_args(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
AccumuloProxy.getRowRange_args(AccumuloProxy.getRowRange_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
Performs a deep copy on other.
AccumuloProxy.getRowRange_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getRowRange_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getRowRange_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
AccumuloProxy.getRowRange_result(Range) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
AccumuloProxy.getRowRange_result(AccumuloProxy.getRowRange_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
Performs a deep copy on other.
AccumuloProxy.getRowRange_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getSiteConfiguration_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getSiteConfiguration_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
AccumuloProxy.getSiteConfiguration_args(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
AccumuloProxy.getSiteConfiguration_args(AccumuloProxy.getSiteConfiguration_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
Performs a deep copy on other.
AccumuloProxy.getSiteConfiguration_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getSiteConfiguration_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getSiteConfiguration_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
AccumuloProxy.getSiteConfiguration_result(Map<String, String>, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
AccumuloProxy.getSiteConfiguration_result(AccumuloProxy.getSiteConfiguration_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
Performs a deep copy on other.
AccumuloProxy.getSiteConfiguration_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getSystemConfiguration_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getSystemConfiguration_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
AccumuloProxy.getSystemConfiguration_args(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
AccumuloProxy.getSystemConfiguration_args(AccumuloProxy.getSystemConfiguration_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
Performs a deep copy on other.
AccumuloProxy.getSystemConfiguration_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getSystemConfiguration_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getSystemConfiguration_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
AccumuloProxy.getSystemConfiguration_result(Map<String, String>, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
AccumuloProxy.getSystemConfiguration_result(AccumuloProxy.getSystemConfiguration_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
Performs a deep copy on other.
AccumuloProxy.getSystemConfiguration_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getTableProperties_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getTableProperties_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
AccumuloProxy.getTableProperties_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
AccumuloProxy.getTableProperties_args(AccumuloProxy.getTableProperties_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
Performs a deep copy on other.
AccumuloProxy.getTableProperties_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getTableProperties_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getTableProperties_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
AccumuloProxy.getTableProperties_result(Map<String, String>, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
AccumuloProxy.getTableProperties_result(AccumuloProxy.getTableProperties_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
Performs a deep copy on other.
AccumuloProxy.getTableProperties_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getTabletServers_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getTabletServers_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
AccumuloProxy.getTabletServers_args(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
AccumuloProxy.getTabletServers_args(AccumuloProxy.getTabletServers_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
Performs a deep copy on other.
AccumuloProxy.getTabletServers_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getTabletServers_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getTabletServers_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
AccumuloProxy.getTabletServers_result(List<String>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
AccumuloProxy.getTabletServers_result(AccumuloProxy.getTabletServers_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
Performs a deep copy on other.
AccumuloProxy.getTabletServers_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getUserAuthorizations_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getUserAuthorizations_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
AccumuloProxy.getUserAuthorizations_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
AccumuloProxy.getUserAuthorizations_args(AccumuloProxy.getUserAuthorizations_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
Performs a deep copy on other.
AccumuloProxy.getUserAuthorizations_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.getUserAuthorizations_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.getUserAuthorizations_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
AccumuloProxy.getUserAuthorizations_result(List<ByteBuffer>, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
AccumuloProxy.getUserAuthorizations_result(AccumuloProxy.getUserAuthorizations_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
Performs a deep copy on other.
AccumuloProxy.getUserAuthorizations_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.grantSystemPermission_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.grantSystemPermission_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
AccumuloProxy.grantSystemPermission_args(ByteBuffer, String, SystemPermission) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
AccumuloProxy.grantSystemPermission_args(AccumuloProxy.grantSystemPermission_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
Performs a deep copy on other.
AccumuloProxy.grantSystemPermission_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.grantSystemPermission_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.grantSystemPermission_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
AccumuloProxy.grantSystemPermission_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
AccumuloProxy.grantSystemPermission_result(AccumuloProxy.grantSystemPermission_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
Performs a deep copy on other.
AccumuloProxy.grantSystemPermission_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.grantTablePermission_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.grantTablePermission_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
AccumuloProxy.grantTablePermission_args(ByteBuffer, String, String, TablePermission) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
AccumuloProxy.grantTablePermission_args(AccumuloProxy.grantTablePermission_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
Performs a deep copy on other.
AccumuloProxy.grantTablePermission_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.grantTablePermission_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.grantTablePermission_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
AccumuloProxy.grantTablePermission_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
AccumuloProxy.grantTablePermission_result(AccumuloProxy.grantTablePermission_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
Performs a deep copy on other.
AccumuloProxy.grantTablePermission_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.hasNext_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.hasNext_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
AccumuloProxy.hasNext_args(String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
AccumuloProxy.hasNext_args(AccumuloProxy.hasNext_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
Performs a deep copy on other.
AccumuloProxy.hasNext_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.hasNext_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.hasNext_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
AccumuloProxy.hasNext_result(boolean, UnknownScanner) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
AccumuloProxy.hasNext_result(AccumuloProxy.hasNext_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
Performs a deep copy on other.
AccumuloProxy.hasNext_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.hasSystemPermission_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.hasSystemPermission_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
AccumuloProxy.hasSystemPermission_args(ByteBuffer, String, SystemPermission) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
AccumuloProxy.hasSystemPermission_args(AccumuloProxy.hasSystemPermission_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
Performs a deep copy on other.
AccumuloProxy.hasSystemPermission_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.hasSystemPermission_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.hasSystemPermission_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
AccumuloProxy.hasSystemPermission_result(boolean, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
AccumuloProxy.hasSystemPermission_result(AccumuloProxy.hasSystemPermission_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
Performs a deep copy on other.
AccumuloProxy.hasSystemPermission_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.hasTablePermission_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.hasTablePermission_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
AccumuloProxy.hasTablePermission_args(ByteBuffer, String, String, TablePermission) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
AccumuloProxy.hasTablePermission_args(AccumuloProxy.hasTablePermission_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
Performs a deep copy on other.
AccumuloProxy.hasTablePermission_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.hasTablePermission_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.hasTablePermission_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
AccumuloProxy.hasTablePermission_result(boolean, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
AccumuloProxy.hasTablePermission_result(AccumuloProxy.hasTablePermission_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
Performs a deep copy on other.
AccumuloProxy.hasTablePermission_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.Iface - Interface in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.importDirectory_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.importDirectory_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
AccumuloProxy.importDirectory_args(ByteBuffer, String, String, String, boolean) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
AccumuloProxy.importDirectory_args(AccumuloProxy.importDirectory_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
Performs a deep copy on other.
AccumuloProxy.importDirectory_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.importDirectory_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.importDirectory_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
AccumuloProxy.importDirectory_result(TableNotFoundException, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
AccumuloProxy.importDirectory_result(AccumuloProxy.importDirectory_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
Performs a deep copy on other.
AccumuloProxy.importDirectory_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.importTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.importTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
AccumuloProxy.importTable_args(ByteBuffer, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
AccumuloProxy.importTable_args(AccumuloProxy.importTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
Performs a deep copy on other.
AccumuloProxy.importTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.importTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.importTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
AccumuloProxy.importTable_result(TableExistsException, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
AccumuloProxy.importTable_result(AccumuloProxy.importTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
Performs a deep copy on other.
AccumuloProxy.importTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listConstraints_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listConstraints_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
AccumuloProxy.listConstraints_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
AccumuloProxy.listConstraints_args(AccumuloProxy.listConstraints_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
Performs a deep copy on other.
AccumuloProxy.listConstraints_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listConstraints_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listConstraints_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
AccumuloProxy.listConstraints_result(Map<String, Integer>, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
AccumuloProxy.listConstraints_result(AccumuloProxy.listConstraints_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
Performs a deep copy on other.
AccumuloProxy.listConstraints_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listIterators_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listIterators_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
AccumuloProxy.listIterators_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
AccumuloProxy.listIterators_args(AccumuloProxy.listIterators_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
Performs a deep copy on other.
AccumuloProxy.listIterators_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listIterators_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listIterators_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
AccumuloProxy.listIterators_result(Map<String, Set<IteratorScope>>, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
AccumuloProxy.listIterators_result(AccumuloProxy.listIterators_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
Performs a deep copy on other.
AccumuloProxy.listIterators_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listLocalUsers_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listLocalUsers_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
AccumuloProxy.listLocalUsers_args(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
AccumuloProxy.listLocalUsers_args(AccumuloProxy.listLocalUsers_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
Performs a deep copy on other.
AccumuloProxy.listLocalUsers_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listLocalUsers_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listLocalUsers_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
AccumuloProxy.listLocalUsers_result(Set<String>, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
AccumuloProxy.listLocalUsers_result(AccumuloProxy.listLocalUsers_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
Performs a deep copy on other.
AccumuloProxy.listLocalUsers_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listSplits_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listSplits_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
AccumuloProxy.listSplits_args(ByteBuffer, String, int) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
AccumuloProxy.listSplits_args(AccumuloProxy.listSplits_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
Performs a deep copy on other.
AccumuloProxy.listSplits_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listSplits_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listSplits_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
AccumuloProxy.listSplits_result(List<ByteBuffer>, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
AccumuloProxy.listSplits_result(AccumuloProxy.listSplits_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
Performs a deep copy on other.
AccumuloProxy.listSplits_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listTables_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listTables_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
AccumuloProxy.listTables_args(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
AccumuloProxy.listTables_args(AccumuloProxy.listTables_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
Performs a deep copy on other.
AccumuloProxy.listTables_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.listTables_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.listTables_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
AccumuloProxy.listTables_result(Set<String>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
AccumuloProxy.listTables_result(AccumuloProxy.listTables_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
Performs a deep copy on other.
AccumuloProxy.listTables_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.login_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.login_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
AccumuloProxy.login_args(String, Map<String, String>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
AccumuloProxy.login_args(AccumuloProxy.login_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
Performs a deep copy on other.
AccumuloProxy.login_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.login_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.login_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
AccumuloProxy.login_result(ByteBuffer, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
AccumuloProxy.login_result(AccumuloProxy.login_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
Performs a deep copy on other.
AccumuloProxy.login_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.mergeTablets_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.mergeTablets_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
AccumuloProxy.mergeTablets_args(ByteBuffer, String, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
AccumuloProxy.mergeTablets_args(AccumuloProxy.mergeTablets_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
Performs a deep copy on other.
AccumuloProxy.mergeTablets_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.mergeTablets_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.mergeTablets_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
AccumuloProxy.mergeTablets_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
AccumuloProxy.mergeTablets_result(AccumuloProxy.mergeTablets_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
Performs a deep copy on other.
AccumuloProxy.mergeTablets_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.nextEntry_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.nextEntry_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
AccumuloProxy.nextEntry_args(String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
AccumuloProxy.nextEntry_args(AccumuloProxy.nextEntry_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
Performs a deep copy on other.
AccumuloProxy.nextEntry_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.nextEntry_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.nextEntry_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
AccumuloProxy.nextEntry_result(KeyValueAndPeek, NoMoreEntriesException, UnknownScanner, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
AccumuloProxy.nextEntry_result(AccumuloProxy.nextEntry_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
Performs a deep copy on other.
AccumuloProxy.nextEntry_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.nextK_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.nextK_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
AccumuloProxy.nextK_args(String, int) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
AccumuloProxy.nextK_args(AccumuloProxy.nextK_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
Performs a deep copy on other.
AccumuloProxy.nextK_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.nextK_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.nextK_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
AccumuloProxy.nextK_result(ScanResult, NoMoreEntriesException, UnknownScanner, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
AccumuloProxy.nextK_result(AccumuloProxy.nextK_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
Performs a deep copy on other.
AccumuloProxy.nextK_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.offlineTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.offlineTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
AccumuloProxy.offlineTable_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
AccumuloProxy.offlineTable_args(AccumuloProxy.offlineTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
Performs a deep copy on other.
AccumuloProxy.offlineTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.offlineTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.offlineTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
AccumuloProxy.offlineTable_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
AccumuloProxy.offlineTable_result(AccumuloProxy.offlineTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
Performs a deep copy on other.
AccumuloProxy.offlineTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.onlineTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.onlineTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
AccumuloProxy.onlineTable_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
AccumuloProxy.onlineTable_args(AccumuloProxy.onlineTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
Performs a deep copy on other.
AccumuloProxy.onlineTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.onlineTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.onlineTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
AccumuloProxy.onlineTable_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
AccumuloProxy.onlineTable_result(AccumuloProxy.onlineTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
Performs a deep copy on other.
AccumuloProxy.onlineTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.pingTabletServer_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.pingTabletServer_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
AccumuloProxy.pingTabletServer_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
AccumuloProxy.pingTabletServer_args(AccumuloProxy.pingTabletServer_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
Performs a deep copy on other.
AccumuloProxy.pingTabletServer_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.pingTabletServer_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.pingTabletServer_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
AccumuloProxy.pingTabletServer_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
AccumuloProxy.pingTabletServer_result(AccumuloProxy.pingTabletServer_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
Performs a deep copy on other.
AccumuloProxy.pingTabletServer_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.Processor<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor(I) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor
 
AccumuloProxy.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor
 
AccumuloProxy.Processor.addConstraint<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.addConstraint() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addConstraint
 
AccumuloProxy.Processor.addSplits<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.addSplits() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addSplits
 
AccumuloProxy.Processor.attachIterator<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.attachIterator() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.attachIterator
 
AccumuloProxy.Processor.authenticateUser<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.authenticateUser() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.authenticateUser
 
AccumuloProxy.Processor.cancelCompaction<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.cancelCompaction() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cancelCompaction
 
AccumuloProxy.Processor.changeLocalUserPassword<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.changeLocalUserPassword() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeLocalUserPassword
 
AccumuloProxy.Processor.changeUserAuthorizations<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.changeUserAuthorizations() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeUserAuthorizations
 
AccumuloProxy.Processor.checkIteratorConflicts<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.checkIteratorConflicts() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.checkIteratorConflicts
 
AccumuloProxy.Processor.clearLocatorCache<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.clearLocatorCache() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.clearLocatorCache
 
AccumuloProxy.Processor.cloneTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.cloneTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cloneTable
 
AccumuloProxy.Processor.closeScanner<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.closeScanner() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeScanner
 
AccumuloProxy.Processor.closeWriter<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.closeWriter() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeWriter
 
AccumuloProxy.Processor.compactTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.compactTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.compactTable
 
AccumuloProxy.Processor.createBatchScanner<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.createBatchScanner() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createBatchScanner
 
AccumuloProxy.Processor.createLocalUser<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.createLocalUser() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createLocalUser
 
AccumuloProxy.Processor.createScanner<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.createScanner() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createScanner
 
AccumuloProxy.Processor.createTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.createTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createTable
 
AccumuloProxy.Processor.createWriter<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.createWriter() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createWriter
 
AccumuloProxy.Processor.deleteRows<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.deleteRows() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteRows
 
AccumuloProxy.Processor.deleteTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.deleteTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteTable
 
AccumuloProxy.Processor.dropLocalUser<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.dropLocalUser() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.dropLocalUser
 
AccumuloProxy.Processor.exportTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.exportTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.exportTable
 
AccumuloProxy.Processor.flush<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.flush() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flush
 
AccumuloProxy.Processor.flushTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.flushTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flushTable
 
AccumuloProxy.Processor.getActiveCompactions<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getActiveCompactions() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveCompactions
 
AccumuloProxy.Processor.getActiveScans<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getActiveScans() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveScans
 
AccumuloProxy.Processor.getFollowing<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getFollowing() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getFollowing
 
AccumuloProxy.Processor.getIteratorSetting<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getIteratorSetting() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getIteratorSetting
 
AccumuloProxy.Processor.getLocalityGroups<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getLocalityGroups() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getLocalityGroups
 
AccumuloProxy.Processor.getMaxRow<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getMaxRow() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getMaxRow
 
AccumuloProxy.Processor.getRowRange<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getRowRange() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getRowRange
 
AccumuloProxy.Processor.getSiteConfiguration<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getSiteConfiguration() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSiteConfiguration
 
AccumuloProxy.Processor.getSystemConfiguration<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getSystemConfiguration() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSystemConfiguration
 
AccumuloProxy.Processor.getTableProperties<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getTableProperties() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTableProperties
 
AccumuloProxy.Processor.getTabletServers<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getTabletServers() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTabletServers
 
AccumuloProxy.Processor.getUserAuthorizations<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.getUserAuthorizations() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getUserAuthorizations
 
AccumuloProxy.Processor.grantSystemPermission<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.grantSystemPermission() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantSystemPermission
 
AccumuloProxy.Processor.grantTablePermission<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.grantTablePermission() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantTablePermission
 
AccumuloProxy.Processor.hasNext<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.hasNext() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasNext
 
AccumuloProxy.Processor.hasSystemPermission<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.hasSystemPermission() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasSystemPermission
 
AccumuloProxy.Processor.hasTablePermission<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.hasTablePermission() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasTablePermission
 
AccumuloProxy.Processor.importDirectory<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.importDirectory() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importDirectory
 
AccumuloProxy.Processor.importTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.importTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importTable
 
AccumuloProxy.Processor.listConstraints<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.listConstraints() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listConstraints
 
AccumuloProxy.Processor.listIterators<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.listIterators() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listIterators
 
AccumuloProxy.Processor.listLocalUsers<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.listLocalUsers() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listLocalUsers
 
AccumuloProxy.Processor.listSplits<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.listSplits() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listSplits
 
AccumuloProxy.Processor.listTables<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.listTables() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listTables
 
AccumuloProxy.Processor.login<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.login() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.login
 
AccumuloProxy.Processor.mergeTablets<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.mergeTablets() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.mergeTablets
 
AccumuloProxy.Processor.nextEntry<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.nextEntry() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextEntry
 
AccumuloProxy.Processor.nextK<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.nextK() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextK
 
AccumuloProxy.Processor.offlineTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.offlineTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.offlineTable
 
AccumuloProxy.Processor.onlineTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.onlineTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.onlineTable
 
AccumuloProxy.Processor.pingTabletServer<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.pingTabletServer() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.pingTabletServer
 
AccumuloProxy.Processor.removeConstraint<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.removeConstraint() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeConstraint
 
AccumuloProxy.Processor.removeIterator<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.removeIterator() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeIterator
 
AccumuloProxy.Processor.removeProperty<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.removeProperty() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeProperty
 
AccumuloProxy.Processor.removeTableProperty<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.removeTableProperty() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeTableProperty
 
AccumuloProxy.Processor.renameTable<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.renameTable() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.renameTable
 
AccumuloProxy.Processor.revokeSystemPermission<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.revokeSystemPermission() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeSystemPermission
 
AccumuloProxy.Processor.revokeTablePermission<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.revokeTablePermission() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeTablePermission
 
AccumuloProxy.Processor.setLocalityGroups<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.setLocalityGroups() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setLocalityGroups
 
AccumuloProxy.Processor.setProperty<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.setProperty() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setProperty
 
AccumuloProxy.Processor.setTableProperty<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.setTableProperty() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setTableProperty
 
AccumuloProxy.Processor.splitRangeByTablets<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.splitRangeByTablets() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.splitRangeByTablets
 
AccumuloProxy.Processor.tableExists<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.tableExists() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableExists
 
AccumuloProxy.Processor.tableIdMap<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.tableIdMap() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableIdMap
 
AccumuloProxy.Processor.testClassLoad<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.testClassLoad() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testClassLoad
 
AccumuloProxy.Processor.testTableClassLoad<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.testTableClassLoad() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testTableClassLoad
 
AccumuloProxy.Processor.update<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.update() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.update
 
AccumuloProxy.Processor.updateAndFlush<I extends AccumuloProxy.Iface> - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.Processor.updateAndFlush() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.updateAndFlush
 
AccumuloProxy.removeConstraint_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeConstraint_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
AccumuloProxy.removeConstraint_args(ByteBuffer, String, int) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
AccumuloProxy.removeConstraint_args(AccumuloProxy.removeConstraint_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
Performs a deep copy on other.
AccumuloProxy.removeConstraint_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.removeConstraint_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeConstraint_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
AccumuloProxy.removeConstraint_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
AccumuloProxy.removeConstraint_result(AccumuloProxy.removeConstraint_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
Performs a deep copy on other.
AccumuloProxy.removeConstraint_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.removeIterator_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeIterator_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
AccumuloProxy.removeIterator_args(ByteBuffer, String, String, Set<IteratorScope>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
AccumuloProxy.removeIterator_args(AccumuloProxy.removeIterator_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
Performs a deep copy on other.
AccumuloProxy.removeIterator_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.removeIterator_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeIterator_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
AccumuloProxy.removeIterator_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
AccumuloProxy.removeIterator_result(AccumuloProxy.removeIterator_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
Performs a deep copy on other.
AccumuloProxy.removeIterator_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.removeProperty_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeProperty_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
AccumuloProxy.removeProperty_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
AccumuloProxy.removeProperty_args(AccumuloProxy.removeProperty_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
Performs a deep copy on other.
AccumuloProxy.removeProperty_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.removeProperty_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeProperty_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
AccumuloProxy.removeProperty_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
AccumuloProxy.removeProperty_result(AccumuloProxy.removeProperty_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
Performs a deep copy on other.
AccumuloProxy.removeProperty_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.removeTableProperty_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeTableProperty_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
AccumuloProxy.removeTableProperty_args(ByteBuffer, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
AccumuloProxy.removeTableProperty_args(AccumuloProxy.removeTableProperty_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
Performs a deep copy on other.
AccumuloProxy.removeTableProperty_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.removeTableProperty_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.removeTableProperty_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
AccumuloProxy.removeTableProperty_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
AccumuloProxy.removeTableProperty_result(AccumuloProxy.removeTableProperty_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
Performs a deep copy on other.
AccumuloProxy.removeTableProperty_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.renameTable_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.renameTable_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
AccumuloProxy.renameTable_args(ByteBuffer, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
AccumuloProxy.renameTable_args(AccumuloProxy.renameTable_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
Performs a deep copy on other.
AccumuloProxy.renameTable_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.renameTable_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.renameTable_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
AccumuloProxy.renameTable_result(AccumuloException, AccumuloSecurityException, TableNotFoundException, TableExistsException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
AccumuloProxy.renameTable_result(AccumuloProxy.renameTable_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
Performs a deep copy on other.
AccumuloProxy.renameTable_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.revokeSystemPermission_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.revokeSystemPermission_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
AccumuloProxy.revokeSystemPermission_args(ByteBuffer, String, SystemPermission) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
AccumuloProxy.revokeSystemPermission_args(AccumuloProxy.revokeSystemPermission_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
Performs a deep copy on other.
AccumuloProxy.revokeSystemPermission_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.revokeSystemPermission_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.revokeSystemPermission_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
AccumuloProxy.revokeSystemPermission_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
AccumuloProxy.revokeSystemPermission_result(AccumuloProxy.revokeSystemPermission_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
Performs a deep copy on other.
AccumuloProxy.revokeSystemPermission_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.revokeTablePermission_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.revokeTablePermission_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
AccumuloProxy.revokeTablePermission_args(ByteBuffer, String, String, TablePermission) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
AccumuloProxy.revokeTablePermission_args(AccumuloProxy.revokeTablePermission_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
Performs a deep copy on other.
AccumuloProxy.revokeTablePermission_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.revokeTablePermission_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.revokeTablePermission_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
AccumuloProxy.revokeTablePermission_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
AccumuloProxy.revokeTablePermission_result(AccumuloProxy.revokeTablePermission_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
Performs a deep copy on other.
AccumuloProxy.revokeTablePermission_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.setLocalityGroups_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.setLocalityGroups_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
AccumuloProxy.setLocalityGroups_args(ByteBuffer, String, Map<String, Set<String>>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
AccumuloProxy.setLocalityGroups_args(AccumuloProxy.setLocalityGroups_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
Performs a deep copy on other.
AccumuloProxy.setLocalityGroups_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.setLocalityGroups_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.setLocalityGroups_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
AccumuloProxy.setLocalityGroups_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
AccumuloProxy.setLocalityGroups_result(AccumuloProxy.setLocalityGroups_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
Performs a deep copy on other.
AccumuloProxy.setLocalityGroups_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.setProperty_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.setProperty_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
AccumuloProxy.setProperty_args(ByteBuffer, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
AccumuloProxy.setProperty_args(AccumuloProxy.setProperty_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
Performs a deep copy on other.
AccumuloProxy.setProperty_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.setProperty_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.setProperty_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
AccumuloProxy.setProperty_result(AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
AccumuloProxy.setProperty_result(AccumuloProxy.setProperty_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
Performs a deep copy on other.
AccumuloProxy.setProperty_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.setTableProperty_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.setTableProperty_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
AccumuloProxy.setTableProperty_args(ByteBuffer, String, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
AccumuloProxy.setTableProperty_args(AccumuloProxy.setTableProperty_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
Performs a deep copy on other.
AccumuloProxy.setTableProperty_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.setTableProperty_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.setTableProperty_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
AccumuloProxy.setTableProperty_result(AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
AccumuloProxy.setTableProperty_result(AccumuloProxy.setTableProperty_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
Performs a deep copy on other.
AccumuloProxy.setTableProperty_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.splitRangeByTablets_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.splitRangeByTablets_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
AccumuloProxy.splitRangeByTablets_args(ByteBuffer, String, Range, int) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
AccumuloProxy.splitRangeByTablets_args(AccumuloProxy.splitRangeByTablets_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
Performs a deep copy on other.
AccumuloProxy.splitRangeByTablets_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.splitRangeByTablets_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.splitRangeByTablets_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
AccumuloProxy.splitRangeByTablets_result(Set<Range>, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
AccumuloProxy.splitRangeByTablets_result(AccumuloProxy.splitRangeByTablets_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
Performs a deep copy on other.
AccumuloProxy.splitRangeByTablets_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.tableExists_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.tableExists_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
AccumuloProxy.tableExists_args(ByteBuffer, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
AccumuloProxy.tableExists_args(AccumuloProxy.tableExists_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
Performs a deep copy on other.
AccumuloProxy.tableExists_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.tableExists_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.tableExists_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
AccumuloProxy.tableExists_result(boolean) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
AccumuloProxy.tableExists_result(AccumuloProxy.tableExists_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
Performs a deep copy on other.
AccumuloProxy.tableExists_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.tableIdMap_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.tableIdMap_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
AccumuloProxy.tableIdMap_args(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
AccumuloProxy.tableIdMap_args(AccumuloProxy.tableIdMap_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
Performs a deep copy on other.
AccumuloProxy.tableIdMap_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.tableIdMap_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.tableIdMap_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
AccumuloProxy.tableIdMap_result(Map<String, String>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
AccumuloProxy.tableIdMap_result(AccumuloProxy.tableIdMap_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
Performs a deep copy on other.
AccumuloProxy.tableIdMap_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.testClassLoad_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.testClassLoad_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
AccumuloProxy.testClassLoad_args(ByteBuffer, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
AccumuloProxy.testClassLoad_args(AccumuloProxy.testClassLoad_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
Performs a deep copy on other.
AccumuloProxy.testClassLoad_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.testClassLoad_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.testClassLoad_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
AccumuloProxy.testClassLoad_result(boolean, AccumuloException, AccumuloSecurityException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
AccumuloProxy.testClassLoad_result(AccumuloProxy.testClassLoad_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
Performs a deep copy on other.
AccumuloProxy.testClassLoad_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.testTableClassLoad_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.testTableClassLoad_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
AccumuloProxy.testTableClassLoad_args(ByteBuffer, String, String, String) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
AccumuloProxy.testTableClassLoad_args(AccumuloProxy.testTableClassLoad_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
Performs a deep copy on other.
AccumuloProxy.testTableClassLoad_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.testTableClassLoad_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.testTableClassLoad_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
AccumuloProxy.testTableClassLoad_result(boolean, AccumuloException, AccumuloSecurityException, TableNotFoundException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
AccumuloProxy.testTableClassLoad_result(AccumuloProxy.testTableClassLoad_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
Performs a deep copy on other.
AccumuloProxy.testTableClassLoad_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.update_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.update_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
AccumuloProxy.update_args(String, Map<ByteBuffer, List<ColumnUpdate>>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
AccumuloProxy.update_args(AccumuloProxy.update_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
Performs a deep copy on other.
AccumuloProxy.update_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.updateAndFlush_args - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.updateAndFlush_args() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
AccumuloProxy.updateAndFlush_args(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
AccumuloProxy.updateAndFlush_args(AccumuloProxy.updateAndFlush_args) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
Performs a deep copy on other.
AccumuloProxy.updateAndFlush_args._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloProxy.updateAndFlush_result - Class in org.apache.accumulo.proxy.thrift
 
AccumuloProxy.updateAndFlush_result() - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
AccumuloProxy.updateAndFlush_result(AccumuloException, AccumuloSecurityException, TableNotFoundException, MutationsRejectedException) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
AccumuloProxy.updateAndFlush_result(AccumuloProxy.updateAndFlush_result) - Constructor for class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
Performs a deep copy on other.
AccumuloProxy.updateAndFlush_result._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloReloadingVFSClassLoader - Class in org.apache.accumulo.start.classloader.vfs
Classloader that delegates operations to a VFSClassLoader object.
AccumuloReloadingVFSClassLoader(String, FileSystemManager, ReloadingClassLoader, long, boolean) - Constructor for class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
AccumuloReloadingVFSClassLoader(String, FileSystemManager, ReloadingClassLoader, boolean) - Constructor for class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapred
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
 
AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
 
AccumuloSecurityException - Exception in org.apache.accumulo.core.client
An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
AccumuloSecurityException(String, SecurityErrorCode, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
 
AccumuloSecurityException(String, SecurityErrorCode) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
 
AccumuloSecurityException - Exception in org.apache.accumulo.proxy.thrift
 
AccumuloSecurityException() - Constructor for exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
AccumuloSecurityException(String) - Constructor for exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
AccumuloSecurityException(AccumuloSecurityException) - Constructor for exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
Performs a deep copy on other.
AccumuloSecurityException._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AccumuloServerException - Exception in org.apache.accumulo.core.client.impl
This class is intended to encapsulate errors that occurred on the server side.
AccumuloServerException(String, TApplicationException) - Constructor for exception org.apache.accumulo.core.client.impl.AccumuloServerException
 
AccumuloVFSClassLoader - Class in org.apache.accumulo.start.classloader.vfs
This class builds a hierarchy of Classloaders in the form of:
AccumuloVFSClassLoader() - Constructor for class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
AccumuloVFSClassLoader.AccumuloVFSClassLoaderShutdownThread - Class in org.apache.accumulo.start.classloader.vfs
 
AccumuloVFSClassLoader.AccumuloVFSClassLoaderShutdownThread() - Constructor for class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader.AccumuloVFSClassLoaderShutdownThread
 
AccumuloVFSClassLoader.Printer - Interface in org.apache.accumulo.start.classloader.vfs
 
acquiredLock() - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.AsyncLockWatcher
 
ActionStats - Class in org.apache.accumulo.core.tabletserver.thrift
 
ActionStats() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
ActionStats(int, double, int, long, double, int, double, double) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
ActionStats(ActionStats) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Performs a deep copy on other.
ActionStats._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ActiveCompaction - Class in org.apache.accumulo.core.client.admin
 
ActiveCompaction - Class in org.apache.accumulo.core.tabletserver.thrift
 
ActiveCompaction() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
ActiveCompaction(TKeyExtent, long, List<String>, String, CompactionType, CompactionReason, String, long, long, List<IterInfo>, Map<String, Map<String, String>>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
ActiveCompaction(ActiveCompaction) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Performs a deep copy on other.
ActiveCompaction - Class in org.apache.accumulo.proxy.thrift
 
ActiveCompaction() - Constructor for class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
ActiveCompaction(KeyExtent, long, List<String>, String, CompactionType, CompactionReason, String, long, long, List<IteratorSetting>) - Constructor for class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
ActiveCompaction(ActiveCompaction) - Constructor for class org.apache.accumulo.proxy.thrift.ActiveCompaction
Performs a deep copy on other.
ActiveCompaction._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ActiveCompaction._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ActiveCompaction.CompactionReason - Enum in org.apache.accumulo.core.client.admin
 
ActiveCompaction.CompactionType - Enum in org.apache.accumulo.core.client.admin
 
ActiveScan - Class in org.apache.accumulo.core.client.admin
A class that contains information about an ActiveScan
ActiveScan - Class in org.apache.accumulo.core.tabletserver.thrift
 
ActiveScan() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
ActiveScan(String, String, String, long, long, ScanType, ScanState, TKeyExtent, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
ActiveScan(ActiveScan) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Performs a deep copy on other.
ActiveScan - Class in org.apache.accumulo.proxy.thrift
 
ActiveScan() - Constructor for class org.apache.accumulo.proxy.thrift.ActiveScan
 
ActiveScan(String, String, String, long, long, ScanType, ScanState, KeyExtent, List<Column>, List<IteratorSetting>, List<ByteBuffer>) - Constructor for class org.apache.accumulo.proxy.thrift.ActiveScan
 
ActiveScan(ActiveScan) - Constructor for class org.apache.accumulo.proxy.thrift.ActiveScan
Performs a deep copy on other.
ActiveScan._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ActiveScan._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
add(Key) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
add(Key) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
add(Key) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Adds a key to this filter.
add(List<Key>) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Adds a list of keys to this filter.
add(Collection<Key>) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Adds a collection of keys to this filter.
add(Key[]) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Adds an array of keys to this filter.
add(Map.Entry<Key, Value>) - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
 
add(Map.Entry<Key, Value>) - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
 
add(ConstraintViolationSummary) - Method in class org.apache.accumulo.core.constraints.Violations
 
add(Violations) - Method in class org.apache.accumulo.core.constraints.Violations
 
add(List<ConstraintViolationSummary>) - Method in class org.apache.accumulo.core.constraints.Violations
 
add(CachedBlock) - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlockQueue
Attempt to add the specified cached block to this queue.
add(Key, int, long, long, long) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.BufferedWriter
 
add(MultiLevelIndex.IndexEntry) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
add(Key, int, long, long, long) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Writer
 
add(Text) - Method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
add(Text, Text) - Method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
add(ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
add(String, long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
add(TableInfo, TableInfo) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
add(Object) - Method in class org.apache.accumulo.server.monitor.util.TableRow
 
add(CompactionStats) - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
addAssignment(Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
AddAuthsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AddAuthsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AddAuthsCommand
 
addAvg(long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
addBulkLoadInProgressFlag(String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addCapabilities(Collection<Capability>) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystem
 
addColumn(TableColumn<T>) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addConstraint(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Add a new constraint to a table.
addConstraint(String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
addConstraint(String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
addConstraint(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
addConstraint(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.addConstraint_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
addConstraint(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.addConstraint_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
addConstraint(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
addConstraint(ByteBuffer, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
addDeleteEntries(KeyExtent, Set<String>, TCredentials) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addDeleteEntry(String, String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addEntry(byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.QueueLock
 
addEntry(byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
AddFilesWithMissingEntries - Class in org.apache.accumulo.server.util
 
AddFilesWithMissingEntries() - Constructor for class org.apache.accumulo.server.util.AddFilesWithMissingEntries
 
AddFilesWithMissingEntries.Opts - Class in org.apache.accumulo.server.util
 
AddFilesWithMissingEntries.Opts() - Constructor for class org.apache.accumulo.server.util.AddFilesWithMissingEntries.Opts
 
addIterator(JobConf, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Encode an iterator on the input for this job.
addIterator(Job, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Encode an iterator on the input for this job.
addIterator(Configuration, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
addIterator(Class<?>, Configuration, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Encode an iterator on the input for this job.
addLast(Key, int, long, long, long) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.BufferedWriter
 
addLast(Key, int, long, long, long) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Writer
 
addListDeleteGroup(String) - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
addLogEntry(TCredentials, MetadataTable.LogEntry, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addLoggersToMetadata(List<DfsLogger>, KeyExtent, int) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
addMax(long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
addMetaDataAssignment(Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
addMigration(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
addMin(long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
addMutation(Mutation) - Method in interface org.apache.accumulo.core.client.BatchWriter
Queues one mutation to write.
addMutation(Mutation) - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
addMutation(KeyExtent, Mutation) - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
 
addMutation(String, Mutation) - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
addMutation(String, Iterator<Mutation>) - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
addMutation(String, Mutation) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
addMutation(Mutation) - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
 
addMutation(Mutation) - Method in class org.apache.accumulo.test.NullBatchWriter
 
addMutation(Mutation) - Method in class org.apache.accumulo.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
addMutations(Iterable<Mutation>) - Method in interface org.apache.accumulo.core.client.BatchWriter
Queues several mutations to write.
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
 
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.test.NullBatchWriter
 
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
addNamedOption(String, String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
addNewTablet(KeyExtent, String, TServerInstance, Map<String, MetadataTable.DataFileValue>, Map<String, Long>, TCredentials, String, long, long, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addNode(RemoteSpan) - Method in class org.apache.accumulo.core.trace.SpanTree
 
addObject(Text, K) - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
addObject(Text, Text, K) - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
addObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
addObserver(TableObserver) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
addOption(String, String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Add another option to the iterator.
addOptions(Set<Map.Entry<String, String>>) - Method in class org.apache.accumulo.core.client.IteratorSetting
Add many options to the iterator.
addOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.IteratorSetting
Add many options to the iterator.
addPoint(T) - Method in class org.apache.accumulo.test.continuous.Histogram
 
addPoint(T, long) - Method in class org.apache.accumulo.test.continuous.Histogram
 
addRange(Map<String, Map<KeyExtent, List<Range>>>, String, KeyExtent, Range) - Static method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
addReceiver(SpanReceiver) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
AddressUtil - Class in org.apache.accumulo.core.util
 
AddressUtil() - Constructor for class org.apache.accumulo.core.util.AddressUtil
 
AddressUtil - Class in org.apache.accumulo.fate.util
 
AddressUtil() - Constructor for class org.apache.accumulo.fate.util.AddressUtil
 
AddressUtil - Class in org.apache.accumulo.server.util
 
AddressUtil() - Constructor for class org.apache.accumulo.server.util.AddressUtil
 
addRow(TableRow) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addRow(Object...) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addScanIterator(IteratorSetting) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Adds server-side scan iterators.
addScanIterator(IteratorSetting) - Method in interface org.apache.accumulo.core.client.ScannerBase
Add a server-side scan iterator.
addScanIterator(IteratorSetting) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
addScanIterators(Shell, CommandLine, Scanner, String) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
addServlet(Class<? extends HttpServlet>, String) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
addSortableColumn(String, CellType<T>, String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addSortableColumn(String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addSource(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
addSource(SortedKeyValueIterator<Key, Value>, IteratorEnvironment, Text, boolean) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
addSplits(String, SortedSet<Text>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Ensures that tablets are split along a set of keys.
addSplits(String, SortedSet<Text>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
addSplits(String, SortedSet<Text>) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
addSplits(SortedSet<Text>) - Method in class org.apache.accumulo.core.client.mock.MockTable
 
addSplits(String, SortedSet<Text>) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
addSplits(ByteBuffer, String, Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
addSplits(ByteBuffer, String, Set<ByteBuffer>, AsyncMethodCallback<AccumuloProxy.AsyncClient.addSplits_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
addSplits(ByteBuffer, String, Set<ByteBuffer>, AsyncMethodCallback<AccumuloProxy.AsyncClient.addSplits_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
addSplits(ByteBuffer, String, Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
addSplits(ByteBuffer, String, Set<ByteBuffer>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
AddSplits - Class in org.apache.accumulo.test.randomwalk.concurrent
 
AddSplits() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.AddSplits
 
AddSplitsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AddSplitsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
AddSplitTest - Class in org.apache.accumulo.test.functional
 
AddSplitTest() - Constructor for class org.apache.accumulo.test.functional.AddSplitTest
 
addStat(long) - Method in class org.apache.accumulo.core.util.Stat
 
addSubcommand(Token) - Method in class org.apache.accumulo.core.util.shell.Token
 
addSubcommand(Collection<String>) - Method in class org.apache.accumulo.core.util.shell.Token
 
addTable(Text) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
 
addTable(Text) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
 
addTable(String, String, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
addTablet(KeyExtent, String, TCredentials, char, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addTerm(SortedKeyValueIterator<Key, Value>, Text, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
 
addToArguments(ByteBuffer) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
addToAuths(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
addToColumns(TColumn) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
addToColumns(TColumn) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
addToColumns(TColumn) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
addToColumns(Column) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
addToColumns(ScanColumn) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
addToColumns(ScanColumn) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
addToDeadTabletServers(DeadServer) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
addToFilenames(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
addToFiles(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
addToFullScans(TKeyExtent) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
addToInputFiles(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
addToInputFiles(String) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
addToIterators(TIteratorSetting) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
addToIterators(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
addToIterators(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
addToIterators(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
addToIterators(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
addToIterators(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
addToLogSorts(RecoveryStatus) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
addToMutations(TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
addToNewTablets(TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
addToPropertiesToExclude(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
addToRanges(Range) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
addToResults(TKeyValue) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
addToResults(TKeyValue) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
addToResults(KeyValue) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
addToScopes(IteratorScope) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
addToScopes(IteratorScope) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
addToScopes(IteratorScope) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
addToServersShuttingDown(String) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
addToSplits(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
addToSsiList(IterInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
addToSsiList(IterInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
addToSsiList(IterInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
addToSsiList(IterInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
addToSuccess(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
addToSuccess(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
addToSuccess(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
addToSuccess(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
addToSuccess(ActiveCompaction) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
addToSuccess(ActiveScan) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
addToSuccess(TabletStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
addToSuccess(ActiveCompaction) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
addToSuccess(ActiveScan) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
addToSuccess(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
addToSuccess(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
addToSuccess(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
addToSuccess(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
addToSuccess(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
addToSuccess(Range) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
addToTServerInfo(TabletServerStatus) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
addToValues(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
addToViolationSummaries(TConstraintViolationSummary) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
addToViolationSummaries(TConstraintViolationSummary) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
addTTL(IteratorSetting, IteratorSetting.Column, Long) - Static method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
A convenience method for adding or changing an age off threshold for a column.
addUnnamedOption(String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
addUnsortableColumn(String, CellType<T>, String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addUnsortableColumn(String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addWork(String, byte[]) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
Admin - Class in org.apache.accumulo.server.fate
A utility to administer FATE operations
Admin() - Constructor for class org.apache.accumulo.server.fate.Admin
 
Admin - Class in org.apache.accumulo.server.util
 
Admin() - Constructor for class org.apache.accumulo.server.util.Admin
 
AdminUtil<T> - Class in org.apache.accumulo.fate
A utility to administer FATE operations
AdminUtil() - Constructor for class org.apache.accumulo.fate.AdminUtil
 
advance() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the next key-value pair.
advanceToIntersection() - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
advanceToIntersection() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
afterEndKey(Key) - Method in class org.apache.accumulo.core.data.Range
 
age - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
age - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
age - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
age - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
ageOff() - Method in class org.apache.accumulo.fate.AgeOffStore
 
AgeOffFilter - Class in org.apache.accumulo.core.iterators.user
A filter that ages off key/value pairs based on the Key's timestamp.
AgeOffFilter() - Constructor for class org.apache.accumulo.core.iterators.user.AgeOffFilter
 
AgeOffStore<T> - Class in org.apache.accumulo.fate
This store removes Repos, in the store it wraps, that are in a finished or new state for more than a configurable time period.
AgeOffStore(TStore<T>, long, AgeOffStore.TimeSource) - Constructor for class org.apache.accumulo.fate.AgeOffStore
 
AgeOffStore(TStore<T>, long) - Constructor for class org.apache.accumulo.fate.AgeOffStore
 
AgeOffStore.TimeSource - Interface in org.apache.accumulo.fate
 
aggregate() - Method in interface org.apache.accumulo.core.iterators.aggregation.Aggregator
Deprecated.
 
aggregate() - Method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.
 
aggregate() - Method in class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
Deprecated.
 
aggregate() - Method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.
 
aggregate() - Method in class org.apache.accumulo.core.iterators.aggregation.StringMax
Deprecated.
 
aggregate() - Method in class org.apache.accumulo.core.iterators.aggregation.StringMin
Deprecated.
 
aggregate() - Method in class org.apache.accumulo.core.iterators.aggregation.StringSummation
Deprecated.
 
AggregatingIterator - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by Combiner
AggregatingIterator() - Constructor for class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
AggregatingIterator(SortedKeyValueIterator<Key, Value>, ColumnToClassMapping<Aggregator>) - Constructor for class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
Aggregator - Interface in org.apache.accumulo.core.iterators.aggregation
Deprecated.
since 1.4, replaced by Combiner
AggregatorConfiguration - Class in org.apache.accumulo.core.iterators.aggregation.conf
Deprecated.
since 1.4
AggregatorConfiguration(Text, String) - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfiguration
Deprecated.
 
AggregatorConfiguration(Text, Text, String) - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfiguration
Deprecated.
 
AggregatorSet - Class in org.apache.accumulo.core.iterators.aggregation.conf
Deprecated.
since 1.4
AggregatorSet(Map<String, String>) - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorSet
Deprecated.
 
AggregatorSet() - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorSet
Deprecated.
 
align(int) - Static method in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Aligns a number to 8.
align(long) - Static method in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Aligns a number to 8.
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
ALL_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
 
almostOutOfMemory() - Static method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
AlphaNumKeyConstraint - Class in org.apache.accumulo.examples.simple.constraints
This class is an accumulo constraint that ensures all fields of a key are alpha numeric.
AlphaNumKeyConstraint() - Constructor for class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
alter(State, Properties) - Static method in class org.apache.accumulo.test.randomwalk.security.AlterTablePerm
 
AlterSystemPerm - Class in org.apache.accumulo.test.randomwalk.security
 
AlterSystemPerm() - Constructor for class org.apache.accumulo.test.randomwalk.security.AlterSystemPerm
 
AlterTable - Class in org.apache.accumulo.test.randomwalk.security
 
AlterTable() - Constructor for class org.apache.accumulo.test.randomwalk.security.AlterTable
 
AlterTablePerm - Class in org.apache.accumulo.test.randomwalk.security
 
AlterTablePerm() - Constructor for class org.apache.accumulo.test.randomwalk.security.AlterTablePerm
 
ambiguousAuthorizations(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
and(Filter) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
and(Filter) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
and(Filter) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Peforms a logical AND between this filter and a specified filter.
Apocalypse - Class in org.apache.accumulo.test.randomwalk.concurrent
 
Apocalypse() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.Apocalypse
 
append(Key, Value) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
append(Key, Value) - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
append(byte[], byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Adding a new key-value pair to the TFile.
append(byte[], int, int, byte[], int, int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Adding a new key-value pair to TFile.
append(Key, Value) - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
append(Key, Value) - Method in interface org.apache.accumulo.core.iterators.user.TransformingIterator.KVBuffer
 
append(LoggingEvent) - Method in class org.apache.accumulo.server.monitor.LogService
 
append(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
append(Path, int) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
appendPrintableString(byte[], int, int, int, StringBuilder) - Static method in class org.apache.accumulo.core.data.Key
 
appendText(StringBuilder, Text) - Static method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>, AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>, AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
ArgumentChecker - Class in org.apache.accumulo.core.util
This class provides methods to check arguments of a variable number for null values, or anything else that might be required on a routine basis.
ArgumentChecker() - Constructor for class org.apache.accumulo.core.util.ArgumentChecker
 
arguments - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
ARRAY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Array overhead
arrayAdd(List<Long>, List<Long>) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
ArrayByteSequence - Class in org.apache.accumulo.core.data
 
ArrayByteSequence(byte[]) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
 
ArrayByteSequence(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
 
ArrayByteSequence(String) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
 
ARRAYLIST - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ArrayList(0)
asBase64String(TCredentials) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
asByteArray(TCredentials) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
asColumnQualifier() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
asList() - Method in class org.apache.accumulo.core.constraints.Violations
 
asMutationValue() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
assigned() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
assignedToDeadServers() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
Assignment - Class in org.apache.accumulo.server.master.state
 
Assignment(KeyExtent, TServerInstance) - Constructor for class org.apache.accumulo.server.master.state.Assignment
 
assignTablet(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
asThriftException() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
asTypeName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
asTypeName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
AsyncSpanReceiver<SpanKey,Destination> - Class in org.apache.accumulo.trace.instrument.receivers
Deliver Span information periodically to a destination.
AsyncSpanReceiver(String, String, long) - Constructor for class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
atEnd() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Is cursor at the end location?
ATOMIC_BOOLEAN - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for AtomicBoolean
ATOMIC_INTEGER - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for AtomicInteger
ATOMIC_LONG - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for AtomicLong
attachIterator(String, IteratorSetting) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Add an iterator to a table on all scopes.
attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Add an iterator to a table on the given scopes.
attachIterator(String, IteratorSetting) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
attachIterator(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
attachIterator(ByteBuffer, String, IteratorSetting, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
attachIterator(ByteBuffer, String, IteratorSetting, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
attachIterator(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
attachIterator(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
attempt(IZooReaderWriter, String, String, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooReservation
 
AUDIT - Static variable in class org.apache.accumulo.core.security.AuditLevel
 
AuditedSecurityOperation - Class in org.apache.accumulo.server.security
 
AuditedSecurityOperation(Authorizor, Authenticator, PermissionHandler, String) - Constructor for class org.apache.accumulo.server.security.AuditedSecurityOperation
 
AuditLevel - Class in org.apache.accumulo.core.security
 
AuditLevel() - Constructor for class org.apache.accumulo.core.security.AuditLevel
 
AUTH_OPT - Static variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
authenticate(TInfo, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.authenticate_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
authenticate(TInfo, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.authenticate_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
authenticate(TInfo, TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
authenticate(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
authenticate(TInfo, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
Authenticate - Class in org.apache.accumulo.test.randomwalk.security
 
Authenticate() - Constructor for class org.apache.accumulo.test.randomwalk.security.Authenticate
 
authenticate(String, AuthenticationToken, State, Properties) - Static method in class org.apache.accumulo.test.randomwalk.security.Authenticate
 
AuthenticateCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AuthenticateCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AuthenticateCommand
 
authenticateUser(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
authenticateUser(String, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Verify a username/password combination is valid
authenticateUser(String, byte[]) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Deprecated.
authenticateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
authenticateUser(TInfo, TCredentials, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.authenticateUser_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
authenticateUser(TInfo, TCredentials, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.authenticateUser_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
authenticateUser(TInfo, TCredentials, TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
authenticateUser(TInfo, TCredentials, TCredentials) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
authenticateUser(String, byte[]) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
Deprecated.
authenticateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
authenticateUser(ByteBuffer, String, Map<String, String>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
authenticateUser(ByteBuffer, String, Map<String, String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.authenticateUser_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
authenticateUser(ByteBuffer, String, Map<String, String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.authenticateUser_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
authenticateUser(ByteBuffer, String, Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
authenticateUser(ByteBuffer, String, Map<String, String>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
authenticateUser(TInfo, TCredentials, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
authenticateUser(TCredentials, TCredentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
authenticateUser(String, AuthenticationToken) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
authenticateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
authenticateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
authenticateUser(TCredentials, TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
authenticateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
AuthenticationToken - Interface in org.apache.accumulo.core.client.security.tokens
 
AuthenticationToken.Properties - Class in org.apache.accumulo.core.client.security.tokens
 
AuthenticationToken.Properties() - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
AuthenticationToken.TokenProperty - Class in org.apache.accumulo.core.client.security.tokens
 
AuthenticationToken.TokenProperty(String, String, boolean) - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
Authenticator - Interface in org.apache.accumulo.server.security.handler
This interface is used for the system which will be used for authenticating a user.
authenticator - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
AuthInfo - Class in org.apache.accumulo.core.security.thrift
Deprecated.
since 1.5
AuthInfo() - Constructor for class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
AuthInfo(String, ByteBuffer, String) - Constructor for class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
AuthInfo(AuthInfo) - Constructor for class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
Performs a deep copy on other.
AuthInfo._Fields - Enum in org.apache.accumulo.core.security.thrift
Deprecated.
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
authorizationFailures - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
authorizations - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
Authorizations - Class in org.apache.accumulo.core.security
 
Authorizations(Collection<byte[]>) - Constructor for class org.apache.accumulo.core.security.Authorizations
A convenience constructor that accepts a collection of string authorizations that have each already been encoded as UTF-8 bytes.
Authorizations(List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.security.Authorizations
A convenience constructor that accepts a collection of string authorizations that have each already been encoded as UTF-8 bytes.
Authorizations(byte[]) - Constructor for class org.apache.accumulo.core.security.Authorizations
Constructs an authorizations object a serialized form.
Authorizations() - Constructor for class org.apache.accumulo.core.security.Authorizations
Constructs an empty set of authorizations.
Authorizations(String...) - Constructor for class org.apache.accumulo.core.security.Authorizations
Constructs an authorizations object from a set of human-readable authorizations.
authorizations - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
authorizations - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
authorizations - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
authorizations - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
authorizations - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
authorizations - Variable in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
authorizations - Variable in class org.apache.accumulo.proxy.thrift.ScanOptions
 
AuthorizationSetName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
Authorizor - Interface in org.apache.accumulo.server.security.handler
This interface is used for the system which will be used for getting a users Authorizations.
authorizor - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
auths - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
auths - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
 
auths - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
auths - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
AUTHS - Static variable in class org.apache.accumulo.test.TestIngest
 
autoClean - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
await() - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger.LoggerOperation
 
awaitTermination(long, TimeUnit) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 

B

BadArgumentException - Exception in org.apache.accumulo.core.util
 
BadArgumentException(String, String, int) - Constructor for exception org.apache.accumulo.core.util.BadArgumentException
 
BadCombiner - Class in org.apache.accumulo.test.functional
 
BadCombiner() - Constructor for class org.apache.accumulo.test.functional.BadCombiner
 
BadIterator - Class in org.apache.accumulo.test.functional
 
BadIterator() - Constructor for class org.apache.accumulo.test.functional.BadIterator
 
BadIteratorMincTest - Class in org.apache.accumulo.test.functional
 
BadIteratorMincTest() - Constructor for class org.apache.accumulo.test.functional.BadIteratorMincTest
 
badTServers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
Will balance randomly, maintaining distribution
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Ask the balancer if any migrations are necessary.
balancerLog - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
 
banner(StringBuilder, String, String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
BaseRelativeTime - Class in org.apache.accumulo.server.util.time
Provide time from a local source and a hint from a time source.
BasicServlet - Class in org.apache.accumulo.server.monitor.servlets
 
BasicServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
batch - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
BatchDeleter - Interface in org.apache.accumulo.core.client
Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
batchLatency - Variable in class org.apache.accumulo.core.cli.BatchWriterOpts
 
batchMemory - Variable in class org.apache.accumulo.core.cli.BatchWriterOpts
 
BatchScan - Class in org.apache.accumulo.test.randomwalk.concurrent
 
BatchScan() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.BatchScan
 
BatchScanner - Interface in org.apache.accumulo.core.client
Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchScannerOpts - Class in org.apache.accumulo.core.cli
 
BatchScannerOpts() - Constructor for class org.apache.accumulo.core.cli.BatchScannerOpts
 
BatchScanOptions - Class in org.apache.accumulo.proxy.thrift
 
BatchScanOptions() - Constructor for class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
BatchScanOptions(BatchScanOptions) - Constructor for class org.apache.accumulo.proxy.thrift.BatchScanOptions
Performs a deep copy on other.
BatchScanOptions._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BatchScanSplitTest - Class in org.apache.accumulo.test.functional
 
BatchScanSplitTest() - Constructor for class org.apache.accumulo.test.functional.BatchScanSplitTest
 
batchSize - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
batchThreads - Variable in class org.apache.accumulo.core.cli.BatchWriterOpts
 
batchTimeout - Variable in class org.apache.accumulo.core.cli.BatchWriterOpts
 
BatchVerify - Class in org.apache.accumulo.test.randomwalk.sequential
 
BatchVerify() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.BatchVerify
 
BatchWrite - Class in org.apache.accumulo.test.randomwalk.concurrent
 
BatchWrite() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.BatchWrite
 
BatchWriter - Interface in org.apache.accumulo.core.client
Send Mutations to a single Table in Accumulo.
BatchWriterConfig - Class in org.apache.accumulo.core.client
This object holds configuration settings used to instantiate a BatchWriter
BatchWriterConfig() - Constructor for class org.apache.accumulo.core.client.BatchWriterConfig
 
BatchWriterFlushTest - Class in org.apache.accumulo.test.functional
 
BatchWriterFlushTest() - Constructor for class org.apache.accumulo.test.functional.BatchWriterFlushTest
 
BatchWriterImpl - Class in org.apache.accumulo.core.client.impl
 
BatchWriterImpl(Instance, TCredentials, String, BatchWriterConfig) - Constructor for class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
BatchWriterOpts - Class in org.apache.accumulo.core.cli
 
BatchWriterOpts() - Constructor for class org.apache.accumulo.core.cli.BatchWriterOpts
 
BCFile - Class in org.apache.accumulo.core.file.rfile.bcfile
Block Compressed file, the underlying physical storage layer for TFile.
BCFile.Reader - Class in org.apache.accumulo.core.file.rfile.bcfile
BCFile Reader, interface to read the file's data and meta blocks.
BCFile.Reader(FSDataInputStream, long, Configuration) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Constructor
BCFile.Reader(CachableBlockFile.Reader, FSDataInputStream, long, Configuration) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
 
BCFile.Reader.BlockReader - Class in org.apache.accumulo.core.file.rfile.bcfile
Access point to read a block.
BCFile.Writer - Class in org.apache.accumulo.core.file.rfile.bcfile
BCFile writer, the entry point for creating a new BCFile.
BCFile.Writer(FSDataOutputStream, String, Configuration, boolean) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Constructor
BCFile.Writer.BlockAppender - Class in org.apache.accumulo.core.file.rfile.bcfile
Access point to stuff data into a block.
beforeStartKey(Key) - Method in class org.apache.accumulo.core.data.Range
 
begin() - Method in class org.apache.accumulo.server.master.state.TableStats
 
beginTableOperation(TInfo, TCredentials, AsyncMethodCallback<MasterClientService.AsyncClient.beginTableOperation_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
beginTableOperation(TInfo, TCredentials, AsyncMethodCallback<MasterClientService.AsyncClient.beginTableOperation_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
beginTableOperation(TInfo, TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
beginTableOperation(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
beginUpdatingLogsUsed(ArrayList<DfsLogger>, boolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
BigDecimalCombiner - Class in org.apache.accumulo.core.iterators.user
A family of combiners that treat values as BigDecimals, encoding and decoding using the built-in BigDecimal String input/output functions.
BigDecimalCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
 
BigDecimalCombiner.BigDecimalEncoder - Class in org.apache.accumulo.core.iterators.user
Provides the ability to encode scientific notation.
BigDecimalCombiner.BigDecimalEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalEncoder
 
BigDecimalCombiner.BigDecimalMaxCombiner - Class in org.apache.accumulo.core.iterators.user
 
BigDecimalCombiner.BigDecimalMaxCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMaxCombiner
 
BigDecimalCombiner.BigDecimalMinCombiner - Class in org.apache.accumulo.core.iterators.user
 
BigDecimalCombiner.BigDecimalMinCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMinCombiner
 
BigDecimalCombiner.BigDecimalSummingCombiner - Class in org.apache.accumulo.core.iterators.user
 
BigDecimalCombiner.BigDecimalSummingCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalSummingCombiner
 
bigNumber(long, String[], long) - Static method in class org.apache.accumulo.server.monitor.servlets.PreciseNumberType
 
bigNumber(long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
bigNumber(double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
bigNumber(long, String[], long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
bigNumber(double, String[], long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
BinaryFormatter - Class in org.apache.accumulo.core.util.format
 
BinaryFormatter() - Constructor for class org.apache.accumulo.core.util.format.BinaryFormatter
 
BinaryTree<T> - Class in org.apache.accumulo.core.util
A class for storing data as a binary tree.
BinaryTree() - Constructor for class org.apache.accumulo.core.util.BinaryTree
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>, TCredentials) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>, TCredentials) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
BlockCache - Interface in org.apache.accumulo.core.file.blockfile.cache
Block cache interface.
BlockFileReader - Interface in org.apache.accumulo.core.file.blockfile
Provides a generic interface for a Reader for a BlockBaseFile format.
BlockFileWriter - Interface in org.apache.accumulo.core.file.blockfile
Provides a generic interface for a Writer for a BlockBaseFile format.
BlockIndex - Class in org.apache.accumulo.core.file.rfile
 
BlockIndex() - Constructor for class org.apache.accumulo.core.file.rfile.BlockIndex
 
BlockIndex.BlockIndexEntry - Class in org.apache.accumulo.core.file.rfile
 
BlockIndex.BlockIndexEntry(int, int, Key) - Constructor for class org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
 
BlockIndex.BlockIndexEntry(Key) - Constructor for class org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
 
BLOOM_FILE_NAME - Static variable in class org.apache.accumulo.core.file.BloomFilterLayer
 
BloomFilter - Class in org.apache.accumulo.core.bloomfilter
Implements a Bloom filter, as defined by Bloom in 1970.
BloomFilter() - Constructor for class org.apache.accumulo.core.bloomfilter.BloomFilter
Default constructor - use with readFields
BloomFilter(int, int, int) - Constructor for class org.apache.accumulo.core.bloomfilter.BloomFilter
Constructor
BloomFilterLayer - Class in org.apache.accumulo.core.file
A class that sits on top of different accumulo file formats and provides bloom filter functionality.
BloomFilterLayer() - Constructor for class org.apache.accumulo.core.file.BloomFilterLayer
 
BloomFilterLayer.Reader - Class in org.apache.accumulo.core.file
 
BloomFilterLayer.Reader(FileSKVIterator, AccumuloConfiguration) - Constructor for class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
BloomFilterLayer.Writer - Class in org.apache.accumulo.core.file
 
BloomFilterTest - Class in org.apache.accumulo.test.functional
 
BloomFilterTest() - Constructor for class org.apache.accumulo.test.functional.BloomFilterTest
 
bound(Column, Column) - Method in class org.apache.accumulo.core.data.Range
Creates a new range that is bounded by the columns passed in.
buf - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
buffer() - Method in class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
 
buffer() - Method in interface org.apache.accumulo.core.file.rfile.bcfile.RawComparable
Get the underlying byte array.
bufferForColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
bufferForColFamily() - Method in class org.apache.accumulo.proxy.thrift.Column
 
bufferForColFamily() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
bufferForColFamily() - Method in class org.apache.accumulo.proxy.thrift.Key
 
bufferForColFamily() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
bufferForColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
bufferForColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Column
 
bufferForColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
bufferForColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Key
 
bufferForColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
bufferForColumnFamily() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
bufferForColumnQualifier() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
bufferForColumnVisibility() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
bufferForColVisibility() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
bufferForColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Column
 
bufferForColVisibility() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
bufferForColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Key
 
bufferForData() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
bufferForEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
bufferForEndRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
bufferForEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
bufferForEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
bufferForEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
bufferForEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
bufferForEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
bufferForEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
bufferForEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
bufferForEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
bufferForLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
bufferForPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
bufferForPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
bufferForPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
bufferForPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
bufferForPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
bufferForPrevEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
bufferForPrevEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
bufferForRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
bufferForRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
bufferForRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
bufferForRow() - Method in class org.apache.accumulo.proxy.thrift.Key
 
bufferForSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
bufferForStartRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
bufferForStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
bufferForStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
bufferForStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
bufferForStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
bufferForStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
bufferForStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
bufferForStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
bufferForSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
bufferForSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
bufferForTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
bufferForToken() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
bufferForValue() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
bufferForValue() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
bufferForValue() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
bufferSize - Variable in class org.apache.accumulo.proxy.thrift.ScanOptions
 
buildDocKey() - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
buildFollowingPartitionKey(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
buildKey(Text, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
buildKey(Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
buildKey(Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
buildKey(Text, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
buildMutation(ColumnVisibility, String, boolean, boolean, boolean, long, long, String) - Static method in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
buildNullSepText(String...) - Static method in class org.apache.accumulo.examples.simple.filedata.KeyUtil
Join some number of strings using a null byte separator into a text object.
BULK_ARBITRATOR_TYPE - Static variable in class org.apache.accumulo.core.Constants
 
BULK_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
BulkFailedCopyProcessor - Class in org.apache.accumulo.server.tabletserver
Copy failed bulk imports.
BulkFailedCopyProcessor() - Constructor for class org.apache.accumulo.server.tabletserver.BulkFailedCopyProcessor
 
bulkFileImportLock - Variable in class org.apache.accumulo.server.tabletserver.Tablet
 
BulkFileTest - Class in org.apache.accumulo.test.functional
 
BulkFileTest() - Constructor for class org.apache.accumulo.test.functional.BulkFileTest
 
bulkImport(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.bulkImport_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
bulkImport(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.bulkImport_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
bulkImport(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
bulkImport(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
BulkImport - Class in org.apache.accumulo.server.master.tableOps
 
BulkImport(String, String, String, boolean) - Constructor for class org.apache.accumulo.server.master.tableOps.BulkImport
 
bulkImport(FileSystem, String, String) - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
bulkImport(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
BulkImport - Class in org.apache.accumulo.test.randomwalk.concurrent
 
BulkImport() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.BulkImport
 
BulkImport.RFileBatchWriter - Class in org.apache.accumulo.test.randomwalk.concurrent
 
BulkImport.RFileBatchWriter(Configuration, FileSystem, String) - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
BulkImportDirectory - Class in org.apache.accumulo.test
 
BulkImportDirectory() - Constructor for class org.apache.accumulo.test.BulkImportDirectory
 
BulkImporter - Class in org.apache.accumulo.server.client
 
BulkImporter(AccumuloConfiguration, Instance, TCredentials, long, String, boolean) - Constructor for class org.apache.accumulo.server.client.BulkImporter
 
BulkImporter.AssignmentStats - Class in org.apache.accumulo.server.client
 
bulkImportFiles(TInfo, TCredentials, long, String, List<String>, String, boolean, AsyncMethodCallback<ClientService.AsyncClient.bulkImportFiles_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
bulkImportFiles(TInfo, TCredentials, long, String, List<String>, String, boolean, AsyncMethodCallback<ClientService.AsyncClient.bulkImportFiles_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
bulkImportFiles(TInfo, TCredentials, long, String, List<String>, String, boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
bulkImportFiles(TInfo, TCredentials, long, String, List<String>, String, boolean) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
bulkImportFiles(TInfo, TCredentials, long, String, List<String>, String, boolean) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
BulkImportHelper - Class in org.apache.accumulo.core.util
 
BulkImportHelper() - Constructor for class org.apache.accumulo.core.util.BulkImportHelper
 
BulkImportHelper.AssignmentStats - Class in org.apache.accumulo.core.util
 
BulkImportHelper.AssignmentStats() - Constructor for class org.apache.accumulo.core.util.BulkImportHelper.AssignmentStats
 
BulkIngestExample - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
Example map reduce job that bulk ingest data into an accumulo table.
BulkIngestExample() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
BulkIngestExample.MapClass - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
BulkIngestExample.MapClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.MapClass
 
BulkIngestExample.ReduceClass - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
BulkIngestExample.ReduceClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.ReduceClass
 
BulkInsert - Class in org.apache.accumulo.test.randomwalk.shard
 
BulkInsert() - Constructor for class org.apache.accumulo.test.randomwalk.shard.BulkInsert
 
bulkLoad(AccumuloConfiguration, Instance, TCredentials, long, String, List<String>, String, boolean) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
BulkMinusOne - Class in org.apache.accumulo.test.randomwalk.bulk
 
BulkMinusOne() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.BulkMinusOne
 
BulkPlusOne - Class in org.apache.accumulo.test.randomwalk.bulk
 
BulkPlusOne() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
BulkSplitOptimizationTest - Class in org.apache.accumulo.test.functional
This test verifies that when a lot of files are bulk imported into a table with one tablet and then splits that not all map files go to the children tablets.
BulkSplitOptimizationTest() - Constructor for class org.apache.accumulo.test.functional.BulkSplitOptimizationTest
 
BulkTest - Class in org.apache.accumulo.test.randomwalk.bulk
 
BulkTest() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.BulkTest
 
ByeCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ByeCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ByeCommand
 
BYTE_BUFFER - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ByteBuffer
ByteArray - Class in org.apache.accumulo.core.file.rfile.bcfile
Adaptor class to wrap byte-array backed objects (including java byte array) as RawComparable objects.
ByteArray(BytesWritable) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
Constructing a ByteArray from a BytesWritable.
ByteArray(byte[]) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
Wrap a whole byte array as a RawComparable.
ByteArray(byte[], int, int) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
Wrap a partial byte array as a RawComparable.
ByteArrayBackedCharSequence - Class in org.apache.accumulo.core.util
 
ByteArrayBackedCharSequence(byte[], int, int) - Constructor for class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
ByteArrayBackedCharSequence(byte[]) - Constructor for class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
ByteArrayBackedCharSequence() - Constructor for class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
ByteArrayComparator - Class in org.apache.accumulo.core.util
 
ByteArrayComparator() - Constructor for class org.apache.accumulo.core.util.ByteArrayComparator
 
ByteArraySet - Class in org.apache.accumulo.core.util
 
ByteArraySet() - Constructor for class org.apache.accumulo.core.util.ByteArraySet
 
ByteArraySet(Collection<? extends byte[]>) - Constructor for class org.apache.accumulo.core.util.ByteArraySet
 
byteAt(int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
byteAt(int) - Method in class org.apache.accumulo.core.data.ByteSequence
 
ByteBufferUtil - Class in org.apache.accumulo.core.util
 
ByteBufferUtil() - Constructor for class org.apache.accumulo.core.util.ByteBufferUtil
 
ByteSequence - Class in org.apache.accumulo.core.data
 
ByteSequence() - Constructor for class org.apache.accumulo.core.data.ByteSequence
 
bytesToInt(byte[], int) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
bytesToLong(byte[]) - Static method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.
 
bytesToLong(byte[], int) - Static method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.
 
bytesToLong(byte[]) - Static method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.
 
bytesToLongArray(byte[]) - Static method in class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
Deprecated.
 

C

CachableBlockFile - Class in org.apache.accumulo.core.file.blockfile.impl
This is a wrapper class for BCFile that includes a cache for independent caches for datablocks and metadatablocks
CachableBlockFile.BlockRead - Class in org.apache.accumulo.core.file.blockfile.impl
Class provides functionality to read one block from the underlying BCFile Since We are caching blocks in the Reader class as bytearrays, this class will wrap a DataInputStream(ByteArrayStream(cachedBlock)).
CachableBlockFile.BlockRead(InputStream, long) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
 
CachableBlockFile.BlockWrite - Class in org.apache.accumulo.core.file.blockfile.impl
 
CachableBlockFile.BlockWrite(BCFile.Writer.BlockAppender) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
CachableBlockFile.CachedBlockRead - Class in org.apache.accumulo.core.file.blockfile.impl
 
CachableBlockFile.CachedBlockRead(CacheEntry, byte[]) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
 
CachableBlockFile.Reader - Class in org.apache.accumulo.core.file.blockfile.impl
Class wraps the BCFile reader.
CachableBlockFile.Reader(FileSystem, Path, Configuration, BlockCache, BlockCache) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
CachableBlockFile.Reader(FSDataInputStream, long, Configuration, BlockCache, BlockCache) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
CachableBlockFile.Reader(FSDataInputStream, long, Configuration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
CachableBlockFile.Writer - Class in org.apache.accumulo.core.file.blockfile.impl
 
CachableBlockFile.Writer(FileSystem, Path, String, Configuration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
CachableBlockFile.Writer(FSDataOutputStream, String, Configuration) - Constructor for class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
cache - Variable in class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
CACHE_FIXED_OVERHEAD - Static variable in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
cacheBlock(String, byte[], boolean) - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
Add block to cache.
cacheBlock(String, byte[]) - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
Add block to cache (defaults to not in-memory).
cacheBlock(String, byte[], boolean) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Cache the block with the specified name and buffer.
cacheBlock(String, byte[]) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Cache the block with the specified name and buffer.
cacheBlock(String, byte[]) - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
cacheBlock(String, byte[], boolean) - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
CachedBlock - Class in org.apache.accumulo.core.file.blockfile.cache
Represents an entry in the LruBlockCache.
CachedBlock(String, byte[], long) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
CachedBlock(String, byte[], long, boolean) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
CachedBlockQueue - Class in org.apache.accumulo.core.file.blockfile.cache
A memory-bound queue that will grow until an element brings total size >= maxSize.
CachedBlockQueue(long, long) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.CachedBlockQueue
 
CachedConfiguration - Class in org.apache.accumulo.core.util
 
CachedConfiguration() - Constructor for class org.apache.accumulo.core.util.CachedConfiguration
 
cachedInstance - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
CacheEntry - Interface in org.apache.accumulo.core.file.blockfile.cache
 
cacheMetaBlock(String, BCFile.Reader.BlockReader) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
cacheMetaBlock(String, byte[]) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
CacheTestClean - Class in org.apache.accumulo.test.functional
 
CacheTestClean() - Constructor for class org.apache.accumulo.test.functional.CacheTestClean
 
CacheTestReader - Class in org.apache.accumulo.test.functional
 
CacheTestReader() - Constructor for class org.apache.accumulo.test.functional.CacheTestReader
 
CacheTestWriter - Class in org.apache.accumulo.test.functional
 
CacheTestWriter() - Constructor for class org.apache.accumulo.test.functional.CacheTestWriter
 
calculateOverhead(long, long, int) - Static method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
calculateSplits() - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
call(long, T) - Method in interface org.apache.accumulo.fate.Repo
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.BulkImport
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CancelCompactions
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CloneTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CreateTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.DeleteTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ExportTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ImportTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.RenameTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
call(long, T) - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
call() - Method in class org.apache.accumulo.server.tabletserver.Compactor
 
call() - Method in class org.apache.accumulo.server.tabletserver.MinorCompactor
 
call() - Method in class org.apache.accumulo.trace.instrument.TraceCallable
 
canAlterTable(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canAskAboutUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canAskAboutUser(TCredentials, String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
canBulkImport(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
cancelCompaction(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
cancelCompaction(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
cancelCompaction(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
cancelCompaction(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
cancelCompaction(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.cancelCompaction_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
cancelCompaction(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.cancelCompaction_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
cancelCompaction(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
cancelCompaction(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
CancelCompactions - Class in org.apache.accumulo.server.master.tableOps
 
CancelCompactions(String) - Constructor for class org.apache.accumulo.server.master.tableOps.CancelCompactions
 
canChangeAuthorizations(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canChangePassword(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCloneTable(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCompact(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCreateTable(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canCreateTables(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Determines whether tables are permitted to be created as needed.
canCreateTables(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Determines whether tables are permitted to be created as needed.
canCreateTables(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
canCreateTables(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Determines whether tables are permitted to be created as needed.
canCreateUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canDeleteRange(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canDeleteTable(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
candidates - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
canDropUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canExport(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canFlush(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canGrantSystem(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canGrantTable(TCredentials, String, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canImport(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canMerge(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canOnlineOfflineTable(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canPerformSystemActions(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
This is the check to perform any system action.
canRenameTable(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canRenameTo(FileObject) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
canRevokeSystem(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canRevokeTable(TCredentials, String, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canScan(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canSee(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Indicates whether or not the user is able to see key.
canSeeColumnFamily(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Indicates whether or not key can be seen, according to the fetched column families for this iterator.
canSplitTablet(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
canWrite(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
CAPABILITIES - Static variable in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileProvider
 
cells - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
cells - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
CellType<T> - Class in org.apache.accumulo.server.monitor.util.celltypes
 
CellType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.changeAuthorizations_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.changeAuthorizations_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
changeAuthorizations(TCredentials, String, Authorizations) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
changeAuthorizations(String, Authorizations) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to change the authorizations for the user
changeAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
changeAuthorizations(TCredentials, String, Authorizations) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
ChangeAuthorizations - Class in org.apache.accumulo.test.randomwalk.concurrent
 
ChangeAuthorizations() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.ChangeAuthorizations
 
changeAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
changeLocalUserPassword(String, PasswordToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Set the user's password
changeLocalUserPassword(String, PasswordToken) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.changeLocalUserPassword_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.changeLocalUserPassword_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
changeLocalUserPassword(String, PasswordToken) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
changeLocalUserPassword(ByteBuffer, String, ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
changeLocalUserPassword(ByteBuffer, String, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.changeLocalUserPassword_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
changeLocalUserPassword(ByteBuffer, String, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.changeLocalUserPassword_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
changeLocalUserPassword(ByteBuffer, String, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
changeLocalUserPassword(ByteBuffer, String, ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
ChangePass - Class in org.apache.accumulo.test.randomwalk.security
 
ChangePass() - Constructor for class org.apache.accumulo.test.randomwalk.security.ChangePass
 
changePassword(TCredentials, TCredentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
changePassword(String, AuthenticationToken) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
changePassword(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
changePassword(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
changePassword(TCredentials, TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
changePassword(String, AuthenticationToken) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
ChangePermissions - Class in org.apache.accumulo.test.randomwalk.concurrent
 
ChangePermissions() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.ChangePermissions
 
ChangeSecret - Class in org.apache.accumulo.server.util
 
ChangeSecret() - Constructor for class org.apache.accumulo.server.util.ChangeSecret
 
ChangeTableState - Class in org.apache.accumulo.server.master.tableOps
 
ChangeTableState(String, TableOperation) - Constructor for class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
changeUserAuthorizations(String, Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Set the user's record-level authorizations
changeUserAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
changeUserAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
changeUserAuthorizations(ByteBuffer, String, Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
changeUserAuthorizations(ByteBuffer, String, Set<ByteBuffer>, AsyncMethodCallback<AccumuloProxy.AsyncClient.changeUserAuthorizations_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
changeUserAuthorizations(ByteBuffer, String, Set<ByteBuffer>, AsyncMethodCallback<AccumuloProxy.AsyncClient.changeUserAuthorizations_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
changeUserAuthorizations(ByteBuffer, String, Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
changeUserAuthorizations(ByteBuffer, String, Set<ByteBuffer>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
changeUserPassword(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Deprecated.
since 1.5.0; use SecurityOperations.changeLocalUserPassword(String, PasswordToken) or the user management functions of your configured authenticator instead.
changeUserPassword(String, byte[]) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Deprecated.
changeUserPassword(String, byte[]) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
Deprecated.
ChaoticLoadBalancer - Class in org.apache.accumulo.server.master.balancer
A chaotic load balancer used for testing.
ChaoticLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
CharacterHistogram - Class in org.apache.accumulo.examples.simple.filedata
A MapReduce that computes a histogram of byte frequency for each file and stores the histogram alongside the file data.
CharacterHistogram() - Constructor for class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
CharacterHistogram.HistMapper - Class in org.apache.accumulo.examples.simple.filedata
 
CharacterHistogram.HistMapper() - Constructor for class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
charAt(int) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
CHARSET - Static variable in class org.apache.accumulo.core.util.shell.Shell
 
check(Constraint.Environment, Mutation) - Method in interface org.apache.accumulo.core.constraints.Constraint
Checks a mutation for constrain violations.
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.security.VisibilityConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.ConstraintChecker
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.UnsatisfiableConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.test.functional.SlowConstraint
 
CHECK_COLUMN_FAMILY - Static variable in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
CheckBalance - Class in org.apache.accumulo.test.randomwalk.concurrent
 
CheckBalance() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.CheckBalance
 
checkClass(TInfo, TCredentials, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkClass_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
checkClass(TInfo, TCredentials, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkClass_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
checkClass(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
checkClass(TInfo, TCredentials, String, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
checkClass(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
checkConstraints() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
CheckForMetadataProblems - Class in org.apache.accumulo.server.util
 
CheckForMetadataProblems() - Constructor for class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkGlobalLock(IZooReaderWriter, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for the specified scopes.
checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
checkIteratorConflicts(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
checkIteratorConflicts(ByteBuffer, String, IteratorSetting, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
checkIteratorConflicts(ByteBuffer, String, IteratorSetting, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
checkIteratorConflicts(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
checkIteratorConflicts(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
checkMetadataTableEntries(CheckForMetadataProblems.Opts, FileSystem) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkMigrationSanity(Set<TServerInstance>, List<TabletMigration>) - Static method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Utility to ensure that the migrations from balance() are consistent: Tablet objects are not null Source and destination tablet servers are not null and current
checkMounts(String) - Method in class org.apache.accumulo.server.util.FileSystemMonitor
 
checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
CheckPermission - Class in org.apache.accumulo.test.randomwalk.concurrent
 
CheckPermission() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.CheckPermission
 
checkRFiles(String, int, int, int, int) - Method in class org.apache.accumulo.test.functional.FunctionalTest
A utility function that checks that each tablet has an expected number of rfiles.
checkSplits(String, int, int) - Method in class org.apache.accumulo.test.functional.FunctionalTest
A utility method for use by functional test that ensures a tables has between min and max split points inclusive.
checkTable(String, TreeSet<KeyExtent>, CheckForMetadataProblems.Opts) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkTableClass(TInfo, TCredentials, String, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkTableClass_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
checkTableClass(TInfo, TCredentials, String, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkTableClass_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
checkTableClass(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
checkTableClass(TInfo, TCredentials, String, String, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
checkTableClass(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
checkTableId(String, TableOperation) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
checkTableState() - Method in class org.apache.accumulo.core.util.shell.Shell
 
checkTrace(TInfo, String, AsyncMethodCallback<TestService.AsyncClient.checkTrace_call>) - Method in class org.apache.accumulo.trace.thrift.TestService.AsyncClient
 
checkTrace(TInfo, String, AsyncMethodCallback<TestService.AsyncClient.checkTrace_call>) - Method in interface org.apache.accumulo.trace.thrift.TestService.AsyncIface
 
checkTrace(TInfo, String) - Method in class org.apache.accumulo.trace.thrift.TestService.Client
 
checkTrace(TInfo, String) - Method in interface org.apache.accumulo.trace.thrift.TestService.Iface
 
checkVersions(Master) - Method in class org.apache.accumulo.server.master.tableOps.ImportTable
 
child(String) - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
child(String) - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
child(String) - Method in interface org.apache.accumulo.trace.instrument.Span
Create a child span of this span with the given description
chop(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.chop_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
chop(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.chop_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
chop(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
chop(TInfo, TCredentials, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
chop(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
chop(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
chopFiles() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
chopped - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
chopped(KeyExtent, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
CHUNK_CF - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
CHUNK_CF_BS - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
ChunkCombiner - Class in org.apache.accumulo.examples.simple.filedata
This iterator dedupes chunks and sets their visibilities to the combined visibility of the refs columns.
ChunkCombiner() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
ChunkInputFormat - Class in org.apache.accumulo.examples.simple.filedata
An InputFormat that turns the file data ingested with FileDataIngest into an InputStream using ChunkInputStream.
ChunkInputFormat() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputFormat
 
ChunkInputStream - Class in org.apache.accumulo.examples.simple.filedata
An input stream that reads file data stored in one or more Accumulo values.
ChunkInputStream() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
ChunkInputStream(PeekingIterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
CLASS_PREFIX - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
 
classLoaderChanged() - Method in class org.apache.accumulo.server.constraints.ConstraintChecker
 
className - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
className - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
className - Variable in class org.apache.accumulo.core.data.thrift.IterInfo
 
className - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
className - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
CLASSPATH_PROPERTY_NAME - Static variable in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
ClasspathCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ClasspathCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClasspathCommand
 
ClassSize - Class in org.apache.accumulo.core.file.blockfile.cache
Class for determining the "size" of a class, an attempt to calculate the actual bytes that an object of this class will occupy in memory The core of this class is taken from the Derby project
ClassSize() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.ClassSize
 
cleanTablePermissions(String) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
cleanTablePermissions(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Cleans up the permissions for a table.
cleanTablePermissions(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
cleanTablePermissions(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
CleanUp - Class in org.apache.accumulo.core.util
 
CleanUp() - Constructor for class org.apache.accumulo.core.util.CleanUp
 
cleanup(String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
cleanup() - Method in class org.apache.accumulo.test.functional.AddSplitTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.BadIteratorMincTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.BatchScanSplitTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.BatchWriterFlushTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.BloomFilterTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.BulkFileTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.BulkSplitOptimizationTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.CleanUpTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.ConcurrencyTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.ConstraintTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.CreateAndUseTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.CreateManyScannersTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.DeleteEverythingTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.DeleteRowsSplitTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.DeleteRowsTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.FateStarvationTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.LargeRowTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.LogicalTimeTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.MaxOpenTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.MergeTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.PermissionsTest.SystemPermissionsTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.PermissionsTest.TablePermissionsTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.RowDeleteTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.ScanIteratorTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.ScanRangeTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.ScanSessionTimeOutTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.ServerSideErrorTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.SparseColumnFamilyTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.SplitRecoveryTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.TimeoutTest
 
cleanup() - Method in class org.apache.accumulo.test.functional.VisibilityTest
 
CleanUpTest - Class in org.apache.accumulo.test.functional
 
CleanUpTest() - Constructor for class org.apache.accumulo.test.functional.CleanUpTest
 
cleanUser(String) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
cleanUser(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Deletes a user
cleanUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
cleanUser(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
CleanZookeeper - Class in org.apache.accumulo.server.util
 
CleanZookeeper() - Constructor for class org.apache.accumulo.server.util.CleanZookeeper
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
clear() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
clear() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
clear() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
 
clear() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
 
clear() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
clear() - Method in class org.apache.accumulo.core.conf.SiteConfiguration
method here to support testing, do not call
clear() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
clear() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
clear() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
clear() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
clear() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
clear() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
clear() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
clear() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
clear() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
clear() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
clear() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
clear() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
clear() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
clear() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
clear() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
clear() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
clear() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
clear() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
clear() - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
clear() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
clear() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
clear() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
clear() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
clear() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
clear() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
clear() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
clear() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
clear() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
clear() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
clear() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
clear() - Method in class org.apache.accumulo.core.util.Stat
 
clear() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
clear() - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
 
clear(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
clear() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
clear() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
clear() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
clear() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
clear() - Method in class org.apache.accumulo.proxy.thrift.Column
 
clear() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
clear() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
clear() - Method in class org.apache.accumulo.proxy.thrift.Key
 
clear() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
clear() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
clear() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
clear() - Method in class org.apache.accumulo.proxy.thrift.Range
 
clear() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
clear() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
clear() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
clear() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
clear() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
clear() - Method in class org.apache.accumulo.server.monitor.LogService
 
clear() - Method in class org.apache.accumulo.test.continuous.Histogram
 
clear() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
clear() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
clear() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
clear() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
clear() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
clearCache(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
clearColumns() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
clearColumns() - Method in interface org.apache.accumulo.core.client.ScannerBase
Clears the columns to be fetched (useful for resetting the scanner for reuse).
clearColumns() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
ClearCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ClearCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClearCommand
 
clearInstance() - Static method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
clearLastLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
clearLocatorCache(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Clears the tablet locator cache for a specified table
clearLocatorCache(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Clears the tablet locator cache for a specified table
clearLocatorCache(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
clearLocatorCache(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
clearLocatorCache(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.clearLocatorCache_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
clearLocatorCache(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.clearLocatorCache_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
clearLocatorCache(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
clearLocatorCache(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
clearMergeState(Text) - Method in class org.apache.accumulo.server.master.Master
 
clearMigrations(String) - Method in class org.apache.accumulo.server.master.Master
 
clearOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
Remove all options from the iterator.
clearScanIterators() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Clears scan iterators prior to returning a scanner to the pool.
clearScanIterators() - Method in interface org.apache.accumulo.core.client.ScannerBase
Clears scan iterators prior to returning a scanner to the pool.
clearScanIterators() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
client - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
client - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
client() - Method in class org.apache.accumulo.test.scalability.Ingest
 
client() - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
client(T) - Static method in class org.apache.accumulo.trace.instrument.thrift.TraceWrap
 
CLIENT_RETRIES - Static variable in class org.apache.accumulo.core.Constants
 
CLIENT_SLEEP_BEFORE_RECONNECT - Static variable in class org.apache.accumulo.core.Constants
 
clientAddress - Static variable in class org.apache.accumulo.server.util.TServerUtils
 
ClientExec<T> - Interface in org.apache.accumulo.core.client.impl
 
ClientExecReturn<T,C> - Interface in org.apache.accumulo.core.client.impl
 
ClientOnDefaultTable - Class in org.apache.accumulo.core.cli
 
ClientOnDefaultTable(String) - Constructor for class org.apache.accumulo.core.cli.ClientOnDefaultTable
 
ClientOnDefaultTable - Class in org.apache.accumulo.server.cli
 
ClientOnDefaultTable(String) - Constructor for class org.apache.accumulo.server.cli.ClientOnDefaultTable
 
ClientOnRequiredTable - Class in org.apache.accumulo.core.cli
 
ClientOnRequiredTable() - Constructor for class org.apache.accumulo.core.cli.ClientOnRequiredTable
 
ClientOnRequiredTable - Class in org.apache.accumulo.server.cli
 
ClientOnRequiredTable() - Constructor for class org.apache.accumulo.server.cli.ClientOnRequiredTable
 
ClientOpts - Class in org.apache.accumulo.core.cli
 
ClientOpts() - Constructor for class org.apache.accumulo.core.cli.ClientOpts
 
ClientOpts - Class in org.apache.accumulo.server.cli
 
ClientOpts() - Constructor for class org.apache.accumulo.server.cli.ClientOpts
 
ClientOpts.AuthConverter - Class in org.apache.accumulo.core.cli
 
ClientOpts.AuthConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.AuthConverter
 
ClientOpts.MemoryConverter - Class in org.apache.accumulo.core.cli
 
ClientOpts.MemoryConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.MemoryConverter
 
ClientOpts.Password - Class in org.apache.accumulo.core.cli
 
ClientOpts.Password(String) - Constructor for class org.apache.accumulo.core.cli.ClientOpts.Password
 
ClientOpts.PasswordConverter - Class in org.apache.accumulo.core.cli
 
ClientOpts.PasswordConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.PasswordConverter
 
ClientOpts.TimeConverter - Class in org.apache.accumulo.core.cli
 
ClientOpts.TimeConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.TimeConverter
 
ClientOpts.VisibilityConverter - Class in org.apache.accumulo.core.cli
 
ClientOpts.VisibilityConverter() - Constructor for class org.apache.accumulo.core.cli.ClientOpts.VisibilityConverter
 
clients - Variable in class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
ClientService - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService
 
ClientService.AsyncClient - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
ClientService.AsyncClient.authenticate_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.authenticate_call(TInfo, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.authenticate_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticate_call
 
ClientService.AsyncClient.authenticateUser_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.authenticateUser_call(TInfo, TCredentials, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.authenticateUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticateUser_call
 
ClientService.AsyncClient.bulkImportFiles_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.bulkImportFiles_call(TInfo, TCredentials, long, String, List<String>, String, boolean, AsyncMethodCallback<ClientService.AsyncClient.bulkImportFiles_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.bulkImportFiles_call
 
ClientService.AsyncClient.changeAuthorizations_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.changeAuthorizations_call(TInfo, TCredentials, String, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.changeAuthorizations_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeAuthorizations_call
 
ClientService.AsyncClient.changeLocalUserPassword_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.changeLocalUserPassword_call(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.changeLocalUserPassword_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeLocalUserPassword_call
 
ClientService.AsyncClient.checkClass_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.checkClass_call(TInfo, TCredentials, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkClass_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkClass_call
 
ClientService.AsyncClient.checkTableClass_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.checkTableClass_call(TInfo, TCredentials, String, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkTableClass_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkTableClass_call
 
ClientService.AsyncClient.createLocalUser_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.createLocalUser_call(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.createLocalUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.createLocalUser_call
 
ClientService.AsyncClient.dropLocalUser_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.dropLocalUser_call(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.dropLocalUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.dropLocalUser_call
 
ClientService.AsyncClient.Factory - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.Factory
 
ClientService.AsyncClient.getConfiguration_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.getConfiguration_call(TInfo, TCredentials, ConfigurationType, AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getConfiguration_call
 
ClientService.AsyncClient.getInstanceId_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.getInstanceId_call(AsyncMethodCallback<ClientService.AsyncClient.getInstanceId_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getInstanceId_call
 
ClientService.AsyncClient.getRootTabletLocation_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.getRootTabletLocation_call(AsyncMethodCallback<ClientService.AsyncClient.getRootTabletLocation_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getRootTabletLocation_call
 
ClientService.AsyncClient.getTableConfiguration_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.getTableConfiguration_call(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.getTableConfiguration_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getTableConfiguration_call
 
ClientService.AsyncClient.getUserAuthorizations_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.getUserAuthorizations_call(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.getUserAuthorizations_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getUserAuthorizations_call
 
ClientService.AsyncClient.getZooKeepers_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.getZooKeepers_call(AsyncMethodCallback<ClientService.AsyncClient.getZooKeepers_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getZooKeepers_call
 
ClientService.AsyncClient.grantSystemPermission_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.grantSystemPermission_call(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantSystemPermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantSystemPermission_call
 
ClientService.AsyncClient.grantTablePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.grantTablePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantTablePermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantTablePermission_call
 
ClientService.AsyncClient.hasSystemPermission_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.hasSystemPermission_call(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasSystemPermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasSystemPermission_call
 
ClientService.AsyncClient.hasTablePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.hasTablePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasTablePermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasTablePermission_call
 
ClientService.AsyncClient.isActive_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.isActive_call(TInfo, long, AsyncMethodCallback<ClientService.AsyncClient.isActive_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.isActive_call
 
ClientService.AsyncClient.listLocalUsers_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.listLocalUsers_call(TInfo, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.listLocalUsers_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.listLocalUsers_call
 
ClientService.AsyncClient.ping_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.ping_call(TCredentials, AsyncMethodCallback<ClientService.AsyncClient.ping_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.ping_call
 
ClientService.AsyncClient.revokeSystemPermission_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.revokeSystemPermission_call(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeSystemPermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeSystemPermission_call
 
ClientService.AsyncClient.revokeTablePermission_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.revokeTablePermission_call(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeTablePermission_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeTablePermission_call
 
ClientService.AsyncIface - Interface in org.apache.accumulo.core.client.impl.thrift
 
ClientService.authenticate_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.authenticate_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
ClientService.authenticate_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
ClientService.authenticate_args(ClientService.authenticate_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
Performs a deep copy on other.
ClientService.authenticate_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.authenticate_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.authenticate_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
ClientService.authenticate_result(boolean, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
ClientService.authenticate_result(ClientService.authenticate_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
Performs a deep copy on other.
ClientService.authenticate_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.authenticateUser_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.authenticateUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
ClientService.authenticateUser_args(TInfo, TCredentials, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
ClientService.authenticateUser_args(ClientService.authenticateUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Performs a deep copy on other.
ClientService.authenticateUser_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.authenticateUser_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.authenticateUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
ClientService.authenticateUser_result(boolean, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
ClientService.authenticateUser_result(ClientService.authenticateUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
Performs a deep copy on other.
ClientService.authenticateUser_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.bulkImportFiles_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.bulkImportFiles_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
ClientService.bulkImportFiles_args(TInfo, TCredentials, long, String, List<String>, String, boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
ClientService.bulkImportFiles_args(ClientService.bulkImportFiles_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Performs a deep copy on other.
ClientService.bulkImportFiles_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.bulkImportFiles_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.bulkImportFiles_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
ClientService.bulkImportFiles_result(List<String>, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
ClientService.bulkImportFiles_result(ClientService.bulkImportFiles_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
Performs a deep copy on other.
ClientService.bulkImportFiles_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.changeAuthorizations_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.changeAuthorizations_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
ClientService.changeAuthorizations_args(TInfo, TCredentials, String, List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
ClientService.changeAuthorizations_args(ClientService.changeAuthorizations_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Performs a deep copy on other.
ClientService.changeAuthorizations_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.changeAuthorizations_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.changeAuthorizations_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
ClientService.changeAuthorizations_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
ClientService.changeAuthorizations_result(ClientService.changeAuthorizations_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
Performs a deep copy on other.
ClientService.changeAuthorizations_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.changeLocalUserPassword_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.changeLocalUserPassword_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
ClientService.changeLocalUserPassword_args(TInfo, TCredentials, String, ByteBuffer) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
ClientService.changeLocalUserPassword_args(ClientService.changeLocalUserPassword_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
Performs a deep copy on other.
ClientService.changeLocalUserPassword_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.changeLocalUserPassword_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.changeLocalUserPassword_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
ClientService.changeLocalUserPassword_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
ClientService.changeLocalUserPassword_result(ClientService.changeLocalUserPassword_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
Performs a deep copy on other.
ClientService.changeLocalUserPassword_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.checkClass_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.checkClass_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
ClientService.checkClass_args(TInfo, TCredentials, String, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
ClientService.checkClass_args(ClientService.checkClass_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
Performs a deep copy on other.
ClientService.checkClass_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.checkClass_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.checkClass_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
ClientService.checkClass_result(boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
ClientService.checkClass_result(ClientService.checkClass_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
Performs a deep copy on other.
ClientService.checkClass_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.checkTableClass_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.checkTableClass_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
ClientService.checkTableClass_args(TInfo, TCredentials, String, String, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
ClientService.checkTableClass_args(ClientService.checkTableClass_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
Performs a deep copy on other.
ClientService.checkTableClass_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.checkTableClass_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.checkTableClass_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
ClientService.checkTableClass_result(boolean, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
ClientService.checkTableClass_result(ClientService.checkTableClass_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
Performs a deep copy on other.
ClientService.checkTableClass_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.Client - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Client(TProtocol) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
ClientService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
ClientService.Client.Factory - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Client.Factory() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Client.Factory
 
ClientService.createLocalUser_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.createLocalUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
ClientService.createLocalUser_args(TInfo, TCredentials, String, ByteBuffer) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
ClientService.createLocalUser_args(ClientService.createLocalUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
Performs a deep copy on other.
ClientService.createLocalUser_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.createLocalUser_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.createLocalUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
ClientService.createLocalUser_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
ClientService.createLocalUser_result(ClientService.createLocalUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
Performs a deep copy on other.
ClientService.createLocalUser_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.dropLocalUser_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.dropLocalUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
ClientService.dropLocalUser_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
ClientService.dropLocalUser_args(ClientService.dropLocalUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
Performs a deep copy on other.
ClientService.dropLocalUser_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.dropLocalUser_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.dropLocalUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
ClientService.dropLocalUser_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
ClientService.dropLocalUser_result(ClientService.dropLocalUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
Performs a deep copy on other.
ClientService.dropLocalUser_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getConfiguration_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getConfiguration_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
ClientService.getConfiguration_args(TInfo, TCredentials, ConfigurationType) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
ClientService.getConfiguration_args(ClientService.getConfiguration_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
Performs a deep copy on other.
ClientService.getConfiguration_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getConfiguration_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getConfiguration_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
ClientService.getConfiguration_result(Map<String, String>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
ClientService.getConfiguration_result(ClientService.getConfiguration_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
Performs a deep copy on other.
ClientService.getConfiguration_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getInstanceId_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getInstanceId_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
ClientService.getInstanceId_args(ClientService.getInstanceId_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
Performs a deep copy on other.
ClientService.getInstanceId_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getInstanceId_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getInstanceId_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
ClientService.getInstanceId_result(String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
ClientService.getInstanceId_result(ClientService.getInstanceId_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
Performs a deep copy on other.
ClientService.getInstanceId_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getRootTabletLocation_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getRootTabletLocation_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
ClientService.getRootTabletLocation_args(ClientService.getRootTabletLocation_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
Performs a deep copy on other.
ClientService.getRootTabletLocation_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getRootTabletLocation_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getRootTabletLocation_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
ClientService.getRootTabletLocation_result(String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
ClientService.getRootTabletLocation_result(ClientService.getRootTabletLocation_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
Performs a deep copy on other.
ClientService.getRootTabletLocation_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getTableConfiguration_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getTableConfiguration_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
ClientService.getTableConfiguration_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
ClientService.getTableConfiguration_args(ClientService.getTableConfiguration_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
Performs a deep copy on other.
ClientService.getTableConfiguration_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getTableConfiguration_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getTableConfiguration_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
ClientService.getTableConfiguration_result(Map<String, String>, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
ClientService.getTableConfiguration_result(ClientService.getTableConfiguration_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
Performs a deep copy on other.
ClientService.getTableConfiguration_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getUserAuthorizations_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getUserAuthorizations_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
ClientService.getUserAuthorizations_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
ClientService.getUserAuthorizations_args(ClientService.getUserAuthorizations_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
Performs a deep copy on other.
ClientService.getUserAuthorizations_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getUserAuthorizations_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getUserAuthorizations_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
ClientService.getUserAuthorizations_result(List<ByteBuffer>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
ClientService.getUserAuthorizations_result(ClientService.getUserAuthorizations_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
Performs a deep copy on other.
ClientService.getUserAuthorizations_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getZooKeepers_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getZooKeepers_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
ClientService.getZooKeepers_args(ClientService.getZooKeepers_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
Performs a deep copy on other.
ClientService.getZooKeepers_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.getZooKeepers_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.getZooKeepers_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
ClientService.getZooKeepers_result(String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
ClientService.getZooKeepers_result(ClientService.getZooKeepers_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
Performs a deep copy on other.
ClientService.getZooKeepers_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.grantSystemPermission_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.grantSystemPermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
ClientService.grantSystemPermission_args(TInfo, TCredentials, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
ClientService.grantSystemPermission_args(ClientService.grantSystemPermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
Performs a deep copy on other.
ClientService.grantSystemPermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.grantSystemPermission_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.grantSystemPermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
ClientService.grantSystemPermission_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
ClientService.grantSystemPermission_result(ClientService.grantSystemPermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
Performs a deep copy on other.
ClientService.grantSystemPermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.grantTablePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.grantTablePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
ClientService.grantTablePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
ClientService.grantTablePermission_args(ClientService.grantTablePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Performs a deep copy on other.
ClientService.grantTablePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.grantTablePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.grantTablePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
ClientService.grantTablePermission_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
ClientService.grantTablePermission_result(ClientService.grantTablePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
Performs a deep copy on other.
ClientService.grantTablePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.hasSystemPermission_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.hasSystemPermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
ClientService.hasSystemPermission_args(TInfo, TCredentials, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
ClientService.hasSystemPermission_args(ClientService.hasSystemPermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Performs a deep copy on other.
ClientService.hasSystemPermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.hasSystemPermission_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.hasSystemPermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
ClientService.hasSystemPermission_result(boolean, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
ClientService.hasSystemPermission_result(ClientService.hasSystemPermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
Performs a deep copy on other.
ClientService.hasSystemPermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.hasTablePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.hasTablePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
ClientService.hasTablePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
ClientService.hasTablePermission_args(ClientService.hasTablePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Performs a deep copy on other.
ClientService.hasTablePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.hasTablePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.hasTablePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
ClientService.hasTablePermission_result(boolean, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
ClientService.hasTablePermission_result(ClientService.hasTablePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
Performs a deep copy on other.
ClientService.hasTablePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.Iface - Interface in org.apache.accumulo.core.client.impl.thrift
 
ClientService.isActive_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.isActive_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
ClientService.isActive_args(TInfo, long) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
ClientService.isActive_args(ClientService.isActive_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
Performs a deep copy on other.
ClientService.isActive_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.isActive_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.isActive_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
ClientService.isActive_result(boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
ClientService.isActive_result(ClientService.isActive_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
Performs a deep copy on other.
ClientService.isActive_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.listLocalUsers_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.listLocalUsers_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
ClientService.listLocalUsers_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
ClientService.listLocalUsers_args(ClientService.listLocalUsers_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
Performs a deep copy on other.
ClientService.listLocalUsers_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.listLocalUsers_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.listLocalUsers_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
ClientService.listLocalUsers_result(Set<String>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
ClientService.listLocalUsers_result(ClientService.listLocalUsers_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
Performs a deep copy on other.
ClientService.listLocalUsers_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.ping_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.ping_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
ClientService.ping_args(TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
ClientService.ping_args(ClientService.ping_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
Performs a deep copy on other.
ClientService.ping_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.ping_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.ping_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
ClientService.ping_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
ClientService.ping_result(ClientService.ping_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
Performs a deep copy on other.
ClientService.ping_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.Processor<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor(I) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor
 
ClientService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor
 
ClientService.Processor.authenticate<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.authenticate() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticate
 
ClientService.Processor.authenticateUser<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.authenticateUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticateUser
 
ClientService.Processor.bulkImportFiles<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.bulkImportFiles() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.bulkImportFiles
 
ClientService.Processor.changeAuthorizations<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.changeAuthorizations() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeAuthorizations
 
ClientService.Processor.changeLocalUserPassword<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.changeLocalUserPassword() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeLocalUserPassword
 
ClientService.Processor.checkClass<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.checkClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkClass
 
ClientService.Processor.checkTableClass<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.checkTableClass() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkTableClass
 
ClientService.Processor.createLocalUser<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.createLocalUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.createLocalUser
 
ClientService.Processor.dropLocalUser<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.dropLocalUser() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.dropLocalUser
 
ClientService.Processor.getConfiguration<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.getConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getConfiguration
 
ClientService.Processor.getInstanceId<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.getInstanceId() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getInstanceId
 
ClientService.Processor.getRootTabletLocation<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.getRootTabletLocation() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getRootTabletLocation
 
ClientService.Processor.getTableConfiguration<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.getTableConfiguration() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getTableConfiguration
 
ClientService.Processor.getUserAuthorizations<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.getUserAuthorizations() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getUserAuthorizations
 
ClientService.Processor.getZooKeepers<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.getZooKeepers() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getZooKeepers
 
ClientService.Processor.grantSystemPermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.grantSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantSystemPermission
 
ClientService.Processor.grantTablePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.grantTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantTablePermission
 
ClientService.Processor.hasSystemPermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.hasSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasSystemPermission
 
ClientService.Processor.hasTablePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.hasTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasTablePermission
 
ClientService.Processor.isActive<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.isActive() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.isActive
 
ClientService.Processor.listLocalUsers<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.listLocalUsers() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.listLocalUsers
 
ClientService.Processor.ping<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.ping() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.ping
 
ClientService.Processor.revokeSystemPermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.revokeSystemPermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeSystemPermission
 
ClientService.Processor.revokeTablePermission<I extends ClientService.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor.revokeTablePermission() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeTablePermission
 
ClientService.revokeSystemPermission_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.revokeSystemPermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
ClientService.revokeSystemPermission_args(TInfo, TCredentials, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
ClientService.revokeSystemPermission_args(ClientService.revokeSystemPermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
Performs a deep copy on other.
ClientService.revokeSystemPermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.revokeSystemPermission_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.revokeSystemPermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
ClientService.revokeSystemPermission_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
ClientService.revokeSystemPermission_result(ClientService.revokeSystemPermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
Performs a deep copy on other.
ClientService.revokeSystemPermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.revokeTablePermission_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.revokeTablePermission_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
ClientService.revokeTablePermission_args(TInfo, TCredentials, String, String, byte) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
ClientService.revokeTablePermission_args(ClientService.revokeTablePermission_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
Performs a deep copy on other.
ClientService.revokeTablePermission_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientService.revokeTablePermission_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.revokeTablePermission_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
ClientService.revokeTablePermission_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
ClientService.revokeTablePermission_result(ClientService.revokeTablePermission_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
Performs a deep copy on other.
ClientService.revokeTablePermission_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ClientServiceHandler - Class in org.apache.accumulo.server.client
 
ClientServiceHandler(Instance, TransactionWatcher) - Constructor for class org.apache.accumulo.server.client.ClientServiceHandler
 
ClientSideIteratorScanner - Class in org.apache.accumulo.core.client
A scanner that instantiates iterators on the client side instead of on the tablet server.
ClientSideIteratorScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner
Constructs a scanner that can execute client-side iterators.
ClientSideIteratorScanner.ScannerTranslator - Class in org.apache.accumulo.core.client
A class that wraps a Scanner in a SortedKeyValueIterator so that other accumulo iterators can use it as a source.
ClientSideIteratorScanner.ScannerTranslator(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
Constructs an accumulo iterator from a scanner.
clip(Range) - Method in class org.apache.accumulo.core.data.Range
Creates a range which represents the intersection of this range and the passed in range.
clip(Range, boolean) - Method in class org.apache.accumulo.core.data.Range
Same as other clip function except if gives the option to return null of the ranges do not overlap instead of throwing an exception.
clone(String, String, boolean, Map<String, String>, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Clone a table from an existing table.
clone(String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
clone(String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
clone() - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
 
clone() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
clone() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
clone() - Method in class org.apache.accumulo.core.data.Key
 
CLONE_EXCLUDE_PREFIX - Static variable in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
CloneIndex - Class in org.apache.accumulo.test.randomwalk.shard
 
CloneIndex() - Constructor for class org.apache.accumulo.test.randomwalk.shard.CloneIndex
 
cloneTable(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
cloneTable(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.cloneTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
cloneTable(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.cloneTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
cloneTable(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
cloneTable(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
cloneTable(String, String, String, Map<String, String>, Set<String>, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
CloneTable - Class in org.apache.accumulo.server.master.tableOps
 
CloneTable(String, String, String, Map<String, String>, Set<String>) - Constructor for class org.apache.accumulo.server.master.tableOps.CloneTable
 
cloneTable(Instance, String, String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
CloneTable - Class in org.apache.accumulo.test.randomwalk.concurrent
 
CloneTable() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.CloneTable
 
CloneTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CloneTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
 
close() - Method in interface org.apache.accumulo.core.client.BatchDeleter
Releases any resources.
close() - Method in interface org.apache.accumulo.core.client.BatchScanner
Cleans up and finalizes the scanner
close() - Method in interface org.apache.accumulo.core.client.BatchWriter
Flush and release any resources.
close() - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
close(MasterClientService.Iface) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
close() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
close() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
close(ClientService.Client) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
close() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
 
close() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
close(Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
 
close() - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
close(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
 
close() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
close() - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
 
close() - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
 
close() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
 
close() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
Flush and release all resources.
close() - Method in interface org.apache.accumulo.core.client.ScannerBase
Closes any underlying connections on the scanner
close() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
 
close() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
 
close() - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
 
close() - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
 
close() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
close() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
close() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
close() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
close() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
close() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
 
close() - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
close() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
Finishing reading the block.
close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Finishing reading the BCFile.
close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
Signaling the end of write to the block.
close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Close the BCFile Writer.
close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Close the reader.
close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Close the scanner.
close() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Close the Writer.
close(DataOutput) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.BufferedWriter
 
close(DataOutput) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Writer
 
close() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
close() - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
close() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
close() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
close() - Method in class org.apache.accumulo.core.util.shell.Shell.PrintFile
 
close() - Method in interface org.apache.accumulo.core.util.shell.Shell.PrintLine
 
close() - Method in class org.apache.accumulo.core.util.shell.Shell.PrintShell
 
close() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
close(Master, FileSystem, Path) - Method in class org.apache.accumulo.server.master.recovery.HadoopLogCloser
 
close(Master, FileSystem, Path) - Method in interface org.apache.accumulo.server.master.recovery.LogCloser
 
close(Master, FileSystem, Path) - Method in class org.apache.accumulo.server.master.recovery.MapRLogCloser
 
close() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
close() - Method in class org.apache.accumulo.server.monitor.LogService
 
close() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
close() - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
close() - Method in class org.apache.accumulo.server.tabletserver.log.MultiReader
 
close() - Method in class org.apache.accumulo.server.tabletserver.MutationLog
 
close(boolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet
Closes the mapfiles associated with a Tablet.
close() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
close() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
close() - Method in class org.apache.accumulo.server.util.TBufferedServerSocket
 
close() - Method in class org.apache.accumulo.server.util.TNonblockingServerSocket
 
close() - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
Should be ok if this is not called because the thread started by DefaultFileMonitor is a daemon thread
close() - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
close() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystem
 
close() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
close() - Method in class org.apache.accumulo.start.classloader.vfs.UniqueFileReplicator
 
close() - Method in class org.apache.accumulo.test.NullBatchWriter
 
close() - Method in class org.apache.accumulo.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
CLOSE_EVENT - Static variable in class org.apache.accumulo.server.tabletserver.MutationLog
 
closeDeepCopies() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
closeDeepCopies() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
 
closeDeepCopies() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
closeDeepCopies() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
closeDeepCopies() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
closeDeepCopies() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
closeMultiScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeMultiScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
closeMultiScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeMultiScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
closeMultiScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
closeMultiScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
closeMultiScan(TInfo, long) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
closeScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
closeScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
closeScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
closeScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
closeScan(TInfo, long) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
closeScanner(String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
closeScanner(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.closeScanner_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
closeScanner(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.closeScanner_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
closeScanner(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
closeScanner(String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
closeUpdate(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeUpdate_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
closeUpdate(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeUpdate_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
closeUpdate(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
closeUpdate(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
closeUpdate(TInfo, long) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
closeWriter(String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
closeWriter(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.closeWriter_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
closeWriter(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.closeWriter_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
closeWriter(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
closeWriter(String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ClsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ClsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClsCommand
 
code - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
code - Variable in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
COLF_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
colFamily - Variable in class org.apache.accumulo.core.data.Key
 
colFamily - Variable in class org.apache.accumulo.core.data.thrift.TKey
 
colFamily - Variable in class org.apache.accumulo.proxy.thrift.Column
 
colFamily - Variable in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
colFamily - Variable in class org.apache.accumulo.proxy.thrift.Key
 
colFamily - Variable in class org.apache.accumulo.proxy.thrift.ScanColumn
 
colFamSet - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
collect(Value) - Method in interface org.apache.accumulo.core.iterators.aggregation.Aggregator
Deprecated.
 
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.
 
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
Deprecated.
 
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.
 
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringMax
Deprecated.
 
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringMin
Deprecated.
 
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringSummation
Deprecated.
 
collect(GCStatus) - Method in class org.apache.accumulo.server.gc.GarbageCollectWriteAheadLogs
 
CollectTabletStats - Class in org.apache.accumulo.test.performance.scan
 
CollectTabletStats() - Constructor for class org.apache.accumulo.test.performance.scan.CollectTabletStats
 
COLNAMES - Static variable in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
COLQ_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
colQualifier - Variable in class org.apache.accumulo.core.data.Key
 
colQualifier - Variable in class org.apache.accumulo.core.data.thrift.TKey
 
colQualifier - Variable in class org.apache.accumulo.proxy.thrift.Column
 
colQualifier - Variable in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
colQualifier - Variable in class org.apache.accumulo.proxy.thrift.Key
 
colQualifier - Variable in class org.apache.accumulo.proxy.thrift.ScanColumn
 
COLS - Static variable in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
Column - Class in org.apache.accumulo.core.data
 
Column() - Constructor for class org.apache.accumulo.core.data.Column
 
Column(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Column
 
Column(TColumn) - Constructor for class org.apache.accumulo.core.data.Column
 
Column - Class in org.apache.accumulo.proxy.thrift
 
Column() - Constructor for class org.apache.accumulo.proxy.thrift.Column
 
Column(ByteBuffer, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.Column
 
Column(Column) - Constructor for class org.apache.accumulo.proxy.thrift.Column
Performs a deep copy on other.
Column._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ColumnAgeOffFilter - Class in org.apache.accumulo.core.iterators.user
A filter that ages off key/value pairs based on the Key's column and timestamp.
ColumnAgeOffFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 
ColumnAgeOffFilter.TTLSet - Class in org.apache.accumulo.core.iterators.user
 
ColumnAgeOffFilter.TTLSet(Map<String, String>) - Constructor for class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter.TTLSet
 
columnFamily - Variable in class org.apache.accumulo.core.data.Column
 
columnFamily - Variable in class org.apache.accumulo.core.data.thrift.TColumn
 
ColumnFamilyCounter - Class in org.apache.accumulo.core.iterators
 
ColumnFamilyCounter() - Constructor for class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
ColumnFamilyFunctor - Class in org.apache.accumulo.core.file.keyfunctor
 
ColumnFamilyFunctor() - Constructor for class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
ColumnFamilySkippingIterator - Class in org.apache.accumulo.core.iterators.system
 
ColumnFamilySkippingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
ColumnFamilySkippingIterator(SortedKeyValueIterator<Key, Value>, Set<ByteSequence>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
ColumnFQ - Class in org.apache.accumulo.core.util
 
ColumnFQ(Text, Text) - Constructor for class org.apache.accumulo.core.util.ColumnFQ
 
ColumnFQ(Key) - Constructor for class org.apache.accumulo.core.util.ColumnFQ
 
ColumnFQ(ColumnUpdate) - Constructor for class org.apache.accumulo.core.util.ColumnFQ
 
columnQualifier - Variable in class org.apache.accumulo.core.data.Column
 
columnQualifier - Variable in class org.apache.accumulo.core.data.thrift.TColumn
 
ColumnQualifierFilter - Class in org.apache.accumulo.core.iterators.system
 
ColumnQualifierFilter() - Constructor for class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
 
ColumnQualifierFilter(SortedKeyValueIterator<Key, Value>, HashSet<Column>) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
 
ColumnQualifierFilter(SortedKeyValueIterator<Key, Value>, HashSet<ByteSequence>, HashMap<ByteSequence, HashSet<ByteSequence>>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
 
ColumnQualifierFunctor - Class in org.apache.accumulo.core.file.keyfunctor
 
ColumnQualifierFunctor() - Constructor for class org.apache.accumulo.core.file.keyfunctor.ColumnQualifierFunctor
 
columns - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
columns - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
columns - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
columns - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
columns - Variable in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
columns - Variable in class org.apache.accumulo.proxy.thrift.ScanOptions
 
COLUMNS_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
 
ColumnSet - Class in org.apache.accumulo.core.iterators.conf
 
ColumnSet() - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnSet
 
ColumnSet(Collection<String>) - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnSet
 
ColumnSetName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
ColumnSliceFilter - Class in org.apache.accumulo.core.iterators.user
 
ColumnSliceFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
ColumnToClassMapping<K> - Class in org.apache.accumulo.core.iterators.conf
 
ColumnToClassMapping() - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
ColumnToClassMapping(Map<String, String>, Class<? extends K>) - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
ColumnUpdate - Class in org.apache.accumulo.core.data
A single column and value pair within a mutation
ColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Constructor for class org.apache.accumulo.core.data.ColumnUpdate
 
ColumnUpdate - Class in org.apache.accumulo.proxy.thrift
 
ColumnUpdate() - Constructor for class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
ColumnUpdate(ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
ColumnUpdate(ColumnUpdate) - Constructor for class org.apache.accumulo.proxy.thrift.ColumnUpdate
Performs a deep copy on other.
ColumnUpdate._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ColumnUtil - Class in org.apache.accumulo.core.iterators.conf
 
ColumnUtil() - Constructor for class org.apache.accumulo.core.iterators.conf.ColumnUtil
 
ColumnUtil.ColFamHashKey - Class in org.apache.accumulo.core.iterators.conf
 
ColumnUtil.ColHashKey - Class in org.apache.accumulo.core.iterators.conf
 
columnVisibility - Variable in class org.apache.accumulo.core.data.Column
 
columnVisibility - Variable in class org.apache.accumulo.core.data.thrift.TColumn
 
ColumnVisibility - Class in org.apache.accumulo.core.security
Validate the column visibility is a valid expression and set the visibility for a Mutation.
ColumnVisibility() - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
Empty visibility.
ColumnVisibility(String) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
Set the column visibility for a Mutation.
ColumnVisibility(Text) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
A convenience method for constructing from a string already encoded in UTF-8 bytes and contained in a Text object.
ColumnVisibility(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
A convenience method for constructing from a string already encoded in UTF-8 bytes.
ColumnVisibility.Node - Class in org.apache.accumulo.core.security
 
ColumnVisibility.Node(ColumnVisibility.NodeType) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
 
ColumnVisibility.Node(int, int) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
 
ColumnVisibility.NodeComparator - Class in org.apache.accumulo.core.security
 
ColumnVisibility.NodeComparator(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
 
ColumnVisibility.NodeType - Enum in org.apache.accumulo.core.security
 
colVisibility - Variable in class org.apache.accumulo.core.data.Key
 
colVisibility - Variable in class org.apache.accumulo.core.data.thrift.TKey
 
colVisibility - Variable in class org.apache.accumulo.proxy.thrift.Column
 
colVisibility - Variable in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
colVisibility - Variable in class org.apache.accumulo.proxy.thrift.Key
 
Combiner - Class in org.apache.accumulo.core.iterators
A SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.
Combiner() - Constructor for class org.apache.accumulo.core.iterators.Combiner
 
Combiner.ValueIterator - Class in org.apache.accumulo.core.iterators
A Java Iterator that iterates over the Values for a given Key from a source SortedKeyValueIterator.
Combiner.ValueIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.Combiner.ValueIterator
Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator.
commandFactory - Variable in class org.apache.accumulo.core.util.shell.Shell
 
commandGrouping - Variable in class org.apache.accumulo.core.util.shell.Shell
 
commas(long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(long, long, long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(double, double, double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(long, long, long, long, long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(double, double, double, double, double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commit(Tablet.CommitSession, List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
commit(List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
Commit - Class in org.apache.accumulo.test.randomwalk.image
 
Commit() - Constructor for class org.apache.accumulo.test.randomwalk.image.Commit
 
Commit - Class in org.apache.accumulo.test.randomwalk.multitable
 
Commit() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.Commit
 
Commit - Class in org.apache.accumulo.test.randomwalk.sequential
 
Commit() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.Commit
 
Commit - Class in org.apache.accumulo.test.randomwalk.shard
 
Commit() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Commit
 
commitPrep - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
commitTime - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
compact(String, Text, Text, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Starts a full major compaction of the tablets in the range (start, end].
compact(String, Text, Text, List<IteratorSetting>, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Starts a full major compaction of the tablets in the range (start, end].
compact(String, Text, Text, boolean, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
compact(String, Text, Text, List<IteratorSetting>, boolean, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
compact(String, Text, Text, boolean, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
compact(String, Text, Text, List<IteratorSetting>, boolean, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.compact_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.compact_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
compact(ZooLock, String, byte[], byte[]) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
Compact - Class in org.apache.accumulo.test.randomwalk.bulk
 
Compact() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.Compact
 
Compact - Class in org.apache.accumulo.test.randomwalk.concurrent
 
Compact() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.Compact
 
compactAll(long) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
CompactCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CompactCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CompactCommand
 
CompactFilter - Class in org.apache.accumulo.test.randomwalk.shard
Test deleting documents by using a compaction filter iterator
CompactFilter() - Constructor for class org.apache.accumulo.test.randomwalk.shard.CompactFilter
 
Compacting - Class in org.apache.accumulo.core.master.thrift
 
Compacting() - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
 
Compacting(int, int) - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
 
Compacting(Compacting) - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
Performs a deep copy on other.
Compacting._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
compactionIterator() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
CompactionQueue - Class in org.apache.accumulo.server.tabletserver
 
CompactionQueue() - Constructor for class org.apache.accumulo.server.tabletserver.CompactionQueue
 
CompactionReason - Enum in org.apache.accumulo.core.tabletserver.thrift
 
CompactionReason - Enum in org.apache.accumulo.proxy.thrift
 
CompactionStats - Class in org.apache.accumulo.server.tabletserver
 
CompactionStats() - Constructor for class org.apache.accumulo.server.tabletserver.CompactionStats
 
CompactionsType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
CompactionsType(String) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
CompactionType - Enum in org.apache.accumulo.core.tabletserver.thrift
 
CompactionType - Enum in org.apache.accumulo.proxy.thrift
 
Compactor - Class in org.apache.accumulo.server.tabletserver
 
Compactor.CompactionInfo - Class in org.apache.accumulo.server.tabletserver
 
Compactor.CountingIterator - Class in org.apache.accumulo.server.tabletserver
 
Compactor.CountingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.server.tabletserver.Compactor.CountingIterator
 
CompactRange - Class in org.apache.accumulo.server.master.tableOps
 
CompactRange(String, byte[], byte[], List<IteratorSetting>) - Constructor for class org.apache.accumulo.server.master.tableOps.CompactRange
 
CompactRange.CompactionIterators - Class in org.apache.accumulo.server.master.tableOps
 
CompactRange.CompactionIterators(byte[], byte[], List<IteratorSetting>) - Constructor for class org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
 
CompactRange.CompactionIterators() - Constructor for class org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
 
compactTable(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean) - Method in class org.apache.accumulo.proxy.ProxyServer
 
compactTable(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.compactTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
compactTable(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.compactTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
compactTable(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
compactTable(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ComparableBytes - Class in org.apache.accumulo.core.data
 
ComparableBytes(byte[]) - Constructor for class org.apache.accumulo.core.data.ComparableBytes
 
COMPARATOR_JCLASS - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
comparator prefix: java class
COMPARATOR_MEMCMP - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
comparator: memcmp
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.accumulo.core.data.Value.Comparator
 
compare(IterInfo, IterInfo) - Method in class org.apache.accumulo.core.iterators.IteratorUtil.IterInfoComparator
 
compare(ColumnVisibility.Node, ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
 
compare(byte[], byte[]) - Method in class org.apache.accumulo.core.util.ByteArrayComparator
 
compare(RemoteSpan, RemoteSpan) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ShowTraceLinkType
 
compare(TableInfo, TableInfo) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
compare(Long, Long) - Method in class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
compare(T, T) - Method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
compare(Double, Double) - Method in class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
compare(T, T) - Method in class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
compare(String, String) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
compare(TableState, TableState) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
compare(TabletServerStatus, TabletServerStatus) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
compareBytes(ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.data.ByteSequence
 
compareColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
Efficiently compare the the column family of a key w/o allocating a text object and copying the column qualifier into it.
compareColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
Efficiently compare the the column qualifier of a key w/o allocating a text object and copying the column qualifier into it.
compareRow(Text) - Method in class org.apache.accumulo.core.data.Key
Efficiently compare the the row of a key w/o allocating a text object and copying the row into it.
compareTo(TabletLocator.TabletLocation) - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
compareTo(ClientService.authenticate_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
compareTo(ClientService.authenticate_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
compareTo(ClientService.authenticateUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
compareTo(ClientService.authenticateUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
compareTo(ClientService.bulkImportFiles_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
compareTo(ClientService.bulkImportFiles_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
compareTo(ClientService.changeAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
compareTo(ClientService.changeAuthorizations_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
compareTo(ClientService.changeLocalUserPassword_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
compareTo(ClientService.changeLocalUserPassword_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
compareTo(ClientService.checkClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
compareTo(ClientService.checkClass_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
compareTo(ClientService.checkTableClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
compareTo(ClientService.checkTableClass_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
compareTo(ClientService.createLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
compareTo(ClientService.createLocalUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
compareTo(ClientService.dropLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
compareTo(ClientService.dropLocalUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
compareTo(ClientService.getConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
compareTo(ClientService.getConfiguration_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
compareTo(ClientService.getInstanceId_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
compareTo(ClientService.getInstanceId_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
compareTo(ClientService.getRootTabletLocation_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
compareTo(ClientService.getRootTabletLocation_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
compareTo(ClientService.getTableConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
compareTo(ClientService.getTableConfiguration_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
compareTo(ClientService.getUserAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
compareTo(ClientService.getUserAuthorizations_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
compareTo(ClientService.getZooKeepers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
compareTo(ClientService.getZooKeepers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
compareTo(ClientService.grantSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
compareTo(ClientService.grantSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
compareTo(ClientService.grantTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
compareTo(ClientService.grantTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
compareTo(ClientService.hasSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
compareTo(ClientService.hasSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
compareTo(ClientService.hasTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
compareTo(ClientService.hasTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
compareTo(ClientService.isActive_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
compareTo(ClientService.isActive_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
compareTo(ClientService.listLocalUsers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
compareTo(ClientService.listLocalUsers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
compareTo(ClientService.ping_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
compareTo(ClientService.ping_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
compareTo(ClientService.revokeSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
compareTo(ClientService.revokeSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
compareTo(ClientService.revokeTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
compareTo(ClientService.revokeTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
compareTo(ThriftSecurityException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
compareTo(ThriftTableOperationException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
compareTo(ThriftTest.fails_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
compareTo(ThriftTest.fails_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
compareTo(ThriftTest.success_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
compareTo(ThriftTest.success_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
compareTo(ThriftTest.throwsError_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
compareTo(ThriftTest.throwsError_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
compareTo(AuthenticationToken.TokenProperty) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
compareTo(ByteSequence) - Method in class org.apache.accumulo.core.data.ByteSequence
 
compareTo(Column) - Method in class org.apache.accumulo.core.data.Column
 
compareTo(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
Compare elements of a key given by a PartialKey.
compareTo(Key) - Method in class org.apache.accumulo.core.data.Key
Compare all elements of a key.
compareTo(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
Compares extents based on rows
compareTo(Range) - Method in class org.apache.accumulo.core.data.Range
Compares this range to another range.
compareTo(InitialMultiScan) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
compareTo(InitialScan) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
compareTo(IterInfo) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
compareTo(MapFileInfo) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
compareTo(MultiScanResult) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
compareTo(ScanResult) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
compareTo(TColumn) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
compareTo(TConstraintViolationSummary) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
compareTo(TKey) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
compareTo(TKeyExtent) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
compareTo(TKeyValue) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
compareTo(TMutation) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
compareTo(TRange) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
compareTo(UpdateErrors) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
compareTo(Object) - Method in class org.apache.accumulo.core.data.Value
Define the sort order of the BytesWritable.
compareTo(byte[]) - Method in class org.apache.accumulo.core.data.Value
Compares the bytes in this object to the specified byte array
compareTo(CachedBlock) - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
compareTo(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Compare the entry key to another key.
compareTo(byte[], int, int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Compare the entry key to another key.
compareTo(RawComparable) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Compare an entry with a RawComparable object.
compareTo(Utils.Version) - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Compare this version with another version.
compareTo(BlockIndex.BlockIndexEntry) - Method in class org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
 
compareTo(MultiLevelIndex.IndexEntry) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
compareTo(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
compareTo(GCMonitorService.getStatus_args) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
compareTo(GCMonitorService.getStatus_result) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
compareTo(GCStatus) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
compareTo(OrIterator.TermSource) - Method in class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
compareTo(Compacting) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
compareTo(DeadServer) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
compareTo(MasterClientService.beginTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
compareTo(MasterClientService.beginTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
compareTo(MasterClientService.executeTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
compareTo(MasterClientService.executeTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
compareTo(MasterClientService.finishTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
compareTo(MasterClientService.finishTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
compareTo(MasterClientService.getMasterStats_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
compareTo(MasterClientService.getMasterStats_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
compareTo(MasterClientService.initiateFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
compareTo(MasterClientService.initiateFlush_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
compareTo(MasterClientService.removeSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
compareTo(MasterClientService.removeSystemProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
compareTo(MasterClientService.removeTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
compareTo(MasterClientService.removeTableProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
compareTo(MasterClientService.reportSplitExtent_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
compareTo(MasterClientService.reportTabletStatus_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
compareTo(MasterClientService.setMasterGoalState_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
compareTo(MasterClientService.setMasterGoalState_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
compareTo(MasterClientService.setSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
compareTo(MasterClientService.setSystemProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
compareTo(MasterClientService.setTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
compareTo(MasterClientService.setTableProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
compareTo(MasterClientService.shutdown_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
compareTo(MasterClientService.shutdown_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
compareTo(MasterClientService.shutdownTabletServer_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
compareTo(MasterClientService.shutdownTabletServer_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
compareTo(MasterClientService.waitForFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
compareTo(MasterClientService.waitForFlush_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
compareTo(MasterClientService.waitForTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
compareTo(MasterClientService.waitForTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
compareTo(MasterMonitorInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
compareTo(RecoveryException) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
compareTo(RecoveryStatus) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
compareTo(TableInfo) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
compareTo(TabletServerStatus) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
compareTo(TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
compareTo(AuthInfo) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
compareTo(TCredentials) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
compareTo(ThriftSecurityException) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
compareTo(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
compareTo(ActiveCompaction) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
compareTo(ActiveScan) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
compareTo(ConstraintViolationException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
compareTo(IteratorConfig) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
compareTo(NoSuchScanIDException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
compareTo(NotServingTabletException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
compareTo(TabletClientService.applyUpdates_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
compareTo(TabletClientService.bulkImport_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
compareTo(TabletClientService.bulkImport_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
compareTo(TabletClientService.chop_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
compareTo(TabletClientService.closeMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
compareTo(TabletClientService.closeMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
compareTo(TabletClientService.closeScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
compareTo(TabletClientService.closeUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
compareTo(TabletClientService.closeUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
compareTo(TabletClientService.compact_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
compareTo(TabletClientService.continueMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
compareTo(TabletClientService.continueMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
compareTo(TabletClientService.continueScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
compareTo(TabletClientService.continueScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
compareTo(TabletClientService.fastHalt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
compareTo(TabletClientService.flush_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
compareTo(TabletClientService.flushTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
compareTo(TabletClientService.getActiveCompactions_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
compareTo(TabletClientService.getActiveCompactions_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
compareTo(TabletClientService.getActiveScans_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
compareTo(TabletClientService.getActiveScans_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
compareTo(TabletClientService.getHistoricalStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
compareTo(TabletClientService.getHistoricalStats_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
compareTo(TabletClientService.getTabletServerStatus_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
compareTo(TabletClientService.getTabletServerStatus_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
compareTo(TabletClientService.getTabletStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
compareTo(TabletClientService.getTabletStats_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
compareTo(TabletClientService.halt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
compareTo(TabletClientService.halt_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
compareTo(TabletClientService.loadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
compareTo(TabletClientService.removeLogs_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
compareTo(TabletClientService.splitTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
compareTo(TabletClientService.splitTablet_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
compareTo(TabletClientService.startMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
compareTo(TabletClientService.startMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
compareTo(TabletClientService.startScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
compareTo(TabletClientService.startScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
compareTo(TabletClientService.startUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
compareTo(TabletClientService.startUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
compareTo(TabletClientService.unloadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
compareTo(TabletClientService.update_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
compareTo(TabletClientService.update_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
compareTo(TabletStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
compareTo(TIteratorSetting) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
compareTo(TooManyFilesException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
compareTo(ColumnFQ) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
compareTo(ServerServices) - Method in class org.apache.accumulo.core.util.ServerServices
 
compareTo(AccumuloException) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
compareTo(AccumuloProxy.addConstraint_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
compareTo(AccumuloProxy.addConstraint_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
compareTo(AccumuloProxy.addSplits_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
compareTo(AccumuloProxy.addSplits_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
compareTo(AccumuloProxy.attachIterator_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
compareTo(AccumuloProxy.attachIterator_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
compareTo(AccumuloProxy.authenticateUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
compareTo(AccumuloProxy.authenticateUser_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
compareTo(AccumuloProxy.cancelCompaction_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
compareTo(AccumuloProxy.cancelCompaction_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
compareTo(AccumuloProxy.changeLocalUserPassword_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
compareTo(AccumuloProxy.changeLocalUserPassword_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
compareTo(AccumuloProxy.changeUserAuthorizations_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
compareTo(AccumuloProxy.changeUserAuthorizations_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
compareTo(AccumuloProxy.checkIteratorConflicts_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
compareTo(AccumuloProxy.checkIteratorConflicts_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
compareTo(AccumuloProxy.clearLocatorCache_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
compareTo(AccumuloProxy.clearLocatorCache_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
compareTo(AccumuloProxy.cloneTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
compareTo(AccumuloProxy.cloneTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
compareTo(AccumuloProxy.closeScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
compareTo(AccumuloProxy.closeScanner_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
compareTo(AccumuloProxy.closeWriter_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
compareTo(AccumuloProxy.closeWriter_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
compareTo(AccumuloProxy.compactTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
compareTo(AccumuloProxy.compactTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
compareTo(AccumuloProxy.createBatchScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
compareTo(AccumuloProxy.createBatchScanner_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
compareTo(AccumuloProxy.createLocalUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
compareTo(AccumuloProxy.createLocalUser_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
compareTo(AccumuloProxy.createScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
compareTo(AccumuloProxy.createScanner_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
compareTo(AccumuloProxy.createTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
compareTo(AccumuloProxy.createTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
compareTo(AccumuloProxy.createWriter_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
compareTo(AccumuloProxy.createWriter_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
compareTo(AccumuloProxy.deleteRows_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
compareTo(AccumuloProxy.deleteRows_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
compareTo(AccumuloProxy.deleteTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
compareTo(AccumuloProxy.deleteTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
compareTo(AccumuloProxy.dropLocalUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
compareTo(AccumuloProxy.dropLocalUser_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
compareTo(AccumuloProxy.exportTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
compareTo(AccumuloProxy.exportTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
compareTo(AccumuloProxy.flush_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
compareTo(AccumuloProxy.flush_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
compareTo(AccumuloProxy.flushTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
compareTo(AccumuloProxy.flushTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
compareTo(AccumuloProxy.getActiveCompactions_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
compareTo(AccumuloProxy.getActiveCompactions_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
compareTo(AccumuloProxy.getActiveScans_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
compareTo(AccumuloProxy.getActiveScans_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
compareTo(AccumuloProxy.getFollowing_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
compareTo(AccumuloProxy.getFollowing_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
compareTo(AccumuloProxy.getIteratorSetting_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
compareTo(AccumuloProxy.getIteratorSetting_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
compareTo(AccumuloProxy.getLocalityGroups_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
compareTo(AccumuloProxy.getLocalityGroups_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
compareTo(AccumuloProxy.getMaxRow_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
compareTo(AccumuloProxy.getMaxRow_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
compareTo(AccumuloProxy.getRowRange_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
compareTo(AccumuloProxy.getRowRange_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
compareTo(AccumuloProxy.getSiteConfiguration_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
compareTo(AccumuloProxy.getSiteConfiguration_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
compareTo(AccumuloProxy.getSystemConfiguration_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
compareTo(AccumuloProxy.getSystemConfiguration_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
compareTo(AccumuloProxy.getTableProperties_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
compareTo(AccumuloProxy.getTableProperties_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
compareTo(AccumuloProxy.getTabletServers_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
compareTo(AccumuloProxy.getTabletServers_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
compareTo(AccumuloProxy.getUserAuthorizations_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
compareTo(AccumuloProxy.getUserAuthorizations_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
compareTo(AccumuloProxy.grantSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
compareTo(AccumuloProxy.grantSystemPermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
compareTo(AccumuloProxy.grantTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
compareTo(AccumuloProxy.grantTablePermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
compareTo(AccumuloProxy.hasNext_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
compareTo(AccumuloProxy.hasNext_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
compareTo(AccumuloProxy.hasSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
compareTo(AccumuloProxy.hasSystemPermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
compareTo(AccumuloProxy.hasTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
compareTo(AccumuloProxy.hasTablePermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
compareTo(AccumuloProxy.importDirectory_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
compareTo(AccumuloProxy.importDirectory_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
compareTo(AccumuloProxy.importTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
compareTo(AccumuloProxy.importTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
compareTo(AccumuloProxy.listConstraints_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
compareTo(AccumuloProxy.listConstraints_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
compareTo(AccumuloProxy.listIterators_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
compareTo(AccumuloProxy.listIterators_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
compareTo(AccumuloProxy.listLocalUsers_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
compareTo(AccumuloProxy.listLocalUsers_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
compareTo(AccumuloProxy.listSplits_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
compareTo(AccumuloProxy.listSplits_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
compareTo(AccumuloProxy.listTables_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
compareTo(AccumuloProxy.listTables_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
compareTo(AccumuloProxy.login_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
compareTo(AccumuloProxy.login_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
compareTo(AccumuloProxy.mergeTablets_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
compareTo(AccumuloProxy.mergeTablets_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
compareTo(AccumuloProxy.nextEntry_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
compareTo(AccumuloProxy.nextEntry_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
compareTo(AccumuloProxy.nextK_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
compareTo(AccumuloProxy.nextK_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
compareTo(AccumuloProxy.offlineTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
compareTo(AccumuloProxy.offlineTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
compareTo(AccumuloProxy.onlineTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
compareTo(AccumuloProxy.onlineTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
compareTo(AccumuloProxy.pingTabletServer_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
compareTo(AccumuloProxy.pingTabletServer_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
compareTo(AccumuloProxy.removeConstraint_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
compareTo(AccumuloProxy.removeConstraint_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
compareTo(AccumuloProxy.removeIterator_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
compareTo(AccumuloProxy.removeIterator_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
compareTo(AccumuloProxy.removeProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
compareTo(AccumuloProxy.removeProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
compareTo(AccumuloProxy.removeTableProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
compareTo(AccumuloProxy.removeTableProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
compareTo(AccumuloProxy.renameTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
compareTo(AccumuloProxy.renameTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
compareTo(AccumuloProxy.revokeSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
compareTo(AccumuloProxy.revokeSystemPermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
compareTo(AccumuloProxy.revokeTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
compareTo(AccumuloProxy.revokeTablePermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
compareTo(AccumuloProxy.setLocalityGroups_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
compareTo(AccumuloProxy.setLocalityGroups_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
compareTo(AccumuloProxy.setProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
compareTo(AccumuloProxy.setProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
compareTo(AccumuloProxy.setTableProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
compareTo(AccumuloProxy.setTableProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
compareTo(AccumuloProxy.splitRangeByTablets_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
compareTo(AccumuloProxy.splitRangeByTablets_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
compareTo(AccumuloProxy.tableExists_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
compareTo(AccumuloProxy.tableExists_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
compareTo(AccumuloProxy.tableIdMap_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
compareTo(AccumuloProxy.tableIdMap_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
compareTo(AccumuloProxy.testClassLoad_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
compareTo(AccumuloProxy.testClassLoad_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
compareTo(AccumuloProxy.testTableClassLoad_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
compareTo(AccumuloProxy.testTableClassLoad_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
compareTo(AccumuloProxy.update_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
compareTo(AccumuloProxy.updateAndFlush_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
compareTo(AccumuloProxy.updateAndFlush_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
compareTo(AccumuloSecurityException) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
compareTo(ActiveCompaction) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
compareTo(ActiveScan) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
compareTo(BatchScanOptions) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
compareTo(Column) - Method in class org.apache.accumulo.proxy.thrift.Column
 
compareTo(ColumnUpdate) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
compareTo(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
compareTo(Key) - Method in class org.apache.accumulo.proxy.thrift.Key
 
compareTo(KeyExtent) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
compareTo(KeyValue) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
compareTo(KeyValueAndPeek) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
compareTo(MutationsRejectedException) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
compareTo(NoMoreEntriesException) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
compareTo(Range) - Method in class org.apache.accumulo.proxy.thrift.Range
 
compareTo(ScanColumn) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
compareTo(ScanOptions) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
compareTo(ScanResult) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
compareTo(TableExistsException) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
compareTo(TableNotFoundException) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
compareTo(UnknownScanner) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
compareTo(UnknownWriter) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
compareTo(WriterOptions) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
compareTo(LogFileKey) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
compareTo(TServerInstance) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
compareTo(ZooKeeperStatus.ZooKeeperState) - Method in class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
compareTo(TraceRunnable) - Method in class org.apache.accumulo.trace.instrument.TraceRunnable
 
compareTo(RemoteSpan) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
compareTo(SpanReceiver.span_args) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
compareTo(TestService.checkTrace_args) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
compareTo(TestService.checkTrace_result) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
compareTo(TInfo) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
compatibleWith(Utils.Version) - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Test compatibility.
complete(String, int, List) - Method in class org.apache.accumulo.core.util.shell.ShellCompletor
 
completeLocalOutput(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
compress(List<? extends KeyValue>) - Static method in class org.apache.accumulo.core.data.Key
Use this to compress a list of keys before sending them via thrift.
COMPRESSION_GZ - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
compression: gzip
COMPRESSION_LZO - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
compression: lzo
COMPRESSION_NONE - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
compression: none
COMPRESSION_SNAPPY - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
snappy codec
computeReseekRange(Range) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Possibly expand range to include everything for the key prefix we are working with.
ConcurrencyTest - Class in org.apache.accumulo.test.functional
 
ConcurrencyTest() - Constructor for class org.apache.accumulo.test.functional.ConcurrencyTest
 
CONCURRENT_HASHMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentHashMap
CONCURRENT_HASHMAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentHashMap.Entry
CONCURRENT_HASHMAP_SEGMENT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentHashMap.Segment
CONCURRENT_SKIPLISTMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentSkipListMap
CONCURRENT_SKIPLISTMAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentSkipListMap Entry
ConcurrentFixture - Class in org.apache.accumulo.test.randomwalk.concurrent
When multiple instance of this test suite are run, all instances will operate on the same set of table names.
ConcurrentFixture() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.ConcurrentFixture
 
config(String...) - Method in class org.apache.accumulo.core.client.mock.MockShell
 
config(String...) - Method in class org.apache.accumulo.core.util.shell.Shell
Configures the shell using the provided options.
config(String) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
Config - Class in org.apache.accumulo.test.randomwalk.concurrent
 
Config() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.Config
 
CONFIG_FILE_RELOAD_DELAY - Static variable in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
ConfigCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ConfigCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ConfigCommand
 
ConfigSanityCheck - Class in org.apache.accumulo.core.conf
A utility class for checking over configuration entries.
ConfigSanityCheck() - Constructor for class org.apache.accumulo.core.conf.ConfigSanityCheck
 
ConfigSanityCheck - Class in org.apache.accumulo.server.conf
 
ConfigSanityCheck() - Constructor for class org.apache.accumulo.server.conf.ConfigSanityCheck
 
ConfigSanityCheck.SanityCheckException - Exception in org.apache.accumulo.core.conf
The exception thrown when ConfigSanityCheck.validate(Iterable) fails.
ConfigSanityCheck.SanityCheckException(String) - Constructor for exception org.apache.accumulo.core.conf.ConfigSanityCheck.SanityCheckException
Creates a new exception with the given message.
configuration - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer
 
ConfigurationCopy - Class in org.apache.accumulo.core.conf
 
ConfigurationCopy(Map<String, String>) - Constructor for class org.apache.accumulo.core.conf.ConfigurationCopy
 
ConfigurationCopy(Iterable<Map.Entry<String, String>>) - Constructor for class org.apache.accumulo.core.conf.ConfigurationCopy
 
ConfigurationCopy() - Constructor for class org.apache.accumulo.core.conf.ConfigurationCopy
 
ConfigurationObserver - Interface in org.apache.accumulo.core.conf
 
ConfigurationType - Enum in org.apache.accumulo.core.client.impl.thrift
 
ConfiguratorBase - Class in org.apache.accumulo.core.client.mapreduce.lib.util
 
ConfiguratorBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
 
ConfiguratorBase.ConnectorInfo - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
ConfiguratorBase.GeneralOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
Configuration keys for general configuration options.
ConfiguratorBase.InstanceOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
Configuration keys for Instance, ZooKeeperInstance, and MockInstance.
configureScanner(ScannerBase, CurrentState) - Static method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
confirmDeletes(SortedSet<String>) - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
This method removes candidates from the candidate list under two conditions: 1.
connect(String, int, String, byte[], Watcher) - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
Connector - Class in org.apache.accumulo.core.client
Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
Connector() - Constructor for class org.apache.accumulo.core.client.Connector
 
ConnectorImpl - Class in org.apache.accumulo.core.client.impl
 
ConnectorImpl(Instance, TCredentials) - Constructor for class org.apache.accumulo.core.client.impl.ConnectorImpl
Deprecated.
ConsistencyCheck - Class in org.apache.accumulo.test.randomwalk.bulk
 
ConsistencyCheck() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.ConsistencyCheck
 
Constants - Class in org.apache.accumulo.core
 
Constants() - Constructor for class org.apache.accumulo.core.Constants
 
constrainClass - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
constrainClass - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
Constraint - Interface in org.apache.accumulo.core.constraints
Accumulo uses Constraint objects to determine if mutations will be applied to a table.
constraint - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
Constraint.Environment - Interface in org.apache.accumulo.core.constraints
 
ConstraintChecker - Class in org.apache.accumulo.server.constraints
 
ConstraintChecker(TableConfiguration) - Constructor for class org.apache.accumulo.server.constraints.ConstraintChecker
 
constraintClassName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
ConstraintCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ConstraintCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ConstraintCommand
 
constraintNotMet(TabletBalancer.BalancerProblem) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Warn that a Balancer can't work because of some external restriction.
ConstraintTest - Class in org.apache.accumulo.test.functional
 
ConstraintTest() - Constructor for class org.apache.accumulo.test.functional.ConstraintTest
 
ConstraintViolationException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
ConstraintViolationException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
ConstraintViolationException(List<TConstraintViolationSummary>) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
ConstraintViolationException(ConstraintViolationException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
Performs a deep copy on other.
ConstraintViolationException._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
constraintViolations - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
ConstraintViolationSummary - Class in org.apache.accumulo.core.data
 
ConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
 
ConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
 
consume() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
consume() - Method in class org.apache.accumulo.core.iterators.SkippingIterator
 
consume() - Method in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
consume() - Method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
consume() - Method in class org.apache.accumulo.test.functional.DropModIter
 
consume(Iterable<?>) - Static method in class org.apache.accumulo.test.stress.random.Scan
 
contains(ByteSequence) - Method in class org.apache.accumulo.core.data.KeyExtent
 
contains(BinaryComparable) - Method in class org.apache.accumulo.core.data.KeyExtent
 
contains(Key) - Method in class org.apache.accumulo.core.data.Range
 
contains(Key) - Method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
contains(byte[]) - Method in class org.apache.accumulo.core.security.Authorizations
Checks for the existence of this UTF-8 encoded authorization.
contains(ByteSequence) - Method in class org.apache.accumulo.core.security.Authorizations
Checks for the existence of this UTF-8 encoded authorization.
contains(String) - Method in class org.apache.accumulo.core.security.Authorizations
Checks for the existence of this authorization.
contains(KT) - Method in class org.apache.accumulo.server.util.MapCounter
 
containsCommand(String) - Method in class org.apache.accumulo.core.util.shell.Token
 
containsKey(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
containsValue(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
ContextManager - Class in org.apache.accumulo.start.classloader.vfs
 
ContextManager.ContextConfig - Class in org.apache.accumulo.start.classloader.vfs
 
ContextManager.ContextConfig(String, boolean) - Constructor for class org.apache.accumulo.start.classloader.vfs.ContextManager.ContextConfig
 
ContextManager.ContextsConfig - Interface in org.apache.accumulo.start.classloader.vfs
 
ContextManager.DefaultContextsConfig - Class in org.apache.accumulo.start.classloader.vfs
 
ContextManager.DefaultContextsConfig(Iterable<Map.Entry<String, String>>) - Constructor for class org.apache.accumulo.start.classloader.vfs.ContextManager.DefaultContextsConfig
 
continueMultiScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueMultiScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
continueMultiScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueMultiScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
continueMultiScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
continueMultiScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
continueMultiScan(TInfo, long) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
continueScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
continueScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
continueScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
continueScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
continueScan(TInfo, long) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
continueTrace(String, long, long) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
ContinuousBatchWalker - Class in org.apache.accumulo.test.continuous
 
ContinuousBatchWalker() - Constructor for class org.apache.accumulo.test.continuous.ContinuousBatchWalker
 
ContinuousIngest - Class in org.apache.accumulo.test.continuous
 
ContinuousIngest() - Constructor for class org.apache.accumulo.test.continuous.ContinuousIngest
 
ContinuousIngest.BaseOpts - Class in org.apache.accumulo.test.continuous
 
ContinuousIngest.BaseOpts.DebugConverter - Class in org.apache.accumulo.test.continuous
 
ContinuousIngest.BaseOpts.DebugConverter() - Constructor for class org.apache.accumulo.test.continuous.ContinuousIngest.BaseOpts.DebugConverter
 
ContinuousIngest.Opts - Class in org.apache.accumulo.test.continuous
 
ContinuousIngest.Opts() - Constructor for class org.apache.accumulo.test.continuous.ContinuousIngest.Opts
 
ContinuousIngest.ShortConverter - Class in org.apache.accumulo.test.continuous
 
ContinuousIngest.ShortConverter() - Constructor for class org.apache.accumulo.test.continuous.ContinuousIngest.ShortConverter
 
ContinuousMoru - Class in org.apache.accumulo.test.continuous
A map only job that reads a table created by continuous ingest and creates doubly linked list.
ContinuousMoru() - Constructor for class org.apache.accumulo.test.continuous.ContinuousMoru
 
ContinuousMoru.CMapper - Class in org.apache.accumulo.test.continuous
 
ContinuousMoru.CMapper() - Constructor for class org.apache.accumulo.test.continuous.ContinuousMoru.CMapper
 
ContinuousQuery - Class in org.apache.accumulo.examples.simple.shard
Using the doc2word table created by Reverse.java, this program randomly selects N words per document.
ContinuousQuery() - Constructor for class org.apache.accumulo.examples.simple.shard.ContinuousQuery
 
ContinuousQuery - Class in org.apache.accumulo.test.continuous
 
ContinuousQuery() - Constructor for class org.apache.accumulo.test.continuous.ContinuousQuery
 
ContinuousQuery.Opts - Class in org.apache.accumulo.test.continuous
 
ContinuousQuery.Opts() - Constructor for class org.apache.accumulo.test.continuous.ContinuousQuery.Opts
 
ContinuousScanner - Class in org.apache.accumulo.test.continuous
 
ContinuousScanner() - Constructor for class org.apache.accumulo.test.continuous.ContinuousScanner
 
ContinuousStatsCollector - Class in org.apache.accumulo.test.continuous
 
ContinuousStatsCollector() - Constructor for class org.apache.accumulo.test.continuous.ContinuousStatsCollector
 
ContinuousVerify - Class in org.apache.accumulo.test.continuous
A map reduce job that verifies a table created by continuous ingest.
ContinuousVerify() - Constructor for class org.apache.accumulo.test.continuous.ContinuousVerify
 
ContinuousVerify.CMapper - Class in org.apache.accumulo.test.continuous
 
ContinuousVerify.CMapper() - Constructor for class org.apache.accumulo.test.continuous.ContinuousVerify.CMapper
 
ContinuousVerify.Counts - Enum in org.apache.accumulo.test.continuous
 
ContinuousVerify.CReducer - Class in org.apache.accumulo.test.continuous
 
ContinuousVerify.CReducer() - Constructor for class org.apache.accumulo.test.continuous.ContinuousVerify.CReducer
 
ContinuousWalk - Class in org.apache.accumulo.test.continuous
 
ContinuousWalk() - Constructor for class org.apache.accumulo.test.continuous.ContinuousWalk
 
ContinuousWalk.Opts - Class in org.apache.accumulo.test.continuous
 
ContinuousWalk.Opts() - Constructor for class org.apache.accumulo.test.continuous.ContinuousWalk.Opts
 
convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.AuthConverter
 
convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.MemoryConverter
 
convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.PasswordConverter
 
convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.TimeConverter
 
convert(String) - Method in class org.apache.accumulo.core.cli.ClientOpts.VisibilityConverter
 
convert(String) - Method in class org.apache.accumulo.proxy.Proxy.PropertiesConverter
 
convert(String) - Method in class org.apache.accumulo.test.continuous.ContinuousIngest.BaseOpts.DebugConverter
 
convert(String) - Method in class org.apache.accumulo.test.continuous.ContinuousIngest.ShortConverter
 
copy(byte[]) - Method in class org.apache.accumulo.core.data.Value
 
copy(byte[]) - Method in class org.apache.accumulo.server.tabletserver.MemValue
 
copyFromLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
COPYONWRITE_ARRAYLIST - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for CopyOnWriteArrayList
COPYONWRITE_ARRAYSET - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for CopyOnWriteArraySet
copyPartialKey(Key, PartialKey) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Creates a copy of key, copying only the parts of the key specified in part.
CopyTable - Class in org.apache.accumulo.test.randomwalk.multitable
 
CopyTable() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.CopyTable
 
copyToLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
CopyTool - Class in org.apache.accumulo.test.randomwalk.multitable
 
CopyTool() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.CopyTool
 
CopyTool.SeqMapClass - Class in org.apache.accumulo.test.randomwalk.multitable
 
CopyTool.SeqMapClass() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.CopyTool.SeqMapClass
 
CORE_PACKAGE_NAME - Static variable in class org.apache.accumulo.core.Constants
 
count - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
count - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
CounterUtils - Class in org.apache.accumulo.server.util.reflection
Utility class for incrementing counters in a compatible way between hadoop 1 and 2
CounterUtils() - Constructor for class org.apache.accumulo.server.util.reflection.CounterUtils
 
CountingIterator - Class in org.apache.accumulo.core.iterators.system
 
CountingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.system.CountingIterator
 
CountRowKeys - Class in org.apache.accumulo.server.util
 
CountRowKeys() - Constructor for class org.apache.accumulo.server.util.CountRowKeys
 
counts - Variable in class org.apache.accumulo.test.continuous.Histogram
 
COUNTS_COLQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
CountSampler - Class in org.apache.accumulo.trace.instrument
Sampler that returns true every N calls.
CountSampler(long) - Constructor for class org.apache.accumulo.trace.instrument.CountSampler
 
create(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Create a table with no special configuration
create(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
create(String, boolean, TimeType) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
create(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Create a table with no special configuration
create(String, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
create(String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
create(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
create(String, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
create(String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
create(String, AuthenticationToken, String) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
create() - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
create(ColumnVisibility, Authorizations) - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
create() - Static method in class org.apache.accumulo.core.security.VisibilityInterpreterFactory
 
create(ColumnVisibility, Authorizations) - Static method in class org.apache.accumulo.core.security.VisibilityInterpreterFactory
 
create(SocketAddress, long) - Static method in class org.apache.accumulo.core.util.TTimeoutTransport
 
create() - Method in class org.apache.accumulo.fate.AgeOffStore
 
create() - Method in interface org.apache.accumulo.fate.TStore
Create a new transaction id
create() - Method in class org.apache.accumulo.fate.ZooStore
 
create(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, short) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, short, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(FileContent) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileContentInfoFactory
Creates a FileContentInfo for a the given FileContent.
CreateAndUseTest - Class in org.apache.accumulo.test.functional
 
CreateAndUseTest() - Constructor for class org.apache.accumulo.test.functional.CreateAndUseTest
 
createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
 
createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
Deprecated.
createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
Deprecated.
createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.Connector
Factory method to create a BatchScanner connected to Accumulo.
createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
createBatchScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
createBatchScanner(ByteBuffer, String, BatchScanOptions) - Method in class org.apache.accumulo.proxy.ProxyServer
 
createBatchScanner(ByteBuffer, String, BatchScanOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
createBatchScanner(ByteBuffer, String, BatchScanOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
createBatchScanner(ByteBuffer, String, BatchScanOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
createBatchScanner(ByteBuffer, String, BatchScanOptions) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
Deprecated.
createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
Factory method to create a BatchWriter connected to Accumulo.
createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
Deprecated.
createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
Deprecated.
createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
createClient(TServiceClientFactory<T>, TTransport) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
createDeleteMutation(String, String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
createDestination(SpanKey) - Method in class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
createDestination(String) - Method in class org.apache.accumulo.trace.instrument.receivers.SendSpansViaThrift
 
CreateEmpty - Class in org.apache.accumulo.core.file.rfile
Create an empty RFile for use in recovering from data loss where Accumulo still refers internally to a path.
CreateEmpty() - Constructor for class org.apache.accumulo.core.file.rfile.CreateEmpty
 
CreateEmpty.IsSupportedCompressionAlgorithm - Class in org.apache.accumulo.core.file.rfile
 
CreateEmpty.IsSupportedCompressionAlgorithm() - Constructor for class org.apache.accumulo.core.file.rfile.CreateEmpty.IsSupportedCompressionAlgorithm
 
CreateEmpty.NamedLikeRFile - Class in org.apache.accumulo.core.file.rfile
 
CreateEmpty.NamedLikeRFile() - Constructor for class org.apache.accumulo.core.file.rfile.CreateEmpty.NamedLikeRFile
 
createFactory() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSSocketConnector
 
createFile(AbstractFileName) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystem
 
createFilter(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
 
createHeap(int) - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
createInstanceFromPropertyName(AccumuloConfiguration, Property, Class<T>, T) - Static method in enum org.apache.accumulo.core.conf.Property
 
createInstanceFromPropertyName(AccumuloConfiguration, Property, Class<T>, T) - Static method in class org.apache.accumulo.server.master.Master
 
createLocalUser(String, PasswordToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Create a user
createLocalUser(String, PasswordToken) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
createLocalUser(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.createLocalUser_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
createLocalUser(TInfo, TCredentials, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.createLocalUser_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
createLocalUser(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
createLocalUser(TInfo, TCredentials, String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
createLocalUser(String, PasswordToken) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
createLocalUser(ByteBuffer, String, ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
createLocalUser(ByteBuffer, String, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.createLocalUser_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
createLocalUser(ByteBuffer, String, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.createLocalUser_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
createLocalUser(ByteBuffer, String, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
createLocalUser(ByteBuffer, String, ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
createLocalUser(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
createLogId(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
CreateManyScannersTest - Class in org.apache.accumulo.test.functional
 
CreateManyScannersTest() - Constructor for class org.apache.accumulo.test.functional.CreateManyScannersTest
 
createMetaStore(String) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
createMetaStore(String) - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
createMetaStore(String) - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
createMetric(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.Connector
Deprecated.
createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
Factory method to create a Multi-Table BatchWriter connected to Accumulo.
createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
Deprecated.
createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
Deprecated.
createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
createMutation(long, int, ColumnVisibility) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Creates a mutation on a specified row with column family "foo", column qualifier "1", specified visibility, and a random value of specified size.
createNewFile(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
createProxyServer(Class<?>, Class<?>, int, Class<? extends TProtocolFactory>, Properties) - Static method in class org.apache.accumulo.proxy.Proxy
 
CreateRandomRFile - Class in org.apache.accumulo.test
 
CreateRandomRFile() - Constructor for class org.apache.accumulo.test.CreateRandomRFile
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.server.metanalysis.LogFileInputFormat
 
CreateRFiles - Class in org.apache.accumulo.test
 
CreateRFiles() - Constructor for class org.apache.accumulo.test.CreateRFiles
 
createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.Connector
Factory method to create a Scanner connected to Accumulo.
createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
createScanner() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get a scanner than can scan the whole TFile.
createScanner(long, long) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get a scanner that covers a portion of TFile based on byte offsets.
createScanner(byte[], byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get a scanner that covers a portion of TFile based on keys.
createScanner(RawComparable, RawComparable) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get a scanner that covers a specific key range.
createScanner(ByteBuffer, String, ScanOptions) - Method in class org.apache.accumulo.proxy.ProxyServer
 
createScanner(ByteBuffer, String, ScanOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createScanner_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
createScanner(ByteBuffer, String, ScanOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createScanner_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
createScanner(ByteBuffer, String, ScanOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
createScanner(ByteBuffer, String, ScanOptions) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
createServerSocket() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 
createServerSocket(int) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 
createServerSocket(int, int) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 
createSquelchError(String, AuthenticationToken, String) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
createTable(String, String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
createTable(ByteBuffer, String, boolean, TimeType) - Method in class org.apache.accumulo.proxy.ProxyServer
 
createTable(ByteBuffer, String, boolean, TimeType, AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
createTable(ByteBuffer, String, boolean, TimeType, AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
createTable(ByteBuffer, String, boolean, TimeType) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
createTable(ByteBuffer, String, boolean, TimeType) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
CreateTable - Class in org.apache.accumulo.server.master.tableOps
 
CreateTable(String, String, TimeType, Map<String, String>) - Constructor for class org.apache.accumulo.server.master.tableOps.CreateTable
 
CreateTable - Class in org.apache.accumulo.test.randomwalk.concurrent
 
CreateTable() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.CreateTable
 
CreateTable - Class in org.apache.accumulo.test.randomwalk.multitable
 
CreateTable() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.CreateTable
 
CreateTable - Class in org.apache.accumulo.test.randomwalk.security
 
CreateTable() - Constructor for class org.apache.accumulo.test.randomwalk.security.CreateTable
 
CreateTable - Class in org.apache.accumulo.test.randomwalk.unit
 
CreateTable() - Constructor for class org.apache.accumulo.test.randomwalk.unit.CreateTable
 
createTable(TestIngest.Opts) - Static method in class org.apache.accumulo.test.TestIngest
 
CreateTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CreateTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
createTabletDirectory(FileSystem, String, Text) - Static method in class org.apache.accumulo.server.util.TabletOperations
 
createTabletDirectory(String, Text) - Static method in class org.apache.accumulo.server.util.TabletOperations
 
createTabletLocationState(Key, Value) - Static method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
createTabletResourceManager() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
CreateTestTable - Class in org.apache.accumulo.test
 
CreateTestTable() - Constructor for class org.apache.accumulo.test.CreateTestTable
 
createTransport(String, int, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
create a transport that is not pooled
createTransport(InetSocketAddress, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
create a transport that is not pooled
createTSocket(String, int) - Static method in class org.apache.accumulo.core.util.AddressUtil
 
createUser(String, byte[], Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Deprecated.
since 1.5.0; use SecurityOperations.createLocalUser(String, PasswordToken) or the user management functions of your configured authenticator instead.
createUser(String, byte[], Authorizations) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Deprecated.
createUser(String, byte[], Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
Deprecated.
createUser(TCredentials, TCredentials, Authorizations) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
createUser(String, AuthenticationToken) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
createUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
createUser(String, AuthenticationToken) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
Creates a user with no permissions whatsoever
createUser(TCredentials, TCredentials, Authorizations) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
CreateUser - Class in org.apache.accumulo.test.randomwalk.concurrent
 
CreateUser() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.CreateUser
 
CreateUser - Class in org.apache.accumulo.test.randomwalk.security
 
CreateUser() - Constructor for class org.apache.accumulo.test.randomwalk.security.CreateUser
 
createUser(String, AuthenticationToken) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
CreateUserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CreateUserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
createValue(long, int) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Creates a random byte array of specified size using the specified seed.
createValue(long, int) - Static method in class org.apache.accumulo.test.CreateRandomRFile
 
createWriter(ByteBuffer, String, WriterOptions) - Method in class org.apache.accumulo.proxy.ProxyServer
 
createWriter(ByteBuffer, String, WriterOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
createWriter(ByteBuffer, String, WriterOptions, AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
createWriter(ByteBuffer, String, WriterOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
createWriter(ByteBuffer, String, WriterOptions) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
CredentialHelper - Class in org.apache.accumulo.core.security
 
CredentialHelper() - Constructor for class org.apache.accumulo.core.security.CredentialHelper
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
credentials - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
credentials - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
Credentials - Class in org.apache.accumulo.core.security
A wrapper for internal use.
Credentials(Instance, String, AuthenticationToken) - Constructor for class org.apache.accumulo.core.security.Credentials
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
CryptoModule - Interface in org.apache.accumulo.core.security.crypto
Deprecated.
CryptoModule.CryptoInitProperty - Enum in org.apache.accumulo.core.security.crypto
Deprecated.
 
CryptoModuleFactory - Class in org.apache.accumulo.core.security.crypto
Deprecated.
This feature is experimental and may go away in future versions.
CryptoModuleFactory() - Constructor for class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
Deprecated.
 
CSRF_KEY - Static variable in class org.apache.accumulo.server.monitor.servlets.ShellServlet
 
CT - Static variable in class org.apache.accumulo.core.client.impl.Translators
 
current - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
current - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
currentChunk - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentChunkSize - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentDocID - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
currentK - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentKey - Variable in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
currentKey - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentKey - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentLog - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
currentMaster - Variable in class org.apache.accumulo.server.tabletserver.TabletServer
 
currentPage(HttpServletRequest) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
currentPartition - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
CurrentState - Interface in org.apache.accumulo.server.master.state
 
currentTime() - Method in class org.apache.accumulo.server.util.time.BaseRelativeTime
 
currentTime() - Method in interface org.apache.accumulo.server.util.time.ProvidesTime
 
currentTime() - Method in class org.apache.accumulo.server.util.time.SystemTime
 
currentTime() - Method in class org.apache.accumulo.server.util.time.TestTime
 
currentTimeMillis() - Method in interface org.apache.accumulo.fate.AgeOffStore.TimeSource
 
currentTimeMillis() - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
currentTimeMillis() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
currentTrace() - Static method in class org.apache.accumulo.trace.instrument.Trace
 
currentTrace() - Method in class org.apache.accumulo.trace.instrument.Tracer
 
currentV - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentValue - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentVis - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
cve - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
CVST - Static variable in class org.apache.accumulo.core.client.impl.Translators
 

D

Daemon - Class in org.apache.accumulo.core.util
 
Daemon() - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon(Runnable) - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon(String) - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon(ThreadGroup, Runnable) - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon(ThreadGroup, String) - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon(Runnable, String) - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon(ThreadGroup, Runnable, String) - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.accumulo.core.util.Daemon
 
Daemon - Class in org.apache.accumulo.fate.util
 
Daemon() - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(Runnable) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, Runnable) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(Runnable, String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, Runnable, String) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
Daemon(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.accumulo.fate.util.Daemon
 
data - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
 
data - Variable in class org.apache.accumulo.core.data.ComparableBytes
 
data - Variable in class org.apache.accumulo.core.data.thrift.TMutation
 
data(String, String) - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
data(String, String) - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
data(String, String) - Method in interface org.apache.accumulo.trace.instrument.Span
Add data associated with this span
data - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
DATA_VERSION - Static variable in class org.apache.accumulo.core.Constants
 
DATA_VERSION_PROP - Static variable in class org.apache.accumulo.server.master.tableOps.ExportTable
 
dataCacheHits - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
dataCacheRequest - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
DataWriter - Class in org.apache.accumulo.test.stress.random
 
DataWriter(BatchWriter, RandomMutations) - Constructor for class org.apache.accumulo.test.stress.random.DataWriter
 
DATE_FORMAT - Static variable in class org.apache.accumulo.core.trace.TraceFormatter
 
DateTimeType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
DateTimeType(int, int) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
DateTimeType(SimpleDateFormat) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
DeadServer - Class in org.apache.accumulo.core.master.thrift
 
DeadServer() - Constructor for class org.apache.accumulo.core.master.thrift.DeadServer
 
DeadServer(String, long, String) - Constructor for class org.apache.accumulo.core.master.thrift.DeadServer
 
DeadServer(DeadServer) - Constructor for class org.apache.accumulo.core.master.thrift.DeadServer
Performs a deep copy on other.
DeadServer._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
DeadServerList - Class in org.apache.accumulo.server.master.state
 
DeadServerList(String) - Constructor for class org.apache.accumulo.server.master.state.DeadServerList
 
deadTabletServers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
debug - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
DebugCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DebugCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DebugCommand
 
DebugIterator - Class in org.apache.accumulo.core.iterators
 
DebugIterator() - Constructor for class org.apache.accumulo.core.iterators.DebugIterator
 
DebugIterator(String, SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.DebugIterator
 
decode(byte[]) - Method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
 
decode(byte[], int) - Static method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
 
decode(byte[]) - Method in class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
 
decode(byte[]) - Method in class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
 
decode(byte[]) - Method in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder
 
decode(byte[]) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalEncoder
 
decode(byte[]) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
 
decode(byte[]) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
 
decode(String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
decodeBase64FileName(String) - Static method in class org.apache.accumulo.core.util.Encoding
 
decodeBooleans(String) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
decodeColumnFamilies(String) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
 
decodeColumnFamily(String) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
 
decodeColumns(String) - Static method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
decodeColumns(String, String) - Static method in class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
decodeColumns(String) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
decodeIteratorSettings(byte[]) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
decodeMetadataEntry(Map.Entry<Key, Value>) - Static method in class org.apache.accumulo.server.problems.ProblemReport
 
decodePrevEndRow(Value) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
decodeRow(Key, Value) - Static method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
decompress(List<TKeyValue>) - Static method in class org.apache.accumulo.core.data.Key
Use this to decompress a list of keys received from thrift.
decrement(KT, long) - Method in class org.apache.accumulo.server.util.MapCounter
 
decryptSecretKey(SecretKeyEncryptionStrategyContext) - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy
 
decryptSecretKey(SecretKeyEncryptionStrategyContext) - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategy
 
DedupedLogEvent - Class in org.apache.accumulo.server.monitor
 
DedupedLogEvent(LoggingEvent) - Constructor for class org.apache.accumulo.server.monitor.DedupedLogEvent
 
DedupedLogEvent(LoggingEvent, int) - Constructor for class org.apache.accumulo.server.monitor.DedupedLogEvent
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
deepCopy() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
deepCopy() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
deepCopy() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
deepCopy() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
deepCopy() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
deepCopy() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
deepCopy() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Combiner
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DevNull
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Filter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
 
deepCopy(IteratorEnvironment) - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
Creates a deep copy of this iterator as though seek had not yet been called.
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.CountingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.DeletingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.MultiIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.StatsIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
deepCopy() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
deepCopy() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
deepCopy() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
deepCopy() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
deepCopy() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
deepCopy() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
deepCopy() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
deepCopy() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
deepCopy() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.Column
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.Key
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.Range
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
deepCopy() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
deepCopy() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.tabletserver.Compactor.CountingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.test.functional.BadIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.test.functional.DropModIter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.test.functional.SlowIterator
 
deepCopy() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
deepCopy() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
deepCopy() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
deepCopy() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
deepCopy() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
DEF - Static variable in class org.apache.accumulo.test.continuous.ContinuousVerify
 
DEFAULT_AUTH_TIMEOUT - Static variable in class org.apache.accumulo.core.util.shell.ShellOptions
 
DEFAULT_CACHE_TIME - Static variable in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
DEFAULT_CACHE_TIME_UNIT - Static variable in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
DEFAULT_DOC_COLF - Static variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
DEFAULT_DYNAMIC_CLASSPATH_VALUE - Static variable in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
DEFAULT_INDEX_COLF - Static variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
DEFAULT_MINOR_COMPACTION_MAX_SLEEP_TIME - Static variable in class org.apache.accumulo.core.Constants
 
DEFAULT_MINUTES - Static variable in class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
DEFAULT_TABLET_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
DefaultConfiguration - Class in org.apache.accumulo.core.conf
 
DefaultConfiguration() - Constructor for class org.apache.accumulo.core.conf.DefaultConfiguration
 
DefaultCryptoModule - Class in org.apache.accumulo.core.security.crypto
Deprecated.
This feature is experimental and may go away in future versions.
DefaultCryptoModule() - Constructor for class org.apache.accumulo.core.security.crypto.DefaultCryptoModule
Deprecated.
 
DefaultCryptoModuleUtils - Class in org.apache.accumulo.core.security.crypto
 
DefaultCryptoModuleUtils() - Constructor for class org.apache.accumulo.core.security.crypto.DefaultCryptoModuleUtils
 
DefaultFormatter - Class in org.apache.accumulo.core.util.format
 
DefaultFormatter() - Constructor for class org.apache.accumulo.core.util.format.DefaultFormatter
 
DefaultLoadBalancer - Class in org.apache.accumulo.server.master.balancer
 
DefaultLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
DefaultLoadBalancer(String) - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
DefaultMap<K,V> - Class in org.apache.accumulo.server.util
A HashMap that returns a default value if the key is not stored in the map.
DefaultMap(V) - Constructor for class org.apache.accumulo.server.util.DefaultMap
 
DefaultScanInterpreter - Class in org.apache.accumulo.core.util.interpret
 
DefaultScanInterpreter() - Constructor for class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
 
DefaultSecretKeyEncryptionStrategy - Class in org.apache.accumulo.core.security.crypto
 
DefaultSecretKeyEncryptionStrategy() - Constructor for class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy
 
DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext - Class in org.apache.accumulo.core.security.crypto
 
DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext() - Constructor for class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
DefaultServlet - Class in org.apache.accumulo.server.monitor.servlets
 
DefaultServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
defaultVisibility - Variable in class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
defineTablet(int, int, KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
defineTablet(Tablet.CommitSession) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
delete(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Delete a table
delete(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Delete a table
delete() - Method in interface org.apache.accumulo.core.client.BatchDeleter
Deletes the ranges specified by BatchDeleter.setRanges(java.util.Collection).
delete() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
 
delete() - Method in class org.apache.accumulo.core.client.mock.MockBatchDeleter
 
delete(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
delete(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
delete(long) - Method in class org.apache.accumulo.fate.Fate
 
delete(long) - Method in interface org.apache.accumulo.fate.TStore
Remove the transaction from the store.
delete(String, int) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
delete(String, int) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
delete(long) - Method in class org.apache.accumulo.fate.ZooStore
 
delete(String) - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
delete(long) - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
delete() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
delete(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
delete(Path, boolean) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
Delete - Class in org.apache.accumulo.test.randomwalk.shard
 
Delete() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Delete
 
DELETE_ROW_VALUE - Static variable in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
deleteCell - Variable in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
DeleteCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteCommand
 
deleted - Variable in class org.apache.accumulo.core.data.Key
 
deleted - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
DeleteEverythingTest - Class in org.apache.accumulo.test.functional
 
DeleteEverythingTest() - Constructor for class org.apache.accumulo.test.functional.DeleteEverythingTest
 
DeleteIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteIterCommand
 
deleteLock(IZooReaderWriter, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
deleteLock(IZooReaderWriter, String, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
deleteLock(String) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
deleteLock(String, String) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
deleteLocks(TStore<T>, IZooReaderWriter, String, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
DeleteManyCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteManyCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteManyCommand
 
deleteProblemReport(String, ProblemType, String) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
deleteProblemReports(String) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
DeleteRange - Class in org.apache.accumulo.test.randomwalk.concurrent
 
DeleteRange() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.DeleteRange
 
DeleterFormatter - Class in org.apache.accumulo.core.util.format
 
DeleterFormatter(BatchWriter, Iterable<Map.Entry<Key, Value>>, boolean, Shell, boolean) - Constructor for class org.apache.accumulo.core.util.format.DeleterFormatter
 
deleteRows(String, Text, Text) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Delete rows between (start, end]
deleteRows(String, Text, Text) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
deleteRows(String, Text, Text) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
deleteRows(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
deleteRows(ByteBuffer, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteRows_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
deleteRows(ByteBuffer, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteRows_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
deleteRows(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
deleteRows(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
DeleteRowsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteRowsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteRowsCommand
 
DeleteRowsSplitTest - Class in org.apache.accumulo.test.functional
 
DeleteRowsSplitTest() - Constructor for class org.apache.accumulo.test.functional.DeleteRowsSplitTest
 
DeleteRowsTest - Class in org.apache.accumulo.test.functional
 
DeleteRowsTest() - Constructor for class org.apache.accumulo.test.functional.DeleteRowsTest
 
DeleteScanIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteScanIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteScanIterCommand
 
DeleteShellIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteShellIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteShellIterCommand
 
DeleteSomeDocs - Class in org.apache.accumulo.test.randomwalk.shard
 
DeleteSomeDocs() - Constructor for class org.apache.accumulo.test.randomwalk.shard.DeleteSomeDocs
 
deleteTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
deleteTable(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
deleteTable(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
deleteTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
deleteTable(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
DeleteTable - Class in org.apache.accumulo.server.master.tableOps
 
DeleteTable(String) - Constructor for class org.apache.accumulo.server.master.tableOps.DeleteTable
 
deleteTable(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
deleteTable(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
deleteTable(String, boolean, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
DeleteTable - Class in org.apache.accumulo.test.randomwalk.concurrent
 
DeleteTable() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.DeleteTable
 
DeleteTable - Class in org.apache.accumulo.test.randomwalk.unit
 
DeleteTable() - Constructor for class org.apache.accumulo.test.randomwalk.unit.DeleteTable
 
DeleteTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
 
DeleteUserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteUserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteUserCommand
 
DeleteWord - Class in org.apache.accumulo.test.randomwalk.shard
Delete all documents containing a particular word.
DeleteWord() - Constructor for class org.apache.accumulo.test.randomwalk.shard.DeleteWord
 
DeleteZooInstance - Class in org.apache.accumulo.server.util
 
DeleteZooInstance() - Constructor for class org.apache.accumulo.server.util.DeleteZooInstance
 
DeletingIterator - Class in org.apache.accumulo.core.iterators.system
 
DeletingIterator(DeletingIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.system.DeletingIterator
 
DeletingIterator() - Constructor for class org.apache.accumulo.core.iterators.system.DeletingIterator
 
DeletingIterator(SortedKeyValueIterator<Key, Value>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.DeletingIterator
 
deliver(Span) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
deNullify(byte[]) - Static method in class org.apache.accumulo.proxy.Util
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.Combiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.Filter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.LongCombiner
 
describeOptions() - Method in interface org.apache.accumulo.core.iterators.OptionDescriber
Gets an iterator options object that contains information needed to configure this iterator.
describeOptions() - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.MaxCombiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.MinCombiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.ReqVisFilter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.SummingCombiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
 
describeOptions() - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
description - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
description - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.AboutCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.AddAuthsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.AuthenticateCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ClasspathCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ClearCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.CompactCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ConfigCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ConstraintCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DebugCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteManyCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteRowsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteScanIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteShellIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DropUserCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.DUCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.EGrepCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ExecfileCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ExitCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ExportTableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.FlushCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.GetAuthsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.GetGroupsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.GetSplitsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.HelpCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.HiddenCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.HistoryCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ImportDirectoryCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ImportTableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.InterpreterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ListCompactionsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ListIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ListScansCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ListShellIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.MaxRowCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.MergeCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.NoTableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.OfflineCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.OnlineCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.PasswdCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.PingCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.RenameTableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.SetIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.SetScanIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.SetShellIterCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.SleepCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.SystemPermissionsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.TableCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.TablePermissionsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.TablesCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.TraceCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.UserCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.UserPermissionsCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.UsersCommand
 
description() - Method in class org.apache.accumulo.core.util.shell.commands.WhoAmICommand
 
description() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
description() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
description() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
description() - Method in interface org.apache.accumulo.trace.instrument.Span
Return a textual description of this span
description - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
deserializeFetchedColumns(Collection<String>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
 
destroy() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
destroy() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
destroy() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
DevNull - Class in org.apache.accumulo.core.iterators
An iterator that is useful testing...
DevNull() - Constructor for class org.apache.accumulo.core.iterators.DevNull
 
DfsLogger - Class in org.apache.accumulo.server.tabletserver.log
Wrap a connection to a logger.
DfsLogger(DfsLogger.ServerResources) - Constructor for class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
DfsLogger(DfsLogger.ServerResources, String, String) - Constructor for class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
DfsLogger.LogClosedException - Exception in org.apache.accumulo.server.tabletserver.log
 
DfsLogger.LogClosedException() - Constructor for exception org.apache.accumulo.server.tabletserver.log.DfsLogger.LogClosedException
 
DfsLogger.LoggerOperation - Class in org.apache.accumulo.server.tabletserver.log
 
DfsLogger.LoggerOperation(DfsLogger.LogWork) - Constructor for class org.apache.accumulo.server.tabletserver.log.DfsLogger.LoggerOperation
 
DfsLogger.ServerResources - Interface in org.apache.accumulo.server.tabletserver.log
 
DIR_COLF - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
disableAutoAdjustRanges(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
disableIsolation() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
disableIsolation() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
disableIsolation() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
disableIsolation() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
disableIsolation() - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
disableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
Disables row isolation.
disableIsolation() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
disableIsolation() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
disableUnflaggedTableOptions() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
displayName(TabletServerStatus) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
displayName(String) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
DistributedReadWriteLock - Class in org.apache.accumulo.fate.zookeeper
 
DistributedReadWriteLock(DistributedReadWriteLock.QueueLock, byte[]) - Constructor for class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
DistributedReadWriteLock.QueueLock - Interface in org.apache.accumulo.fate.zookeeper
 
DistributedStore - Interface in org.apache.accumulo.server.master.state
 
DistributedStoreException - Exception in org.apache.accumulo.server.master.state
 
DistributedStoreException(String) - Constructor for exception org.apache.accumulo.server.master.state.DistributedStoreException
 
DistributedStoreException(Exception) - Constructor for exception org.apache.accumulo.server.master.state.DistributedStoreException
 
DistributedStoreException(String, Exception) - Constructor for exception org.apache.accumulo.server.master.state.DistributedStoreException
 
DistributedTrace - Class in org.apache.accumulo.core.trace
 
DistributedTrace() - Constructor for class org.apache.accumulo.core.trace.DistributedTrace
 
DistributedWorkQueue - Class in org.apache.accumulo.server.zookeeper
Provides a way to push work out to tablet servers via zookeeper and wait for that work to be done.
DistributedWorkQueue(String) - Constructor for class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
DistributedWorkQueue.Processor - Interface in org.apache.accumulo.server.zookeeper
 
doAppend(LoggingEvent) - Method in class org.apache.accumulo.server.monitor.LogService
 
doAttach() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileProvider
 
docSource - Variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
doDeadServerTable(HttpServletRequest, StringBuilder, Table, List<DeadServer>) - Static method in class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet
 
doGetAttributes() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doGetContentSize() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doGetInputStream() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doGetLastModifiedTime() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doGetType() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doInit(Initialize.Opts, Configuration, FileSystem) - Static method in class org.apache.accumulo.server.util.Initialize
 
doIsHidden() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doIsReadable() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doIsSameFile(FileObject) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doIsWriteable() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doListChildren() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doListChildrenResolved() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doOnChange() - Method in class org.apache.accumulo.server.watcher.MonitorLog4jWatcher
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.ShellServlet
 
doRemoveAttribute(String) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doSetAttribute(String, Object) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doSetLastModifiedTime(long) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.CompactCommand
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.FlushCommand
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.OfflineCommand
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.OnlineCommand
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
doTableOp(Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
drainTo(Collection<? super Runnable>) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
drainTo(Collection<? super Runnable>, int) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
dropLocalUser(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Delete a user
dropLocalUser(String) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
dropLocalUser(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.dropLocalUser_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
dropLocalUser(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.dropLocalUser_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
dropLocalUser(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
dropLocalUser(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
dropLocalUser(String) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
dropLocalUser(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
dropLocalUser(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.dropLocalUser_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
dropLocalUser(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.dropLocalUser_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
dropLocalUser(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
dropLocalUser(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
dropLocalUser(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
DropModIter - Class in org.apache.accumulo.test.functional
 
DropModIter() - Constructor for class org.apache.accumulo.test.functional.DropModIter
 
droppingOldTimestamp(long) - Method in class org.apache.accumulo.core.data.Mutation
 
droppingOldTimestamp(long) - Method in class org.apache.accumulo.server.data.ServerMutation
 
DropTable - Class in org.apache.accumulo.test.randomwalk.multitable
 
DropTable() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.DropTable
 
DropTable - Class in org.apache.accumulo.test.randomwalk.security
 
DropTable() - Constructor for class org.apache.accumulo.test.randomwalk.security.DropTable
 
dropTable(State, Properties) - Static method in class org.apache.accumulo.test.randomwalk.security.DropTable
 
DropTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DropTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DropTableCommand
 
dropUser(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Deprecated.
since 1.5.0; use SecurityOperations.dropUser(String) or the user management functions of your configured authenticator instead.
dropUser(String) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Deprecated.
dropUser(String) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
Deprecated.
dropUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
dropUser(String) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
dropUser(String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Deletes a user
dropUser(String) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
dropUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
dropUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
dropUser(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
DropUser - Class in org.apache.accumulo.test.randomwalk.concurrent
 
DropUser() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.DropUser
 
DropUser - Class in org.apache.accumulo.test.randomwalk.security
 
DropUser() - Constructor for class org.apache.accumulo.test.randomwalk.security.DropUser
 
dropUser(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
DropUserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DropUserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DropUserCommand
 
DUCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DUCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DUCommand
 
dump(TraceDumpExample.Opts) - Method in class org.apache.accumulo.examples.simple.client.TraceDumpExample
 
dumps - Variable in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
DumpZookeeper - Class in org.apache.accumulo.server.util
 
DumpZookeeper() - Constructor for class org.apache.accumulo.server.util.DumpZookeeper
 
duplicateReads() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
Duration - Class in org.apache.accumulo.core.util
 
Duration() - Constructor for class org.apache.accumulo.core.util.Duration
 
DurationType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
DurationType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DurationType
 
DurationType(Long, Long) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DurationType
 
DYNAMIC_CLASSPATH_PROPERTY_NAME - Static variable in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
DynamicBloomFilter - Class in org.apache.accumulo.core.bloomfilter
Implements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper.
DynamicBloomFilter() - Constructor for class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
Zero-args constructor for the serialization.
DynamicBloomFilter(int, int, int, int) - Constructor for class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
Constructor.

E

EGrepCommand - Class in org.apache.accumulo.core.util.shell.commands
 
EGrepCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.EGrepCommand
 
eid - Variable in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
elapsed - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
EmbeddedWebServer - Class in org.apache.accumulo.server.util
 
EmbeddedWebServer() - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer
 
EmbeddedWebServer(String, int) - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer
 
EmbeddedWebServer.TLSServerSocketFactory - Class in org.apache.accumulo.server.util
Restrict the allowed protocols to TLS on the ServerSocket
EmbeddedWebServer.TLSServerSocketFactory(SSLServerSocketFactory, String[]) - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 
EmbeddedWebServer.TLSSocketConnector - Class in org.apache.accumulo.server.util
Wrap the SocketConnector so the ServerSocket can be manipulated
EmbeddedWebServer.TLSSocketConnector(String[]) - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer.TLSSocketConnector
 
EMPTY - Static variable in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
EMPTY_CF_SET - Static variable in class org.apache.accumulo.core.util.LocalityGroupUtil
 
enable(Instance, ZooReader, String, String) - Static method in class org.apache.accumulo.core.trace.DistributedTrace
 
enableIsolation() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
enableIsolation() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
enableIsolation() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
enableIsolation() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
enableIsolation() - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
enableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
Enables row isolation.
enableIsolation() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
enableIsolation() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
enableTracing(TracingExample.Opts) - Method in class org.apache.accumulo.examples.simple.client.TracingExample
 
enableTracing(String, String) - Static method in class org.apache.accumulo.server.Accumulo
 
encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
 
encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
 
encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
 
encode(V) - Method in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder
 
encode(BigDecimal) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalEncoder
 
encode(List<V>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
 
encode(List<Long>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
 
encode() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
encode(String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
encodeAsBase64FileName(Text) - Static method in class org.apache.accumulo.core.util.Encoding
 
encodeBooleans(boolean[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
encodeColumnFamilies(Set<Text>) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
 
encodeColumnFamily(ByteSequence) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
 
encodeColumns(Text, Text) - Static method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
encodeColumns() - Method in class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
encodeColumns(Text, Text) - Static method in class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
encodeColumns(Text[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
encodeIteratorSettings(IteratorConfig) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
encodeIteratorSettings(List<IteratorSetting>) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
encodePrevEndRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
encoder - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
encodeRow(List<Key>, List<Value>) - Static method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
ENCODING - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
Encoding - Class in org.apache.accumulo.core.util
 
Encoding() - Constructor for class org.apache.accumulo.core.util.Encoding
 
ENCODING_DEFAULT - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
encryptSecretKey(SecretKeyEncryptionStrategyContext) - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy
 
encryptSecretKey(SecretKeyEncryptionStrategyContext) - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategy
 
END - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
end() - Method in class org.apache.accumulo.server.master.state.TableStats
 
END_BOUND - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
END_INCL - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
END_INCLUSIVE - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
END_ROW_OPT - Static variable in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
endInclusive - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
EndKeyName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
EndOfTableException - Exception in org.apache.accumulo.server.tabletserver
 
EndOfTableException() - Constructor for exception org.apache.accumulo.server.tabletserver.EndOfTableException
 
endRow - Variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
endRow - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
endRow - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
endRow - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
endRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
endRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
endRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
endRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
endRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
endRow - Variable in class org.apache.accumulo.proxy.thrift.KeyExtent
 
endRowOpt() - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
endThread(Span) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
endThread(Span) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
ensureHdfsSyncIsEnabled(FileSystem) - Static method in class org.apache.accumulo.server.tabletserver.TabletServer
 
entries - Variable in class org.apache.accumulo.core.data.thrift.TMutation
 
entriesRead - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
entriesRead - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
entriesWritten - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
entriesWritten - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
entry() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Get an entry to access the key and value.
entryFromKeyValue(Key, Value) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
entrySet() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
enumToConfKey(Class<?>, Enum<?>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Provides a configuration key for a given feature enum, prefixed by the implementingClass
equals(Object) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
equals(ClientService.authenticate_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
equals(ClientService.authenticate_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
equals(ClientService.authenticateUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
equals(ClientService.authenticateUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
equals(ClientService.bulkImportFiles_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
equals(ClientService.bulkImportFiles_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
equals(ClientService.changeAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
equals(ClientService.changeAuthorizations_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
equals(ClientService.changeLocalUserPassword_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
equals(ClientService.changeLocalUserPassword_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
equals(ClientService.checkClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
equals(ClientService.checkClass_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
equals(ClientService.checkTableClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
equals(ClientService.checkTableClass_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
equals(ClientService.createLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
equals(ClientService.createLocalUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
equals(ClientService.dropLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
equals(ClientService.dropLocalUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
equals(ClientService.getConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
equals(ClientService.getConfiguration_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
equals(ClientService.getInstanceId_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
equals(ClientService.getInstanceId_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
equals(ClientService.getRootTabletLocation_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
equals(ClientService.getRootTabletLocation_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
equals(ClientService.getTableConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
equals(ClientService.getTableConfiguration_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
equals(ClientService.getUserAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
equals(ClientService.getUserAuthorizations_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
equals(ClientService.getZooKeepers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
equals(ClientService.getZooKeepers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
equals(ClientService.grantSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
equals(ClientService.grantSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
equals(ClientService.grantTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
equals(ClientService.grantTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
equals(ClientService.hasSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
equals(ClientService.hasSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
equals(ClientService.hasTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
equals(ClientService.hasTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
equals(ClientService.isActive_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
equals(ClientService.isActive_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
equals(ClientService.listLocalUsers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
equals(ClientService.listLocalUsers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
equals(ClientService.ping_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
equals(ClientService.ping_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
equals(ClientService.revokeSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
equals(ClientService.revokeSystemPermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
equals(ClientService.revokeTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
equals(ClientService.revokeTablePermission_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
equals(Object) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
equals(ThriftSecurityException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
equals(Object) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
equals(ThriftTableOperationException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
equals(ThriftTest.fails_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
equals(ThriftTest.fails_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
equals(ThriftTest.success_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
equals(ThriftTest.success_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
equals(ThriftTest.throwsError_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
equals(ThriftTest.throwsError_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.IteratorSetting
 
equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
equals(Object) - Method in class org.apache.accumulo.core.data.ByteSequence
 
equals(Object) - Method in class org.apache.accumulo.core.data.Column
 
equals(Column) - Method in class org.apache.accumulo.core.data.Column
 
equals(Object) - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
equals(Object) - Method in class org.apache.accumulo.core.data.Key
 
equals(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
Compare part of a key.
equals(Object) - Method in class org.apache.accumulo.core.data.KeyExtent
 
equals(Object) - Method in class org.apache.accumulo.core.data.Mutation
 
equals(Mutation) - Method in class org.apache.accumulo.core.data.Mutation
 
equals(Object) - Method in class org.apache.accumulo.core.data.Range
 
equals(Range) - Method in class org.apache.accumulo.core.data.Range
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
equals(InitialMultiScan) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
equals(InitialScan) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
equals(IterInfo) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
equals(MapFileInfo) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
equals(MultiScanResult) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
equals(ScanResult) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
equals(TColumn) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
equals(TConstraintViolationSummary) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
equals(TKey) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
equals(TKeyExtent) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
equals(TKeyValue) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
equals(TMutation) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
equals(TRange) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
equals(Object) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
equals(UpdateErrors) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
equals(Object) - Method in class org.apache.accumulo.core.data.Value
 
equals(Object) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Compare whether this and other points to the same key value.
equals(Object) - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
 
equals(Object) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
equals(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
equals(Object) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
equals(GCMonitorService.getStatus_args) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
equals(Object) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
equals(GCMonitorService.getStatus_result) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
equals(Object) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
equals(GCStatus) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
equals(Object) - Method in class org.apache.accumulo.core.iterators.conf.ColumnUtil.ColFamHashKey
 
equals(ColumnUtil.ColFamHashKey) - Method in class org.apache.accumulo.core.iterators.conf.ColumnUtil.ColFamHashKey
 
equals(Object) - Method in class org.apache.accumulo.core.iterators.conf.ColumnUtil.ColHashKey
 
equals(ColumnUtil.ColHashKey) - Method in class org.apache.accumulo.core.iterators.conf.ColumnUtil.ColHashKey
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
equals(Compacting) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
equals(DeadServer) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
equals(MasterClientService.beginTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
equals(MasterClientService.beginTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
equals(MasterClientService.executeTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
equals(MasterClientService.executeTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
equals(MasterClientService.finishTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
equals(MasterClientService.finishTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
equals(MasterClientService.getMasterStats_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
equals(MasterClientService.getMasterStats_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
equals(MasterClientService.initiateFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
equals(MasterClientService.initiateFlush_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
equals(MasterClientService.removeSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
equals(MasterClientService.removeSystemProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
equals(MasterClientService.removeTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
equals(MasterClientService.removeTableProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
equals(MasterClientService.reportSplitExtent_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
equals(MasterClientService.reportTabletStatus_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
equals(MasterClientService.setMasterGoalState_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
equals(MasterClientService.setMasterGoalState_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
equals(MasterClientService.setSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
equals(MasterClientService.setSystemProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
equals(MasterClientService.setTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
equals(MasterClientService.setTableProperty_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
equals(MasterClientService.shutdown_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
equals(MasterClientService.shutdown_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
equals(MasterClientService.shutdownTabletServer_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
equals(MasterClientService.shutdownTabletServer_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
equals(MasterClientService.waitForFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
equals(MasterClientService.waitForFlush_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
equals(MasterClientService.waitForTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
equals(MasterClientService.waitForTableOperation_result) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
equals(MasterMonitorInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
equals(Object) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
equals(RecoveryException) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
equals(RecoveryStatus) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
equals(TableInfo) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
equals(TabletServerStatus) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
equals(Object) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
equals(TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
equals(Object) - Method in class org.apache.accumulo.core.security.Authorizations
 
equals(Object) - Method in class org.apache.accumulo.core.security.ColumnVisibility
equals(ColumnVisibility) - Method in class org.apache.accumulo.core.security.ColumnVisibility
Compares two ColumnVisibilities for string equivalence, not as a meaningful comparison of terms and conditions.
equals(Object) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
equals(AuthInfo) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
equals(Object) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
equals(TCredentials) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
equals(Object) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
equals(ThriftSecurityException) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
equals(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
equals(ActiveCompaction) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
equals(ActiveScan) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
equals(Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
equals(ConstraintViolationException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
equals(IteratorConfig) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
equals(Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
equals(NoSuchScanIDException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
equals(Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
equals(NotServingTabletException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
equals(TabletClientService.applyUpdates_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
equals(TabletClientService.bulkImport_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
equals(TabletClientService.bulkImport_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
equals(TabletClientService.chop_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
equals(TabletClientService.closeMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
equals(TabletClientService.closeMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
equals(TabletClientService.closeScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
equals(TabletClientService.closeUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
equals(TabletClientService.closeUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
equals(TabletClientService.compact_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
equals(TabletClientService.continueMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
equals(TabletClientService.continueMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
equals(TabletClientService.continueScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
equals(TabletClientService.continueScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
equals(TabletClientService.fastHalt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
equals(TabletClientService.flush_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
equals(TabletClientService.flushTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
equals(TabletClientService.getActiveCompactions_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
equals(TabletClientService.getActiveCompactions_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
equals(TabletClientService.getActiveScans_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
equals(TabletClientService.getActiveScans_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
equals(TabletClientService.getHistoricalStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
equals(TabletClientService.getHistoricalStats_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
equals(TabletClientService.getTabletServerStatus_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
equals(TabletClientService.getTabletServerStatus_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
equals(TabletClientService.getTabletStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
equals(TabletClientService.getTabletStats_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
equals(TabletClientService.halt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
equals(TabletClientService.halt_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
equals(TabletClientService.loadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
equals(TabletClientService.removeLogs_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
equals(TabletClientService.splitTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
equals(TabletClientService.splitTablet_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
equals(TabletClientService.startMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
equals(TabletClientService.startMultiScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
equals(TabletClientService.startScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
equals(TabletClientService.startScan_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
equals(TabletClientService.startUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
equals(TabletClientService.startUpdate_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
equals(TabletClientService.unloadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
equals(TabletClientService.update_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
equals(TabletClientService.update_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
equals(TabletStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
equals(TIteratorSetting) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
equals(Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
equals(TooManyFilesException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
equals(Object) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
equals(Text, Text) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
equals(Object) - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
equals(Object) - Method in class org.apache.accumulo.core.util.Pair
 
equals(Object) - Method in class org.apache.accumulo.core.util.ServerServices
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
equals(AccumuloException) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
equals(AccumuloProxy.addConstraint_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
equals(AccumuloProxy.addConstraint_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
equals(AccumuloProxy.addSplits_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
equals(AccumuloProxy.addSplits_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
equals(AccumuloProxy.attachIterator_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
equals(AccumuloProxy.attachIterator_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
equals(AccumuloProxy.authenticateUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
equals(AccumuloProxy.authenticateUser_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
equals(AccumuloProxy.cancelCompaction_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
equals(AccumuloProxy.cancelCompaction_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
equals(AccumuloProxy.changeLocalUserPassword_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
equals(AccumuloProxy.changeLocalUserPassword_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
equals(AccumuloProxy.changeUserAuthorizations_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
equals(AccumuloProxy.changeUserAuthorizations_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
equals(AccumuloProxy.checkIteratorConflicts_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
equals(AccumuloProxy.checkIteratorConflicts_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
equals(AccumuloProxy.clearLocatorCache_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
equals(AccumuloProxy.clearLocatorCache_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
equals(AccumuloProxy.cloneTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
equals(AccumuloProxy.cloneTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
equals(AccumuloProxy.closeScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
equals(AccumuloProxy.closeScanner_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
equals(AccumuloProxy.closeWriter_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
equals(AccumuloProxy.closeWriter_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
equals(AccumuloProxy.compactTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
equals(AccumuloProxy.compactTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
equals(AccumuloProxy.createBatchScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
equals(AccumuloProxy.createBatchScanner_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
equals(AccumuloProxy.createLocalUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
equals(AccumuloProxy.createLocalUser_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
equals(AccumuloProxy.createScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
equals(AccumuloProxy.createScanner_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
equals(AccumuloProxy.createTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
equals(AccumuloProxy.createTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
equals(AccumuloProxy.createWriter_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
equals(AccumuloProxy.createWriter_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
equals(AccumuloProxy.deleteRows_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
equals(AccumuloProxy.deleteRows_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
equals(AccumuloProxy.deleteTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
equals(AccumuloProxy.deleteTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
equals(AccumuloProxy.dropLocalUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
equals(AccumuloProxy.dropLocalUser_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
equals(AccumuloProxy.exportTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
equals(AccumuloProxy.exportTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
equals(AccumuloProxy.flush_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
equals(AccumuloProxy.flush_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
equals(AccumuloProxy.flushTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
equals(AccumuloProxy.flushTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
equals(AccumuloProxy.getActiveCompactions_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
equals(AccumuloProxy.getActiveCompactions_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
equals(AccumuloProxy.getActiveScans_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
equals(AccumuloProxy.getActiveScans_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
equals(AccumuloProxy.getFollowing_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
equals(AccumuloProxy.getFollowing_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
equals(AccumuloProxy.getIteratorSetting_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
equals(AccumuloProxy.getIteratorSetting_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
equals(AccumuloProxy.getLocalityGroups_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
equals(AccumuloProxy.getLocalityGroups_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
equals(AccumuloProxy.getMaxRow_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
equals(AccumuloProxy.getMaxRow_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
equals(AccumuloProxy.getRowRange_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
equals(AccumuloProxy.getRowRange_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
equals(AccumuloProxy.getSiteConfiguration_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
equals(AccumuloProxy.getSiteConfiguration_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
equals(AccumuloProxy.getSystemConfiguration_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
equals(AccumuloProxy.getSystemConfiguration_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
equals(AccumuloProxy.getTableProperties_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
equals(AccumuloProxy.getTableProperties_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
equals(AccumuloProxy.getTabletServers_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
equals(AccumuloProxy.getTabletServers_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
equals(AccumuloProxy.getUserAuthorizations_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
equals(AccumuloProxy.getUserAuthorizations_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
equals(AccumuloProxy.grantSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
equals(AccumuloProxy.grantSystemPermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
equals(AccumuloProxy.grantTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
equals(AccumuloProxy.grantTablePermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
equals(AccumuloProxy.hasNext_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
equals(AccumuloProxy.hasNext_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
equals(AccumuloProxy.hasSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
equals(AccumuloProxy.hasSystemPermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
equals(AccumuloProxy.hasTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
equals(AccumuloProxy.hasTablePermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
equals(AccumuloProxy.importDirectory_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
equals(AccumuloProxy.importDirectory_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
equals(AccumuloProxy.importTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
equals(AccumuloProxy.importTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
equals(AccumuloProxy.listConstraints_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
equals(AccumuloProxy.listConstraints_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
equals(AccumuloProxy.listIterators_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
equals(AccumuloProxy.listIterators_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
equals(AccumuloProxy.listLocalUsers_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
equals(AccumuloProxy.listLocalUsers_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
equals(AccumuloProxy.listSplits_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
equals(AccumuloProxy.listSplits_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
equals(AccumuloProxy.listTables_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
equals(AccumuloProxy.listTables_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
equals(AccumuloProxy.login_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
equals(AccumuloProxy.login_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
equals(AccumuloProxy.mergeTablets_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
equals(AccumuloProxy.mergeTablets_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
equals(AccumuloProxy.nextEntry_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
equals(AccumuloProxy.nextEntry_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
equals(AccumuloProxy.nextK_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
equals(AccumuloProxy.nextK_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
equals(AccumuloProxy.offlineTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
equals(AccumuloProxy.offlineTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
equals(AccumuloProxy.onlineTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
equals(AccumuloProxy.onlineTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
equals(AccumuloProxy.pingTabletServer_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
equals(AccumuloProxy.pingTabletServer_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
equals(AccumuloProxy.removeConstraint_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
equals(AccumuloProxy.removeConstraint_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
equals(AccumuloProxy.removeIterator_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
equals(AccumuloProxy.removeIterator_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
equals(AccumuloProxy.removeProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
equals(AccumuloProxy.removeProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
equals(AccumuloProxy.removeTableProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
equals(AccumuloProxy.removeTableProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
equals(AccumuloProxy.renameTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
equals(AccumuloProxy.renameTable_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
equals(AccumuloProxy.revokeSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
equals(AccumuloProxy.revokeSystemPermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
equals(AccumuloProxy.revokeTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
equals(AccumuloProxy.revokeTablePermission_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
equals(AccumuloProxy.setLocalityGroups_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
equals(AccumuloProxy.setLocalityGroups_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
equals(AccumuloProxy.setProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
equals(AccumuloProxy.setProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
equals(AccumuloProxy.setTableProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
equals(AccumuloProxy.setTableProperty_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
equals(AccumuloProxy.splitRangeByTablets_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
equals(AccumuloProxy.splitRangeByTablets_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
equals(AccumuloProxy.tableExists_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
equals(AccumuloProxy.tableExists_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
equals(AccumuloProxy.tableIdMap_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
equals(AccumuloProxy.tableIdMap_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
equals(AccumuloProxy.testClassLoad_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
equals(AccumuloProxy.testClassLoad_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
equals(AccumuloProxy.testTableClassLoad_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
equals(AccumuloProxy.testTableClassLoad_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
equals(AccumuloProxy.update_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
equals(AccumuloProxy.updateAndFlush_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
equals(AccumuloProxy.updateAndFlush_result) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
equals(AccumuloSecurityException) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
equals(ActiveCompaction) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
equals(ActiveScan) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
equals(BatchScanOptions) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.Column
 
equals(Column) - Method in class org.apache.accumulo.proxy.thrift.Column
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
equals(ColumnUpdate) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
equals(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.Key
 
equals(Key) - Method in class org.apache.accumulo.proxy.thrift.Key
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
equals(KeyExtent) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
equals(KeyValue) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
equals(KeyValueAndPeek) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
equals(MutationsRejectedException) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
equals(NoMoreEntriesException) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.Range
 
equals(Range) - Method in class org.apache.accumulo.proxy.thrift.Range
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
equals(ScanColumn) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
equals(ScanOptions) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
equals(ScanResult) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
equals(TableExistsException) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
equals(TableNotFoundException) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
equals(UnknownScanner) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
equals(Object) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
equals(UnknownWriter) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
equals(Object) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
equals(WriterOptions) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
equals(Object) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
equals(Object) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
equals(Object) - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
equals(Object) - Method in class org.apache.accumulo.server.problems.ProblemReport
 
equals(Object) - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
equals(Object) - Method in class org.apache.accumulo.start.classloader.vfs.ContextManager.ContextConfig
 
equals(Object) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
equals(Object) - Method in class org.apache.accumulo.test.randomwalk.Node
 
equals(Object) - Method in class org.apache.accumulo.trace.instrument.TraceRunnable
 
equals(Object) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
equals(RemoteSpan) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
equals(Object) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
equals(SpanReceiver.span_args) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
equals(Object) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
equals(TestService.checkTrace_args) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
equals(Object) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
equals(TestService.checkTrace_result) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
equals(Object) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
equals(TInfo) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
errorDir - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
errors - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
escape(byte[], boolean) - Static method in class org.apache.accumulo.core.security.VisibilityEvaluator
 
estimateBase(Class<?>, boolean) - Static method in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Estimate the static space taken up by the fields of a class.
estimatedMemoryUsed() - Method in class org.apache.accumulo.core.data.Mutation
 
estimatedMemoryUsed() - Method in class org.apache.accumulo.server.data.ServerMutation
 
estimatedSize - Variable in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
estimatedSizeInBytes() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
Returns a long representing the size of the InMemoryMap
EstimateInMemMapOverhead - Class in org.apache.accumulo.test
 
EstimateInMemMapOverhead() - Constructor for class org.apache.accumulo.test.EstimateInMemMapOverhead
 
estimatePercentageLTE(FileSystem, AccumuloConfiguration, Text, Text, Collection<String>, Text) - Static method in class org.apache.accumulo.core.file.FileUtil
 
estimateSizes(AccumuloConfiguration, Path, long, List<KeyExtent>, Configuration, FileSystem) - Static method in class org.apache.accumulo.core.file.FileUtil
 
estimateTabletSize() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns an int representing the total block size of the mapfiles served by this tablet.
evaluate(ColumnVisibility) - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
 
event - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
event(String, Object...) - Method in class org.apache.accumulo.server.master.EventCoordinator
 
EventCoordinator - Class in org.apache.accumulo.server.master
 
EventCoordinator() - Constructor for class org.apache.accumulo.server.master.EventCoordinator
 
EventCoordinator.Listener - Class in org.apache.accumulo.server.master
 
evict() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
evictBlock(CachedBlock) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
evicted() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
evictedPerEviction() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
ex - Variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
exact(Text) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row Returns the same Range as new Range(row)
exact(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row and column family
exact(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row, column family, and column qualifier
exact(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row, column family, column qualifier, and visibility
exact(Text, Text, Text, Text, long) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row, column family, column qualifier, visibility, and timestamp
exact(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row
exact(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row and column family
exact(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row, column family, and column qualifier
exact(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row, column family, column qualifier, and visibility
exact(CharSequence, CharSequence, CharSequence, CharSequence, long) - Static method in class org.apache.accumulo.core.data.Range
Creates a range that covers an exact row, column family, column qualifier, visibility, and timestamp
exactTermSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name.
exception - Variable in class org.apache.accumulo.proxy.ProxyServer.BatchWriterPlusException
 
EXEC_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
execCommand - Variable in class org.apache.accumulo.core.util.shell.Shell
 
execCommand(String, boolean, boolean) - Method in class org.apache.accumulo.core.util.shell.Shell
 
execFile - Variable in class org.apache.accumulo.core.util.shell.Shell
 
ExecfileCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ExecfileCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ExecfileCommand
 
execute(T) - Method in interface org.apache.accumulo.core.client.impl.ClientExec
 
execute(C) - Method in interface org.apache.accumulo.core.client.impl.ClientExecReturn
 
execute(Instance, ClientExecReturn<T, MasterClientService.Client>) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
execute(Instance, ClientExec<MasterClientService.Client>) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
execute(Instance, ClientExecReturn<T, ClientService.Client>) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
execute(Instance, ClientExec<ClientService.Client>) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.AboutCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.AddAuthsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.AuthenticateCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ClasspathCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ClearCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.CompactCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ConfigCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ConstraintCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DebugCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteManyCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteRowsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteScanIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteShellIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DropUserCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.DUCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ExecfileCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ExitCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ExportTableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.FlushCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.GetAuthsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.GetGroupsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.GetSplitsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.HelpCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.HiddenCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.HistoryCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ImportDirectoryCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ImportTableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ListCompactionsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ListIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ListScansCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ListShellIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.MaxRowCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.MergeCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.NoTableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.PasswdCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.PingCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.RenameTableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SetIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SetScanIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SetShellIterCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SleepCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SystemPermissionsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.TableCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.TablePermissionsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.TablesCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.TraceCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.UserCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.UserPermissionsCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.UsersCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.WhoAmICommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
execute(String, AccumuloConfiguration, ClientExec<TabletClientService.Client>) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
execute(String, AccumuloConfiguration, ClientExecReturn<T, TabletClientService.Client>) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
execute(TracingExample.Opts) - Method in class org.apache.accumulo.examples.simple.client.TracingExample
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearDeadServerOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearLogOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearProblemOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearTableProblemsOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.RefreshOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.SortTableOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ToggleLegendOperation
 
execute - Static variable in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
execute(Runnable) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
executeMajorCompaction(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
executeMajorCompaction(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
executeRaw(Instance, ClientExecReturn<T, ClientService.Client>) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
executeRaw(Instance, ClientExec<ClientService.Client>) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
executeReadAhead(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
executeSplit(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
executeTableOperation(TInfo, TCredentials, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.executeTableOperation_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
executeTableOperation(TInfo, TCredentials, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.executeTableOperation_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
executeTableOperation(TInfo, TCredentials, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
executeTableOperation(TInfo, TCredentials, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
exists(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
A method to check if a table exists in Accumulo.
exists(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
A method to check if a table exists in Accumulo.
exists(Instance, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
exists(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
exists(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
exists(String, Watcher) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
exists(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
exists(String, Watcher) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
exists(ZooKeeper, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
exists(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
exists() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
exit(int) - Method in class org.apache.accumulo.core.cli.Help
 
exitCode - Variable in class org.apache.accumulo.core.util.shell.Shell
 
ExitCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ExitCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ExitCommand
 
exitWithError(String, int) - Method in class org.apache.accumulo.core.cli.Help
 
expireAllObservers() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
EXPORT_FILE - Static variable in class org.apache.accumulo.core.Constants
 
EXPORT_INFO_FILE - Static variable in class org.apache.accumulo.core.Constants
 
EXPORT_METADATA_FILE - Static variable in class org.apache.accumulo.core.Constants
 
EXPORT_TABLE_CONFIG_FILE - Static variable in class org.apache.accumulo.core.Constants
 
EXPORT_VERSION_PROP - Static variable in class org.apache.accumulo.server.master.tableOps.ExportTable
 
exportDir - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
ExportIndex - Class in org.apache.accumulo.test.randomwalk.shard
 
ExportIndex() - Constructor for class org.apache.accumulo.test.randomwalk.shard.ExportIndex
 
exportTable(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Exports a table.
exportTable(String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
exportTable(String, String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
exportTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
exportTable(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.exportTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
exportTable(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.exportTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
exportTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
exportTable(ByteBuffer, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ExportTable - Class in org.apache.accumulo.server.master.tableOps
 
ExportTable(String, String, String) - Constructor for class org.apache.accumulo.server.master.tableOps.ExportTable
 
ExportTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ExportTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ExportTableCommand
 
EXTENSION - Static variable in class org.apache.accumulo.core.file.rfile.RFile
 
extent - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
extent - Variable in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
extent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
extent - Variable in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
extent - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
extent - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
extent - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
extent - Variable in class org.apache.accumulo.server.tabletserver.Compactor
 
extent - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
extractToken(TCredentials) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
extractToken(String, byte[]) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 

F

fail - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
failedExtents - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
failedToAcquireLock(Exception) - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.AsyncLockWatcher
 
fails(AsyncMethodCallback<ThriftTest.AsyncClient.fails_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient
 
fails(AsyncMethodCallback<ThriftTest.AsyncClient.fails_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncIface
 
fails() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
fails() - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.Iface
 
failureDir - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
failures - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
FAILURES_TXT - Static variable in class org.apache.accumulo.server.master.tableOps.BulkImport
 
families(Collection<Column>) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
 
FamilyIntersectingIterator - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by IndexedDocIterator
FamilyIntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.FamilyIntersectingIterator
Deprecated.
 
FastFormat - Class in org.apache.accumulo.core.util
 
FastFormat() - Constructor for class org.apache.accumulo.core.util.FastFormat
 
fastHalt(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.fastHalt_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
fastHalt(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.fastHalt_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
fastHalt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
fastHalt(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
fastHalt(ZooLock) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
fastHalt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.test.functional.ZombieTServer.ThriftClientHandler
 
fastHalt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
fastSkip(DataInput, Key, RelativeKey.MByteSequence, Key, Key) - Static method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
Fate<T> - Class in org.apache.accumulo.fate
Fault tolerant executor
Fate(T, TStore<T>, int) - Constructor for class org.apache.accumulo.fate.Fate
 
FateStarvationTest - Class in org.apache.accumulo.test.functional
See ACCUMULO-779
FateStarvationTest() - Constructor for class org.apache.accumulo.test.functional.FateStarvationTest
 
fetch(ScannerBase) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
fetch(ScannerBase, ColumnFQ) - Static method in class org.apache.accumulo.core.util.ColumnFQ
Deprecated.
since 1.5, use ColumnFQ.fetch(ScannerBase) instead
fetchColumn(Text, Text) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
fetchColumn(Column) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
fetchColumn(Text, Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
Adds a column to the list of columns that will be fetched by this scanner.
fetchColumn(Text, Text) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
fetchColumnFamily(Text) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Limit a scan to the specified column family.
fetchColumnFamily(Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
Adds a column family to the list of columns that will be fetched by this scanner.
fetchColumnFamily(Text) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
fetchColumns(JobConf, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Restricts the columns that will be mapped over for this job.
fetchColumns(Job, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Restricts the columns that will be mapped over for this job.
fetchColumns(Configuration, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
fetchColumns(Class<?>, Configuration, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Restricts the columns that will be mapped over for this job.
fetchColumns(CommandLine, ScannerBase, ScanInterpreter) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
fetchData() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
fetchedColumns - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
fieldForId(int) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
fieldForId(int) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
fieldForId(int) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
fieldForId(int) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
fieldForId(int) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
fieldForId(int) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
fieldForId(int) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
fieldForId(int) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.Column
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.Key
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.Range
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
fieldForId(int) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
fieldForId(int) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
fieldForId(int) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
fieldForId(int) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
fieldForId(int) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
fieldForId(int) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
fieldForId(int) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
fileChanged(FileChangeEvent) - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
FileCount - Class in org.apache.accumulo.examples.simple.dirlist
Computes recursive counts over file system information and stores them back into the same Accumulo table.
FileCount.Opts - Class in org.apache.accumulo.examples.simple.dirlist
 
FileCount.Opts() - Constructor for class org.apache.accumulo.examples.simple.dirlist.FileCount.Opts
 
fileCreated(FileChangeEvent) - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
FileDataIngest - Class in org.apache.accumulo.examples.simple.filedata
Takes a list of files and archives them into Accumulo keyed on hashes of the files.
FileDataIngest(int, ColumnVisibility) - Constructor for class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
FileDataIngest.Opts - Class in org.apache.accumulo.examples.simple.filedata
 
FileDataIngest.Opts() - Constructor for class org.apache.accumulo.examples.simple.filedata.FileDataIngest.Opts
 
FileDataQuery - Class in org.apache.accumulo.examples.simple.filedata
Retrieves file data based on the hash of the file.
FileDataQuery(String, String, String, AuthenticationToken, String, Authorizations) - Constructor for class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
fileDeleted(FileChangeEvent) - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
FileManager - Class in org.apache.accumulo.server.tabletserver
 
FileManager.ScanFileManager - Class in org.apache.accumulo.server.tabletserver
 
filename - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
filename - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
filename - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
filenames - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
FileOperations - Class in org.apache.accumulo.core.file
 
FileOperations() - Constructor for class org.apache.accumulo.core.file.FileOperations
 
FileOutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
 
FileOutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
 
FileOutputConfigurator.Opts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
Configuration keys for AccumuloConfiguration.
files - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
files - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
FileSKVIterator - Interface in org.apache.accumulo.core.file
 
FileSKVWriter - Interface in org.apache.accumulo.core.file
 
FileSystemMonitor - Class in org.apache.accumulo.server.util
 
FileSystemMonitor(String, long) - Constructor for class org.apache.accumulo.server.util.FileSystemMonitor
 
FileUtil - Class in org.apache.accumulo.core.file
 
FileUtil() - Constructor for class org.apache.accumulo.core.file.FileUtil
 
FileUtil.FileInfo - Class in org.apache.accumulo.core.file
 
FileUtil.FileInfo(Key, Key) - Constructor for class org.apache.accumulo.core.file.FileUtil.FileInfo
 
Filter - Class in org.apache.accumulo.core.bloomfilter
Defines the general behavior of a filter.
Filter() - Constructor for class org.apache.accumulo.core.bloomfilter.Filter
 
Filter(int, int, int) - Constructor for class org.apache.accumulo.core.bloomfilter.Filter
Constructor.
Filter - Class in org.apache.accumulo.core.iterators
A SortedKeyValueIterator that filters entries from its source iterator.
Filter() - Constructor for class org.apache.accumulo.core.iterators.Filter
 
filter(Text, List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
FilteredConstants - Class in org.apache.accumulo.core
 
FilteredConstants() - Constructor for class org.apache.accumulo.core.FilteredConstants
 
filterInvalidLabelsOnly(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
 
FilterMeta - Class in org.apache.accumulo.server.metanalysis
A map reduce job that takes a set of walogs and filters out all non metadata table events.
FilterMeta() - Constructor for class org.apache.accumulo.server.metanalysis.FilterMeta
 
FilterMeta.FilterMapper - Class in org.apache.accumulo.server.metanalysis
 
FilterMeta.FilterMapper() - Constructor for class org.apache.accumulo.server.metanalysis.FilterMeta.FilterMapper
 
FinalCloseDefaultFileSystemManager - Class in org.apache.accumulo.start.classloader.vfs
 
FinalCloseDefaultFileSystemManager() - Constructor for class org.apache.accumulo.start.classloader.vfs.FinalCloseDefaultFileSystemManager
 
finalize() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
Warning: do not rely upon finalize to close this class.
finalize() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
Warning: do not rely upon finalize to close this class.
finalize() - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
finalize() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
finalize() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
finalize() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
finalize() - Method in class org.apache.accumulo.start.classloader.vfs.FinalCloseDefaultFileSystemManager
 
finalize() - Method in class org.apache.accumulo.test.stress.random.DataWriter
 
find(String) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.security.thrift.AuthInfo._Fields
Deprecated.
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
Deprecated.
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloSecurityException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveCompaction._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveScan._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.BatchScanOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.Column._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.ColumnUpdate._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.IteratorSetting._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.Key._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.KeyExtent._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValue._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValueAndPeek._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.MutationsRejectedException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.NoMoreEntriesException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.Range._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanColumn._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanResult._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.TableExistsException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.TableNotFoundException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownScanner._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownWriter._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.proxy.thrift.WriterOptions._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.trace.thrift.RemoteSpan._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.trace.thrift.SpanReceiver.span_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.trace.thrift.TInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.security.thrift.AuthInfo._Fields
Deprecated.
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
Deprecated.
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloSecurityException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveCompaction._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveScan._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.BatchScanOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.Column._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.ColumnUpdate._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.IteratorSetting._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.Key._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.KeyExtent._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValue._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValueAndPeek._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.MutationsRejectedException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.NoMoreEntriesException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.Range._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanColumn._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanResult._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.TableExistsException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.TableNotFoundException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownScanner._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownWriter._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.proxy.thrift.WriterOptions._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.trace.thrift.RemoteSpan._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.trace.thrift.SpanReceiver.span_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.trace.thrift.TInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.security.thrift.AuthInfo._Fields
Deprecated.
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
Deprecated.
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloSecurityException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveCompaction._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveScan._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.BatchScanOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.Column._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.ColumnUpdate._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.IteratorSetting._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.Key._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.KeyExtent._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValue._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValueAndPeek._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.MutationsRejectedException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.NoMoreEntriesException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.Range._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanColumn._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanResult._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.TableExistsException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.TableNotFoundException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownScanner._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownWriter._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.proxy.thrift.WriterOptions._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.trace.thrift.RemoteSpan._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.trace.thrift.SpanReceiver.span_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.trace.thrift.TInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ConfigurationType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperation
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterGoalState
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.MasterState
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.TableOperation
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.master.thrift.TabletLoadState
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.security.thrift.SecurityErrorCode
Deprecated.
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionReason
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanState
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.CompactionReason
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.CompactionType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.IteratorScope
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.PartialKey
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanState
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.ScanType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.SystemPermission
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.TablePermission
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.accumulo.proxy.thrift.TimeType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findChildren(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
findContainingExtent(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
findIterator(IteratorUtil.IteratorScope, String, AccumuloConfiguration, Map<String, String>) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
findLastKey(FileSystem, AccumuloConfiguration, Collection<String>) - Static method in class org.apache.accumulo.core.file.FileUtil
 
FindMax - Class in org.apache.accumulo.core.client.admin
 
FindMax() - Constructor for class org.apache.accumulo.core.client.admin.FindMax
 
findMax(Scanner, Text, boolean, Text, boolean) - Static method in class org.apache.accumulo.core.client.admin.FindMax
 
findMidPoint(FileSystem, AccumuloConfiguration, Text, Text, Collection<String>, double) - Static method in class org.apache.accumulo.core.file.FileUtil
 
findMidPoint(FileSystem, AccumuloConfiguration, Text, Text, Collection<String>, double, boolean) - Static method in class org.apache.accumulo.core.file.FileUtil
 
FindOfflineTablets - Class in org.apache.accumulo.server.util
 
FindOfflineTablets() - Constructor for class org.apache.accumulo.server.util.FindOfflineTablets
 
findOverlapping(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
findOverlapping(KeyExtent, SortedMap<KeyExtent, ? extends Object>) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
findOverlappingTablets(AccumuloConfiguration, FileSystem, TabletLocator, Path, TCredentials) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(AccumuloConfiguration, FileSystem, TabletLocator, Path, KeyExtent, TCredentials) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(AccumuloConfiguration, FileSystem, TabletLocator, Path, Text, Text, TCredentials) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
FindTablet - Class in org.apache.accumulo.server.metanalysis
Finds tablet creation events.
FindTablet() - Constructor for class org.apache.accumulo.server.metanalysis.FindTablet
 
FindTablet.Opts - Class in org.apache.accumulo.server.metanalysis
 
FindTablet.Opts() - Constructor for class org.apache.accumulo.server.metanalysis.FindTablet.Opts
 
findTop() - Method in class org.apache.accumulo.core.iterators.Filter
Iterates over the source until an acceptable key/value pair is found.
finished - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
finishSplit(Text, Map<String, MetadataTable.DataFileValue>, List<String>, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
finishSplit(KeyExtent, Map<String, MetadataTable.DataFileValue>, List<String>, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
finishTableOperation(TInfo, TCredentials, long, AsyncMethodCallback<MasterClientService.AsyncClient.finishTableOperation_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
finishTableOperation(TInfo, TCredentials, long, AsyncMethodCallback<MasterClientService.AsyncClient.finishTableOperation_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
finishTableOperation(TInfo, TCredentials, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
finishTableOperation(TInfo, TCredentials, long) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
finishUpdatingLogsUsed() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
FirstEntryInRowIterator - Class in org.apache.accumulo.core.iterators
 
FirstEntryInRowIterator() - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
FirstEntryInRowIterator(FirstEntryInRowIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
FIXED_LEN_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
 
FIXED_LONG_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
fixSplit(Text, SortedMap<ColumnFQ, Value>, TServerInstance, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
Fixture - Class in org.apache.accumulo.test.randomwalk
 
Fixture() - Constructor for class org.apache.accumulo.test.randomwalk.Fixture
 
flatten() - Method in class org.apache.accumulo.core.security.ColumnVisibility
Generates a byte[] that represents a normalized, but logically equivalent, form of the supplied expression.
flush(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Deprecated.
flush(String, Text, Text, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Flush a table's data that is currently in memory.
flush(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
flush(String, Text, Text, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Flush a table
flush() - Method in interface org.apache.accumulo.core.client.BatchWriter
Send any buffered mutations to Accumulo immediately.
flush() - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
flush() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
flush() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
flush() - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
 
flush() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
 
flush(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
Deprecated.
flush(String, Text, Text, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
flush() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
Send mutations for all tables to accumulo.
flush() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
 
flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.flush_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.flush_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
Flush - Class in org.apache.accumulo.examples.simple.client
Simple example for using tableOperations() (like create, delete, flush, etc).
Flush() - Constructor for class org.apache.accumulo.examples.simple.client.Flush
 
flush(String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
flush(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.flush_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
flush(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.flush_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
flush(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
flush - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
flush - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
flush(String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
flush(ZooLock, String, byte[], byte[]) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
flush() - Method in class org.apache.accumulo.test.NullBatchWriter
 
flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
flush() - Method in class org.apache.accumulo.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
Flush - Class in org.apache.accumulo.test.randomwalk.shard
 
Flush() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Flush
 
flush() - Method in class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
flush() - Method in class org.apache.accumulo.trace.instrument.receivers.LogSpans
 
flush() - Method in interface org.apache.accumulo.trace.instrument.receivers.SpanReceiver
 
flush() - Method in class org.apache.accumulo.trace.instrument.receivers.ZooSpanClient
 
flush() - Method in class org.apache.accumulo.trace.instrument.Tracer
 
FlushCommand - Class in org.apache.accumulo.core.util.shell.commands
 
FlushCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.FlushCommand
 
flushID - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
flushTable(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean) - Method in class org.apache.accumulo.proxy.ProxyServer
 
flushTable(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.flushTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
flushTable(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.flushTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
flushTable(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
flushTable(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
flushTablet(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.flushTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
flushTablet(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.flushTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
flushTablet(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
flushTablet(TInfo, TCredentials, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
flushTablet(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
flushTablet(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
FMT - Static variable in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
followingKey(PartialKey) - Method in class org.apache.accumulo.core.data.Key
Returns a key that will sort immediately after this key.
followingPrefix(Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Text that sorts just after all Texts beginning with a prefix
force - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
force() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
format(long) - Static method in class org.apache.accumulo.core.util.Duration
 
format(long, String) - Static method in class org.apache.accumulo.core.util.Duration
 
format(long, String, String) - Static method in class org.apache.accumulo.core.util.Duration
 
format(LogFileValue, int) - Static method in class org.apache.accumulo.server.logger.LogFileValue
 
format(Object) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ShowTraceLinkType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.DurationType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
format(long, long, long, long, long, String, Map<String, String>) - Static method in class org.apache.accumulo.trace.instrument.receivers.LogSpans
 
formatDate(Date) - Static method in class org.apache.accumulo.core.trace.TraceFormatter
 
formatEntry(Map.Entry<Key, Value>, boolean) - Static method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
formatEntry(Map.Entry<Key, Value>, boolean) - Static method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
Formatter - Interface in org.apache.accumulo.core.util.format
 
FormatterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
FormatterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
FormatterFactory - Class in org.apache.accumulo.core.util.format
 
FormatterFactory() - Constructor for class org.apache.accumulo.core.util.format.FormatterFactory
 
FORWARD_PREFIX - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
Framework - Class in org.apache.accumulo.test.randomwalk
 
Framework() - Constructor for class org.apache.accumulo.test.randomwalk.Framework
 
fromBase64String(String) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
fromByteArray(byte[]) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
fromBytes(byte[]) - Method in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
fromBytes(byte[]) - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
fromStrings(Collection<String>) - Static method in class org.apache.accumulo.core.util.ByteArraySet
 
fromStrings(String...) - Static method in class org.apache.accumulo.core.util.ByteArraySet
 
fromThrift(Key) - Static method in class org.apache.accumulo.proxy.Util
 
fullScans - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
FunctionalTest - Class in org.apache.accumulo.test.functional
 
FunctionalTest() - Constructor for class org.apache.accumulo.test.functional.FunctionalTest
 
FunctionalTest.TableSetup - Class in org.apache.accumulo.test.functional
 
FunctionalTest.TableSetup(String) - Constructor for class org.apache.accumulo.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, Map<String, String>) - Constructor for class org.apache.accumulo.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, Map<String, String>, SortedSet<Text>) - Constructor for class org.apache.accumulo.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, SortedSet<Text>) - Constructor for class org.apache.accumulo.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, String...) - Constructor for class org.apache.accumulo.test.functional.FunctionalTest.TableSetup
 
future - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 

G

GarbageCollectWriteAheadLogs - Class in org.apache.accumulo.server.gc
 
GcCycleStats - Class in org.apache.accumulo.core.gc.thrift
 
GcCycleStats() - Constructor for class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
GcCycleStats(long, long, long, long, long, long) - Constructor for class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
GcCycleStats(GcCycleStats) - Constructor for class org.apache.accumulo.core.gc.thrift.GcCycleStats
Performs a deep copy on other.
GcCycleStats._Fields - Enum in org.apache.accumulo.core.gc.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
GCLotsOfCandidatesTest - Class in org.apache.accumulo.test
 
GCLotsOfCandidatesTest() - Constructor for class org.apache.accumulo.test.GCLotsOfCandidatesTest
 
GCMonitorService - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService() - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService
 
GCMonitorService.AsyncClient - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient
 
GCMonitorService.AsyncClient.Factory - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient.Factory
 
GCMonitorService.AsyncClient.getStatus_call - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.AsyncClient.getStatus_call(TInfo, TCredentials, AsyncMethodCallback<GCMonitorService.AsyncClient.getStatus_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient.getStatus_call
 
GCMonitorService.AsyncIface - Interface in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.Client - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.Client(TProtocol) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
GCMonitorService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
GCMonitorService.Client.Factory - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.Client.Factory() - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client.Factory
 
GCMonitorService.getStatus_args - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.getStatus_args() - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
GCMonitorService.getStatus_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
GCMonitorService.getStatus_args(GCMonitorService.getStatus_args) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
Performs a deep copy on other.
GCMonitorService.getStatus_args._Fields - Enum in org.apache.accumulo.core.gc.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
GCMonitorService.getStatus_result - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.getStatus_result() - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
GCMonitorService.getStatus_result(GCStatus, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
GCMonitorService.getStatus_result(GCMonitorService.getStatus_result) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
Performs a deep copy on other.
GCMonitorService.getStatus_result._Fields - Enum in org.apache.accumulo.core.gc.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
GCMonitorService.Iface - Interface in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.Processor<I extends GCMonitorService.Iface> - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.Processor(I) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor
 
GCMonitorService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor
 
GCMonitorService.Processor.getStatus<I extends GCMonitorService.Iface> - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.Processor.getStatus() - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor.getStatus
 
GCStatus - Class in org.apache.accumulo.core.gc.thrift
 
GCStatus() - Constructor for class org.apache.accumulo.core.gc.thrift.GCStatus
 
GCStatus(GcCycleStats, GcCycleStats, GcCycleStats, GcCycleStats) - Constructor for class org.apache.accumulo.core.gc.thrift.GCStatus
 
GCStatus(GCStatus) - Constructor for class org.apache.accumulo.core.gc.thrift.GCStatus
Performs a deep copy on other.
GCStatus._Fields - Enum in org.apache.accumulo.core.gc.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
GcStatusServlet - Class in org.apache.accumulo.server.monitor.servlets
 
GcStatusServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.GcStatusServlet
 
generate(HttpServletRequest, StringBuilder) - Method in class org.apache.accumulo.server.monitor.util.Table
 
GENERATED_TABLET_DIRECTORY_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
generateInitialTableProperties(boolean) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
Generate the initial (default) properties for a table
generateRange(Random) - Static method in class org.apache.accumulo.test.randomwalk.concurrent.ConcurrentFixture
 
generateRow(int, int) - Static method in class org.apache.accumulo.test.TestIngest
 
GenerateTestData - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
GenerateTestData() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData
 
generateValues(TestIngest.Opts) - Static method in class org.apache.accumulo.test.TestIngest
 
generateVfs() - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
genLong(long, long, Random) - Static method in class org.apache.accumulo.test.continuous.ContinuousIngest
 
genMutation(long, int, int, ColumnVisibility, byte[], long, byte[], Random, boolean) - Static method in class org.apache.accumulo.test.continuous.ContinuousIngest
 
genRandomValue(Random, byte[], int, int, int) - Static method in class org.apache.accumulo.test.TestIngest
 
GenSplits - Class in org.apache.accumulo.test.continuous
 
GenSplits() - Constructor for class org.apache.accumulo.test.continuous.GenSplits
 
get(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
get(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
get(Property) - Method in class org.apache.accumulo.core.conf.ConfigurationCopy
 
get(Property) - Method in class org.apache.accumulo.core.conf.DefaultConfiguration
 
get(Property) - Method in class org.apache.accumulo.core.conf.SiteConfiguration
 
get() - Method in class org.apache.accumulo.core.data.Value
Get the data from the BytesWritable.
get() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlockQueue
Get a sorted List of all elements in this queue, in descending order.
get(BytesWritable, BytesWritable) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Copy the key and value in one shot into BytesWritables.
get(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
get(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
 
get(String, Stat) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
 
get(Property) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
get(Property) - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
get(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
get(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
get(Key) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
get(Object) - Method in class org.apache.accumulo.server.util.DefaultMap
 
get(KT) - Method in class org.apache.accumulo.server.util.MapCounter
 
get(State) - Static method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
get(String) - Method in class org.apache.accumulo.test.randomwalk.State
 
getAbbreviatedValue() - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
getAccumuloConfiguration(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
This helper method provides an AccumuloConfiguration object constructed from the Accumulo defaults, and overridden with Accumulo properties that have been stored in the Job's configuration.
getAccumuloConfiguration(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
This helper method provides an AccumuloConfiguration object constructed from the Accumulo defaults, and overridden with Accumulo properties that have been stored in the Job's configuration.
getAccumuloConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
This helper method provides an AccumuloConfiguration object constructed from the Accumulo defaults, and overridden with Accumulo properties that have been stored in the Job's configuration.
getAccumuloPersistentVersion(FileSystem) - Static method in class org.apache.accumulo.server.Accumulo
 
getAccumuloString(String, String) - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
Looks for the site configuration file for Accumulo and if it has a property for propertyName return it otherwise returns defaultValue Should throw an exception if the default configuration can not be read;
getActiveCompactions(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
List the active compaction running on a tablet server
getActiveCompactions(String) - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
getActiveCompactions(String) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
getActiveCompactions(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveCompactions_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getActiveCompactions(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveCompactions_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getActiveCompactions(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getActiveCompactions(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
getActiveCompactions(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getActiveCompactions(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveCompactions_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getActiveCompactions(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveCompactions_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getActiveCompactions(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getActiveCompactions(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getActiveCompactions(TInfo, TCredentials) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
getActiveScans(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
List the active scans on tablet server.
getActiveScans(String) - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
getActiveScans(String) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
getActiveScans(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveScans_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getActiveScans(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveScans_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getActiveScans(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getActiveScans(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
getActiveScans(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getActiveScans(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveScans_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getActiveScans(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveScans_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getActiveScans(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getActiveScans(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getActiveScans(TInfo, TCredentials) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
getAddress(ServerServices.Service) - Method in class org.apache.accumulo.core.util.ServerServices
 
getAddressCacheNegativeTtl(UnknownHostException) - Static method in class org.apache.accumulo.fate.util.AddressUtil
Fetch the security value that determines how long DNS failures are cached.
getAddressString(ServerServices.Service) - Method in class org.apache.accumulo.core.util.ServerServices
 
getAdjustMax() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
getAge() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getAge() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getAge() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getAge() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getAggregator(Key) - Method in class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorSet
Deprecated.
 
getAldOpt(CommandLine) - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
getAllPropertiesWithPrefix(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
This method returns all properties in a map of string->string under the given prefix property.
getAndWrap(Configuration) - Static method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getAPIVersion() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get version of BCFile API.
getArbitrator() - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
getArbitrator() - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
getArguments() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getArgumentsIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getArgumentsSize() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getAssignment(SortedMap<TServerInstance, TabletServerStatus>, KeyExtent, TServerInstance) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Assign tablets to tablet servers.
getAsTypeName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
getAsTypeName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.trace.thrift.TestService.AsyncClient.Factory
 
getAuthenticator(String, boolean) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getAuthorizationFailures() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
getAuthorizationFailures() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getAuthorizationFailuresMap() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getAuthorizationFailuresSize() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getAuthorizations() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getAuthorizations(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getAuthorizations() - Method in interface org.apache.accumulo.core.constraints.Constraint.Environment
 
getAuthorizations() - Method in class org.apache.accumulo.core.security.Authorizations
Retrieve authorizations as a list of strings that have been encoded as UTF-8 bytes.
getAuthorizations() - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
 
getAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
getAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getAuthorizationsArray() - Method in class org.apache.accumulo.core.security.Authorizations
Retrieve a serialized form of the underlying set of authorizations.
getAuthorizationsBB() - Method in class org.apache.accumulo.core.security.Authorizations
Retrieve authorizations as a list of strings that have been encoded as UTF-8 bytes.
getAuthorizationsIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getAuthorizationsSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getAuthorizationsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getAuthorizationsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getAuthorizationsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getAuthorizationsSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
getAuthorizationsSize() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getAuthorizationsSize() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getAuthorizationsSize() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getAuthorizor(String, boolean) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getAuths() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getAuths(CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getAuths() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getAuthsArray() - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getAuthsArray() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
GetAuthsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GetAuthsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GetAuthsCommand
 
getAuthsIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getAuthsMap(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getAuthsMap() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getAuthsSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getAutoAdjustRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration has auto-adjust ranges enabled.
getAutoAdjustRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has auto-adjust ranges enabled.
getAutoAdjustRanges(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getAutoAdjustRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Determines whether a configuration has auto-adjust ranges enabled.
getAverage() - Method in class org.apache.accumulo.core.util.Stat
 
getAverageFilesPerTablet() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getAverageFilesPerTablet() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getAvg() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getBackingArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
getBackingArray() - Method in class org.apache.accumulo.core.data.ByteSequence
 
getBadStates() - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
 
getBadTServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getBadTServersSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getBalancerForTable(String) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getBaseDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getBaseDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getBatch() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getBatchSize() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
getBatchSize() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
getBatchSize() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
getBatchSize() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
getBatchSize() - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
getBatchSize() - Method in interface org.apache.accumulo.core.client.Scanner
Returns the batch size (number of Key/Value pairs) that will be fetched at a time from a tablet server.
getBatchSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getBatchSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getBatchSize() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
getBatchSize() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
getBatchWriter(String) - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
getBatchWriter(String) - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
 
getBatchWriter(String) - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
Returns a BatchWriter for a particular table.
getBatchWriterConfig() - Method in class org.apache.accumulo.core.cli.BatchWriterOpts
 
getBatchWriterOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the BatchWriterConfig settings.
getBatchWriterOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the BatchWriterConfig settings.
getBatchWriterOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Gets the BatchWriterConfig settings.
getBCFileVersion() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get version of BCFile file being read.
getBlock(String) - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
Fetch block from cache.
getBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the buffer of the block with the specified name.
getBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
getBlockCount() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get the number of data blocks.
getBlockIndexNear(long) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Find the smallest Block index whose starting offset is greater than or equal to the specified offset.
getBlockSize(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getBodyAttributes() - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
Allow the concrete servlet implementation to provide attributes on the body HTML tag, such as 'onload', which can be used to call Javascript methods on page load.
getBodyAttributes() - Method in class org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
 
getBoolean(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getBuffer() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
getBuffer() - Method in interface org.apache.accumulo.core.file.blockfile.cache.CacheEntry
 
getBufferSize() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getBulkFilesLoaded(Connector, KeyExtent, long) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getBulkFilesLoaded(TCredentials, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getBulkFilesLoaded(TCredentials, Text) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getByDepth(int) - Static method in enum org.apache.accumulo.core.data.PartialKey
 
getByteBuffer(Text) - Static method in class org.apache.accumulo.core.util.TextUtil
 
getBytes() - Method in class org.apache.accumulo.core.data.ComparableBytes
 
getBytes(Text) - Static method in class org.apache.accumulo.core.util.TextUtil
 
getCachedMetaBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
getCachedUserAuthorizations(String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to get the authorizations for the user
getCachedUserAuthorizations(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
getCachedUserAuthorizations(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getCacheResetCount() - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getCandidates() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getCapabilities() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileProvider
 
getCaseSensitive() - Method in class org.apache.accumulo.core.util.shell.Token
 
getCells() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
getCells() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
getCellsSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
getCellsSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
getCellType() - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
getChart(double, double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
getChildren() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getChildren(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getChildren(String, Watcher) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getChildren(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooCache
 
getChildren(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getChildren(String, Watcher) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getChildren(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
getChildren(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
getCipher(String) - Static method in class org.apache.accumulo.core.security.crypto.DefaultCryptoModuleUtils
 
getClassLoader() - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
getClassLoader() - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
getClassLoader() - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
getClassLoader(String) - Method in class org.apache.accumulo.start.classloader.vfs.ContextManager
 
getClassLoader() - Method in interface org.apache.accumulo.start.classloader.vfs.ReloadingClassLoader
 
getClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
getClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
getClassName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
getClassName() - Method in class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
getClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
getClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
getClient() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getClient(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client.Factory
 
getClient(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client.Factory
 
getClient(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client.Factory
 
getClient(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client.Factory
 
getClient() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getClient(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client.Factory
 
getClient(TServiceClientFactory<T>, InetSocketAddress, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
getClient(TServiceClientFactory<T>, String, Property, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
getClient(TServiceClientFactory<T>, String, Property, Property, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
getClient(TServiceClientFactory<T>, String, Property, long, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
getClient(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client.Factory
 
getClient() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getClient(TProtocol) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.Client.Factory
 
getClient(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TestService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.trace.thrift.TestService.Client.Factory
 
getClientAddressString() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getClientString() - Method in class org.apache.accumulo.core.util.TBufferedSocket
 
getCode() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
getCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
getCol(Key) - Static method in class org.apache.accumulo.test.VerifyIngest
 
getColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getColFamily() - Method in class org.apache.accumulo.proxy.thrift.Column
 
getColFamily() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
getColFamily() - Method in class org.apache.accumulo.proxy.thrift.Key
 
getColFamily() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
getColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Column
 
getColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
getColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Key
 
getColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
getColumnFamily() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
 
getColumnFamily() - Method in class org.apache.accumulo.core.data.Column
 
getColumnFamily() - Method in class org.apache.accumulo.core.data.ColumnUpdate
Returns the column
getColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
This method gives users control over allocation of Text objects by copying into the passed in text.
getColumnFamily() - Method in class org.apache.accumulo.core.data.Key
This method allocates a Text object and copies into it.
getColumnFamily() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
getColumnFamily() - Method in class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
getColumnFamily() - Method in class org.apache.accumulo.core.util.ColumnFQ
 
getColumnFamilyData() - Method in class org.apache.accumulo.core.data.Key
This method returns a pointer to the keys internal data and does not copy it.
getColumnQualifier() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
 
getColumnQualifier() - Method in class org.apache.accumulo.core.data.Column
 
getColumnQualifier() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
getColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
This method gives users control over allocation of Text objects by copying into the passed in text.
getColumnQualifier() - Method in class org.apache.accumulo.core.data.Key
This method allocates a Text object and copies into it.
getColumnQualifier() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
getColumnQualifier() - Method in class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
getColumnQualifier() - Method in class org.apache.accumulo.core.util.ColumnFQ
 
getColumnQualifierData() - Method in class org.apache.accumulo.core.data.Key
This method returns a pointer to the keys internal data and does not copy it.
getColumns() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getColumns() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getColumns() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getColumns() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getColumnsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getColumnsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getColumnsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getColumnsIterator() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getColumnsIterator() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getColumnsIterator() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getColumnsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getColumnsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getColumnsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getColumnsSize() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getColumnsSize() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getColumnsSize() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getColumnVisibility() - Method in class org.apache.accumulo.core.data.Column
 
getColumnVisibility() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
getColumnVisibility() - Method in class org.apache.accumulo.core.data.Key
This method allocates a Text object and copies into it.
getColumnVisibility(Text) - Method in class org.apache.accumulo.core.data.Key
This method gives users control over allocation of Text objects by copying into the passed in text.
getColumnVisibility() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
getColumnVisibilityData() - Method in class org.apache.accumulo.core.data.Key
This method returns a pointer to the keys internal data and does not copy it.
getColumnVisibilityParsed() - Method in class org.apache.accumulo.core.data.Key
This method creates a new ColumnVisibility representing the column visibility for this key WARNING: using this method may inhibit performance since a new ColumnVisibility object is created on every call.
getColVisibility() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Column
 
getColVisibility() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
getColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Key
 
getCommandNames() - Method in class org.apache.accumulo.core.util.shell.Token
 
getCommitAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getComparator() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get an instance of the RawComparator that is constructed based on the string comparator representation.
getComparator(int, Comparator<T>) - Static method in class org.apache.accumulo.server.monitor.util.TableRow
 
getComparatorName() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get the string representation of the comparator.
getCompressedSize() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
 
getCompressedSize() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
getCompressedSize() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
Get the compressed size of the block.
getCompressedSize() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
Get the compressed size of the block in progress.
getCompressedSize() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getCompressionName() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
Get the name of the compression algorithm used to compress the block.
getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
getConf() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getConfig() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
getConfig() - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
getConfigBuilder() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileProvider
 
getConfigClass() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystemConfigBuilder
 
getConfigDir() - Method in class org.apache.accumulo.test.randomwalk.Framework
 
getConfiguration(TInfo, TCredentials, ConfigurationType, AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getConfiguration(TInfo, TCredentials, ConfigurationType, AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getConfiguration(TInfo, TCredentials, ConfigurationType) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getConfiguration(TInfo, TCredentials, ConfigurationType) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getConfiguration() - Method in interface org.apache.accumulo.core.client.Instance
Returns the AccumuloConfiguration to use when interacting with this instance.
getConfiguration() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getConfiguration() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getConfiguration(TInfo, TCredentials, ConfigurationType) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getConfiguration() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getConfiguration() - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getConfiguration() - Method in class org.apache.accumulo.server.master.Master
 
getConfiguration() - Method in interface org.apache.accumulo.server.tabletserver.log.DfsLogger.ServerResources
 
getConnection(Instance) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
getConnection(Instance) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
getConnection(Instance, boolean) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
getConnection(Instance, boolean, long) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
getConnection(TServerInstance) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
getConnection(TServerInstance) - Method in class org.apache.accumulo.server.master.Master
 
getConnectionWithRetry(Instance) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
getConnector() - Method in class org.apache.accumulo.core.cli.ClientOpts
 
getConnector(String, byte[]) - Method in interface org.apache.accumulo.core.client.Instance
getConnector(AuthInfo) - Method in interface org.apache.accumulo.core.client.Instance
getConnector(String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.Instance
getConnector(String, CharSequence) - Method in interface org.apache.accumulo.core.client.Instance
getConnector(String, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.Instance
Returns a connection to this instance of accumulo.
getConnector(String, byte[]) - Method in class org.apache.accumulo.core.client.mock.MockInstance
Deprecated.
getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.mock.MockInstance
Deprecated.
getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.mock.MockInstance
Deprecated.
getConnector(AuthInfo) - Method in class org.apache.accumulo.core.client.mock.MockInstance
Deprecated.
getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
Deprecated.
getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
Deprecated.
getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getConnector(String, byte[]) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
Deprecated.
getConnector(AuthInfo) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
Deprecated.
getConnector() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getConnector(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getConnector(String, byte[]) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
Deprecated.
getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
Deprecated.
getConnector(String, CharSequence) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
Deprecated.
getConnector(AuthInfo) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
Deprecated.
getConnector() - Method in class org.apache.accumulo.server.master.Master
 
getConnector() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
getConnector() - Method in class org.apache.accumulo.test.randomwalk.State
 
getConnector() - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
getConstrainClass() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
getConstrainClass() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getConstraint() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
getConstraintClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
getConstraintViolationCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getConstraintViolationCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getConstraintViolationSummaries() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getContents() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getContentSummary(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getContext() - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
getContext() - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
getContextConfig(String) - Method in interface org.apache.accumulo.start.classloader.vfs.ContextManager.ContextsConfig
 
getContextConfig(String) - Method in class org.apache.accumulo.start.classloader.vfs.ContextManager.DefaultContextsConfig
 
getContextManager() - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
getCookie(HttpServletRequest, String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
getCount(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getCount() - Method in class org.apache.accumulo.core.iterators.system.CountingIterator
 
getCount() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getCount() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getCount() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
getCount() - Method in class org.apache.accumulo.server.tabletserver.Compactor.CountingIterator
 
getCount(T) - Method in class org.apache.accumulo.test.continuous.Histogram
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getCredentials() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
getCredentials() - Method in class org.apache.accumulo.test.randomwalk.State
 
getCryptoModule(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
Deprecated.
This method returns a crypto module based on settings in the given configuration parameter.
getCryptoModule(String) - Static method in class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
Deprecated.
 
getCurrent() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getCurrentFormatter(String, Shell) - Static method in class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
getCurrentInterpreter(String, Shell) - Static method in class org.apache.accumulo.core.util.shell.commands.InterpreterCommand
 
getCurrentKey() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
getCurrentLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getCurrentLogs() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getCurrentServers() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
getCurrentSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the current size of this cache.
getCurrentTServers() - Method in interface org.apache.accumulo.server.tabletserver.log.DfsLogger.ServerResources
 
getCurrentValue() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
getCve() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
getData() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getData(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the directory table and pulls out stat information about a path.
getData() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getData(String) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getData(String, Stat) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getData(String, Stat) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getData(ZooKeeper, String, Stat) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
getData() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
getData() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
getData() - Method in interface org.apache.accumulo.trace.instrument.Span
Get data associated with this span (read only)
getData() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getDataBlock(int) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
 
getDataBlock(long, long, long) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
 
getDataBlock(int) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
It is intended that once the BlockRead object is returned to the caller, that the caller will read the entire block and then call close on the BlockRead class.
getDataBlock(long, long, long) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
getDataBlock(int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Stream access to a Data Block.
getDataBlock(long, long, long) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
 
getDataCache() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
getDataCacheHitRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getDataCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getDataCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getDatafiles() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getDataFileSizes(KeyExtent, TCredentials) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getDataSize() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getDataVersionLocation(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getDataVersionLocation() - Static method in class org.apache.accumulo.server.ServerConstants
 
getDeadTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getDeadTabletServersIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getDeadTabletServersSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getDecryptingInputStream(InputStream, Map<String, String>) - Method in interface org.apache.accumulo.core.security.crypto.CryptoModule
Deprecated.
Wraps an InputStream and returns a decrypting input stream.
getDecryptingInputStream(InputStream, Map<String, String>, Map<CryptoModule.CryptoInitProperty, Object>) - Method in interface org.apache.accumulo.core.security.crypto.CryptoModule
Deprecated.
Wraps an InputStream and returns a decrypting input stream.
getDecryptingInputStream(InputStream, Map<String, String>) - Method in class org.apache.accumulo.core.security.crypto.DefaultCryptoModule
Deprecated.
 
getDecryptingInputStream(InputStream, Map<String, String>, Map<CryptoModule.CryptoInitProperty, Object>) - Method in class org.apache.accumulo.core.security.crypto.DefaultCryptoModule
Deprecated.
 
getDeepCopyDataSource(IteratorEnvironment) - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
getDefaultBlockSize() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
Deprecated.
getDefaultCipherSuites() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 
getDefaultCompressionName() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get the name of the default compression algorithm.
getDefaultConfiguration() - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getDefaultConfiguration() - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getDefaultFormatter(Iterable<Map.Entry<Key, Value>>, boolean) - Static method in class org.apache.accumulo.core.util.format.FormatterFactory
 
getDefaultPrompt() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getDefaultReplication() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
Deprecated.
getDefaultTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the default table name from the configuration.
getDefaultTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the default table name from the configuration.
getDefaultTableName(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getDefaultTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Gets the default table name from the configuration.
getDefaultValue() - Method in enum org.apache.accumulo.core.conf.Property
 
getDeleted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getDepth() - Method in enum org.apache.accumulo.core.data.PartialKey
 
getDepth(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Calculates the depth of a path, i.e.
getDescription() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
getDescription() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
getDescription() - Method in enum org.apache.accumulo.core.conf.Property
 
getDescription() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
getDescription() - Method in enum org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode
 
getDescription() - Method in interface org.apache.accumulo.fate.ReadOnlyRepo
 
getDescription() - Method in class org.apache.accumulo.fate.ReadOnlyStore.ReadOnlyRepoWrapper
 
getDescription() - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
getDescription() - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
getDescription() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
getDescription() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getDir() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getDirList(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Uses the directory table to list the contents of a directory.
getDocID(Key) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
getDocID(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
getDuplicateReads() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getEarlierEntries(long) - Method in interface org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.QueueLock
 
getEarlierEntries(long) - Method in class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
getElapsed() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticate
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticateUser
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.bulkImportFiles
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeAuthorizations
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeLocalUserPassword
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkClass
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkTableClass
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.createLocalUser
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.dropLocalUser
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getConfiguration
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getInstanceId
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getRootTabletLocation
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getTableConfiguration
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getUserAuthorizations
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getZooKeepers
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantSystemPermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantTablePermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasSystemPermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasTablePermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.isActive
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.listLocalUsers
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.ping
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeSystemPermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeTablePermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.fails
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.success
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.throwsError
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor.getStatus
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.beginTableOperation
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.executeTableOperation
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.finishTableOperation
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.getMasterStats
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.initiateFlush
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeSystemProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeTableProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportSplitExtent
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportTabletStatus
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setMasterGoalState
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setSystemProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setTableProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdown
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdownTabletServer
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForFlush
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForTableOperation
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.applyUpdates
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.bulkImport
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.chop
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeMultiScan
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeScan
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeUpdate
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.compact
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueMultiScan
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueScan
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.fastHalt
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flush
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flushTablet
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveCompactions
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveScans
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getHistoricalStats
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletServerStatus
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletStats
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.halt
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.loadTablet
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.removeLogs
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.splitTablet
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startMultiScan
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startScan
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startUpdate
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.unloadTablet
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.update
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addConstraint
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addSplits
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.attachIterator
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.authenticateUser
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cancelCompaction
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeLocalUserPassword
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeUserAuthorizations
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.checkIteratorConflicts
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.clearLocatorCache
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cloneTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeScanner
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeWriter
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.compactTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createBatchScanner
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createLocalUser
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createScanner
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createWriter
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteRows
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.dropLocalUser
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.exportTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flush
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flushTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveCompactions
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveScans
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getFollowing
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getIteratorSetting
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getLocalityGroups
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getMaxRow
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getRowRange
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSiteConfiguration
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSystemConfiguration
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTableProperties
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTabletServers
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getUserAuthorizations
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantSystemPermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantTablePermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasNext
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasSystemPermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasTablePermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importDirectory
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listConstraints
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listIterators
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listLocalUsers
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listSplits
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listTables
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.login
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.mergeTablets
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextEntry
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextK
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.offlineTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.onlineTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.pingTabletServer
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeConstraint
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeIterator
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeTableProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.renameTable
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeSystemPermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeTablePermission
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setLocalityGroups
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setTableProperty
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.splitRangeByTablets
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableExists
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableIdMap
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testClassLoad
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testTableClassLoad
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.update
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.updateAndFlush
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.Processor.span
 
getEmptyArgsInstance() - Method in class org.apache.accumulo.trace.thrift.TestService.Processor.checkTrace
 
getEncodedEndRow() - Method in exception org.apache.accumulo.server.master.state.TabletLocationState.BadLocationStateException
 
getEncryptedSecretKey() - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
getEncryptedSecretKey() - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
getEncryptingOutputStream(OutputStream, Map<String, String>) - Method in interface org.apache.accumulo.core.security.crypto.CryptoModule
Deprecated.
Wraps an OutputStream in an encrypting OutputStream.
getEncryptingOutputStream(OutputStream, Map<String, String>, Map<CryptoModule.CryptoInitProperty, Object>) - Method in interface org.apache.accumulo.core.security.crypto.CryptoModule
Deprecated.
Wraps an OutputStream in an encrypting OutputStream.
getEncryptingOutputStream(OutputStream, Map<String, String>) - Method in class org.apache.accumulo.core.security.crypto.DefaultCryptoModule
Deprecated.
 
getEncryptingOutputStream(OutputStream, Map<String, String>, Map<CryptoModule.CryptoInitProperty, Object>) - Method in class org.apache.accumulo.core.security.crypto.DefaultCryptoModule
Deprecated.
 
getEndKey() - Method in class org.apache.accumulo.core.data.Range
 
getEndRow() - Method in class org.apache.accumulo.core.data.KeyExtent
Returns this extent's end row
getEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
getEndRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
getEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
getEndRow(CommandLine) - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
getEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
getEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
getEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
getEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
getEndRow() - Method in class org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
 
getEntries() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getEntries(Instance, TCredentials, String, boolean, Map<KeyExtent, String>, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getEntries() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getEntries() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getEntriesInMemory() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getEntriesInMemory() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getEntriesLeft() - Method in class org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
 
getEntriesRead() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getEntriesRead() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getEntriesRead() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getEntriesRead() - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
getEntriesWritten() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getEntriesWritten() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getEntriesWritten() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getEntriesWritten() - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
getEntryComparator() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get a Comparator object to compare Entries.
getEntryCount() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get the number of key-value pair entries in TFile.
getEnvironmentConfiguration() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
getErrorCode() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
Deprecated.
getErrorDir() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getErrors() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getErrorServers() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getEstimatedSize() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
getEtcetera() - Method in class org.apache.accumulo.core.util.Version
 
getEvent() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
getEventCoordinator() - Method in class org.apache.accumulo.server.master.Master
 
getEvents() - Method in class org.apache.accumulo.server.monitor.LogService
 
getEvictedCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getEvictedCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the number of blocks that have been evicted during the lifetime of this cache.
getEvictionCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getEvictionCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the number of eviction runs that have occurred
getEx() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
getException(long) - Method in class org.apache.accumulo.fate.Fate
 
getException() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getExecutionAvgTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionAvgTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getExecutionCount() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionCount() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getExecutionMaxTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionMaxTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getExecutionMinTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionMinTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getExit() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getExitCode() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getExportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
getExportedProps(FileSystem, Path) - Static method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
getExpression() - Method in class org.apache.accumulo.core.security.ColumnVisibility
Accessor for the underlying byte string.
getExtent() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getExtent() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getExtent() - Method in interface org.apache.accumulo.core.constraints.Constraint.Environment
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
getExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
getExtent() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getExtent() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getExtent() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getExtent() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns a KeyExtent object representing this tablet's key range.
getExtent() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getFail() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getFailedExtents() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getFailedExtentsSize() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getFailureDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
getFailures() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getFailuresSize() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getFetchedColumns() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
getFetchedColumns(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the columns to be mapped over from this job.
getFetchedColumns(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the columns to be mapped over from this job.
getFetchedColumns(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getFetchedColumns(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Gets the columns to be mapped over from this job.
getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.security.thrift.AuthInfo._Fields
Deprecated.
 
getFieldName() - Method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
Deprecated.
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloSecurityException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.ActiveCompaction._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.ActiveScan._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.BatchScanOptions._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.Column._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.ColumnUpdate._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.IteratorSetting._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.Key._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.KeyExtent._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.KeyValue._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.KeyValueAndPeek._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.MutationsRejectedException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.NoMoreEntriesException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.Range._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.ScanColumn._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.ScanOptions._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.ScanResult._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.TableExistsException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.TableNotFoundException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.UnknownScanner._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.UnknownWriter._Fields
 
getFieldName() - Method in enum org.apache.accumulo.proxy.thrift.WriterOptions._Fields
 
getFieldName() - Method in enum org.apache.accumulo.trace.thrift.RemoteSpan._Fields
 
getFieldName() - Method in enum org.apache.accumulo.trace.thrift.SpanReceiver.span_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.trace.thrift.TInfo._Fields
 
getFieldValue(ClientService.authenticate_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
getFieldValue(ClientService.authenticate_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
getFieldValue(ClientService.authenticateUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
getFieldValue(ClientService.authenticateUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
getFieldValue(ClientService.bulkImportFiles_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getFieldValue(ClientService.bulkImportFiles_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
getFieldValue(ClientService.changeAuthorizations_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getFieldValue(ClientService.changeAuthorizations_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
getFieldValue(ClientService.changeLocalUserPassword_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
getFieldValue(ClientService.changeLocalUserPassword_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
getFieldValue(ClientService.checkClass_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
getFieldValue(ClientService.checkClass_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
getFieldValue(ClientService.checkTableClass_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
getFieldValue(ClientService.checkTableClass_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
getFieldValue(ClientService.createLocalUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
getFieldValue(ClientService.createLocalUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
getFieldValue(ClientService.dropLocalUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
getFieldValue(ClientService.dropLocalUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
getFieldValue(ClientService.getConfiguration_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
getFieldValue(ClientService.getConfiguration_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
getFieldValue(ClientService.getInstanceId_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
getFieldValue(ClientService.getInstanceId_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
getFieldValue(ClientService.getRootTabletLocation_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
getFieldValue(ClientService.getRootTabletLocation_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
getFieldValue(ClientService.getTableConfiguration_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
getFieldValue(ClientService.getTableConfiguration_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
getFieldValue(ClientService.getUserAuthorizations_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
getFieldValue(ClientService.getUserAuthorizations_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
getFieldValue(ClientService.getZooKeepers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
getFieldValue(ClientService.getZooKeepers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
getFieldValue(ClientService.grantSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
getFieldValue(ClientService.grantSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
getFieldValue(ClientService.grantTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getFieldValue(ClientService.grantTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
getFieldValue(ClientService.hasSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
getFieldValue(ClientService.hasSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
getFieldValue(ClientService.hasTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getFieldValue(ClientService.hasTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
getFieldValue(ClientService.isActive_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
getFieldValue(ClientService.isActive_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
getFieldValue(ClientService.listLocalUsers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
getFieldValue(ClientService.listLocalUsers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
getFieldValue(ClientService.ping_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
getFieldValue(ClientService.ping_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
getFieldValue(ClientService.revokeSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
getFieldValue(ClientService.revokeSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
getFieldValue(ClientService.revokeTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getFieldValue(ClientService.revokeTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
getFieldValue(ThriftSecurityException._Fields) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
getFieldValue(ThriftTableOperationException._Fields) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
getFieldValue(ThriftTest.fails_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
getFieldValue(ThriftTest.fails_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
getFieldValue(ThriftTest.success_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
getFieldValue(ThriftTest.success_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
getFieldValue(ThriftTest.throwsError_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
getFieldValue(ThriftTest.throwsError_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
getFieldValue(InitialMultiScan._Fields) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
getFieldValue(InitialScan._Fields) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
getFieldValue(IterInfo._Fields) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
getFieldValue(MapFileInfo._Fields) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
getFieldValue(MultiScanResult._Fields) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getFieldValue(ScanResult._Fields) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getFieldValue(TColumn._Fields) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
getFieldValue(TConstraintViolationSummary._Fields) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getFieldValue(TKey._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getFieldValue(TKeyExtent._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
getFieldValue(TKeyValue._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
getFieldValue(TMutation._Fields) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getFieldValue(TRange._Fields) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
getFieldValue(UpdateErrors._Fields) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getFieldValue(GcCycleStats._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getFieldValue(GCMonitorService.getStatus_args._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
getFieldValue(GCMonitorService.getStatus_result._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
getFieldValue(GCStatus._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getFieldValue(Compacting._Fields) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
getFieldValue(DeadServer._Fields) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
getFieldValue(MasterClientService.beginTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
getFieldValue(MasterClientService.beginTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
getFieldValue(MasterClientService.executeTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getFieldValue(MasterClientService.executeTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
getFieldValue(MasterClientService.finishTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
getFieldValue(MasterClientService.finishTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
getFieldValue(MasterClientService.getMasterStats_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
getFieldValue(MasterClientService.getMasterStats_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
getFieldValue(MasterClientService.initiateFlush_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
getFieldValue(MasterClientService.initiateFlush_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
getFieldValue(MasterClientService.removeSystemProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
getFieldValue(MasterClientService.removeSystemProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
getFieldValue(MasterClientService.removeTableProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
getFieldValue(MasterClientService.removeTableProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
getFieldValue(MasterClientService.reportSplitExtent_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
getFieldValue(MasterClientService.reportTabletStatus_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
getFieldValue(MasterClientService.setMasterGoalState_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
getFieldValue(MasterClientService.setMasterGoalState_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
getFieldValue(MasterClientService.setSystemProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
getFieldValue(MasterClientService.setSystemProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
getFieldValue(MasterClientService.setTableProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
getFieldValue(MasterClientService.setTableProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
getFieldValue(MasterClientService.shutdown_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
getFieldValue(MasterClientService.shutdown_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
getFieldValue(MasterClientService.shutdownTabletServer_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
getFieldValue(MasterClientService.shutdownTabletServer_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
getFieldValue(MasterClientService.waitForFlush_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getFieldValue(MasterClientService.waitForFlush_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
getFieldValue(MasterClientService.waitForTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
getFieldValue(MasterClientService.waitForTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
getFieldValue(MasterMonitorInfo._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getFieldValue(RecoveryException._Fields) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
getFieldValue(RecoveryStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getFieldValue(TableInfo._Fields) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getFieldValue(TabletServerStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getFieldValue(TabletSplit._Fields) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getFieldValue(AuthInfo._Fields) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
getFieldValue(TCredentials._Fields) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
getFieldValue(ThriftSecurityException._Fields) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
getFieldValue(ActionStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getFieldValue(ActiveCompaction._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getFieldValue(ActiveScan._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getFieldValue(ConstraintViolationException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
getFieldValue(IteratorConfig._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
getFieldValue(NoSuchScanIDException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
getFieldValue(NotServingTabletException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
getFieldValue(TabletClientService.applyUpdates_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getFieldValue(TabletClientService.bulkImport_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getFieldValue(TabletClientService.bulkImport_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
getFieldValue(TabletClientService.chop_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
getFieldValue(TabletClientService.closeMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
getFieldValue(TabletClientService.closeMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
getFieldValue(TabletClientService.closeScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
getFieldValue(TabletClientService.closeUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
getFieldValue(TabletClientService.closeUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
getFieldValue(TabletClientService.compact_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
getFieldValue(TabletClientService.continueMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
getFieldValue(TabletClientService.continueMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
getFieldValue(TabletClientService.continueScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
getFieldValue(TabletClientService.continueScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
getFieldValue(TabletClientService.fastHalt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
getFieldValue(TabletClientService.flush_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
getFieldValue(TabletClientService.flushTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
getFieldValue(TabletClientService.getActiveCompactions_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
getFieldValue(TabletClientService.getActiveCompactions_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
getFieldValue(TabletClientService.getActiveScans_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
getFieldValue(TabletClientService.getActiveScans_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
getFieldValue(TabletClientService.getHistoricalStats_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
getFieldValue(TabletClientService.getHistoricalStats_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
getFieldValue(TabletClientService.getTabletServerStatus_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
getFieldValue(TabletClientService.getTabletServerStatus_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
getFieldValue(TabletClientService.getTabletStats_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
getFieldValue(TabletClientService.getTabletStats_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
getFieldValue(TabletClientService.halt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
getFieldValue(TabletClientService.halt_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
getFieldValue(TabletClientService.loadTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
getFieldValue(TabletClientService.removeLogs_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
getFieldValue(TabletClientService.splitTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
getFieldValue(TabletClientService.splitTablet_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
getFieldValue(TabletClientService.startMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getFieldValue(TabletClientService.startMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
getFieldValue(TabletClientService.startScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getFieldValue(TabletClientService.startScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
getFieldValue(TabletClientService.startUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
getFieldValue(TabletClientService.startUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
getFieldValue(TabletClientService.unloadTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
getFieldValue(TabletClientService.update_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
getFieldValue(TabletClientService.update_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
getFieldValue(TabletStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getFieldValue(TIteratorSetting._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
getFieldValue(TooManyFilesException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
getFieldValue(AccumuloException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
getFieldValue(AccumuloProxy.addConstraint_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
getFieldValue(AccumuloProxy.addConstraint_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
getFieldValue(AccumuloProxy.addSplits_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
getFieldValue(AccumuloProxy.addSplits_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
getFieldValue(AccumuloProxy.attachIterator_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
getFieldValue(AccumuloProxy.attachIterator_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
getFieldValue(AccumuloProxy.authenticateUser_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
getFieldValue(AccumuloProxy.authenticateUser_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
getFieldValue(AccumuloProxy.cancelCompaction_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
getFieldValue(AccumuloProxy.cancelCompaction_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
getFieldValue(AccumuloProxy.changeLocalUserPassword_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
getFieldValue(AccumuloProxy.changeLocalUserPassword_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
getFieldValue(AccumuloProxy.changeUserAuthorizations_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
getFieldValue(AccumuloProxy.changeUserAuthorizations_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
getFieldValue(AccumuloProxy.checkIteratorConflicts_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
getFieldValue(AccumuloProxy.checkIteratorConflicts_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
getFieldValue(AccumuloProxy.clearLocatorCache_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
getFieldValue(AccumuloProxy.clearLocatorCache_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
getFieldValue(AccumuloProxy.cloneTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getFieldValue(AccumuloProxy.cloneTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
getFieldValue(AccumuloProxy.closeScanner_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
getFieldValue(AccumuloProxy.closeScanner_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
getFieldValue(AccumuloProxy.closeWriter_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
getFieldValue(AccumuloProxy.closeWriter_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
getFieldValue(AccumuloProxy.compactTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getFieldValue(AccumuloProxy.compactTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
getFieldValue(AccumuloProxy.createBatchScanner_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
getFieldValue(AccumuloProxy.createBatchScanner_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
getFieldValue(AccumuloProxy.createLocalUser_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
getFieldValue(AccumuloProxy.createLocalUser_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
getFieldValue(AccumuloProxy.createScanner_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
getFieldValue(AccumuloProxy.createScanner_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
getFieldValue(AccumuloProxy.createTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
getFieldValue(AccumuloProxy.createTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
getFieldValue(AccumuloProxy.createWriter_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
getFieldValue(AccumuloProxy.createWriter_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
getFieldValue(AccumuloProxy.deleteRows_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
getFieldValue(AccumuloProxy.deleteRows_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
getFieldValue(AccumuloProxy.deleteTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
getFieldValue(AccumuloProxy.deleteTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
getFieldValue(AccumuloProxy.dropLocalUser_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
getFieldValue(AccumuloProxy.dropLocalUser_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
getFieldValue(AccumuloProxy.exportTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
getFieldValue(AccumuloProxy.exportTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
getFieldValue(AccumuloProxy.flush_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
getFieldValue(AccumuloProxy.flush_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
getFieldValue(AccumuloProxy.flushTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
getFieldValue(AccumuloProxy.flushTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
getFieldValue(AccumuloProxy.getActiveCompactions_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
getFieldValue(AccumuloProxy.getActiveCompactions_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
getFieldValue(AccumuloProxy.getActiveScans_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
getFieldValue(AccumuloProxy.getActiveScans_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
getFieldValue(AccumuloProxy.getFollowing_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
getFieldValue(AccumuloProxy.getFollowing_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
getFieldValue(AccumuloProxy.getIteratorSetting_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
getFieldValue(AccumuloProxy.getIteratorSetting_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
getFieldValue(AccumuloProxy.getLocalityGroups_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
getFieldValue(AccumuloProxy.getLocalityGroups_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
getFieldValue(AccumuloProxy.getMaxRow_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getFieldValue(AccumuloProxy.getMaxRow_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
getFieldValue(AccumuloProxy.getRowRange_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
getFieldValue(AccumuloProxy.getRowRange_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
getFieldValue(AccumuloProxy.getSiteConfiguration_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
getFieldValue(AccumuloProxy.getSiteConfiguration_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
getFieldValue(AccumuloProxy.getSystemConfiguration_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
getFieldValue(AccumuloProxy.getSystemConfiguration_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
getFieldValue(AccumuloProxy.getTableProperties_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
getFieldValue(AccumuloProxy.getTableProperties_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
getFieldValue(AccumuloProxy.getTabletServers_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
getFieldValue(AccumuloProxy.getTabletServers_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
getFieldValue(AccumuloProxy.getUserAuthorizations_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
getFieldValue(AccumuloProxy.getUserAuthorizations_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
getFieldValue(AccumuloProxy.grantSystemPermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
getFieldValue(AccumuloProxy.grantSystemPermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
getFieldValue(AccumuloProxy.grantTablePermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
getFieldValue(AccumuloProxy.grantTablePermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
getFieldValue(AccumuloProxy.hasNext_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
getFieldValue(AccumuloProxy.hasNext_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
getFieldValue(AccumuloProxy.hasSystemPermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
getFieldValue(AccumuloProxy.hasSystemPermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
getFieldValue(AccumuloProxy.hasTablePermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
getFieldValue(AccumuloProxy.hasTablePermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
getFieldValue(AccumuloProxy.importDirectory_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
getFieldValue(AccumuloProxy.importDirectory_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
getFieldValue(AccumuloProxy.importTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
getFieldValue(AccumuloProxy.importTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
getFieldValue(AccumuloProxy.listConstraints_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
getFieldValue(AccumuloProxy.listConstraints_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
getFieldValue(AccumuloProxy.listIterators_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
getFieldValue(AccumuloProxy.listIterators_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
getFieldValue(AccumuloProxy.listLocalUsers_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
getFieldValue(AccumuloProxy.listLocalUsers_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
getFieldValue(AccumuloProxy.listSplits_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
getFieldValue(AccumuloProxy.listSplits_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
getFieldValue(AccumuloProxy.listTables_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
getFieldValue(AccumuloProxy.listTables_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
getFieldValue(AccumuloProxy.login_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
getFieldValue(AccumuloProxy.login_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
getFieldValue(AccumuloProxy.mergeTablets_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
getFieldValue(AccumuloProxy.mergeTablets_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
getFieldValue(AccumuloProxy.nextEntry_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
getFieldValue(AccumuloProxy.nextEntry_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
getFieldValue(AccumuloProxy.nextK_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
getFieldValue(AccumuloProxy.nextK_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
getFieldValue(AccumuloProxy.offlineTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
getFieldValue(AccumuloProxy.offlineTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
getFieldValue(AccumuloProxy.onlineTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
getFieldValue(AccumuloProxy.onlineTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
getFieldValue(AccumuloProxy.pingTabletServer_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
getFieldValue(AccumuloProxy.pingTabletServer_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
getFieldValue(AccumuloProxy.removeConstraint_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
getFieldValue(AccumuloProxy.removeConstraint_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
getFieldValue(AccumuloProxy.removeIterator_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
getFieldValue(AccumuloProxy.removeIterator_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
getFieldValue(AccumuloProxy.removeProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
getFieldValue(AccumuloProxy.removeProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
getFieldValue(AccumuloProxy.removeTableProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
getFieldValue(AccumuloProxy.removeTableProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
getFieldValue(AccumuloProxy.renameTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
getFieldValue(AccumuloProxy.renameTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
getFieldValue(AccumuloProxy.revokeSystemPermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
getFieldValue(AccumuloProxy.revokeSystemPermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
getFieldValue(AccumuloProxy.revokeTablePermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
getFieldValue(AccumuloProxy.revokeTablePermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
getFieldValue(AccumuloProxy.setLocalityGroups_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
getFieldValue(AccumuloProxy.setLocalityGroups_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
getFieldValue(AccumuloProxy.setProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
getFieldValue(AccumuloProxy.setProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
getFieldValue(AccumuloProxy.setTableProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
getFieldValue(AccumuloProxy.setTableProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
getFieldValue(AccumuloProxy.splitRangeByTablets_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
getFieldValue(AccumuloProxy.splitRangeByTablets_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
getFieldValue(AccumuloProxy.tableExists_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
getFieldValue(AccumuloProxy.tableExists_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
getFieldValue(AccumuloProxy.tableIdMap_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
getFieldValue(AccumuloProxy.tableIdMap_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
getFieldValue(AccumuloProxy.testClassLoad_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
getFieldValue(AccumuloProxy.testClassLoad_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
getFieldValue(AccumuloProxy.testTableClassLoad_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
getFieldValue(AccumuloProxy.testTableClassLoad_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
getFieldValue(AccumuloProxy.update_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
getFieldValue(AccumuloProxy.updateAndFlush_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
getFieldValue(AccumuloProxy.updateAndFlush_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
getFieldValue(AccumuloSecurityException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
getFieldValue(ActiveCompaction._Fields) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getFieldValue(ActiveScan._Fields) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getFieldValue(BatchScanOptions._Fields) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getFieldValue(Column._Fields) - Method in class org.apache.accumulo.proxy.thrift.Column
 
getFieldValue(ColumnUpdate._Fields) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
getFieldValue(IteratorSetting._Fields) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
getFieldValue(Key._Fields) - Method in class org.apache.accumulo.proxy.thrift.Key
 
getFieldValue(KeyExtent._Fields) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
getFieldValue(KeyValue._Fields) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
getFieldValue(KeyValueAndPeek._Fields) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
getFieldValue(MutationsRejectedException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
getFieldValue(NoMoreEntriesException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
getFieldValue(Range._Fields) - Method in class org.apache.accumulo.proxy.thrift.Range
 
getFieldValue(ScanColumn._Fields) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
getFieldValue(ScanOptions._Fields) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getFieldValue(ScanResult._Fields) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
getFieldValue(TableExistsException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
getFieldValue(TableNotFoundException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
getFieldValue(UnknownScanner._Fields) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
getFieldValue(UnknownWriter._Fields) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
getFieldValue(WriterOptions._Fields) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
getFieldValue(RemoteSpan._Fields) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getFieldValue(SpanReceiver.span_args._Fields) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
getFieldValue(TestService.checkTrace_args._Fields) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
getFieldValue(TestService.checkTrace_result._Fields) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
getFieldValue(TInfo._Fields) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
getFileAndLogEntries(TCredentials, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getFileChecksum(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getFileName() - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
getFilenames() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
getFilenamesIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
getFilenamesSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
getFilePointer() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
getFiles() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getFiles() - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
getFilesIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getFileSize(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.FileOperations
 
getFileSize(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
getFileSize(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
getFileSize() - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
getFilesSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getFilesSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getFileStatus(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getFileSystem() - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
getFileSystem(Configuration, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.file.FileUtil
 
getFileSystem() - Method in class org.apache.accumulo.server.master.Master
 
getFileSystem() - Method in class org.apache.accumulo.server.tabletserver.Compactor
 
getFileSystem() - Method in interface org.apache.accumulo.server.tabletserver.log.DfsLogger.ServerResources
 
getFinished() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getFirst() - Method in class org.apache.accumulo.core.util.Pair
 
getFirstKey() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
getFirstKey() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
 
getFirstKey() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
getFirstKey() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get the first key in the TFile.
getFirstKey() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
getFirstKey() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
getFirstKey() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
getFirstRow() - Method in class org.apache.accumulo.core.file.FileUtil.FileInfo
 
getFixedProperties() - Static method in enum org.apache.accumulo.core.conf.Property
 
getFlushID() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getFollowing(Key, PartialKey) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getFollowing(Key, PartialKey, AsyncMethodCallback<AccumuloProxy.AsyncClient.getFollowing_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getFollowing(Key, PartialKey, AsyncMethodCallback<AccumuloProxy.AsyncClient.getFollowing_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getFollowing(Key, PartialKey) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getFollowing(Key, PartialKey) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getFormatter(Class<? extends Formatter>, Iterable<Map.Entry<Key, Value>>, boolean) - Static method in class org.apache.accumulo.core.util.format.FormatterFactory
 
getFormatter(CommandLine, String, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getFormatter() - Method in class org.apache.accumulo.core.util.shell.Shell
Return the formatter for the current table.
getFormatter(String) - Method in class org.apache.accumulo.core.util.shell.Shell
Return the formatter for the given table.
getForwardIndex(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the QueryUtil.FORWARD_PREFIX for the index table.
getFraction(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getFraction(String) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getFreeSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the current size of this cache.
getFs(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getFs() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getFullName() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getFullScans() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getFullScansIterator() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getFullScansSize() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getFullValue() - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
getGcStatus() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getGroups() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
GetGroupsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GetGroupsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GetGroupsCommand
 
getGroupsSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
getHash() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getHistoricalStats(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getHistoricalStats_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getHistoricalStats(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getHistoricalStats_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getHistoricalStats(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getHistoricalStats(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
getHistoricalStats(TInfo, TCredentials) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
getHitCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getHitRatio() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getHoldTime() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getHoldTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getHoldTime() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getHomeDirectory() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getHostAddress(InetSocketAddress) - Static method in class org.apache.accumulo.core.util.AddressUtil
 
getId() - Method in enum org.apache.accumulo.core.security.SystemPermission
 
getId() - Method in enum org.apache.accumulo.core.security.TablePermission
 
getId() - Method in enum org.apache.accumulo.server.master.state.TabletServerState
 
getIdleAvgTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleAvgTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleCount() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleCount() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleMaxTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleMaxTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleMinTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleMinTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleTime() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getIdleTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getIdleTime() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getIdToNameMap(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getImplementation() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getImportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
getImportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
getIndex(Class<T>) - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
 
getIndex() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
getIndex() - Method in interface org.apache.accumulo.core.file.blockfile.cache.CacheEntry
 
getIndex(Class<T>) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
 
getIndex(Class<T>) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
 
getIndex(ABlockReader, MultiLevelIndex.IndexEntry) - Static method in class org.apache.accumulo.core.file.rfile.BlockIndex
 
getIndex() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
getIndexCache() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
getIndexCacheHitRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getIndexCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getIndexCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getIndexInfo(Map<Integer, Long>, Map<Integer, Long>) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
getIngest() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getIngest() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getIngestByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getIngestByteRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getIngestRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getIngestRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getIngestRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.AddSplitTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.BadIteratorMincTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.BatchScanSplitTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.BatchWriterFlushTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.BloomFilterTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.BulkFileTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.BulkSplitOptimizationTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.CleanUpTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.ConcurrencyTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.ConstraintTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.CreateAndUseTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.CreateManyScannersTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.DeleteEverythingTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.DeleteRowsSplitTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.DeleteRowsTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.FateStarvationTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.LargeRowTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.LogicalTimeTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.MaxOpenTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.MergeTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.PermissionsTest.SystemPermissionsTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.PermissionsTest.TablePermissionsTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.RowDeleteTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.ScanIteratorTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.ScanRangeTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.ScanSessionTimeOutTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.ServerSideErrorTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.SparseColumnFamilyTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.SplitRecoveryTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.TimeoutTest
 
getInitialConfig() - Method in class org.apache.accumulo.test.functional.VisibilityTest
 
getInputFiles() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getInputFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getInputFiles() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getInputFilesIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getInputFilesIterator() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getInputFilesSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getInputFilesSize() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getInputStream() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
getInputTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the table name from the configuration.
getInputTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the table name from the configuration.
getInputTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Gets the table name from the configuration.
getInstance() - Method in class org.apache.accumulo.core.cli.ClientOpts
 
getInstance() - Method in class org.apache.accumulo.core.client.Connector
Accessor method for internal instance object.
getInstance() - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
getInstance(Instance, Text) - Static method in class org.apache.accumulo.core.client.impl.TabletLocator
 
getInstance() - Static method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Initializes an Accumulo Instance based on the configuration.
getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Initializes an Accumulo Instance based on the configuration.
getInstance(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated.
since 1.5.0; This OutputFormat does not communicate with Accumulo. If this is needed, subclasses must implement their own configuration.
getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Initializes an Accumulo Instance based on the configuration.
getInstance(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Initializes an Accumulo Instance based on the configuration.
getInstance(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
since 1.5.0; Use InputFormatBase.getInstance(JobContext) instead.
getInstance(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Initializes an Accumulo Instance based on the configuration.
getInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getInstance() - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
getInstance() - Static method in class org.apache.accumulo.core.conf.DefaultConfiguration
Gets a default configuration.
getInstance(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.conf.SiteConfiguration
 
getInstance() - Static method in class org.apache.accumulo.core.file.FileOperations
 
getInstance() - Static method in class org.apache.accumulo.core.util.CachedConfiguration
 
getInstance(String, int) - Static method in class org.apache.accumulo.fate.zookeeper.ZooCache
 
getInstance(String, int, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
getInstance() - Method in class org.apache.accumulo.server.cli.ClientOnDefaultTable
 
getInstance() - Method in class org.apache.accumulo.server.cli.ClientOnRequiredTable
 
getInstance() - Method in class org.apache.accumulo.server.cli.ClientOpts
 
getInstance() - Static method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getInstance() - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getInstance(Instance, AccumuloConfiguration) - Static method in class org.apache.accumulo.server.conf.ZooConfiguration
 
getInstance(AccumuloConfiguration) - Static method in class org.apache.accumulo.server.conf.ZooConfiguration
 
getInstance() - Method in class org.apache.accumulo.server.master.Master
 
getInstance() - Static method in class org.apache.accumulo.server.master.state.tables.TableManager
 
getInstance() - Static method in class org.apache.accumulo.server.monitor.LogService
 
getInstance() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getInstance() - Static method in class org.apache.accumulo.server.problems.ProblemReports
 
getInstance(String, boolean) - Static method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
getInstance() - Static method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
getInstance() - Static method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
getInstance() - Static method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
getInstance() - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getInstance(String, boolean) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getInstance() - Static method in class org.apache.accumulo.server.tabletserver.UniqueNameAllocator
 
getInstance() - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
getInstance() - Static method in class org.apache.accumulo.server.util.time.SimpleTimer
 
getInstance() - Static method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
getInstance() - Static method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystemConfigBuilder
 
getInstance() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
getInstance() - Static method in class org.apache.accumulo.test.randomwalk.Framework
 
getInstance() - Method in class org.apache.accumulo.test.randomwalk.State
 
getInstance() - Static method in class org.apache.accumulo.trace.instrument.Tracer
 
getInstanceId(AsyncMethodCallback<ClientService.AsyncClient.getInstanceId_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getInstanceId(AsyncMethodCallback<ClientService.AsyncClient.getInstanceId_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getInstanceId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getInstanceId() - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getInstanceID() - Method in interface org.apache.accumulo.core.client.Instance
Returns a unique string that identifies this instance of accumulo.
getInstanceID() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getInstanceID() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getInstanceId() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
getInstanceId() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
getInstanceId() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getInstanceID() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getInstanceIDFromHdfs(Path) - Static method in class org.apache.accumulo.core.client.ZooKeeperInstance
Deprecated.
getInstanceIdLocation() - Static method in class org.apache.accumulo.server.ServerConstants
 
getInstanceName() - Method in interface org.apache.accumulo.core.client.Instance
Returns the instance name given at system initialization time.
getInstanceName() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getInstanceName() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getInstanceName() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getInstanceName() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getInstanceName() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getInteger(String) - Method in class org.apache.accumulo.test.randomwalk.State
 
getInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
getInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
getInterpreter(CommandLine, String, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getInUse() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getIteratorClass() - Method in class org.apache.accumulo.core.client.IteratorSetting
Get the name of the class that implements the iterator.
getIteratorClass() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
getIteratorClass() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
getIteratorName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
getIteratorOptions(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getIterators() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
getIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
getIterators(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getIterators() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
getIterators() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getIterators() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getIterators() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getIterators() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getIterators() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getIterators() - Method in class org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
 
getIteratorScope() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
getIteratorScope() - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
getIteratorSetting(String, String, IteratorUtil.IteratorScope) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Get the settings for an iterator.
getIteratorSetting(String, String, IteratorUtil.IteratorScope) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
getIteratorSetting(ByteBuffer, String, String, IteratorScope) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getIteratorSetting(ByteBuffer, String, String, IteratorScope, AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getIteratorSetting(ByteBuffer, String, String, IteratorScope, AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getIteratorSetting(ByteBuffer, String, String, IteratorScope) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getIteratorSetting(ByteBuffer, String, String, IteratorScope) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getIteratorsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
getIteratorsIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getIteratorsIterator() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getIteratorsIterator() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getIteratorsIterator() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getIteratorsIterator() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getIteratorsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
getIteratorsSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getIteratorsSize() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getIteratorsSize() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getIteratorsSize() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getIteratorsSize() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getIterName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
getIterName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
getK() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
getKey() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
getKey() - Method in enum org.apache.accumulo.core.conf.Property
 
getKey() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
getKey(BytesWritable) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Copy the key into BytesWritable.
getKey(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Copy the key into user supplied buffer.
getKey(byte[], int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Copy the key into user supplied buffer.
getKey() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getKey() - Method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
getKey() - Method in enum org.apache.accumulo.core.security.crypto.CryptoModule.CryptoInitProperty
Deprecated.
 
getKey() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
getKey() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
getKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
getKeyExtentsForRange(Text, Text, Set<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
Empty start or end rows tell the method there are no start or end rows, and to use all the keyextents that are before the end row if no start row etc.
getKeyLength() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Get the length of the key.
getKeyNear(long) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get a sample key that is within a block whose starting offset is greater than or equal to the specified offset.
getKeyPrefix() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Indicates the prefix of keys that will be transformed by this iterator.
getKeys() - Method in class org.apache.accumulo.test.continuous.Histogram
 
getKeysInCountSortedOrder() - Method in class org.apache.accumulo.test.continuous.Histogram
 
getKeyStream() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Streaming access to the key.
getKeyValue() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
getKVCount() - Method in class org.apache.accumulo.core.client.RowIterator
Get a count of the total number of entries in all rows read so far.
getLast() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getLast() - Method in class org.apache.accumulo.server.master.state.TableStats
 
getLast(Text) - Method in class org.apache.accumulo.server.master.state.TableStats
 
getLastCommitTime() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getLastContact() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLastContactTime() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getLastKey() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
getLastKey() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
 
getLastKey() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
getLastKey() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get the last key in the TFile.
getLastKey() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
getLastKey() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
getLastKey() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
getLastKey() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
getLastKey(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getLastKey() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getLastLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getLastRefs() - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getLastRow() - Method in class org.apache.accumulo.core.file.FileUtil.FileInfo
 
getLastStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
getLatencyMs() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
getLeft() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getLegend() - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
getLength() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
This implementation of length is only an estimate, it does not provide exact values.
getLength() - Method in class org.apache.accumulo.core.data.ComparableBytes
 
getLength() - Method in class org.apache.accumulo.core.data.Key
Returns the sums of the lengths of the row, column family, column qualifier, and visibility.
getlength(int) - Static method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
getLength(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getList() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlockQueue
Get a sorted List of all elements in this queue, in descending order.
getList() - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
getListener() - Method in class org.apache.accumulo.server.master.EventCoordinator
 
getLoadBalancerClassNameForTable(String) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getLoadOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getLocalAddress(String[]) - Static method in class org.apache.accumulo.server.Accumulo
 
getLocalityGroup() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getLocalityGroup() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getLocalityGroup() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getLocalityGroups(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Gets the locality groups currently set for a table.
getLocalityGroups(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Gets the locality groups currently set for a table.
getLocalityGroups() - Method in class org.apache.accumulo.core.client.mock.MockTable
 
getLocalityGroups(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
getLocalityGroups(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
 
getLocalityGroups(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getLocalityGroups(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getLocalityGroups_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getLocalityGroups(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getLocalityGroups_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getLocalityGroups(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getLocalityGroups(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getLocation() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
getLocation() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns a Path object representing the tablet's location on the DFS.
getLocationless() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocations
 
getLocations() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocations
 
getLocations() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
getLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
getLockData(ZooKeeper, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockData(ZooCache, String, Stat) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockData(ZooCache, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
getLockID() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockName() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLockPath() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getLogCount() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getLogEntries(TCredentials, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getLogEntries(TCredentials) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getLogger() - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
getLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
getLogId() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getLogId() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
getLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
getLoginProperties() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
getLoginPropertiesSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the log level from this configuration.
getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the log level from this configuration.
getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the log level from this configuration.
getLogLevel(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the log level from this configuration.
getLogLevel(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
since 1.5.0; Use InputFormatBase.getLogLevel(JobContext) instead.
getLogLevel(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Gets the log level from this configuration.
getLogLevel() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getLogSorts() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLogSorts() - Method in class org.apache.accumulo.server.tabletserver.log.LogSorter
 
getLogSortsIterator() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLogSortsSize() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLong(String) - Method in class org.apache.accumulo.test.randomwalk.State
 
getLookupRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getLookups() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLookupsOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getMajor() - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Get the major version.
getMajorCompactions() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMajorCompactions() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMajorCompactionsOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getMajorCompactionsQueued() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMajorCompactionsQueued() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMajors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getMajors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getMajorVersion() - Method in class org.apache.accumulo.core.util.Version
 
getMap() - Method in class org.apache.accumulo.test.randomwalk.State
 
getMapReduceJars() - Method in class org.apache.accumulo.test.randomwalk.State
 
getMask() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
getMasterLocations() - Method in interface org.apache.accumulo.core.client.Instance
Returns the location(s) of the accumulo master and any redundant servers.
getMasterLocations() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getMasterLocations() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getMasterLocations() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getMasterLock() - Method in class org.apache.accumulo.server.master.Master
 
getMasterStats(TInfo, TCredentials, AsyncMethodCallback<MasterClientService.AsyncClient.getMasterStats_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
getMasterStats(TInfo, TCredentials, AsyncMethodCallback<MasterClientService.AsyncClient.getMasterStats_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
getMasterStats(TInfo, TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
getMasterStats(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
GetMasterStats - Class in org.apache.accumulo.test
 
GetMasterStats() - Constructor for class org.apache.accumulo.test.GetMasterStats
 
getMax() - Method in class org.apache.accumulo.core.util.Stat
 
getMax() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getMax() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
getMaxFilesPerTablet() - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getMaxLatency(TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
getMaxLatency(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getMaxLoops() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getMaxMemory() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
getMaxMemory() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
getMaxMutationBufferSize(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getMaxPriority(IteratorUtil.IteratorScope, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
getMaxRow(String, Authorizations, Text, boolean, Text, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Finds the max row within a given range.
getMaxRow(String, Authorizations, Text, boolean, Text, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
getMaxRow(String, Authorizations, Text, boolean, Text, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
getMaxRow(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getMaxRow(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.getMaxRow_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getMaxRow(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.getMaxRow_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getMaxRow(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getMaxRow(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getMaxSize() - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
Get the maximum size of this cache.
getMaxSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the maximum size of this cache.
getMaxSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
getMaxSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
getMaxSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
getMaxVersions(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getMaxWriteThreads() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
getMaxWriteThreads(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getMemoryInBytes(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getMemoryInBytes(String) - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getMemoryManagementActions(List<TabletState>) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
getMemoryManagementActions(List<TabletState>) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
An implementation of this function will be called periodically by accumulo and should return a list of tablets to minor compact.
getMemoryUsed() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
getMemTableSize() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getMergeInfo(KeyExtent) - Method in class org.apache.accumulo.server.master.Master
 
getMergeInfo(Text) - Method in class org.apache.accumulo.server.master.Master
 
getMergeInfo() - Method in class org.apache.accumulo.server.master.state.MergeStats
 
getMessage() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
getMessage() - Method in exception org.apache.accumulo.core.master.MasterNotRunningException
 
getMessage() - Method in exception org.apache.accumulo.core.security.VisibilityParseException
 
getMessage() - Method in exception org.apache.accumulo.core.util.shell.ShellCommandException
 
getMessage() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
getMetaBlock(String) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
 
getMetaBlock(long, long, long) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
 
getMetaBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
It is intended that once the BlockRead object is returned to the caller, that the caller will read the entire block and then call close on the BlockRead class.
getMetaBlock(long, long, long) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
getMetaBlock(String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Stream access to a Meta Block.
getMetaBlock(String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Stream access to a meta block.``
getMetadataDirectoryEntries(SortedMap<Key, Value>) - Static method in class org.apache.accumulo.server.util.MetadataTable
convenience method for reading entries from the metadata table
getMetadataEntry() - Method in class org.apache.accumulo.core.data.KeyExtent
Returns a String representing this extent's entry in the Metadata table
getMetadataEntry(Text, Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
getMetadataEntry(KeyExtent) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
getMetadataLocationEntries(SortedMap<Key, Value>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getMetadataTable(TCredentials) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getMetadataTableDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getMetadataTableDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getMetaStore(String) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
getMetaStore(String) - Method in interface org.apache.accumulo.core.file.FileSKVIterator
 
getMetaStore(String) - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
getMetaStore(String) - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
getMetaStore(String) - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
getMetaStore(String) - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
getMetric(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricAvg(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricCount(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricMax(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricMin(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricsConfiguration() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getMigrations(Map<TServerInstance, TabletServerStatus>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getMin() - Method in class org.apache.accumulo.core.util.Stat
 
getMin() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getMinor() - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Get the minor version.
getMinorCompactingMemTableSize() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getMinorCompactionAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactions() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMinorCompactions() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMinorCompactionsOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getMinorCompactionsQueued() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMinorCompactionsQueued() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMinors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getMinors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getMinorVersion() - Method in class org.apache.accumulo.core.util.Version
 
getMissCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getMissRatio() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getMmi() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
getMsg() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
getMultiTableBatchWriter() - Method in class org.apache.accumulo.test.randomwalk.State
 
getMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
getMutationArrayAvgSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMutationArrayAvgSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getMutationArrayMaxSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMutationArrayMaxSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getMutationArrayMinSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMutationArrayMinSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getMutations() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
 
getMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getMutations() - Method in class org.apache.accumulo.server.tabletserver.TabletMutations
 
getMutationsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getMutationsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getName() - Method in class org.apache.accumulo.core.client.IteratorSetting
Get the iterator's name.
getName() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
getName() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
getName() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getName() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getName() - Method in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
getName() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
getName() - Method in class org.apache.accumulo.core.util.shell.commands.HiddenCommand
 
getName() - Method in class org.apache.accumulo.core.util.shell.commands.QuestionCommand
 
getName() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
getName() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getName() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
getName() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getName() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getName() - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
getNamedOptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
getNameToIdMap(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getNativeLibPath() - Static method in class org.apache.accumulo.server.tabletserver.NativeMap
 
getNewContext() - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy
 
getNewContext() - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategy
 
getNewDataSource() - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
getNewFileExtension(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.file.FileOperations
 
getNewState() - Method in exception org.apache.accumulo.server.master.state.tables.TableManager.IllegalTableTransitionException
 
getNewTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getNewTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
getNewTablets() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getNewTabletsIterator() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getNewTabletsSize() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getNextName() - Method in class org.apache.accumulo.server.tabletserver.UniqueNameAllocator
 
getNode(String) - Method in class org.apache.accumulo.test.randomwalk.Framework
Creates node (if it does not already exist) and inserts into map
getNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
getNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
getNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
getNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
getNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
getNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
getNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
getNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
getNum() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
getNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getNumEntries() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getNumEntries() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getNumEntries() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
getNumEntries() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
getNumEntries() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getNumEntriesInMemory() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getNumTservers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getObject(Key) - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
getObjectName() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getObjectName() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getOffset() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getOldState() - Method in exception org.apache.accumulo.server.master.state.tables.TableManager.IllegalTableTransitionException
 
getOldTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
getOldTablet() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getOnlineCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getOnlineCount() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getOnlineTabletCount() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getOnlineTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getOnlineTabletsForTable(TServerInstance, String) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Fetch the tablets for the given table by asking the tablet server.
getOp() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
getOp() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getOpaqueKeyEncryptionKeyID() - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
getOpaqueKeyEncryptionKeyID() - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
getOpeningCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getOpeningCount() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getOperation() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
getOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
getOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
Get the configuration parameters for this iterator.
getOptions() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.AboutCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.AddAuthsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.CompactCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ConfigCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ConstraintCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteManyCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteRowsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteScanIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteShellIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DUCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.EGrepCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ExecfileCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ExportTableCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.FlushCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.GetAuthsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.GetGroupsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.GetSplitsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.HelpCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.HistoryCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ListCompactionsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ListIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ListScansCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ListShellIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.MergeCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.PasswdCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.PingCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.SetIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.SetScanIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.SetShellIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.TablesCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.UserPermissionsCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
getOptions() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
getOptions() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
getOptionsSize() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getOptionsWithHelp() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
getOpts() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
getOsLoad() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
getOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
getOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
getOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
getOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
getOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
getOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
getOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
getOutch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
getOutch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getOutputFile() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getOutputFile() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getOutputFile(CommandLine) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getOutputFile() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getPackage() - Method in class org.apache.accumulo.core.util.Version
 
getParent() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getParentId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getParentId() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
getParseTree() - Method in class org.apache.accumulo.core.security.ColumnVisibility
 
getPart() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
getPartition(Key, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
getPartition(Text, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
getPartition(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
getPartition(LogFileKey, LogFileValue, int) - Method in class org.apache.accumulo.server.master.RoundRobinPartitioner
 
getPartNextKey() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getPartScan() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
getPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
getPassword() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
getPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
getPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
getPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
getPercentage(T) - Method in class org.apache.accumulo.test.continuous.Histogram
 
getPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
getPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
getPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
getPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
getPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
getPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
getPermHandler(String, boolean) - Static method in class org.apache.accumulo.server.security.SecurityOperation
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getPermissionById(byte) - Static method in enum org.apache.accumulo.core.security.SystemPermission
 
getPermissionById(byte) - Static method in enum org.apache.accumulo.core.security.TablePermission
 
getPermissionErrorCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getPermissionErrorCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getPid() - Method in class org.apache.accumulo.test.randomwalk.State
 
getPlaintextSecretKey() - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
getPlaintextSecretKey() - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
getPlatform() - Static method in class org.apache.accumulo.start.Platform
 
getPluginClass(String, Shell, Class<T>, Property) - Static method in class org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
 
getPort(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getPort() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
getPort() - Method in class org.apache.accumulo.server.util.TNonblockingServerSocket
 
getPos() - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
getPosition() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
Get the file position.
getPosition() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
 
getPosition() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
 
getPrevEndRow() - Method in class org.apache.accumulo.core.data.KeyExtent
Return the previous extent's end row
getPrevEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
getPrevEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
getPrevKey() - Method in class org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
 
getPrevRowUpdateMutation() - Method in class org.apache.accumulo.core.data.KeyExtent
Returns a String representing the previous extent's entry in the Metadata table
getPrevRowUpdateMutation(KeyExtent) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
getPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the principal from the configuration.
getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the user name from the configuration.
getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the user name from the configuration.
getPrincipal(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the user name from the configuration.
getPrincipal(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getPrincipal(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Gets the user name from the configuration.
getPrincipal() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getPrincipal() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
getPrincipal() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getPrincipal() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
getPrincipal() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
getPrintableTableIdFromName(Map<String, String>, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getPrintableTableNameFromId(Map<String, String>, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getPriority() - Method in class org.apache.accumulo.core.client.IteratorSetting
Get layer at which this iterator applies.
getPriority() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
getPriority() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
getPriority() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
getPriority() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
getProblemException() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getProblemSummary() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getProblemType() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getProcessor(TTransport) - Method in class org.apache.accumulo.server.util.TServerUtils.ClientInfoProcessorFactory
 
getProgress() - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
getProgress() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
getProgress(ByteSequence, ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getProgress(Key) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getProperties(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Gets properties of a table.
getProperties(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Gets properties of a table
getProperties(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
getProperties() - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
 
getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
getProperties() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
getProperties() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
getProperties() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
getProperties() - Method in class org.apache.accumulo.test.randomwalk.State
 
getPropertiesSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
getPropertiesSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
getPropertiesSize() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
getPropertiesToExclude() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getPropertiesToExcludeIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getPropertiesToExcludeSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getPropertiesToSet() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getPropertiesToSetSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getProperty(IteratorUtil.IteratorScope) - Static method in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
Fetch the correct configuration key prefix for the given scope.
getProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
getProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
getProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
getProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
getProperty(long, String) - Method in class org.apache.accumulo.fate.AgeOffStore
 
getProperty(long, String) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
getProperty(long, String) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Retrieve a transaction-specific property.
getProperty(long, String) - Method in class org.apache.accumulo.fate.ZooStore
 
getProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
getProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
getProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
getProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
getProperty(String) - Method in class org.apache.accumulo.test.randomwalk.State
 
getPropertyByKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
 
getProtocol(TTransport) - Method in class org.apache.accumulo.core.util.ThriftUtil.TraceProtocolFactory
 
getQueries() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getQueries() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getQueryByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getQueryByteRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getQueryRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getQueryRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getQueryRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getQueued() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
getQueueSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getQueueTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getRandomFreePort() - Static method in class org.apache.accumulo.server.util.PortUtils
 
getRandomRow(Random) - Static method in class org.apache.accumulo.test.randomwalk.bulk.Merge
 
getRandomTabletRange(State) - Static method in class org.apache.accumulo.test.randomwalk.bulk.Merge
 
getRange() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
getRange() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
getRange() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
getRange() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
getRange() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getRange() - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
getRange() - Method in interface org.apache.accumulo.core.client.Scanner
Returns the range of keys to scan over.
getRange() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getRange(CommandLine, ScanInterpreter) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getRange() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
getRange() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
getRange() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getRange() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
getRange() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
getRangeForTrace(long) - Method in class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
getRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the ranges to scan over from a job.
getRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the ranges to scan over from a job.
getRanges(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
since 1.5.0; Use InputFormatBase.getRanges(JobContext) instead.
getRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Gets the ranges to scan over from a job.
getRanges() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getRangesIterator() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getRangesSize() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getRawDefaultValue() - Method in enum org.apache.accumulo.core.conf.Property
 
getRawSize() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
 
getRawSize() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
 
getRawSize() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
Size is the size of the bytearray that was read form the cache
getRawSize() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
getRawSize() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
Get the uncompressed size of the block.
getRawSize() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
Get the raw size of the block.
getRawSize() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getReader() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getReadLock(String, long) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
getReason() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getReason() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getReason() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.server.metanalysis.LogFileOutputFormat
 
getRecoveriesOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getRecoveryDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getRecoveryDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getRecs() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getRecsInMemory() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getReleaseVersion() - Method in class org.apache.accumulo.core.util.Version
 
getRemoteSpan(Map.Entry<Key, Value>) - Static method in class org.apache.accumulo.core.trace.TraceFormatter
 
getReplication(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
Deprecated.
getRequestCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getResource() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getResource() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticate_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticateUser_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.bulkImportFiles_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeAuthorizations_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeLocalUserPassword_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkClass_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkTableClass_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.createLocalUser_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.dropLocalUser_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getConfiguration_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getInstanceId_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getRootTabletLocation_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getTableConfiguration_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getUserAuthorizations_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getZooKeepers_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantSystemPermission_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantTablePermission_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasSystemPermission_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasTablePermission_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.isActive_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.listLocalUsers_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.ping_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeSystemPermission_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeTablePermission_call
 
getResult(I, ClientService.authenticate_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticate
 
getResult(I, ClientService.authenticateUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticateUser
 
getResult(I, ClientService.bulkImportFiles_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.bulkImportFiles
 
getResult(I, ClientService.changeAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeAuthorizations
 
getResult(I, ClientService.changeLocalUserPassword_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeLocalUserPassword
 
getResult(I, ClientService.checkClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkClass
 
getResult(I, ClientService.checkTableClass_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkTableClass
 
getResult(I, ClientService.createLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.createLocalUser
 
getResult(I, ClientService.dropLocalUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.dropLocalUser
 
getResult(I, ClientService.getConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getConfiguration
 
getResult(I, ClientService.getInstanceId_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getInstanceId
 
getResult(I, ClientService.getRootTabletLocation_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getRootTabletLocation
 
getResult(I, ClientService.getTableConfiguration_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getTableConfiguration
 
getResult(I, ClientService.getUserAuthorizations_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getUserAuthorizations
 
getResult(I, ClientService.getZooKeepers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getZooKeepers
 
getResult(I, ClientService.grantSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantSystemPermission
 
getResult(I, ClientService.grantTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantTablePermission
 
getResult(I, ClientService.hasSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasSystemPermission
 
getResult(I, ClientService.hasTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasTablePermission
 
getResult(I, ClientService.isActive_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.isActive
 
getResult(I, ClientService.listLocalUsers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.listLocalUsers
 
getResult(I, ClientService.ping_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.ping
 
getResult(I, ClientService.revokeSystemPermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeSystemPermission
 
getResult(I, ClientService.revokeTablePermission_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeTablePermission
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.fails_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.success_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.throwsError_call
 
getResult(I, ThriftTest.fails_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.fails
 
getResult(I, ThriftTest.success_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.success
 
getResult(I, ThriftTest.throwsError_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.throwsError
 
getResult() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
getResult() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
getResult() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient.getStatus_call
 
getResult(I, GCMonitorService.getStatus_args) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor.getStatus
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.beginTableOperation_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.executeTableOperation_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.finishTableOperation_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.getMasterStats_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.initiateFlush_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.removeSystemProperty_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.removeTableProperty_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.reportSplitExtent_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.reportTabletStatus_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setMasterGoalState_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setSystemProperty_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setTableProperty_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.shutdown_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.shutdownTabletServer_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.waitForFlush_call
 
getResult() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.waitForTableOperation_call
 
getResult(I, MasterClientService.beginTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.beginTableOperation
 
getResult(I, MasterClientService.executeTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.executeTableOperation
 
getResult(I, MasterClientService.finishTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.finishTableOperation
 
getResult(I, MasterClientService.getMasterStats_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.getMasterStats
 
getResult(I, MasterClientService.initiateFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.initiateFlush
 
getResult(I, MasterClientService.removeSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeSystemProperty
 
getResult(I, MasterClientService.removeTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeTableProperty
 
getResult(I, MasterClientService.reportSplitExtent_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportSplitExtent
 
getResult(I, MasterClientService.reportTabletStatus_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportTabletStatus
 
getResult(I, MasterClientService.setMasterGoalState_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setMasterGoalState
 
getResult(I, MasterClientService.setSystemProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setSystemProperty
 
getResult(I, MasterClientService.setTableProperty_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setTableProperty
 
getResult(I, MasterClientService.shutdown_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdown
 
getResult(I, MasterClientService.shutdownTabletServer_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdownTabletServer
 
getResult(I, MasterClientService.waitForFlush_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForFlush
 
getResult(I, MasterClientService.waitForTableOperation_args) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForTableOperation
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.applyUpdates_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.bulkImport_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.chop_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeMultiScan_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeScan_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeUpdate_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.compact_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.continueMultiScan_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.continueScan_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.fastHalt_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.flush_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.flushTablet_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getActiveCompactions_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getActiveScans_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getHistoricalStats_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getTabletServerStatus_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getTabletStats_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.halt_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.loadTablet_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.removeLogs_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.splitTablet_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startMultiScan_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startScan_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startUpdate_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.unloadTablet_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.update_call
 
getResult(I, TabletClientService.applyUpdates_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.applyUpdates
 
getResult(I, TabletClientService.bulkImport_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.bulkImport
 
getResult(I, TabletClientService.chop_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.chop
 
getResult(I, TabletClientService.closeMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeMultiScan
 
getResult(I, TabletClientService.closeScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeScan
 
getResult(I, TabletClientService.closeUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeUpdate
 
getResult(I, TabletClientService.compact_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.compact
 
getResult(I, TabletClientService.continueMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueMultiScan
 
getResult(I, TabletClientService.continueScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueScan
 
getResult(I, TabletClientService.fastHalt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.fastHalt
 
getResult(I, TabletClientService.flush_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flush
 
getResult(I, TabletClientService.flushTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flushTablet
 
getResult(I, TabletClientService.getActiveCompactions_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveCompactions
 
getResult(I, TabletClientService.getActiveScans_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveScans
 
getResult(I, TabletClientService.getHistoricalStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getHistoricalStats
 
getResult(I, TabletClientService.getTabletServerStatus_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletServerStatus
 
getResult(I, TabletClientService.getTabletStats_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletStats
 
getResult(I, TabletClientService.halt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.halt
 
getResult(I, TabletClientService.loadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.loadTablet
 
getResult(I, TabletClientService.removeLogs_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.removeLogs
 
getResult(I, TabletClientService.splitTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.splitTablet
 
getResult(I, TabletClientService.startMultiScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startMultiScan
 
getResult(I, TabletClientService.startScan_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startScan
 
getResult(I, TabletClientService.startUpdate_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startUpdate
 
getResult(I, TabletClientService.unloadTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.unloadTablet
 
getResult(I, TabletClientService.update_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.update
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.addConstraint_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.addSplits_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.attachIterator_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.authenticateUser_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.cancelCompaction_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.changeLocalUserPassword_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.changeUserAuthorizations_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.checkIteratorConflicts_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.clearLocatorCache_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.cloneTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.closeScanner_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.closeWriter_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.compactTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createBatchScanner_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createLocalUser_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createScanner_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createWriter_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.deleteRows_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.deleteTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.dropLocalUser_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.exportTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.flush_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.flushTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getActiveCompactions_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getActiveScans_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getFollowing_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getIteratorSetting_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getLocalityGroups_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getMaxRow_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getRowRange_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getSiteConfiguration_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getSystemConfiguration_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getTableProperties_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getTabletServers_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getUserAuthorizations_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.grantSystemPermission_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.grantTablePermission_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasNext_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasSystemPermission_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasTablePermission_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.importDirectory_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.importTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listConstraints_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listIterators_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listLocalUsers_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listSplits_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listTables_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.login_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.mergeTablets_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.nextEntry_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.nextK_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.offlineTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.onlineTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.pingTabletServer_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeConstraint_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeIterator_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeProperty_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeTableProperty_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.renameTable_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.revokeSystemPermission_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.revokeTablePermission_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setLocalityGroups_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setProperty_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setTableProperty_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.splitRangeByTablets_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.tableExists_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.tableIdMap_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.testClassLoad_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.testTableClassLoad_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.update_call
 
getResult() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.updateAndFlush_call
 
getResult(I, AccumuloProxy.addConstraint_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addConstraint
 
getResult(I, AccumuloProxy.addSplits_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addSplits
 
getResult(I, AccumuloProxy.attachIterator_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.attachIterator
 
getResult(I, AccumuloProxy.authenticateUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.authenticateUser
 
getResult(I, AccumuloProxy.cancelCompaction_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cancelCompaction
 
getResult(I, AccumuloProxy.changeLocalUserPassword_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeLocalUserPassword
 
getResult(I, AccumuloProxy.changeUserAuthorizations_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeUserAuthorizations
 
getResult(I, AccumuloProxy.checkIteratorConflicts_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.checkIteratorConflicts
 
getResult(I, AccumuloProxy.clearLocatorCache_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.clearLocatorCache
 
getResult(I, AccumuloProxy.cloneTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cloneTable
 
getResult(I, AccumuloProxy.closeScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeScanner
 
getResult(I, AccumuloProxy.closeWriter_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeWriter
 
getResult(I, AccumuloProxy.compactTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.compactTable
 
getResult(I, AccumuloProxy.createBatchScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createBatchScanner
 
getResult(I, AccumuloProxy.createLocalUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createLocalUser
 
getResult(I, AccumuloProxy.createScanner_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createScanner
 
getResult(I, AccumuloProxy.createTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createTable
 
getResult(I, AccumuloProxy.createWriter_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createWriter
 
getResult(I, AccumuloProxy.deleteRows_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteRows
 
getResult(I, AccumuloProxy.deleteTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteTable
 
getResult(I, AccumuloProxy.dropLocalUser_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.dropLocalUser
 
getResult(I, AccumuloProxy.exportTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.exportTable
 
getResult(I, AccumuloProxy.flush_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flush
 
getResult(I, AccumuloProxy.flushTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flushTable
 
getResult(I, AccumuloProxy.getActiveCompactions_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveCompactions
 
getResult(I, AccumuloProxy.getActiveScans_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveScans
 
getResult(I, AccumuloProxy.getFollowing_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getFollowing
 
getResult(I, AccumuloProxy.getIteratorSetting_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getIteratorSetting
 
getResult(I, AccumuloProxy.getLocalityGroups_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getLocalityGroups
 
getResult(I, AccumuloProxy.getMaxRow_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getMaxRow
 
getResult(I, AccumuloProxy.getRowRange_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getRowRange
 
getResult(I, AccumuloProxy.getSiteConfiguration_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSiteConfiguration
 
getResult(I, AccumuloProxy.getSystemConfiguration_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSystemConfiguration
 
getResult(I, AccumuloProxy.getTableProperties_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTableProperties
 
getResult(I, AccumuloProxy.getTabletServers_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTabletServers
 
getResult(I, AccumuloProxy.getUserAuthorizations_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getUserAuthorizations
 
getResult(I, AccumuloProxy.grantSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantSystemPermission
 
getResult(I, AccumuloProxy.grantTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantTablePermission
 
getResult(I, AccumuloProxy.hasNext_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasNext
 
getResult(I, AccumuloProxy.hasSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasSystemPermission
 
getResult(I, AccumuloProxy.hasTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasTablePermission
 
getResult(I, AccumuloProxy.importDirectory_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importDirectory
 
getResult(I, AccumuloProxy.importTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importTable
 
getResult(I, AccumuloProxy.listConstraints_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listConstraints
 
getResult(I, AccumuloProxy.listIterators_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listIterators
 
getResult(I, AccumuloProxy.listLocalUsers_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listLocalUsers
 
getResult(I, AccumuloProxy.listSplits_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listSplits
 
getResult(I, AccumuloProxy.listTables_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listTables
 
getResult(I, AccumuloProxy.login_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.login
 
getResult(I, AccumuloProxy.mergeTablets_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.mergeTablets
 
getResult(I, AccumuloProxy.nextEntry_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextEntry
 
getResult(I, AccumuloProxy.nextK_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextK
 
getResult(I, AccumuloProxy.offlineTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.offlineTable
 
getResult(I, AccumuloProxy.onlineTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.onlineTable
 
getResult(I, AccumuloProxy.pingTabletServer_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.pingTabletServer
 
getResult(I, AccumuloProxy.removeConstraint_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeConstraint
 
getResult(I, AccumuloProxy.removeIterator_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeIterator
 
getResult(I, AccumuloProxy.removeProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeProperty
 
getResult(I, AccumuloProxy.removeTableProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeTableProperty
 
getResult(I, AccumuloProxy.renameTable_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.renameTable
 
getResult(I, AccumuloProxy.revokeSystemPermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeSystemPermission
 
getResult(I, AccumuloProxy.revokeTablePermission_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeTablePermission
 
getResult(I, AccumuloProxy.setLocalityGroups_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setLocalityGroups
 
getResult(I, AccumuloProxy.setProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setProperty
 
getResult(I, AccumuloProxy.setTableProperty_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setTableProperty
 
getResult(I, AccumuloProxy.splitRangeByTablets_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.splitRangeByTablets
 
getResult(I, AccumuloProxy.tableExists_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableExists
 
getResult(I, AccumuloProxy.tableIdMap_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableIdMap
 
getResult(I, AccumuloProxy.testClassLoad_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testClassLoad
 
getResult(I, AccumuloProxy.testTableClassLoad_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testTableClassLoad
 
getResult(I, AccumuloProxy.update_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.update
 
getResult(I, AccumuloProxy.updateAndFlush_args) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.updateAndFlush
 
getResult() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.AsyncClient.span_call
 
getResult(I, SpanReceiver.span_args) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.Processor.span
 
getResult() - Method in class org.apache.accumulo.trace.thrift.TestService.AsyncClient.checkTrace_call
 
getResult(I, TestService.checkTrace_args) - Method in class org.apache.accumulo.trace.thrift.TestService.Processor.checkTrace
 
getResultAvgSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultAvgSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResultCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResultMaxSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultMaxSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResultMinSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultMinSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResults() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResults() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getResults() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
getResultsIterator() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResultsIterator() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getResultsIterator() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
getResultsSize() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResultsSize() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getResultsSize() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
getRetryingInstance(String, int, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
get an instance that retries when zookeeper connection errors occur
getRetryingInstance() - Static method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
get an instance that retries when zookeeper connection errors occur
getReturn(long) - Method in class org.apache.accumulo.fate.Fate
 
getReturn() - Method in interface org.apache.accumulo.fate.Repo
 
getReturn() - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
getReturn() - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
getReverseIndex(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the QueryUtil.REVERSE_PREFIX with the path reversed for the index table.
getRight() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getRoot(Instance) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
getRoot(String) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
getRootPassword() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getRootTabletDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getRootTabletDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getRootTabletLocation(AsyncMethodCallback<ClientService.AsyncClient.getRootTabletLocation_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getRootTabletLocation(AsyncMethodCallback<ClientService.AsyncClient.getRootTabletLocation_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getRootTabletLocation() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getRootTabletLocation() - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getRootTabletLocation() - Method in interface org.apache.accumulo.core.client.Instance
Returns the location of the tablet server that is serving the root tablet.
getRootTabletLocation() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getRootTabletLocation() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getRootTabletLocation() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getRootTabletLocation() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getRootUsername() - Method in class org.apache.accumulo.server.security.SecurityOperation
 
getRow(Text) - Method in class org.apache.accumulo.core.data.Key
This method gives users control over allocation of Text objects by copying into the passed in text.
getRow() - Method in class org.apache.accumulo.core.data.Key
This method allocates a Text object and copies into it.
getRow() - Method in class org.apache.accumulo.core.data.Mutation
 
getRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getRow(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the path's depth for the directory table.
getRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
getRow() - Method in class org.apache.accumulo.proxy.thrift.Key
 
getRow(Key) - Static method in class org.apache.accumulo.test.VerifyIngest
 
getRowData() - Method in class org.apache.accumulo.core.data.Key
This method returns a pointer to the keys internal data and does not copy it.
getRowRange(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getRowRange(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getRowRange_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getRowRange(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getRowRange_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getRowRange(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getRowRange(ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getRunnable(AbstractNonblockingServer.FrameBuffer) - Method in class org.apache.accumulo.server.util.TServerUtils.THsHaServer
 
getRunning() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
getRunningCompactions() - Static method in class org.apache.accumulo.server.tabletserver.Compactor
 
getRuntime() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getScanAuthorizations(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the authorizations to set for the scans from the configuration.
getScanAuthorizations(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the authorizations to set for the scans from the configuration.
getScanAuthorizations(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Gets the authorizations to set for the scans from the configuration.
getScanAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getScanCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getScanid() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
getScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
getScanMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getScanMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
getScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
getScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
getScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
getScannerIterator() - Method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
getScannerIterator() - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
getScanRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getScanRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getScans() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getScanTime() - Method in class org.apache.accumulo.server.master.state.TableStats
 
getScope() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
getScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
getScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
getScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
getScopesIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
getScopesIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
getScopesIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
getScopesSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
getScopesSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
getScopesSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
getSec() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
getSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
getSecond() - Method in class org.apache.accumulo.core.util.Pair
 
getSecretKeyEncryptionStrategy(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
Deprecated.
 
getSecretKeyEncryptionStrategy(String) - Static method in class org.apache.accumulo.core.security.crypto.CryptoModuleFactory
Deprecated.
 
getSecs(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
getSecureRandom(String, String) - Static method in class org.apache.accumulo.core.security.crypto.DefaultCryptoModuleUtils
 
getSecurityErrorCode() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
getSender() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getSeq() - Method in class org.apache.accumulo.server.tabletserver.TabletMutations
 
getSerializedFormat() - Method in class org.apache.accumulo.core.data.Mutation
 
getSerialVersion() - Method in class org.apache.accumulo.core.bloomfilter.Filter
 
getServer() - Method in exception org.apache.accumulo.core.client.impl.AccumuloServerException
 
getServer() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
getServer() - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
getServer() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getServerConfig() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
getServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
getServersShuttingDown() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getServersShuttingDownIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getServersShuttingDownSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getSession(String, int, String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getSession(String, int) - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
getSession(String, int, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
getSession() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
getSessionId(ZooCache, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getSessionId() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
getSetting() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
getSetting() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
getShutdownExecutor() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getSignificance() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
getSimulationMode(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Determines whether this feature is enabled.
getSimulationMode(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Determines whether this feature is enabled.
getSimulationMode(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getSimulationMode(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Determines whether this feature is enabled.
getSiteConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
getSiteConfiguration() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
 
getSiteConfiguration() - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
getSiteConfiguration() - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
getSiteConfiguration() - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
Deprecated.
not for client use
getSiteConfiguration(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getSiteConfiguration(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getSiteConfiguration_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getSiteConfiguration(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getSiteConfiguration_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getSiteConfiguration(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getSiteConfiguration(ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getSiteConfiguration() - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getSize() - Method in class org.apache.accumulo.core.data.Key
getSize() - Method in class org.apache.accumulo.core.data.Value
 
getSize() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
getSizeIterator(Connector, String, Text, Text) - Method in class org.apache.accumulo.core.util.Merge
 
getSomeData(String, int) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getSource() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
getSpan() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
getSpanId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.core.trace.ZooTraceClient
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.trace.instrument.receivers.SendSpansViaThrift
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.trace.instrument.receivers.ZooSpanClient
 
getSplit() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
getSplitCreationTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getSplitCreationTime() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
getSplitPoints(long, long, long) - Static method in class org.apache.accumulo.test.TestIngest
 
getSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Deprecated.
since 1.5.0; use TableOperations.listSplits(String) instead.
getSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Deprecated.
since 1.5.0; use TableOperations.listSplits(String, int) instead.
getSplits(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Deprecated.
getSplits(String, int) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Deprecated.
getSplits(JobConf, int) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Read the metadata table to get tablets and match up ranges to them.
getSplits(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Read the metadata table to get tablets and match up ranges to them.
getSplits(String) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
getSplits() - Method in class org.apache.accumulo.core.client.mock.MockTable
 
getSplits(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
Deprecated.
getSplits(String, int) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
Deprecated.
getSplits() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
GetSplitsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GetSplitsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GetSplitsCommand
 
getSplitsIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
getSplitsSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
getSsiList() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getSsiListIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getSsiListIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getSsiListIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getSsiListIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getSsiListSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getSsiListSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getSsiListSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getSsiListSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getSsio() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getSsioSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getSsioSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getSsioSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getSsioSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getStart() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
getStart() - Method in class org.apache.accumulo.proxy.thrift.Range
 
getStart() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getStarted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getStartKey() - Method in class org.apache.accumulo.core.data.Range
 
getStartPos() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
 
getStartPos() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
getStartPos() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
Get the starting position of the block in the file.
getStartPos() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
 
getStartRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
getStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
getStartRow(CommandLine) - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
getStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
getStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
getStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
getStartRow() - Method in class org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
 
getStartTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getStartTimeMillis() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
getStartTimeMillis() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
getStartTimeMillis() - Method in interface org.apache.accumulo.trace.instrument.Span
Get the start time, in milliseconds
getState() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getState() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
getState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getState() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getState() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getState() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getState(Set<TServerInstance>) - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
getStateById(byte) - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
 
getStats() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get counter statistics for this cache.
getStats(Map<String, MapCounter<ScanRunState>>) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getStatsKeeper() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getStatus(TInfo, TCredentials, AsyncMethodCallback<GCMonitorService.AsyncClient.getStatus_call>) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient
 
getStatus(TInfo, TCredentials, AsyncMethodCallback<GCMonitorService.AsyncClient.getStatus_call>) - Method in interface org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncIface
 
getStatus(TInfo, TCredentials) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
getStatus(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.gc.thrift.GCMonitorService.Iface
 
getStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
getStatus() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
getStatus() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getStatus(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
getStatus(long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
getStatus(long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Get the state of a given transaction.
getStatus(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getStatus(String, Watcher) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
getStatus(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getStatus(String, Watcher) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getStatus(ZooKeeper, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
getStatus(long) - Method in class org.apache.accumulo.fate.ZooStore
 
getStatus(TInfo, TCredentials) - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
getStdDev() - Method in class org.apache.accumulo.core.util.Stat
 
getStop() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
getStop() - Method in class org.apache.accumulo.proxy.thrift.Range
 
getStop() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getStopTimeMillis() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
getStopTimeMillis() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
getStopTimeMillis() - Method in interface org.apache.accumulo.trace.instrument.Span
Get the stop time, in milliseconds
getStream() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
 
getStream() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
 
getStream() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
It is intended that the caller of this method will close the stream we also only intend that this be called once per BlockRead.
getStream() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
getString(String) - Method in class org.apache.accumulo.test.randomwalk.State
 
getSubcommand(String) - Method in class org.apache.accumulo.core.util.shell.Token
 
getSubcommandList() - Method in class org.apache.accumulo.core.util.shell.Token
 
getSubcommandNames() - Method in class org.apache.accumulo.core.util.shell.Token
 
getSubcommandNames(String) - Method in class org.apache.accumulo.core.util.shell.Token
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
getSuccess() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
getSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
getSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
getSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
getSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
getSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
getSuccessIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
getSuccessSize() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
getSum() - Method in class org.apache.accumulo.core.util.Stat
 
getSum() - Method in class org.apache.accumulo.test.continuous.Histogram
 
getSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getSupportedCipherSuites() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 
getSupportedCompressionAlgorithms() - Static method in class org.apache.accumulo.core.file.rfile.bcfile.TFile
Get names of supported compression algorithms.
getSupportedTokenTypes() - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
getSupportedTokenTypes() - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
getSupportedTokenTypes() - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
getSupportedTokenTypes() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getSvc() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getSysCredentials() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getSysPassword() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
getSysPerm(State, String, SystemPermission) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getSystemConfiguration() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
 
getSystemConfiguration() - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
getSystemConfiguration() - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
getSystemConfiguration(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getSystemConfiguration(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getSystemConfiguration_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getSystemConfiguration(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getSystemConfiguration_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getSystemConfiguration(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getSystemConfiguration(ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getSystemConfiguration(Instance) - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getSystemConfiguration() - Method in class org.apache.accumulo.server.master.Master
 
getSystemConfiguration() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
getSystemConfiguration() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getSystemConfiguration() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getSystemConnector(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getSystemCredentials() - Static method in class org.apache.accumulo.server.security.SecurityConstants
 
getSystemPrincipal() - Static method in class org.apache.accumulo.server.security.SecurityConstants
 
getSystemTimestamp() - Method in class org.apache.accumulo.server.data.ServerMutation
 
getSystemToken() - Static method in class org.apache.accumulo.server.security.SecurityConstants
 
getSysToken() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getSysUserName(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getSysUserName() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getSysUserPass(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getTabCredentials() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getTable() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getTable() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getTable() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
getTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
getTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
getTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
getTable() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getTableConfiguration(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.getTableConfiguration_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getTableConfiguration(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.getTableConfiguration_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getTableConfiguration(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getTableConfiguration(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getTableConfiguration(Connector, String) - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getTableConfiguration(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getTableConfiguration(Instance, String) - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getTableConfiguration(String) - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getTableConfiguration(KeyExtent) - Method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getTableConfiguration() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getTableConfiguration(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getTableExists(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getTableExists() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getTableId(Instance, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
getTableId() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
getTableId() - Method in class org.apache.accumulo.core.client.mock.MockTable
 
getTableId() - Method in exception org.apache.accumulo.core.client.TableDeletedException
 
getTableId() - Method in class org.apache.accumulo.core.data.KeyExtent
Returns the extent's table id
getTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
getTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
getTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
getTableId() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
getTableId() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
getTableMap() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getTableMap() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getTableMap(boolean) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
getTableMapSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getTableMapSize() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getTableName() - Method in class org.apache.accumulo.core.cli.ClientOnDefaultTable
 
getTableName(Instance, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
getTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getTableName() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
getTablename(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getTableName() - Method in exception org.apache.accumulo.core.client.TableNotFoundException
 
getTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
getTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
getTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
getTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getTableName() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
getTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
getTableName() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getTableName() - Static method in class org.apache.accumulo.test.randomwalk.bulk.Setup
 
getTableName(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getTableName() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getTableOperations() - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getTableOpt(CommandLine, Shell) - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
getTableProperties(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getTableProperties(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getTableProperties_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getTableProperties(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getTableProperties_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getTableProperties(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getTableProperties(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getTablesDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getTablesDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getTableState(Instance, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getTableState(String) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.AddSplitTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.BadIteratorMincTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.BatchScanSplitTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.BatchWriterFlushTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.BloomFilterTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.BulkFileTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.BulkSplitOptimizationTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.CleanUpTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.ConcurrencyTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.ConstraintTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.CreateAndUseTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.CreateManyScannersTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.DeleteEverythingTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.DeleteRowsSplitTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.DeleteRowsTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.FateStarvationTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.LargeRowTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.LogicalTimeTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.MaxOpenTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.MergeTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.PermissionsTest.SystemPermissionsTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.PermissionsTest.TablePermissionsTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.RowDeleteTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.ScanIteratorTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.ScanRangeTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.ScanSessionTimeOutTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.ServerSideErrorTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.SparseColumnFamilyTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.SplitRecoveryTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.TimeoutTest
 
getTablesToCreate() - Method in class org.apache.accumulo.test.functional.VisibilityTest
 
getTablet() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
getTablet() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getTabletEntries(SortedMap<Key, Value>, List<ColumnFQ>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getTabletLocator(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Initializes an Accumulo TabletLocator based on the configuration.
getTabletLocator(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Initializes an Accumulo TabletLocator based on the configuration.
getTabletLocator(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
getTabletLocator(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Initializes an Accumulo TabletLocator based on the configuration.
getTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getTabletServer() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
getTabletServerResourceManager() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
getTabletServers() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
List the currently active tablet servers participating in the accumulo instance
getTabletServers() - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
getTabletServers() - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
getTabletServers(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getTabletServers(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getTabletServers_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getTabletServers(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.getTabletServers_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getTabletServers(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getTabletServers(ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getTabletServerStatus(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletServerStatus_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getTabletServerStatus(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletServerStatus_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getTabletServerStatus(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getTabletServerStatus(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
getTabletServerStatus(TInfo, TCredentials) - Method in class org.apache.accumulo.test.functional.ZombieTServer.ThriftClientHandler
 
getTabletServerStatus(TInfo, TCredentials) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
getTabletStats(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletStats_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getTabletStats(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletStats_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getTabletStats(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getTabletStats(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
getTabletStats() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
getTabletStats(TInfo, TCredentials, String) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
getTabPassword() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getTabPerm(State, String, TablePermission) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getTabToken() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getTabUserExists(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getTabUserName(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getTabUserName() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getTabUserPass(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getTblPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getTerm(Key) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
getTerm(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
getTerm(byte[]) - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getTermEnd() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getTermStart() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getTermString() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
getTestProperty(String) - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
getText(DefaultMutableTreeNode) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
getText(Map<String, String>) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
getThreadPool(State) - Static method in class org.apache.accumulo.test.randomwalk.bulk.Setup
 
getThreads() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
getThreads() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.security.thrift.AuthInfo._Fields
Deprecated.
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
Deprecated.
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.AccumuloSecurityException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.ActiveCompaction._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.ActiveScan._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.BatchScanOptions._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.Column._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.ColumnUpdate._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.IteratorSetting._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.Key._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.KeyExtent._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.KeyValue._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.KeyValueAndPeek._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.MutationsRejectedException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.NoMoreEntriesException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.Range._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.ScanColumn._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.ScanOptions._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.ScanResult._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.TableExistsException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.TableNotFoundException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.UnknownScanner._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.UnknownWriter._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.proxy.thrift.WriterOptions._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.trace.thrift.RemoteSpan._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.trace.thrift.SpanReceiver.span_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.trace.thrift.TInfo._Fields
 
getTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
getTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getTid() - Method in class org.apache.accumulo.server.tabletserver.TabletMutations
 
getTime() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
getTime() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getTimedOutSevers() - Method in exception org.apache.accumulo.core.client.TimedOutException
 
getTimeID(TimeType) - Static method in class org.apache.accumulo.server.tabletserver.TabletTime
 
getTimeInMillis(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getTimeInMillis(String) - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getTimeout(TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
getTimeOut() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
Deprecated.
getTimeOut() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
Deprecated.
getTimeOut() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
Deprecated.
getTimeout(TimeUnit) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
getTimeOut() - Method in class org.apache.accumulo.core.client.IsolatedScanner
Deprecated.
getTimeOut() - Method in class org.apache.accumulo.core.client.mock.MockScanner
Deprecated.
getTimeOut() - Method in interface org.apache.accumulo.core.client.Scanner
getTimeout(TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
Returns the setting for how long a scanner will automatically retry when a failure occurs.
getTimeout(CommandLine) - Method in class org.apache.accumulo.core.util.shell.commands.DeleteCommand
 
getTimeout(CommandLine) - Method in class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
getTimeout(CommandLine) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getTimeOut() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
Deprecated.
getTimeout(TimeUnit) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
getTimeOut() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
Deprecated.
getTimeoutMs() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
getTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
getTimestamp() - Method in class org.apache.accumulo.core.data.Key
 
getTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getTimestamp() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
getTimestamp() - Method in class org.apache.accumulo.proxy.thrift.Key
 
getTimestamp() - Method in class org.apache.accumulo.server.data.ServerColumnUpdate
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getTinfo() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
getTinfo() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.GcStatusServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.JSONServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.LogServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.MasterServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.ProblemServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.ShellServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.TablesServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ListType
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.VisServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
getTitle() - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
getTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
getTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
getToAuth() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
getToken() - Method in class org.apache.accumulo.core.cli.ClientOpts
 
getToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the password from the configuration.
getToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the password from the configuration.
getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the password from the configuration.
getToken(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the password from the configuration.
getToken(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
since 1.5.0; Use InputFormatBase.getToken(JobContext) instead.
getToken(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Gets the password from the configuration.
getToken() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getToken() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
getToken() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getToken() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
getToken() - Method in class org.apache.accumulo.test.randomwalk.State
 
getTokenClass(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Gets the serialized token class from the configuration.
getTokenClass(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Gets the serialized token class from the configuration.
getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Gets the serialized token class name from the configuration.
getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the serialized token class from the configuration.
getTokenClass(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Gets the serialized token class from the configuration.
getTokenClassName() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
getTokens() - Method in class org.apache.accumulo.core.util.shell.commands.QuotedStringTokenizer
 
getTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
getTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
getTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
getTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
getTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
getTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
getTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
getTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
getTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
getTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
getTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
getTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
getTopKey() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
getTopKey() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
getTopKey() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.Combiner
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.DevNull
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.OrIterator
 
getTopKey() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
Returns top key.
getTopKey() - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
getTopKey() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTopKey() - Method in class org.apache.accumulo.test.functional.BadIterator
 
getTopValue() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
getTopValue() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
getTopValue() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.Combiner
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.DevNull
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.OrIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
 
getTopValue() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
Returns top value.
getTopValue() - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
getTopValue() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTotalEntries() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalHoldTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalIngestByteRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalIngestRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalLookups() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalMinorCompactions() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getTotalMinorCompactions() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getTotalQueryByteRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalQueryRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalScanRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalTables() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalTabletCount() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTraceId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
getTraceId() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
getTransport(String, int) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransport(InetSocketAddress, long) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransport(String, int, long) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransportWithDefaultTimeout(InetSocketAddress, AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransportWithDefaultTimeout(String, int, AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
getTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
getTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
getTServerClient(String, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
getTServerClient(String, AccumuloConfiguration, long) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
getTServerInfo() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getTServerInfoIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getTServerInfoSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getType() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
 
getType() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getType() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
getType() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
getType() - Method in enum org.apache.accumulo.core.conf.Property
 
getType() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
getType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getType(Text) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Returns either the QueryUtil.DIR_COLF or a decoded string version of the colf.
getType() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
getType() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
getType() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getUnassignedTablets() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getUnknownExceptions() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getUnknownTabletErrorCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getUnknownTabletErrorCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getUnnamedOptionDescriptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
getUnopenedCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getUnopenedCount() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
getUpdates() - Method in class org.apache.accumulo.core.data.Mutation
 
getUri() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getUsed() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getUser() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
getUser() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getUser() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
getUser() - Method in interface org.apache.accumulo.core.constraints.Constraint.Environment
 
getUser() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
getUser() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
getUser() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
getUser() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
getUserAuthorizations(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Retrieves the user's authorizations for scanning
getUserAuthorizations(String) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
getUserAuthorizations(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.getUserAuthorizations_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getUserAuthorizations(TInfo, TCredentials, String, AsyncMethodCallback<ClientService.AsyncClient.getUserAuthorizations_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getUserAuthorizations(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getUserAuthorizations(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getUserAuthorizations(String) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
getUserAuthorizations(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
getUserAuthorizations(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getUserAuthorizations_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
getUserAuthorizations(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.getUserAuthorizations_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
getUserAuthorizations(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
getUserAuthorizations(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
getUserAuthorizations(TInfo, TCredentials, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getUserAuthorizations(TCredentials, String) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
getUserAuthorizations(TCredentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
getUserAuthorizations(TCredentials, String) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
getUserAuthorizations(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
getUserAuths(State, String) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
getUserName() - Method in class org.apache.accumulo.test.randomwalk.State
 
getUserPassword(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
getUUID() - Method in class org.apache.accumulo.core.data.KeyExtent
 
getValidExtensions() - Static method in class org.apache.accumulo.core.file.FileOperations
 
getValue() - Method in enum org.apache.accumulo.core.client.impl.thrift.ConfigurationType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.client.impl.thrift.TableOperation
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
getValue() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
getValue(BytesWritable) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Copy the value into BytesWritable.
getValue(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Copy value into user-supplied buffer.
getValue(byte[], int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Copy value into user-supplied buffer.
getValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
getValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
getValue() - Method in enum org.apache.accumulo.core.master.thrift.MasterGoalState
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.master.thrift.MasterState
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.master.thrift.TableOperation
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.master.thrift.TabletLoadState
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.security.thrift.SecurityErrorCode
Deprecated.
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionReason
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ScanState
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ScanType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
getValue() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
getValue() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
getValue() - Method in enum org.apache.accumulo.proxy.thrift.CompactionReason
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.proxy.thrift.CompactionType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.proxy.thrift.IteratorScope
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
getValue() - Method in enum org.apache.accumulo.proxy.thrift.PartialKey
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.proxy.thrift.ScanState
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.proxy.thrift.ScanType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.proxy.thrift.SystemPermission
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.proxy.thrift.TablePermission
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.accumulo.proxy.thrift.TimeType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValueLength() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Get the length of the value.
getValues() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getValuesIterator() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getValuesSize() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getValueStream() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Stream access to value.
getVectorSize() - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
getVersion() - Method in class org.apache.accumulo.core.bloomfilter.Filter
 
getViolationCode() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
getViolationCode() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getViolationDescription(short) - Method in interface org.apache.accumulo.core.constraints.Constraint
Implementers of this method should return a short one sentence description of what a given violation code means.
getViolationDescription() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
getViolationDescription() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getViolationDescription(short) - Method in class org.apache.accumulo.core.security.VisibilityConstraint
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
getViolationDescription(short) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
getViolationDescription(short) - Method in class org.apache.accumulo.server.constraints.UnsatisfiableConstraint
 
getViolationDescription(short) - Method in class org.apache.accumulo.test.functional.SlowConstraint
 
getViolationSummaries() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getViolationSummaries() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
getViolationSummariesIterator() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getViolationSummariesIterator() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
getViolationSummariesSize() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getViolationSummariesSize() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
getVisibilities() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
getWalDirectory(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getWALogSeq() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getWALogWriteAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWALogWriteCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWALogWriteMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWALogWriteMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWhy() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
getWorkingDirectory() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getWorkQueued() - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
getWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
getWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
getWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
getZooCache() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
getZooKeeper() - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
getZooKeeper() - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
getZooKeeper() - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
getZooKeepers(AsyncMethodCallback<ClientService.AsyncClient.getZooKeepers_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getZooKeepers(AsyncMethodCallback<ClientService.AsyncClient.getZooKeepers_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getZooKeepers() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getZooKeepers() - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getZooKeepers() - Method in interface org.apache.accumulo.core.client.Instance
Returns a comma-separated list of zookeeper servers the instance is using.
getZooKeepers() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
getZooKeepers() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getZooKeepers() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getZooKeepers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
getZooKeepers() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getZooKeepers() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getZooKeepersSessionTimeOut() - Method in interface org.apache.accumulo.core.client.Instance
Returns the zookeeper connection timeout.
getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getZooKeeperStatus() - Static method in class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
globStatus(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
globStatus(Path, PathFilter) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
goalState - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
gotEndMarker - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
GrantCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GrantCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
grantSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Grant a user a system permission
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
grantSystemPermission(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantSystemPermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
grantSystemPermission(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantSystemPermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
grantSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
grantSystemPermission(TInfo, TCredentials, String, byte) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
grantSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.ProxyServer
 
grantSystemPermission(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.grantSystemPermission_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
grantSystemPermission(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.grantSystemPermission_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
grantSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
grantSystemPermission(ByteBuffer, String, SystemPermission) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
grantSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
grantSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
grantSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Gives the user the given system permission
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
grantSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
grantTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Grant a user a specific permission for a specific table
grantTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
grantTablePermission(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantTablePermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
grantTablePermission(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantTablePermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
grantTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
grantTablePermission(TInfo, TCredentials, String, String, byte) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
grantTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
grantTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.ProxyServer
 
grantTablePermission(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.grantTablePermission_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
grantTablePermission(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.grantTablePermission_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
grantTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
grantTablePermission(ByteBuffer, String, String, TablePermission) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
grantTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
grantTablePermission(TCredentials, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
grantTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
grantTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Gives the user the given table permission
grantTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
grantTablePermission(TCredentials, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
grantTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
GRAPH_HEIGHT - Static variable in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
GRAPH_WIDTH - Static variable in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
Grep - Class in org.apache.accumulo.test.randomwalk.shard
 
Grep() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Grep
 
GrepCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GrepCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
GrepIterator - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by GrepIterator
GrepIterator() - Constructor for class org.apache.accumulo.core.iterators.GrepIterator
Deprecated.
 
GrepIterator - Class in org.apache.accumulo.core.iterators.user
This iterator provides exact string matching.
GrepIterator() - Constructor for class org.apache.accumulo.core.iterators.user.GrepIterator
 
groups - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 

H

HadoopLogCloser - Class in org.apache.accumulo.server.master.recovery
 
HadoopLogCloser() - Constructor for class org.apache.accumulo.server.master.recovery.HadoopLogCloser
 
halt(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.halt_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
halt(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.halt_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
halt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
halt(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
halt(ZooLock) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
Halt - Class in org.apache.accumulo.server.util
 
Halt() - Constructor for class org.apache.accumulo.server.util.Halt
 
halt(String) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(String, int) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(int, Runnable) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.test.functional.ZombieTServer.ThriftClientHandler
 
halt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
handleBlockSize(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated.
since 1.5.0; Retrieve the relevant block size from AccumuloFileOutputFormat.getAccumuloConfiguration(JobContext) and configure hadoop's io.seqfile.compress.blocksize with the same value. No longer needed, as RFile does not use this field.
hasCachedSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
hasCachedSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the system permission for the user, with caching due to high frequency operation.
hasCachedSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasCachedSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
hasCachedTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
hasCachedTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the table permission of a user for a table, with caching.
hasCachedTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasCachedTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
hasColumns(Key) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
hasCycled(long) - Method in class org.apache.accumulo.server.master.Master
 
hasExited() - Method in class org.apache.accumulo.core.util.shell.Shell
 
hash - Variable in class org.apache.accumulo.core.bloomfilter.Filter
The hash function used to map a key to several positions in the vector.
HASH_COUNT - Static variable in class org.apache.accumulo.core.file.BloomFilterLayer
 
HASH_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
hashCode() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
hashCode() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
hashCode() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
hashCode() - Method in class org.apache.accumulo.core.client.IteratorSetting
 
hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
hashCode() - Method in class org.apache.accumulo.core.data.ByteSequence
 
hashCode() - Method in class org.apache.accumulo.core.data.Column
 
hashCode() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
hashCode() - Method in class org.apache.accumulo.core.data.Key
 
hashCode() - Method in class org.apache.accumulo.core.data.KeyExtent
 
hashCode() - Method in class org.apache.accumulo.core.data.Mutation
 
hashCode() - Method in class org.apache.accumulo.core.data.Range
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
hashCode() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
hashCode() - Method in class org.apache.accumulo.core.data.Value
 
hashCode() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
 
hashCode() - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
 
hashCode() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
hashCode() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
hashCode() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
hashCode() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
hashCode() - Method in class org.apache.accumulo.core.iterators.conf.ColumnUtil.ColFamHashKey
 
hashCode() - Method in class org.apache.accumulo.core.iterators.conf.ColumnUtil.ColHashKey
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
hashCode() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
hashCode() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
hashCode() - Method in class org.apache.accumulo.core.security.Authorizations
 
hashCode() - Method in class org.apache.accumulo.core.security.ColumnVisibility
 
hashCode() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
hashCode() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
hashCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
hashCode() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
hashCode() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
hashCode() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
hashCode() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
hashCode() - Method in class org.apache.accumulo.core.util.ColumnFQ
 
hashCode() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
hashCode() - Method in class org.apache.accumulo.core.util.Pair
 
hashCode() - Method in class org.apache.accumulo.core.util.ServerServices
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.Column
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.Key
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.Range
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
hashCode() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
hashCode() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
hashCode() - Method in class org.apache.accumulo.server.logger.LogFileKey
 
hashCode() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
hashCode() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
hashCode() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
hashCode() - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
hashCode() - Method in class org.apache.accumulo.start.classloader.vfs.ContextManager.ContextConfig
 
hashCode() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
 
hashCode() - Method in class org.apache.accumulo.test.randomwalk.Node
 
hashCode() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
hashCode() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
hashCode() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
hashCode() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
hashCode() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
hashType - Variable in class org.apache.accumulo.core.bloomfilter.Filter
Type of hashing function to use.
hasNext() - Method in class org.apache.accumulo.core.client.impl.ScannerIterator
 
hasNext() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator
 
hasNext() - Method in class org.apache.accumulo.core.client.mock.IteratorAdapter
 
hasNext() - Method in class org.apache.accumulo.core.client.RowIterator
Returns true if there is at least one more row to get.
hasNext() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
hasNext() - Method in class org.apache.accumulo.core.iterators.Combiner.ValueIterator
 
hasNext() - Method in class org.apache.accumulo.core.trace.TraceFormatter
 
hasNext() - Method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
hasNext() - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
hasNext() - Method in class org.apache.accumulo.core.util.format.DeleterFormatter
 
hasNext() - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
hasNext() - Method in class org.apache.accumulo.core.util.PeekingIterator
 
hasNext(String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
hasNext(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasNext_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
hasNext(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasNext_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
hasNext(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
hasNext(String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
hasNext - Variable in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
hasNext() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
hasNext() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
hasNext() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
hasNext() - Method in class org.apache.accumulo.server.util.TabletIterator
 
hasNext() - Method in class org.apache.accumulo.test.stress.random.Stream
 
hasPrevious() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
hasSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Verify the user has a particular system permission
hasSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
hasSystemPermission(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasSystemPermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
hasSystemPermission(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasSystemPermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
hasSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
hasSystemPermission(TInfo, TCredentials, String, byte) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
hasSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
hasSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.ProxyServer
 
hasSystemPermission(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasSystemPermission_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
hasSystemPermission(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasSystemPermission_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
hasSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
hasSystemPermission(ByteBuffer, String, SystemPermission) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
hasSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
hasSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
hasSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
hasSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the system permission for the user
hasSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
hasSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
hasTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Verify the user has a particular table permission
hasTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
hasTablePermission(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasTablePermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
hasTablePermission(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasTablePermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
hasTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
hasTablePermission(TInfo, TCredentials, String, String, byte) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
hasTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
hasTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.ProxyServer
 
hasTablePermission(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasTablePermission_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
hasTablePermission(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.hasTablePermission_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
hasTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
hasTablePermission(ByteBuffer, String, String, TablePermission) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
hasTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
hasTablePermission(TCredentials, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
hasTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
hasTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to get the table permission of a user for a table
hasTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
hasTablePermission(TCredentials, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
hasTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
hasTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
hasTop() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
hasTop() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
hasTop() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
hasTop() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
hasTop() - Method in class org.apache.accumulo.core.iterators.Combiner
 
hasTop() - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.DevNull
 
hasTop() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.OrIterator
 
hasTop() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
Returns true if the iterator has more elements.
hasTop() - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
hasTop() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.user.RowFilter
 
hasTop() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
hasTop() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
hasTop() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
HdfsFileAttributes - Enum in org.apache.accumulo.start.classloader.vfs.providers
HDFS file content attributes.
HdfsFileContentInfoFactory - Class in org.apache.accumulo.start.classloader.vfs.providers
Creates FileContentInfo instances for HDFS.
HdfsFileContentInfoFactory() - Constructor for class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileContentInfoFactory
 
HdfsFileObject - Class in org.apache.accumulo.start.classloader.vfs.providers
A VFS representation of an HDFS file.
HdfsFileObject(AbstractFileName, HdfsFileSystem, FileSystem, Path) - Constructor for class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileObject
Constructs a new HDFS FileObject
HdfsFileProvider - Class in org.apache.accumulo.start.classloader.vfs.providers
FileProvider for HDFS files.
HdfsFileProvider() - Constructor for class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileProvider
Constructs a new HdfsFileProvider
HdfsFileSystem - Class in org.apache.accumulo.start.classloader.vfs.providers
A VFS FileSystem that interacts with HDFS.
HdfsFileSystem(FileName, FileSystemOptions) - Constructor for class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystem
 
HdfsFileSystemConfigBuilder - Class in org.apache.accumulo.start.classloader.vfs.providers
Configuration settings for the HdfsFileSystem.
HdfsFileSystemConfigBuilder() - Constructor for class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystemConfigBuilder
 
HdfsRandomAccessContent - Class in org.apache.accumulo.start.classloader.vfs.providers
Provides random access to content in an HdfsFileObject.
HdfsRandomAccessContent(Path, FileSystem) - Constructor for class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
HdfsZooInstance - Class in org.apache.accumulo.server.client
An implementation of Instance that looks in HDFS and ZooKeeper to find the master and root tablet location.
HEADER - Static variable in class org.apache.accumulo.core.security.Authorizations
 
HeapIterator - Class in org.apache.accumulo.core.iterators.system
Constructs a PriorityQueue of multiple SortedKeyValueIterators.
HeapIterator() - Constructor for class org.apache.accumulo.core.iterators.system.HeapIterator
 
HeapIterator(int) - Constructor for class org.apache.accumulo.core.iterators.system.HeapIterator
 
heapSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
heapSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlockQueue
Total size of all elements in this queue.
HeapSize - Interface in org.apache.accumulo.core.file.blockfile.cache
Implementations can be asked for an estimate of their size in bytes.
heapSize() - Method in interface org.apache.accumulo.core.file.blockfile.cache.HeapSize
 
heapSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
Help - Class in org.apache.accumulo.core.cli
 
Help() - Constructor for class org.apache.accumulo.core.cli.Help
 
help - Variable in class org.apache.accumulo.core.cli.Help
 
HelpCommand - Class in org.apache.accumulo.core.util.shell.commands
 
HelpCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.HelpCommand
 
helpLongOption - Static variable in class org.apache.accumulo.core.util.shell.ShellOptions
 
helpOption - Static variable in class org.apache.accumulo.core.util.shell.ShellOptions
 
HEX_SIZE - Static variable in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
HexFormatter - Class in org.apache.accumulo.core.util.format
A simple formatter that print the row, column family, column qualifier, and value as hex
HexFormatter() - Constructor for class org.apache.accumulo.core.util.format.HexFormatter
 
HexScanInterpreter - Class in org.apache.accumulo.core.util.interpret
As simple scan interpreter that converts hex to binary.
HexScanInterpreter() - Constructor for class org.apache.accumulo.core.util.interpret.HexScanInterpreter
 
hexString(byte[]) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
HIDDEN_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
HiddenCommand - Class in org.apache.accumulo.core.util.shell.commands
 
HiddenCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.HiddenCommand
 
Histogram<T> - Class in org.apache.accumulo.test.continuous
 
Histogram() - Constructor for class org.apache.accumulo.test.continuous.Histogram
 
HistoryCommand - Class in org.apache.accumulo.core.util.shell.commands
 
HistoryCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.HistoryCommand
 
hit() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
holdAllCommits(boolean) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
holdTime - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
holdTime() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
HoldTimeoutException - Exception in org.apache.accumulo.server.tabletserver
 
HoldTimeoutException(String) - Constructor for exception org.apache.accumulo.server.tabletserver.HoldTimeoutException
 
host() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
host - Variable in class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
hosted() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
hostPort() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
humanReadableBytes(long) - Static method in class org.apache.accumulo.core.util.TableDiskUsage
 

I

idle - Static variable in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
idleTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
idleTime - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
IllegalDSException - Exception in org.apache.accumulo.server.master.state
 
IllegalDSException(String) - Constructor for exception org.apache.accumulo.server.master.state.IllegalDSException
 
ImageFixture - Class in org.apache.accumulo.test.randomwalk.image
 
ImageFixture() - Constructor for class org.apache.accumulo.test.randomwalk.image.ImageFixture
 
importDir - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
importDir - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
importDirectory(String, String, String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Bulk import all the files in a directory into a table.
importDirectory(String, String, String, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
importDirectory(String, String, String, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
importDirectory(ByteBuffer, String, String, String, boolean) - Method in class org.apache.accumulo.proxy.ProxyServer
 
importDirectory(ByteBuffer, String, String, String, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.importDirectory_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
importDirectory(ByteBuffer, String, String, String, boolean, AsyncMethodCallback<AccumuloProxy.AsyncClient.importDirectory_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
importDirectory(ByteBuffer, String, String, String, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
importDirectory(ByteBuffer, String, String, String, boolean) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ImportDirectoryCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ImportDirectoryCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ImportDirectoryCommand
 
importedMapFiles() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
importFiles(List<String>, Path) - Method in class org.apache.accumulo.server.client.BulkImporter
 
importMapFiles(long, Map<String, MapFileInfo>, boolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
importTable(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Imports a table exported via exportTable and copied via hadoop distcp.
importTable(String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
importTable(String, String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
importTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
importTable(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.importTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
importTable(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.importTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
importTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
importTable(ByteBuffer, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ImportTable - Class in org.apache.accumulo.server.master.tableOps
 
ImportTable(String, String, String) - Constructor for class org.apache.accumulo.server.master.tableOps.ImportTable
 
ImportTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ImportTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ImportTableCommand
 
in - Variable in class org.apache.accumulo.core.client.mock.MockShell
 
inAmbiguousZone(State, String, TablePermission) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
inAmbiguousZone(String, TablePermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
incCount() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
includeTransformedKey(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Determines whether or not to include transformedKey in the output.
inclusive - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
increaseAuthMap(State, String, int) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
increaseAuthMap(String, int) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
increment(KT, long) - Method in class org.apache.accumulo.server.util.MapCounter
 
increment(Counter) - Static method in class org.apache.accumulo.server.util.reflection.CounterUtils
 
increment(Object) - Static method in class org.apache.accumulo.test.continuous.ContinuousVerify
 
incrementStatusMajor() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
incrementStatusMinor() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
incrementStatusSplit() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
Index - Class in org.apache.accumulo.examples.simple.shard
This program indexes a set of documents given on the command line into a shard table.
Index() - Constructor for class org.apache.accumulo.examples.simple.shard.Index
 
index(int, Text, String, String, BatchWriter) - Static method in class org.apache.accumulo.examples.simple.shard.Index
 
INDEX_COLF - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
indexCacheHits - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
indexCacheRequest - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
IndexedDocIterator - Class in org.apache.accumulo.core.iterators.user
This iterator facilitates document-partitioned indexing.
IndexedDocIterator() - Constructor for class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
IndexMeta - Class in org.apache.accumulo.server.metanalysis
A map reduce job that takes write ahead logs containing mutations for the metadata table and indexes them into Accumulo tables for analysis.
IndexMeta() - Constructor for class org.apache.accumulo.server.metanalysis.IndexMeta
 
IndexMeta.IndexMapper - Class in org.apache.accumulo.server.metanalysis
 
IndexMeta.IndexMapper() - Constructor for class org.apache.accumulo.server.metanalysis.IndexMeta.IndexMapper
 
infiniteStartKey - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
infiniteStopKey - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
Info - Class in org.apache.accumulo.server.util
 
Info() - Constructor for class org.apache.accumulo.server.util.Info
 
InfoCommand - Class in org.apache.accumulo.core.util.shell.commands
 
InfoCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InfoCommand
 
Ingest - Class in org.apache.accumulo.examples.simple.dirlist
Recursively lists the files and directories under a given path, ingests their names and file info into one Accumulo table, indexes the file names in a separate table, and the file data into a third table.
Ingest() - Constructor for class org.apache.accumulo.examples.simple.dirlist.Ingest
 
Ingest - Class in org.apache.accumulo.test.randomwalk.unit
 
Ingest() - Constructor for class org.apache.accumulo.test.randomwalk.unit.Ingest
 
Ingest - Class in org.apache.accumulo.test.scalability
 
Ingest() - Constructor for class org.apache.accumulo.test.scalability.Ingest
 
ingestByteRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
ingestByteRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
ingestRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
ingestRate - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
ingestRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
init(AuthenticationToken.Properties) - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
 
init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Combiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DevNull
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Filter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.LongCombiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
 
init(SortedKeyValueIterator<K, V>, Map<String, String>, IteratorEnvironment) - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
Initializes the iterator.
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
init(HashSet<Column>) - Method in class org.apache.accumulo.core.iterators.system.ColumnQualifierFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.CountingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.DeletingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.MultiIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
init(SortedKeyValueIterator<K, V>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
init() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
init(FileSystem, ServerConfiguration, String) - Static method in class org.apache.accumulo.server.Accumulo
 
init(FileSystem, Instance, TCredentials, boolean) - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
init(ServerConfiguration) - Method in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
init(ServerConfiguration) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Initialize the TabletBalancer.
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.tabletserver.Compactor.CountingIterator
 
init(ServerConfiguration) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
init(ServerConfiguration) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
Initialize the memory manager.
init() - Method in class org.apache.accumulo.start.classloader.vfs.UniqueFileReplicator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.test.functional.DropModIter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.test.functional.SlowIterator
 
init(Properties, Properties, int) - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
initialize(InputSplit, JobConf) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
Initialize a scanner over the given input split using this task attempt configuration.
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Initialize a scanner over the given input split using this task attempt configuration.
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.trace.TraceFormatter
 
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in interface org.apache.accumulo.core.util.format.Formatter
 
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
initialize(Iterator<E>) - Method in class org.apache.accumulo.core.util.PeekingIterator
Initializes this iterator, to be used with PeekingIterator.PeekingIterator().
initialize(Map<String, TableState>) - Method in class org.apache.accumulo.server.master.Master
 
initialize(Map<String, TableState>) - Method in interface org.apache.accumulo.server.master.state.tables.TableObserver
 
initialize(String, boolean) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
initialize(String, boolean) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Sets up the authorizor for a new instance of Accumulo
initialize(String, boolean) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
initialize(String, boolean) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
initialize(String, boolean) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Sets up the permission handler for a new instance of Accumulo
initialize(String, boolean) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
initialize(String, boolean) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
initialize(String, boolean) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
initialize(URI, Configuration) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
Initialize - Class in org.apache.accumulo.server.util
This class is used to setup the directory structure and the root tablet to get an instance started
Initialize() - Constructor for class org.apache.accumulo.server.util.Initialize
 
initialize(Initialize.Opts, String, FileSystem) - Static method in class org.apache.accumulo.server.util.Initialize
 
initialize(String, boolean) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
initializeSecurity(TCredentials, String, byte[]) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
initializeSecurity(TCredentials, String, byte[]) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
initializeSecurity(TCredentials, String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to initialize security for the root user
initializeSecurity(TCredentials, String, byte[]) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
initializeSecurity(TCredentials, String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to initialize security for the root user
initializeSecurity(TCredentials, String, byte[]) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
initializeSecurity(TCredentials, String, byte[]) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
initializeSecurity(TCredentials, String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
InitialMultiScan - Class in org.apache.accumulo.core.data.thrift
 
InitialMultiScan() - Constructor for class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
InitialMultiScan(long, MultiScanResult) - Constructor for class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
InitialMultiScan(InitialMultiScan) - Constructor for class org.apache.accumulo.core.data.thrift.InitialMultiScan
Performs a deep copy on other.
InitialMultiScan._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
InitialScan - Class in org.apache.accumulo.core.data.thrift
 
InitialScan() - Constructor for class org.apache.accumulo.core.data.thrift.InitialScan
 
InitialScan(long, ScanResult) - Constructor for class org.apache.accumulo.core.data.thrift.InitialScan
 
InitialScan(InitialScan) - Constructor for class org.apache.accumulo.core.data.thrift.InitialScan
Performs a deep copy on other.
InitialScan._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
initiateFlush(TInfo, TCredentials, String, AsyncMethodCallback<MasterClientService.AsyncClient.initiateFlush_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
initiateFlush(TInfo, TCredentials, String, AsyncMethodCallback<MasterClientService.AsyncClient.initiateFlush_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
initiateFlush(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
initiateFlush(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
initMetadataConfig() - Static method in class org.apache.accumulo.server.util.Initialize
 
initTable(String) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
initTable(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Initializes a new user
initTable(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
initTable(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
initUser(String) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Initializes a new user
initUser(String) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
initUser(String) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Initializes a new user
initUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
initUser(String) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
initUser(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
InMemoryMap - Class in org.apache.accumulo.server.tabletserver
 
InMemoryMap(boolean, String) - Constructor for class org.apache.accumulo.server.tabletserver.InMemoryMap
 
InMemoryMap(AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.tabletserver.InMemoryMap
 
InputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
 
InputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
 
InputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
Configuration keys for various features.
InputConfigurator.ScanOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
Configuration keys for Scanner.
inputFiles - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
inputFiles - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
InputFormatBase<K,V> - Class in org.apache.accumulo.core.client.mapred
This abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase
 
InputFormatBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
This abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase
 
InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
Deprecated.
since 1.5.2; Use RangeInputSplit instead.
InputFormatBase.RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
Deprecated.
 
InputFormatBase.RangeInputSplit(InputFormatBase.RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
Deprecated.
 
InputFormatBase.RangeInputSplit(String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
Deprecated.
 
InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
Deprecated.
since 1.5.2; Use RangeInputSplit instead.
InputFormatBase.RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
Deprecated.
 
InputFormatBase.RangeInputSplit(InputFormatBase.RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
Deprecated.
 
InputFormatBase.RangeInputSplit(String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
Deprecated.
 
InputFormatBase.RecordReaderBase<K,V> - Class in org.apache.accumulo.core.client.mapred
An abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.
InputFormatBase.RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
InputFormatBase.RecordReaderBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
An abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.
InputFormatBase.RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
InsecureAuthenticator - Class in org.apache.accumulo.server.security.handler
This is an Authenticator implementation that doesn't actually do any security.
InsecureAuthenticator() - Constructor for class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
InsecurePermHandler - Class in org.apache.accumulo.server.security.handler
This is a Permission Handler implementation that doesn't actually do any security.
InsecurePermHandler() - Constructor for class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
Insert - Class in org.apache.accumulo.test.randomwalk.shard
 
Insert() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Insert
 
InsertCommand - Class in org.apache.accumulo.core.util.shell.commands
 
InsertCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
insertFileData(String, BatchWriter) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
InsertWithBatchWriter - Class in org.apache.accumulo.examples.simple.helloworld
Inserts 10K rows (50K entries) into accumulo with each row having 5 entries.
InsertWithBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.helloworld.InsertWithBatchWriter
 
instance - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
Instance - Interface in org.apache.accumulo.core.client
This class represents the information a client needs to know to connect to an instance of accumulo.
instance - Variable in class org.apache.accumulo.core.trace.InstanceUserPassword
 
instance - Variable in class org.apache.accumulo.core.util.shell.Shell
 
instance - Variable in class org.apache.accumulo.proxy.ProxyServer
 
instance - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
instanceId - Variable in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
instanceId - Variable in class org.apache.accumulo.core.security.thrift.TCredentials
 
InstanceOperations - Interface in org.apache.accumulo.core.client.admin
 
instanceOperations() - Method in class org.apache.accumulo.core.client.Connector
Retrieves an InstanceOperations object to modify instance configuration.
instanceOperations() - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
instanceOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
InstanceOperationsImpl - Class in org.apache.accumulo.core.client.admin
Provides a class for administering the accumulo instance
InstanceOperationsImpl(Instance, TCredentials) - Constructor for class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
InstanceUserPassword - Class in org.apache.accumulo.core.trace
 
InstanceUserPassword(Instance, String, String) - Constructor for class org.apache.accumulo.core.trace.InstanceUserPassword
 
IntArgValidator - Class in org.apache.accumulo.test.stress.random
 
IntArgValidator() - Constructor for class org.apache.accumulo.test.stress.random.IntArgValidator
 
INTEGER - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for an Integer
interfaceMatch - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
interfaceMatch - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
InterferenceTest - Class in org.apache.accumulo.examples.simple.isolation
This example shows how a concurrent reader and writer can interfere with each other.
InterferenceTest() - Constructor for class org.apache.accumulo.examples.simple.isolation.InterferenceTest
 
IntermediateKeyName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
interpretBeginRow(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
interpretBeginRow(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
 
interpretBeginRow(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
 
interpretColumnFamily(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
interpretColumnFamily(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
 
interpretColumnFamily(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
 
interpretColumnQualifier(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
interpretColumnQualifier(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
 
interpretColumnQualifier(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
 
interpretEndRow(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
interpretEndRow(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
 
interpretEndRow(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
 
InterpreterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
InterpreterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InterpreterCommand
 
interpretRow(Text) - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
interpretRow(Text) - Method in class org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
 
interpretRow(Text) - Method in interface org.apache.accumulo.core.util.interpret.ScanInterpreter
 
interrupt() - Method in class org.apache.accumulo.server.util.TNonblockingServerSocket
 
InterruptibleIterator - Interface in org.apache.accumulo.core.iterators.system
 
IntersectingIterator - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by IntersectingIterator
IntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.IntersectingIterator
Deprecated.
 
IntersectingIterator - Class in org.apache.accumulo.core.iterators.user
This iterator facilitates document-partitioned indexing.
IntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
IntersectingIterator.TermSource - Class in org.apache.accumulo.core.iterators.user
 
IntersectingIterator.TermSource(IntersectingIterator.TermSource) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
IntersectingIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
IntersectingIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text, boolean) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
intToBytes(int) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
inUse - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TabletLocator
Invalidate entire cache
invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
Invalidate all metadata entries that point to server
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache(String) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
invalidateCache() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
invalidateCache() - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
isActive(TInfo, long, AsyncMethodCallback<ClientService.AsyncClient.isActive_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
isActive(TInfo, long, AsyncMethodCallback<ClientService.AsyncClient.isActive_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
isActive(TInfo, long) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
isActive(TInfo, long) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
isActive(long) - Method in class org.apache.accumulo.fate.zookeeper.TransactionWatcher
 
isActive(TInfo, long) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
isActive(long) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
isAutoClean() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
isBackedByArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
isBackedByArray() - Method in class org.apache.accumulo.core.data.ByteSequence
 
isClassProperty(String) - Static method in enum org.apache.accumulo.core.conf.Property
 
isCloseComplete() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
isClosed() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
isClosed() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
 
isClosed() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
Returns true if this batch writer has been closed.
isClosed() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
isClosing() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Determines if the connector has been configured.
isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines if the connector has been configured.
isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Determines if the connector has been configured.
isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines if the connector has been configured.
isConnectorInfoSet(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Determines if the connector info has already been set for this instance.
isContiguousRange(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
isCurrent() - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
isDebuggingEnabled() - Static method in class org.apache.accumulo.core.util.shell.Shell
 
isDelete() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
isDeleteCell() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
isDeleted() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
isDeleted() - Method in class org.apache.accumulo.core.data.Key
 
isDeprecated() - Method in enum org.apache.accumulo.core.conf.Property
 
isDerived() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
isDirectory(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
Deprecated.
isEmpty() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
isEmpty() - Method in class org.apache.accumulo.core.constraints.Violations
 
isEmpty() - Method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
isEmpty() - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
isEmpty() - Method in class org.apache.accumulo.core.security.Authorizations
 
isEmpty() - Method in class org.apache.accumulo.core.util.BinaryTree
 
isEnabled() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
isEnabled() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
isEndInclusive() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
isEndKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
 
isExperimental() - Method in enum org.apache.accumulo.core.conf.Property
 
isFile(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
isFixedZooPropertyKey(Property) - Static method in enum org.apache.accumulo.core.conf.Property
 
isFlush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
isFlush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
isForce() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
isFullMajorCompaction() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
isFullMajorCompaction() - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
isHasNext() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
isIndexable() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
An indexable block supports seeking, getting a position, and associating an arbitrary index with the block
isIndexable() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
 
isIndexable() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
 
isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.Range
 
isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.Range
 
isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
isInitialized(FileSystem) - Static method in class org.apache.accumulo.server.util.Initialize
 
isIsolated(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration has isolation enabled.
isIsolated(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has isolation enabled.
isIsolated(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
since 1.5.0; Use InputFormatBase.isIsolated(JobContext) instead.
isIsolated(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Determines whether a configuration has isolation enabled.
isIsolated() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
isIsolatedScan() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
isLocked() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
isLockHeld(ZooUtil.LockID) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
isLockHeld(ZooKeeper, ZooUtil.LockID) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
isLockHeld(ZooCache, ZooUtil.LockID) - Static method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
isLockHeld(ZooUtil.LockID) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
isLockHeld(ZooKeeper, ZooUtil.LockID) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
isMasking() - Method in class org.apache.accumulo.core.util.shell.Shell
 
isMeta() - Method in class org.apache.accumulo.core.data.KeyExtent
 
isMockInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
isMore() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
isMore() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
isMore() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
isMultiTableBatchWriterInitialized() - Method in class org.apache.accumulo.test.randomwalk.State
 
isOffline() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
isOfflineScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration has the offline table scan feature enabled.
isOfflineScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has the offline table scan feature enabled.
isOfflineScan(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
isOfflineScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Determines whether a configuration has the offline table scan feature enabled.
isolated - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
IsolatedScan - Class in org.apache.accumulo.test.randomwalk.concurrent
 
IsolatedScan() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.IsolatedScan
 
IsolatedScanner - Class in org.apache.accumulo.core.client
A scanner that presents a row isolated view of an accumulo table.
IsolatedScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
 
IsolatedScanner(Scanner, IsolatedScanner.RowBufferFactory) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
 
IsolatedScanner.MemoryRowBuffer - Class in org.apache.accumulo.core.client
 
IsolatedScanner.MemoryRowBuffer() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
 
IsolatedScanner.MemoryRowBufferFactory - Class in org.apache.accumulo.core.client
 
IsolatedScanner.MemoryRowBufferFactory() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
 
IsolatedScanner.RowBuffer - Interface in org.apache.accumulo.core.client
 
IsolatedScanner.RowBufferFactory - Interface in org.apache.accumulo.core.client
 
IsolationException - Exception in org.apache.accumulo.core.client.impl
 
IsolationException() - Constructor for exception org.apache.accumulo.core.client.impl.IsolationException
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticate
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.authenticateUser
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.bulkImportFiles
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeAuthorizations
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.changeLocalUserPassword
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkClass
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.checkTableClass
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.createLocalUser
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.dropLocalUser
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getConfiguration
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getInstanceId
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getRootTabletLocation
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getTableConfiguration
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getUserAuthorizations
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.getZooKeepers
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantSystemPermission
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.grantTablePermission
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasSystemPermission
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.hasTablePermission
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.isActive
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.listLocalUsers
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.ping
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeSystemPermission
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.revokeTablePermission
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.fails
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.success
 
isOneway() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.throwsError
 
isOneway() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor.getStatus
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.beginTableOperation
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.executeTableOperation
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.finishTableOperation
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.getMasterStats
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.initiateFlush
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeSystemProperty
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeTableProperty
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportSplitExtent
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportTabletStatus
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setMasterGoalState
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setSystemProperty
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setTableProperty
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdown
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdownTabletServer
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForFlush
 
isOneway() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForTableOperation
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.applyUpdates
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.bulkImport
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.chop
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeMultiScan
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeScan
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeUpdate
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.compact
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueMultiScan
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueScan
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.fastHalt
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flush
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flushTablet
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveCompactions
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveScans
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getHistoricalStats
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletServerStatus
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletStats
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.halt
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.loadTablet
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.removeLogs
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.splitTablet
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startMultiScan
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startScan
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startUpdate
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.unloadTablet
 
isOneway() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.update
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addConstraint
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.addSplits
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.attachIterator
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.authenticateUser
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cancelCompaction
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeLocalUserPassword
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.changeUserAuthorizations
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.checkIteratorConflicts
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.clearLocatorCache
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.cloneTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeScanner
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.closeWriter
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.compactTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createBatchScanner
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createLocalUser
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createScanner
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.createWriter
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteRows
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.deleteTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.dropLocalUser
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.exportTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flush
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.flushTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveCompactions
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getActiveScans
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getFollowing
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getIteratorSetting
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getLocalityGroups
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getMaxRow
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getRowRange
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSiteConfiguration
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getSystemConfiguration
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTableProperties
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getTabletServers
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.getUserAuthorizations
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantSystemPermission
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.grantTablePermission
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasNext
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasSystemPermission
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.hasTablePermission
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importDirectory
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.importTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listConstraints
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listIterators
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listLocalUsers
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listSplits
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.listTables
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.login
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.mergeTablets
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextEntry
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.nextK
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.offlineTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.onlineTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.pingTabletServer
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeConstraint
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeIterator
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeProperty
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.removeTableProperty
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.renameTable
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeSystemPermission
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.revokeTablePermission
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setLocalityGroups
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setProperty
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.setTableProperty
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.splitRangeByTablets
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableExists
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.tableIdMap
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testClassLoad
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.testTableClassLoad
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.update
 
isOneway() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor.updateAndFlush
 
isOneway() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.Processor.span
 
isOneway() - Method in class org.apache.accumulo.trace.thrift.TestService.Processor.checkTrace
 
isOnline(String) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
isPartNextKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
isPreviousExtent(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
 
isPropertyValid(String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
isReady(long, T) - Method in interface org.apache.accumulo.fate.ReadOnlyRepo
 
isReady(long, X) - Method in class org.apache.accumulo.fate.ReadOnlyStore.ReadOnlyRepoWrapper
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.BulkImport
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CancelCompactions
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CloneTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CreateTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.DeleteTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ExportTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ImportTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.RenameTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
isReady(long, T) - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
isRootTablet() - Method in class org.apache.accumulo.core.data.KeyExtent
 
isSave() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
isSet(ClientService.authenticate_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.authenticate_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.authenticateUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.authenticateUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.bulkImportFiles_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.bulkImportFiles_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.changeAuthorizations_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.changeAuthorizations_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.changeLocalUserPassword_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.changeLocalUserPassword_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.checkClass_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.checkClass_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.checkTableClass_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.checkTableClass_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.createLocalUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.createLocalUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.dropLocalUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.dropLocalUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getConfiguration_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getConfiguration_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getInstanceId_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getInstanceId_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getRootTabletLocation_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getRootTabletLocation_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getTableConfiguration_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getTableConfiguration_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getUserAuthorizations_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getUserAuthorizations_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getZooKeepers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.getZooKeepers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.grantSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.grantSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.grantTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.grantTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.hasSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.hasSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.hasTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.hasTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.isActive_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.isActive_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.listLocalUsers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.listLocalUsers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.ping_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.ping_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.revokeSystemPermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.revokeSystemPermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.revokeTablePermission_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.revokeTablePermission_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSecurityException._Fields) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftTableOperationException._Fields) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftTest.fails_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftTest.fails_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftTest.success_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftTest.success_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftTest.throwsError_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftTest.throwsError_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(InitialMultiScan._Fields) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(InitialScan._Fields) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(IterInfo._Fields) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MapFileInfo._Fields) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MultiScanResult._Fields) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ScanResult._Fields) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TColumn._Fields) - Method in class org.apache.accumulo.core.data.thrift.TColumn
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TConstraintViolationSummary._Fields) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TKey._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKey
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TKeyExtent._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TKeyValue._Fields) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TMutation._Fields) - Method in class org.apache.accumulo.core.data.thrift.TMutation
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TRange._Fields) - Method in class org.apache.accumulo.core.data.thrift.TRange
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(UpdateErrors._Fields) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(GcCycleStats._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(GCMonitorService.getStatus_args._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(GCMonitorService.getStatus_result._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(GCStatus._Fields) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Compacting._Fields) - Method in class org.apache.accumulo.core.master.thrift.Compacting
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(DeadServer._Fields) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.beginTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.beginTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.executeTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.executeTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.finishTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.finishTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.getMasterStats_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.getMasterStats_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.initiateFlush_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.initiateFlush_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.removeSystemProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.removeSystemProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.removeTableProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.removeTableProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.reportSplitExtent_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.reportTabletStatus_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.setMasterGoalState_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.setMasterGoalState_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.setSystemProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.setSystemProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.setTableProperty_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.setTableProperty_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.shutdown_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.shutdown_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.shutdownTabletServer_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.shutdownTabletServer_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.waitForFlush_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.waitForFlush_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.waitForTableOperation_args._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterClientService.waitForTableOperation_result._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MasterMonitorInfo._Fields) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RecoveryException._Fields) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RecoveryStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TableInfo._Fields) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletServerStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletSplit._Fields) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AuthInfo._Fields) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TCredentials._Fields) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSecurityException._Fields) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ActionStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ActiveCompaction._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ActiveScan._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ConstraintViolationException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(IteratorConfig._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(NoSuchScanIDException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(NotServingTabletException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.applyUpdates_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.bulkImport_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.bulkImport_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.chop_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.closeMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.closeMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.closeScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.closeUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.closeUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.compact_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.continueMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.continueMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.continueScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.continueScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.fastHalt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.flush_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.flushTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getActiveCompactions_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getActiveCompactions_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getActiveScans_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getActiveScans_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getHistoricalStats_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getHistoricalStats_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getTabletServerStatus_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getTabletServerStatus_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getTabletStats_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.getTabletStats_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.halt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.halt_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.loadTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.removeLogs_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.splitTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.splitTablet_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.startMultiScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.startMultiScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.startScan_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.startScan_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.startUpdate_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.startUpdate_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.unloadTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.update_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletClientService.update_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TIteratorSetting._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TooManyFilesException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.addConstraint_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.addConstraint_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.addSplits_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.addSplits_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.attachIterator_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.attachIterator_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.authenticateUser_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.authenticateUser_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.cancelCompaction_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.cancelCompaction_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.changeLocalUserPassword_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.changeLocalUserPassword_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.changeUserAuthorizations_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.changeUserAuthorizations_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.checkIteratorConflicts_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.checkIteratorConflicts_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.clearLocatorCache_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.clearLocatorCache_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.cloneTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.cloneTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.closeScanner_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.closeScanner_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.closeWriter_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.closeWriter_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.compactTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.compactTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createBatchScanner_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createBatchScanner_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createLocalUser_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createLocalUser_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createScanner_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createScanner_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createWriter_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.createWriter_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.deleteRows_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.deleteRows_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.deleteTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.deleteTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.dropLocalUser_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.dropLocalUser_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.exportTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.exportTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.flush_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.flush_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.flushTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.flushTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getActiveCompactions_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getActiveCompactions_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getActiveScans_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getActiveScans_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getFollowing_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getFollowing_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getIteratorSetting_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getIteratorSetting_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getLocalityGroups_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getLocalityGroups_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getMaxRow_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getMaxRow_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getRowRange_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getRowRange_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getSiteConfiguration_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getSiteConfiguration_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getSystemConfiguration_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getSystemConfiguration_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getTableProperties_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getTableProperties_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getTabletServers_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getTabletServers_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getUserAuthorizations_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.getUserAuthorizations_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.grantSystemPermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.grantSystemPermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.grantTablePermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.grantTablePermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.hasNext_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.hasNext_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.hasSystemPermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.hasSystemPermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.hasTablePermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.hasTablePermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.importDirectory_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.importDirectory_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.importTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.importTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listConstraints_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listConstraints_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listIterators_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listIterators_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listLocalUsers_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listLocalUsers_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listSplits_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listSplits_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listTables_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.listTables_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.login_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.login_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.mergeTablets_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.mergeTablets_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.nextEntry_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.nextEntry_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.nextK_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.nextK_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.offlineTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.offlineTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.onlineTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.onlineTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.pingTabletServer_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.pingTabletServer_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeConstraint_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeConstraint_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeIterator_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeIterator_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeTableProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.removeTableProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.renameTable_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.renameTable_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.revokeSystemPermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.revokeSystemPermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.revokeTablePermission_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.revokeTablePermission_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.setLocalityGroups_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.setLocalityGroups_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.setProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.setProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.setTableProperty_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.setTableProperty_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.splitRangeByTablets_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.splitRangeByTablets_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.tableExists_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.tableExists_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.tableIdMap_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.tableIdMap_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.testClassLoad_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.testClassLoad_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.testTableClassLoad_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.testTableClassLoad_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.update_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.updateAndFlush_args._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloProxy.updateAndFlush_result._Fields) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AccumuloSecurityException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ActiveCompaction._Fields) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ActiveScan._Fields) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(BatchScanOptions._Fields) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Column._Fields) - Method in class org.apache.accumulo.proxy.thrift.Column
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ColumnUpdate._Fields) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(IteratorSetting._Fields) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Key._Fields) - Method in class org.apache.accumulo.proxy.thrift.Key
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyExtent._Fields) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValue._Fields) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValueAndPeek._Fields) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationsRejectedException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(NoMoreEntriesException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Range._Fields) - Method in class org.apache.accumulo.proxy.thrift.Range
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ScanColumn._Fields) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ScanOptions._Fields) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ScanResult._Fields) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TableExistsException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TableNotFoundException._Fields) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(UnknownScanner._Fields) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(UnknownWriter._Fields) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(WriterOptions._Fields) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RemoteSpan._Fields) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SpanReceiver.span_args._Fields) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TestService.checkTrace_args._Fields) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TestService.checkTrace_result._Fields) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TInfo._Fields) - Method in class org.apache.accumulo.trace.thrift.TInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetAfterPart(Key, PartialKey) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Indicates whether or not any part of key excluding part is set.
isSetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field age is set (has been assigned a value) and false otherwise
isSetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field age is set (has been assigned a value) and false otherwise
isSetAge() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field age is set (has been assigned a value) and false otherwise
isSetAge() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field age is set (has been assigned a value) and false otherwise
isSetArguments() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field arguments is set (has been assigned a value) and false otherwise
isSetAsTypeName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
Returns true if field asTypeName is set (has been assigned a value) and false otherwise
isSetAsTypeName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
Returns true if field asTypeName is set (has been assigned a value) and false otherwise
isSetAuthorizationFailures() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
Returns true if field authorizationFailures is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
Returns true if field authorizations is set (has been assigned a value) and false otherwise
isSetAuths() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field auths is set (has been assigned a value) and false otherwise
isSetAutoClean() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field autoClean is set (has been assigned a value) and false otherwise
isSetBadTServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field badTServers is set (has been assigned a value) and false otherwise
isSetBatch() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field batch is set (has been assigned a value) and false otherwise
isSetBatchSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field batchSize is set (has been assigned a value) and false otherwise
isSetBufferSize() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
Returns true if field bufferSize is set (has been assigned a value) and false otherwise
isSetCandidates() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
Returns true if field candidates is set (has been assigned a value) and false otherwise
isSetCells() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
Returns true if field cells is set (has been assigned a value) and false otherwise
isSetCells() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
Returns true if field cells is set (has been assigned a value) and false otherwise
isSetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
Returns true if field className is set (has been assigned a value) and false otherwise
isSetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
Returns true if field className is set (has been assigned a value) and false otherwise
isSetClassName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
Returns true if field className is set (has been assigned a value) and false otherwise
isSetClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
Returns true if field className is set (has been assigned a value) and false otherwise
isSetClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
Returns true if field className is set (has been assigned a value) and false otherwise
isSetClient() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field client is set (has been assigned a value) and false otherwise
isSetClient() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field client is set (has been assigned a value) and false otherwise
isSetCode() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
Returns true if field code is set (has been assigned a value) and false otherwise
isSetCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
Returns true if field code is set (has been assigned a value) and false otherwise
isSetColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
Returns true if field colFamily is set (has been assigned a value) and false otherwise
isSetColFamily() - Method in class org.apache.accumulo.proxy.thrift.Column
Returns true if field colFamily is set (has been assigned a value) and false otherwise
isSetColFamily() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
Returns true if field colFamily is set (has been assigned a value) and false otherwise
isSetColFamily() - Method in class org.apache.accumulo.proxy.thrift.Key
Returns true if field colFamily is set (has been assigned a value) and false otherwise
isSetColFamily() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
Returns true if field colFamily is set (has been assigned a value) and false otherwise
isSetColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
Returns true if field colQualifier is set (has been assigned a value) and false otherwise
isSetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Column
Returns true if field colQualifier is set (has been assigned a value) and false otherwise
isSetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
Returns true if field colQualifier is set (has been assigned a value) and false otherwise
isSetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Key
Returns true if field colQualifier is set (has been assigned a value) and false otherwise
isSetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
Returns true if field colQualifier is set (has been assigned a value) and false otherwise
isSetColumnFamily() - Method in class org.apache.accumulo.core.data.thrift.TColumn
Returns true if field columnFamily is set (has been assigned a value) and false otherwise
isSetColumnQualifier() - Method in class org.apache.accumulo.core.data.thrift.TColumn
Returns true if field columnQualifier is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumnVisibility() - Method in class org.apache.accumulo.core.data.thrift.TColumn
Returns true if field columnVisibility is set (has been assigned a value) and false otherwise
isSetColVisibility() - Method in class org.apache.accumulo.core.data.thrift.TKey
Returns true if field colVisibility is set (has been assigned a value) and false otherwise
isSetColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Column
Returns true if field colVisibility is set (has been assigned a value) and false otherwise
isSetColVisibility() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
Returns true if field colVisibility is set (has been assigned a value) and false otherwise
isSetColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Key
Returns true if field colVisibility is set (has been assigned a value) and false otherwise
isSetConstrainClass() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
Returns true if field constrainClass is set (has been assigned a value) and false otherwise
isSetConstraint() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
Returns true if field constraint is set (has been assigned a value) and false otherwise
isSetConstraintClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
Returns true if field constraintClassName is set (has been assigned a value) and false otherwise
isSetCount() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field count is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetCurrent() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
Returns true if field current is set (has been assigned a value) and false otherwise
isSetCurrentLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
Returns true if field currentLog is set (has been assigned a value) and false otherwise
isSetCve() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
Returns true if field cve is set (has been assigned a value) and false otherwise
isSetData() - Method in class org.apache.accumulo.core.data.thrift.TMutation
Returns true if field data is set (has been assigned a value) and false otherwise
isSetData() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field data is set (has been assigned a value) and false otherwise
isSetDataCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field dataCacheHits is set (has been assigned a value) and false otherwise
isSetDataCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field dataCacheRequest is set (has been assigned a value) and false otherwise
isSetDeadTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field deadTabletServers is set (has been assigned a value) and false otherwise
isSetDeleteCell() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
Returns true if field deleteCell is set (has been assigned a value) and false otherwise
isSetDeleted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
Returns true if field deleted is set (has been assigned a value) and false otherwise
isSetDescription() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
Returns true if field description is set (has been assigned a value) and false otherwise
isSetDescription() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field description is set (has been assigned a value) and false otherwise
isSetElapsed() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field elapsed is set (has been assigned a value) and false otherwise
isSetEndInclusive() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field endInclusive is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
Returns true if field endRow is set (has been assigned a value) and false otherwise
isSetEntries() - Method in class org.apache.accumulo.core.data.thrift.TMutation
Returns true if field entries is set (has been assigned a value) and false otherwise
isSetEntriesRead() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field entriesRead is set (has been assigned a value) and false otherwise
isSetEntriesRead() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field entriesRead is set (has been assigned a value) and false otherwise
isSetEntriesWritten() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field entriesWritten is set (has been assigned a value) and false otherwise
isSetEntriesWritten() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field entriesWritten is set (has been assigned a value) and false otherwise
isSetErrorDir() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field errorDir is set (has been assigned a value) and false otherwise
isSetErrors() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
Returns true if field errors is set (has been assigned a value) and false otherwise
isSetEstimatedSize() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
Returns true if field estimatedSize is set (has been assigned a value) and false otherwise
isSetEx() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
Returns true if field ex is set (has been assigned a value) and false otherwise
isSetExportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
Returns true if field exportDir is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetExtent() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field extent is set (has been assigned a value) and false otherwise
isSetFail() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field fail is set (has been assigned a value) and false otherwise
isSetFailedExtents() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
Returns true if field failedExtents is set (has been assigned a value) and false otherwise
isSetFailureDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
Returns true if field failureDir is set (has been assigned a value) and false otherwise
isSetFailures() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field failures is set (has been assigned a value) and false otherwise
isSetFilenames() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
Returns true if field filenames is set (has been assigned a value) and false otherwise
isSetFiles() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field files is set (has been assigned a value) and false otherwise
isSetFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
Returns true if field files is set (has been assigned a value) and false otherwise
isSetFinished() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
Returns true if field finished is set (has been assigned a value) and false otherwise
isSetFlush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Returns true if field flush is set (has been assigned a value) and false otherwise
isSetFlush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field flush is set (has been assigned a value) and false otherwise
isSetFlushID() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field flushID is set (has been assigned a value) and false otherwise
isSetForce() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
Returns true if field force is set (has been assigned a value) and false otherwise
isSetFullScans() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field fullScans is set (has been assigned a value) and false otherwise
isSetGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field goalState is set (has been assigned a value) and false otherwise
isSetGroups() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
Returns true if field groups is set (has been assigned a value) and false otherwise
isSetHasNext() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
Returns true if field hasNext is set (has been assigned a value) and false otherwise
isSetHoldTime() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field holdTime is set (has been assigned a value) and false otherwise
isSetIdleTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field idleTime is set (has been assigned a value) and false otherwise
isSetIdleTime() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field idleTime is set (has been assigned a value) and false otherwise
isSetImportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
Returns true if field importDir is set (has been assigned a value) and false otherwise
isSetImportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
Returns true if field importDir is set (has been assigned a value) and false otherwise
isSetIndexCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field indexCacheHits is set (has been assigned a value) and false otherwise
isSetIndexCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field indexCacheRequest is set (has been assigned a value) and false otherwise
isSetInfiniteStartKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
Returns true if field infiniteStartKey is set (has been assigned a value) and false otherwise
isSetInfiniteStopKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
Returns true if field infiniteStopKey is set (has been assigned a value) and false otherwise
isSetIngestByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field ingestByteRate is set (has been assigned a value) and false otherwise
isSetIngestRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field ingestRate is set (has been assigned a value) and false otherwise
isSetIngestRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field ingestRate is set (has been assigned a value) and false otherwise
isSetInputFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
isSetInputFiles() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field inputFiles is set (has been assigned a value) and false otherwise
isSetInstanceId() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
Returns true if field instanceId is set (has been assigned a value) and false otherwise
isSetInstanceId() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
Returns true if field instanceId is set (has been assigned a value) and false otherwise
isSetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
Returns true if field interfaceMatch is set (has been assigned a value) and false otherwise
isSetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
Returns true if field interfaceMatch is set (has been assigned a value) and false otherwise
isSetInUse() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
Returns true if field inUse is set (has been assigned a value) and false otherwise
isSetIsolated() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field isolated is set (has been assigned a value) and false otherwise
isSetIteratorClass() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
Returns true if field iteratorClass is set (has been assigned a value) and false otherwise
isSetIteratorClass() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
Returns true if field iteratorClass is set (has been assigned a value) and false otherwise
isSetIteratorName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
Returns true if field iteratorName is set (has been assigned a value) and false otherwise
isSetIterators() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
Returns true if field iterators is set (has been assigned a value) and false otherwise
isSetIterators() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field iterators is set (has been assigned a value) and false otherwise
isSetIterators() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field iterators is set (has been assigned a value) and false otherwise
isSetIterators() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field iterators is set (has been assigned a value) and false otherwise
isSetIterators() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
Returns true if field iterators is set (has been assigned a value) and false otherwise
isSetIterators() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
Returns true if field iterators is set (has been assigned a value) and false otherwise
isSetIterName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
Returns true if field iterName is set (has been assigned a value) and false otherwise
isSetIterName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
Returns true if field iterName is set (has been assigned a value) and false otherwise
isSetK() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
Returns true if field k is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
Returns true if field keyExtent is set (has been assigned a value) and false otherwise
isSetKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
Returns true if field keyExtent is set (has been assigned a value) and false otherwise
isSetKeyValue() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
Returns true if field keyValue is set (has been assigned a value) and false otherwise
isSetLast() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
Returns true if field last is set (has been assigned a value) and false otherwise
isSetLastContact() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field lastContact is set (has been assigned a value) and false otherwise
isSetLastLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
Returns true if field lastLog is set (has been assigned a value) and false otherwise
isSetLastStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
Returns true if field lastStatus is set (has been assigned a value) and false otherwise
isSetLatencyMs() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
Returns true if field latencyMs is set (has been assigned a value) and false otherwise
isSetLocalityGroup() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field localityGroup is set (has been assigned a value) and false otherwise
isSetLocalityGroup() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field localityGroup is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
Returns true if field lock is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
Returns true if field login is set (has been assigned a value) and false otherwise
isSetLoginProperties() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
Returns true if field loginProperties is set (has been assigned a value) and false otherwise
isSetLogSorts() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field logSorts is set (has been assigned a value) and false otherwise
isSetLookups() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field lookups is set (has been assigned a value) and false otherwise
isSetMajors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field majors is set (has been assigned a value) and false otherwise
isSetMajors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field majors is set (has been assigned a value) and false otherwise
isSetMaxLoops() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field maxLoops is set (has been assigned a value) and false otherwise
isSetMaxMemory() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
Returns true if field maxMemory is set (has been assigned a value) and false otherwise
isSetMaxSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
Returns true if field maxSplits is set (has been assigned a value) and false otherwise
isSetMaxSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
Returns true if field maxSplits is set (has been assigned a value) and false otherwise
isSetMessage() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
Returns true if field message is set (has been assigned a value) and false otherwise
isSetMinors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field minors is set (has been assigned a value) and false otherwise
isSetMinors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field minors is set (has been assigned a value) and false otherwise
isSetMore() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field more is set (has been assigned a value) and false otherwise
isSetMore() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
Returns true if field more is set (has been assigned a value) and false otherwise
isSetMore() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
Returns true if field more is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMsg() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
Returns true if field msg is set (has been assigned a value) and false otherwise
isSetMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
Returns true if field mutation is set (has been assigned a value) and false otherwise
isSetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
Returns true if field mutations is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
Returns true if field name is set (has been assigned a value) and false otherwise
isSetNewTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Returns true if field newTableName is set (has been assigned a value) and false otherwise
isSetNewTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
Returns true if field newTableName is set (has been assigned a value) and false otherwise
isSetNewTablets() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
Returns true if field newTablets is set (has been assigned a value) and false otherwise
isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
Returns true if field nssi is set (has been assigned a value) and false otherwise
isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
Returns true if field nssi is set (has been assigned a value) and false otherwise
isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
Returns true if field nssi is set (has been assigned a value) and false otherwise
isSetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
Returns true if field nssi is set (has been assigned a value) and false otherwise
isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
Returns true if field nste is set (has been assigned a value) and false otherwise
isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
Returns true if field nste is set (has been assigned a value) and false otherwise
isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
Returns true if field nste is set (has been assigned a value) and false otherwise
isSetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
Returns true if field nste is set (has been assigned a value) and false otherwise
isSetNum() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field num is set (has been assigned a value) and false otherwise
isSetNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
Returns true if field numberOfViolatingMutations is set (has been assigned a value) and false otherwise
isSetNumEntries() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field numEntries is set (has been assigned a value) and false otherwise
isSetOldTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
Returns true if field oldTableName is set (has been assigned a value) and false otherwise
isSetOldTablet() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
Returns true if field oldTablet is set (has been assigned a value) and false otherwise
isSetOnlineTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field onlineTablets is set (has been assigned a value) and false otherwise
isSetOp() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
Returns true if field op is set (has been assigned a value) and false otherwise
isSetOp() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field op is set (has been assigned a value) and false otherwise
isSetOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field opid is set (has been assigned a value) and false otherwise
isSetOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
Returns true if field opid is set (has been assigned a value) and false otherwise
isSetOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
Returns true if field opid is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOptions() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
Returns true if field options is set (has been assigned a value) and false otherwise
isSetOpts() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
Returns true if field opts is set (has been assigned a value) and false otherwise
isSetOsLoad() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field osLoad is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
Returns true if field ouch1 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
Returns true if field ouch2 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
Returns true if field ouch3 is set (has been assigned a value) and false otherwise
isSetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
Returns true if field ouch4 is set (has been assigned a value) and false otherwise
isSetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
Returns true if field ouch4 is set (has been assigned a value) and false otherwise
isSetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
Returns true if field ouch4 is set (has been assigned a value) and false otherwise
isSetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
Returns true if field ouch4 is set (has been assigned a value) and false otherwise
isSetOutch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
Returns true if field outch1 is set (has been assigned a value) and false otherwise
isSetOutch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
Returns true if field outch1 is set (has been assigned a value) and false otherwise
isSetOutputFile() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field outputFile is set (has been assigned a value) and false otherwise
isSetOutputFile() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field outputFile is set (has been assigned a value) and false otherwise
isSetParentId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field parentId is set (has been assigned a value) and false otherwise
isSetParentId() - Method in class org.apache.accumulo.trace.thrift.TInfo
Returns true if field parentId is set (has been assigned a value) and false otherwise
isSetPart() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
Returns true if field part is set (has been assigned a value) and false otherwise
isSetPartNextKey() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field partNextKey is set (has been assigned a value) and false otherwise
isSetPartNextKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field partNextKeyInclusive is set (has been assigned a value) and false otherwise
isSetPartScan() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field partScan is set (has been assigned a value) and false otherwise
isSetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
Returns true if field password is set (has been assigned a value) and false otherwise
isSetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
Returns true if field password is set (has been assigned a value) and false otherwise
isSetPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
Returns true if field password is set (has been assigned a value) and false otherwise
isSetPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
Returns true if field password is set (has been assigned a value) and false otherwise
isSetPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
Returns true if field password is set (has been assigned a value) and false otherwise
isSetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
Returns true if field perm is set (has been assigned a value) and false otherwise
isSetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
Returns true if field perm is set (has been assigned a value) and false otherwise
isSetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
Returns true if field perm is set (has been assigned a value) and false otherwise
isSetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
Returns true if field perm is set (has been assigned a value) and false otherwise
isSetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
Returns true if field perm is set (has been assigned a value) and false otherwise
isSetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
Returns true if field perm is set (has been assigned a value) and false otherwise
isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
Returns true if field permission is set (has been assigned a value) and false otherwise
isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Returns true if field permission is set (has been assigned a value) and false otherwise
isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
Returns true if field permission is set (has been assigned a value) and false otherwise
isSetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
Returns true if field permission is set (has been assigned a value) and false otherwise
isSetPrevEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
Returns true if field prevEndRow is set (has been assigned a value) and false otherwise
isSetPrevEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
Returns true if field prevEndRow is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPrincipal() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
Returns true if field principal is set (has been assigned a value) and false otherwise
isSetPriority() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
Returns true if field priority is set (has been assigned a value) and false otherwise
isSetPriority() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
Returns true if field priority is set (has been assigned a value) and false otherwise
isSetPriority() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
Returns true if field priority is set (has been assigned a value) and false otherwise
isSetProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field progress is set (has been assigned a value) and false otherwise
isSetProperties() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
Returns true if field properties is set (has been assigned a value) and false otherwise
isSetProperties() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
Returns true if field properties is set (has been assigned a value) and false otherwise
isSetProperties() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
Returns true if field properties is set (has been assigned a value) and false otherwise
isSetPropertiesToExclude() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Returns true if field propertiesToExclude is set (has been assigned a value) and false otherwise
isSetPropertiesToSet() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Returns true if field propertiesToSet is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
Returns true if field property is set (has been assigned a value) and false otherwise
isSetQueryByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field queryByteRate is set (has been assigned a value) and false otherwise
isSetQueryRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field queryRate is set (has been assigned a value) and false otherwise
isSetQueryRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field queryRate is set (has been assigned a value) and false otherwise
isSetQueued() - Method in class org.apache.accumulo.core.master.thrift.Compacting
Returns true if field queued is set (has been assigned a value) and false otherwise
isSetQueueSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field queueSumDev is set (has been assigned a value) and false otherwise
isSetQueueTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field queueTime is set (has been assigned a value) and false otherwise
isSetRange() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field range is set (has been assigned a value) and false otherwise
isSetRange() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
Returns true if field range is set (has been assigned a value) and false otherwise
isSetRange() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
Returns true if field range is set (has been assigned a value) and false otherwise
isSetRanges() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
Returns true if field ranges is set (has been assigned a value) and false otherwise
isSetReason() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field reason is set (has been assigned a value) and false otherwise
isSetReason() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field reason is set (has been assigned a value) and false otherwise
isSetRecs() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field recs is set (has been assigned a value) and false otherwise
isSetRecsInMemory() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field recsInMemory is set (has been assigned a value) and false otherwise
isSetResult() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
Returns true if field result is set (has been assigned a value) and false otherwise
isSetResult() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
Returns true if field result is set (has been assigned a value) and false otherwise
isSetResults() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
Returns true if field results is set (has been assigned a value) and false otherwise
isSetResults() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
Returns true if field results is set (has been assigned a value) and false otherwise
isSetResults() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
Returns true if field results is set (has been assigned a value) and false otherwise
isSetRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
Returns true if field row is set (has been assigned a value) and false otherwise
isSetRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
Returns true if field row is set (has been assigned a value) and false otherwise
isSetRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
Returns true if field row is set (has been assigned a value) and false otherwise
isSetRow() - Method in class org.apache.accumulo.proxy.thrift.Key
Returns true if field row is set (has been assigned a value) and false otherwise
isSetRunning() - Method in class org.apache.accumulo.core.master.thrift.Compacting
Returns true if field running is set (has been assigned a value) and false otherwise
isSetRuntime() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field runtime is set (has been assigned a value) and false otherwise
isSetSave() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
Returns true if field save is set (has been assigned a value) and false otherwise
isSetScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
Returns true if field scanID is set (has been assigned a value) and false otherwise
isSetScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
Returns true if field scanID is set (has been assigned a value) and false otherwise
isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
Returns true if field scanID is set (has been assigned a value) and false otherwise
isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
Returns true if field scanID is set (has been assigned a value) and false otherwise
isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
Returns true if field scanID is set (has been assigned a value) and false otherwise
isSetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
Returns true if field scanID is set (has been assigned a value) and false otherwise
isSetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
Returns true if field scanner is set (has been assigned a value) and false otherwise
isSetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
Returns true if field scanner is set (has been assigned a value) and false otherwise
isSetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
Returns true if field scanner is set (has been assigned a value) and false otherwise
isSetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
Returns true if field scanner is set (has been assigned a value) and false otherwise
isSetScanRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field scanRate is set (has been assigned a value) and false otherwise
isSetScans() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field scans is set (has been assigned a value) and false otherwise
isSetScope() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
Returns true if field scope is set (has been assigned a value) and false otherwise
isSetScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
Returns true if field scopes is set (has been assigned a value) and false otherwise
isSetScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
Returns true if field scopes is set (has been assigned a value) and false otherwise
isSetScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
Returns true if field scopes is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
Returns true if field sec is set (has been assigned a value) and false otherwise
isSetSender() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field sender is set (has been assigned a value) and false otherwise
isSetServer() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
Returns true if field server is set (has been assigned a value) and false otherwise
isSetServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
Returns true if field serverName is set (has been assigned a value) and false otherwise
isSetServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
Returns true if field serverName is set (has been assigned a value) and false otherwise
isSetServersShuttingDown() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field serversShuttingDown is set (has been assigned a value) and false otherwise
isSetSetTime() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field setTime is set (has been assigned a value) and false otherwise
isSetSetTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
Returns true if field setTime is set (has been assigned a value) and false otherwise
isSetSetTime() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
Returns true if field setTime is set (has been assigned a value) and false otherwise
isSetSetting() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
Returns true if field setting is set (has been assigned a value) and false otherwise
isSetSetting() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
Returns true if field setting is set (has been assigned a value) and false otherwise
isSetSpan() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
Returns true if field span is set (has been assigned a value) and false otherwise
isSetSpanId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field spanId is set (has been assigned a value) and false otherwise
isSetSplit() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
Returns true if field split is set (has been assigned a value) and false otherwise
isSetSplitCreationTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field splitCreationTime is set (has been assigned a value) and false otherwise
isSetSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
Returns true if field splitPoint is set (has been assigned a value) and false otherwise
isSetSplits() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field splits is set (has been assigned a value) and false otherwise
isSetSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
Returns true if field splits is set (has been assigned a value) and false otherwise
isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field ssiList is set (has been assigned a value) and false otherwise
isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field ssiList is set (has been assigned a value) and false otherwise
isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field ssiList is set (has been assigned a value) and false otherwise
isSetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field ssiList is set (has been assigned a value) and false otherwise
isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field ssio is set (has been assigned a value) and false otherwise
isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field ssio is set (has been assigned a value) and false otherwise
isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field ssio is set (has been assigned a value) and false otherwise
isSetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field ssio is set (has been assigned a value) and false otherwise
isSetStart() - Method in class org.apache.accumulo.core.data.thrift.TRange
Returns true if field start is set (has been assigned a value) and false otherwise
isSetStart() - Method in class org.apache.accumulo.proxy.thrift.Range
Returns true if field start is set (has been assigned a value) and false otherwise
isSetStart() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field start is set (has been assigned a value) and false otherwise
isSetStarted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
Returns true if field started is set (has been assigned a value) and false otherwise
isSetStartInclusive() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field startInclusive is set (has been assigned a value) and false otherwise
isSetStartInclusive() - Method in class org.apache.accumulo.proxy.thrift.Range
Returns true if field startInclusive is set (has been assigned a value) and false otherwise
isSetStartKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
Returns true if field startKeyInclusive is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
Returns true if field startRow is set (has been assigned a value) and false otherwise
isSetState() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
Returns true if field state is set (has been assigned a value) and false otherwise
isSetState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field state is set (has been assigned a value) and false otherwise
isSetState() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field state is set (has been assigned a value) and false otherwise
isSetState() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field state is set (has been assigned a value) and false otherwise
isSetStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
Returns true if field status is set (has been assigned a value) and false otherwise
isSetStatus() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
Returns true if field status is set (has been assigned a value) and false otherwise
isSetStatus() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field status is set (has been assigned a value) and false otherwise
isSetStop() - Method in class org.apache.accumulo.core.data.thrift.TRange
Returns true if field stop is set (has been assigned a value) and false otherwise
isSetStop() - Method in class org.apache.accumulo.proxy.thrift.Range
Returns true if field stop is set (has been assigned a value) and false otherwise
isSetStop() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field stop is set (has been assigned a value) and false otherwise
isSetStopInclusive() - Method in class org.apache.accumulo.proxy.thrift.Range
Returns true if field stopInclusive is set (has been assigned a value) and false otherwise
isSetStopKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
Returns true if field stopKeyInclusive is set (has been assigned a value) and false otherwise
isSetStopTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
Returns true if field stopTabletServers is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Returns true if field sumDev is set (has been assigned a value) and false otherwise
isSetSvc() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field svc is set (has been assigned a value) and false otherwise
isSetSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Returns true if field sysPerm is set (has been assigned a value) and false otherwise
isSetTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
Returns true if field table is set (has been assigned a value) and false otherwise
isSetTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
Returns true if field table is set (has been assigned a value) and false otherwise
isSetTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
Returns true if field table is set (has been assigned a value) and false otherwise
isSetTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
Returns true if field table is set (has been assigned a value) and false otherwise
isSetTable() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field table is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableId() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableId() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
Returns true if field tableId is set (has been assigned a value) and false otherwise
isSetTableMap() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field tableMap is set (has been assigned a value) and false otherwise
isSetTableMap() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field tableMap is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTablet() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
Returns true if field tablet is set (has been assigned a value) and false otherwise
isSetTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field tablets is set (has been assigned a value) and false otherwise
isSetTabletServer() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
Returns true if field tabletServer is set (has been assigned a value) and false otherwise
isSetTblPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Returns true if field tblPerm is set (has been assigned a value) and false otherwise
isSetThreads() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
Returns true if field threads is set (has been assigned a value) and false otherwise
isSetThreads() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
Returns true if field threads is set (has been assigned a value) and false otherwise
isSetTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field tid is set (has been assigned a value) and false otherwise
isSetTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
Returns true if field tid is set (has been assigned a value) and false otherwise
isSetTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
Returns true if field tid is set (has been assigned a value) and false otherwise
isSetTime() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
isSetTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
isSetTime() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
isSetTimeoutMs() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
Returns true if field timeoutMs is set (has been assigned a value) and false otherwise
isSetTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TKey
Returns true if field timestamp is set (has been assigned a value) and false otherwise
isSetTimestamp() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
Returns true if field timestamp is set (has been assigned a value) and false otherwise
isSetTimestamp() - Method in class org.apache.accumulo.proxy.thrift.Key
Returns true if field timestamp is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
Returns true if field tmfe is set (has been assigned a value) and false otherwise
isSetTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
Returns true if field tmfe is set (has been assigned a value) and false otherwise
isSetToAuth() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Returns true if field toAuth is set (has been assigned a value) and false otherwise
isSetToken() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
Returns true if field token is set (has been assigned a value) and false otherwise
isSetTokenClassName() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
Returns true if field tokenClassName is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
Returns true if field tope is set (has been assigned a value) and false otherwise
isSetTraceId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
Returns true if field traceId is set (has been assigned a value) and false otherwise
isSetTraceId() - Method in class org.apache.accumulo.trace.thrift.TInfo
Returns true if field traceId is set (has been assigned a value) and false otherwise
isSetTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
Returns true if field tserver is set (has been assigned a value) and false otherwise
isSetTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
Returns true if field tserver is set (has been assigned a value) and false otherwise
isSetTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
Returns true if field tserver is set (has been assigned a value) and false otherwise
isSetTServerInfo() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field tServerInfo is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field type is set (has been assigned a value) and false otherwise
isSetUnassignedTablets() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field unassignedTablets is set (has been assigned a value) and false otherwise
isSetUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
Returns true if field updateID is set (has been assigned a value) and false otherwise
isSetUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
Returns true if field updateID is set (has been assigned a value) and false otherwise
isSetUser() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
Returns true if field user is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValues() - Method in class org.apache.accumulo.core.data.thrift.TMutation
Returns true if field values is set (has been assigned a value) and false otherwise
isSetVersioningIter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
Returns true if field versioningIter is set (has been assigned a value) and false otherwise
isSetViolationCode() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
Returns true if field violationCode is set (has been assigned a value) and false otherwise
isSetViolationDescription() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
Returns true if field violationDescription is set (has been assigned a value) and false otherwise
isSetViolationSummaries() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
Returns true if field violationSummaries is set (has been assigned a value) and false otherwise
isSetViolationSummaries() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
Returns true if field violationSummaries is set (has been assigned a value) and false otherwise
isSetWait() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
Returns true if field wait is set (has been assigned a value) and false otherwise
isSetWait() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
Returns true if field wait is set (has been assigned a value) and false otherwise
isSetWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Returns true if field waitForWrites is set (has been assigned a value) and false otherwise
isSetWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Returns true if field waitForWrites is set (has been assigned a value) and false otherwise
isSetWhy() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
Returns true if field why is set (has been assigned a value) and false otherwise
isSetWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
Returns true if field writer is set (has been assigned a value) and false otherwise
isSetWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
Returns true if field writer is set (has been assigned a value) and false otherwise
isSetWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
Returns true if field writer is set (has been assigned a value) and false otherwise
isShutdown() - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
isSortable() - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
isSorted() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Is the TFile sorted?
isSplitable(JobContext, Path) - Method in class org.apache.accumulo.server.metanalysis.LogFileInputFormat
 
isStartInclusive() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
isStartInclusive() - Method in class org.apache.accumulo.proxy.thrift.Range
 
isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
 
isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
isStopInclusive() - Method in class org.apache.accumulo.proxy.thrift.Range
 
isStopKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
isStopTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
isSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
isSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
isSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
isSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
isSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
isSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
isSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
isSuccess() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
isSupportedAccumuloProperty(Property) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
The supported Accumulo properties we set in this OutputFormat, that change the behavior of the RecordWriter.
These properties correspond to the supported public static setter methods available to this class.
isTerminated() - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
isTimeSet() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
isTracing() - Static method in class org.apache.accumulo.trace.instrument.Trace
 
isTracing() - Method in class org.apache.accumulo.trace.instrument.Tracer
 
isUsingSsl() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
isUsingSsl() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
isValidEncoding(String) - Static method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
isValidFormat(String) - Method in enum org.apache.accumulo.core.conf.PropertyType
 
isValidPropertyKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
 
isValidTablePropertyKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
 
isValidZooPropertyKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
 
isValueLengthKnown() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Check whether it is safe to call getValueLength().
isVerbose() - Method in class org.apache.accumulo.core.util.shell.Shell
 
isVersioningIter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
isWait() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
isWait() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
isWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
isWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
iter - Variable in class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
iter - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
IterationInterruptedException - Exception in org.apache.accumulo.core.iterators
 
IterationInterruptedException() - Constructor for exception org.apache.accumulo.core.iterators.IterationInterruptedException
 
IterationInterruptedException(String) - Constructor for exception org.apache.accumulo.core.iterators.IterationInterruptedException
 
iterator() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
iterator() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
iterator() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
Returns an iterator over an accumulo table.
iterator() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
iterator() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
 
iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
 
iterator() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
 
iterator() - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
 
iterator() - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
iterator() - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
 
iterator() - Method in interface org.apache.accumulo.core.client.ScannerBase
Returns an iterator over an accumulo table.
iterator() - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
iterator() - Method in class org.apache.accumulo.core.conf.ConfigurationCopy
 
iterator() - Method in class org.apache.accumulo.core.conf.DefaultConfiguration
 
iterator() - Method in class org.apache.accumulo.core.conf.SiteConfiguration
 
iterator() - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
iterator() - Method in class org.apache.accumulo.core.security.Authorizations
 
iterator() - Method in class org.apache.accumulo.core.util.shell.commands.QuotedStringTokenizer
 
iterator - Variable in class org.apache.accumulo.proxy.ProxyServer.ScannerPlusIterator
 
iterator() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
iterator() - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
iterator() - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
iterator() - Method in class org.apache.accumulo.server.master.state.RootTabletStateStore
 
iterator() - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Scan the information about the tablets covered by this store
iterator() - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
iterator() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
iterator(String) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
iterator() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
iterator() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
iterator() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
iterator(Key) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
iterator() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
iterator() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
IteratorAdapter - Class in org.apache.accumulo.core.client.mock
 
IteratorAdapter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.client.mock.IteratorAdapter
 
iteratorClass - Variable in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
iteratorClass - Variable in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
IteratorConfig - Class in org.apache.accumulo.core.tabletserver.thrift
 
IteratorConfig() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
IteratorConfig(List<TIteratorSetting>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
IteratorConfig(IteratorConfig) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
Performs a deep copy on other.
IteratorConfig._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
IteratorEnvironment - Interface in org.apache.accumulo.core.iterators
 
iteratorName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
iteratorProfiles - Variable in class org.apache.accumulo.core.util.shell.Shell
 
iterators - Variable in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
iterators - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
iterators - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
iterators - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
iterators - Variable in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
iterators - Variable in class org.apache.accumulo.proxy.thrift.ScanOptions
 
IteratorScope - Enum in org.apache.accumulo.proxy.thrift
 
IteratorSetting - Class in org.apache.accumulo.core.client
Configure an iterator for minc, majc, and/or scan.
IteratorSetting(int, String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
Constructs an iterator setting configured for the scan scope with no parameters.
IteratorSetting(int, String, String, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
Constructs an iterator setting configured for the specified scopes with the specified parameters.
IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
Constructs an iterator setting using the given class's SimpleName for the iterator name.
IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
Constructs an iterator setting using the given class's SimpleName for the iterator name and configured for the specified scopes with the specified parameters.
IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
Constructs an iterator setting configured for the scan scope with no parameters.
IteratorSetting(DataInput) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
 
IteratorSetting - Class in org.apache.accumulo.proxy.thrift
 
IteratorSetting() - Constructor for class org.apache.accumulo.proxy.thrift.IteratorSetting
 
IteratorSetting(int, String, String, Map<String, String>) - Constructor for class org.apache.accumulo.proxy.thrift.IteratorSetting
 
IteratorSetting(IteratorSetting) - Constructor for class org.apache.accumulo.proxy.thrift.IteratorSetting
Performs a deep copy on other.
IteratorSetting._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
IteratorSetting.Column - Class in org.apache.accumulo.core.client
A convenience class for passing column family and column qualifiers to iterator configuration methods.
IteratorSetting.Column(Text, Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
 
IteratorSetting.Column(Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
 
IteratorSetting.Column(String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
 
IteratorSetting.Column(String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
 
iteratorSetting2ProxyIteratorSetting(IteratorSetting) - Static method in class org.apache.accumulo.proxy.Util
 
IteratorUtil - Class in org.apache.accumulo.core.iterators
 
IteratorUtil() - Constructor for class org.apache.accumulo.core.iterators.IteratorUtil
 
IteratorUtil.IteratorScope - Enum in org.apache.accumulo.core.iterators
 
IteratorUtil.IterInfoComparator - Class in org.apache.accumulo.core.iterators
 
IteratorUtil.IterInfoComparator() - Constructor for class org.apache.accumulo.core.iterators.IteratorUtil.IterInfoComparator
 
IterInfo - Class in org.apache.accumulo.core.data.thrift
 
IterInfo() - Constructor for class org.apache.accumulo.core.data.thrift.IterInfo
 
IterInfo(int, String, String) - Constructor for class org.apache.accumulo.core.data.thrift.IterInfo
 
IterInfo(IterInfo) - Constructor for class org.apache.accumulo.core.data.thrift.IterInfo
Performs a deep copy on other.
IterInfo._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
iterName - Variable in class org.apache.accumulo.core.data.thrift.IterInfo
 
iterName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
IZooReader - Interface in org.apache.accumulo.fate.zookeeper
 
IZooReaderWriter - Interface in org.apache.accumulo.fate.zookeeper
 

J

JOB_NAME - Static variable in class org.apache.accumulo.test.functional.RunTests
 
join(Collection<String>, String) - Static method in class org.apache.accumulo.core.util.StringUtil
 
JSONServlet - Class in org.apache.accumulo.server.monitor.servlets
 
JSONServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.JSONServlet
 

K

k - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
kDepth - Static variable in class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
keeper - Variable in class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
keepers - Variable in class org.apache.accumulo.fate.zookeeper.ZooReader
 
KET - Static variable in class org.apache.accumulo.core.client.impl.Translators
 
Key - Class in org.apache.accumulo.core.data
 
Key() - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with empty row, empty column family, empty column qualifier, empty column visibility, timestamp Long.MAX_VALUE, and delete marker false.
Key(Text) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, timestamp Long.MAX_VALUE, and delete marker false.
Key(Text, long) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, the specified timestamp, and delete marker false.
Key(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int, long) - Constructor for class org.apache.accumulo.core.data.Key
 
Key(byte[], byte[], byte[], byte[], long) - Constructor for class org.apache.accumulo.core.data.Key
 
Key(byte[], byte[], byte[], byte[], long, boolean) - Constructor for class org.apache.accumulo.core.data.Key
 
Key(byte[], byte[], byte[], byte[], long, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Key
 
Key(Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, the specified column family, empty column qualifier, empty column visibility, timestamp Long.MAX_VALUE, and delete marker false.
Key(Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, timestamp Long.MAX_VALUE, and delete marker false.
Key(Text, Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, timestamp Long.MAX_VALUE, and delete marker false.
Key(Text, Text, Text, long) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, the specified timestamp, and delete marker false.
Key(Text, Text, Text, Text, long) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
Key(Text, Text, Text, ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
Key(CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
Converts CharSequence to Text and creates a Key using Key.Key(Text).
Key(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
Converts CharSequence to Text and creates a Key using Key.Key(Text,Text).
Key(CharSequence, CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
Converts CharSequence to Text and creates a Key using Key.Key(Text,Text,Text).
Key(CharSequence, CharSequence, CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
Converts CharSequence to Text and creates a Key using Key.Key(Text,Text,Text,Text).
Key(CharSequence, CharSequence, CharSequence, long) - Constructor for class org.apache.accumulo.core.data.Key
Converts CharSequence to Text and creates a Key using Key.Key(Text,Text,Text,long).
Key(CharSequence, CharSequence, CharSequence, CharSequence, long) - Constructor for class org.apache.accumulo.core.data.Key
Converts CharSequence to Text and creates a Key using Key.Key(Text,Text,Text,Text,long).
Key(CharSequence, CharSequence, CharSequence, ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
Converts CharSequence to Text and creates a Key using Key.Key(Text,Text,Text,ColumnVisibility,long).
Key(Key) - Constructor for class org.apache.accumulo.core.data.Key
Creates a key with the same row, column family, column qualifier, column visibility, timestamp, and delete marker as the given key.
Key(TKey) - Constructor for class org.apache.accumulo.core.data.Key
 
key - Variable in class org.apache.accumulo.core.data.thrift.TKeyValue
 
key - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
Key - Class in org.apache.accumulo.proxy.thrift
 
Key() - Constructor for class org.apache.accumulo.proxy.thrift.Key
 
Key(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.Key
 
Key(Key) - Constructor for class org.apache.accumulo.proxy.thrift.Key
Performs a deep copy on other.
key - Variable in class org.apache.accumulo.proxy.thrift.KeyValue
 
Key._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyExtent - Class in org.apache.accumulo.core.data
 
KeyExtent() - Constructor for class org.apache.accumulo.core.data.KeyExtent
Default constructor
KeyExtent(Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.KeyExtent
 
KeyExtent(KeyExtent) - Constructor for class org.apache.accumulo.core.data.KeyExtent
 
KeyExtent(TKeyExtent) - Constructor for class org.apache.accumulo.core.data.KeyExtent
 
KeyExtent(Text, Value) - Constructor for class org.apache.accumulo.core.data.KeyExtent
 
KeyExtent(Text, Text) - Constructor for class org.apache.accumulo.core.data.KeyExtent
 
keyExtent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
keyExtent - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
KeyExtent - Class in org.apache.accumulo.proxy.thrift
 
KeyExtent() - Constructor for class org.apache.accumulo.proxy.thrift.KeyExtent
 
KeyExtent(String, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.KeyExtent
 
KeyExtent(KeyExtent) - Constructor for class org.apache.accumulo.proxy.thrift.KeyExtent
Performs a deep copy on other.
KeyExtent._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyFunctor - Interface in org.apache.accumulo.core.file.keyfunctor
 
keyPos - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
KeyRangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
Hadoop partitioner that uses ranges based on row keys, and optionally sub-bins based on hashing.
KeyRangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
keys - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
keySet() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
keySet() - Method in class org.apache.accumulo.server.util.MapCounter
 
KeyUtil - Class in org.apache.accumulo.examples.simple.filedata
A utility for creating and parsing null-byte separated strings into/from Text objects.
KeyUtil() - Constructor for class org.apache.accumulo.examples.simple.filedata.KeyUtil
 
KeyValue - Class in org.apache.accumulo.core.data
A key/value pair.
KeyValue(Key, byte[]) - Constructor for class org.apache.accumulo.core.data.KeyValue
Creates a new key/value pair.
KeyValue(Key, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.KeyValue
Creates a new key/value pair.
KeyValue(Key, Value) - Constructor for class org.apache.accumulo.core.data.KeyValue
Creates a new key/value pair.
KeyValue - Class in org.apache.accumulo.proxy.thrift
 
KeyValue() - Constructor for class org.apache.accumulo.proxy.thrift.KeyValue
 
KeyValue(Key, ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.KeyValue
 
KeyValue(KeyValue) - Constructor for class org.apache.accumulo.proxy.thrift.KeyValue
Performs a deep copy on other.
keyValue - Variable in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
KeyValue._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyValueAndPeek - Class in org.apache.accumulo.proxy.thrift
 
KeyValueAndPeek() - Constructor for class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
KeyValueAndPeek(KeyValue, boolean) - Constructor for class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
KeyValueAndPeek(KeyValueAndPeek) - Constructor for class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
Performs a deep copy on other.
KeyValueAndPeek._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
killTServer(TServerInstance) - Method in class org.apache.accumulo.server.master.Master
 

L

LargeRowFilter - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by LargeRowFilter
LargeRowFilter() - Constructor for class org.apache.accumulo.core.iterators.LargeRowFilter
Deprecated.
 
LargeRowFilter - Class in org.apache.accumulo.core.iterators.user
This iterator suppresses rows that exceed a specified number of columns.
LargeRowFilter() - Constructor for class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
LargeRowTest - Class in org.apache.accumulo.test.functional
 
LargeRowTest() - Constructor for class org.apache.accumulo.test.functional.LargeRowTest
 
LargestFirstMemoryManager - Class in org.apache.accumulo.server.tabletserver
The LargestFirstMemoryManager attempts to keep memory between 80% and 90% full.
last - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
last - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
lastContact - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
lastLog - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
LASTMOD_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
lastPingTime - Variable in class org.apache.accumulo.server.tabletserver.TabletServer
 
lastProgress() - Method in class org.apache.accumulo.test.randomwalk.Node
 
lastScanFinished() - Method in class org.apache.accumulo.server.master.state.TableStats
 
lastStatus - Variable in class org.apache.accumulo.core.master.thrift.DeadServer
 
lastTabletRow - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
latencyMs - Variable in class org.apache.accumulo.proxy.thrift.WriterOptions
 
length - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
 
length() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
length() - Method in class org.apache.accumulo.core.data.ByteSequence
 
length() - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
length() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
LENGTH_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
list() - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Retrieve a list of tables in Accumulo.
list() - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Retrieve a list of tables in Accumulo.
list() - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
list() - Method in class org.apache.accumulo.fate.AgeOffStore
 
list() - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
list() - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
list all transaction ids in store.
list() - Method in class org.apache.accumulo.fate.ZooStore
 
ListCompactionsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ListCompactionsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ListCompactionsCommand
 
listConstraints(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
List constraints on a table with their assigned numbers.
listConstraints(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
listConstraints(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
listConstraints(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.listConstraints_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
listConstraints(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.listConstraints_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
listConstraints(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
listConstraints(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
listen() - Method in class org.apache.accumulo.server.util.TBufferedServerSocket
 
listen() - Method in class org.apache.accumulo.server.util.TNonblockingServerSocket
 
ListInstances - Class in org.apache.accumulo.server.util
 
ListInstances() - Constructor for class org.apache.accumulo.server.util.ListInstances
 
listIterators(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Get a list of iterators for this table.
listIterators(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
listIterators(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
listIterators(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.listIterators_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
listIterators(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.listIterators_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
listIterators(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
listIterators(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ListIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ListIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ListIterCommand
 
listLocalUsers() - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Return a list of users in accumulo
listLocalUsers() - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
listLocalUsers(TInfo, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.listLocalUsers_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
listLocalUsers(TInfo, TCredentials, AsyncMethodCallback<ClientService.AsyncClient.listLocalUsers_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
listLocalUsers(TInfo, TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
listLocalUsers(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
listLocalUsers() - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
listLocalUsers(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
listLocalUsers(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.listLocalUsers_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
listLocalUsers(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.listLocalUsers_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
listLocalUsers(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
listLocalUsers(ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
listLocalUsers(TInfo, TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
ListScansCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ListScansCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ListScansCommand
 
ListShellIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ListShellIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ListShellIterCommand
 
listSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
listSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
listSplits(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
listSplits(String, int) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
listSplits(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
listSplits(String, int) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
listSplits(ByteBuffer, String, int) - Method in class org.apache.accumulo.proxy.ProxyServer
 
listSplits(ByteBuffer, String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.listSplits_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
listSplits(ByteBuffer, String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.listSplits_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
listSplits(ByteBuffer, String, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
listSplits(ByteBuffer, String, int) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ListSplits - Class in org.apache.accumulo.test.randomwalk.concurrent
 
ListSplits() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.ListSplits
 
listStatus(Path, PathFilter) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
listStatus(Path[]) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
listStatus(Path[], PathFilter) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
listStatus(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
listTables(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
listTables(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.listTables_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
listTables(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.listTables_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
listTables(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
listTables(ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
ListTables - Class in org.apache.accumulo.test
This little program is used by the functional test to get a list of table ids.
ListTables() - Constructor for class org.apache.accumulo.test.ListTables
 
ListType - Class in org.apache.accumulo.server.monitor.servlets.trace
 
ListType() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.ListType
 
listUsers() - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Deprecated.
since 1.5.0; use SecurityOperations.listLocalUsers() or the user management functions of your configured authenticator instead.
listUsers() - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Deprecated.
listUsers() - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
Deprecated.
listUsers(TCredentials) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
listUsers() - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
listUsers() - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
listUsers() - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
listUsers(TCredentials) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
listUsers() - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
LiveTServerSet - Class in org.apache.accumulo.server.master
 
LiveTServerSet(Instance, AccumuloConfiguration, LiveTServerSet.Listener) - Constructor for class org.apache.accumulo.server.master.LiveTServerSet
 
LiveTServerSet.Listener - Interface in org.apache.accumulo.server.master
 
LiveTServerSet.TServerConnection - Class in org.apache.accumulo.server.master
 
LiveTServerSet.TServerConnection(InetSocketAddress) - Constructor for class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
loadClass(String, Class<U>) - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
loadClass(String) - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
loadClass(String, String, Class<U>) - Method in class org.apache.accumulo.start.classloader.vfs.ContextManager
 
loadClass(String, boolean) - Method in class org.apache.accumulo.start.classloader.vfs.PostDelegatingVFSClassLoader
 
loadedNativeLibraries() - Static method in class org.apache.accumulo.server.tabletserver.NativeMap
 
loadIterators(IteratorUtil.IteratorScope, SortedKeyValueIterator<K, V>, KeyExtent, AccumuloConfiguration, IteratorEnvironment) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
loadIterators(IteratorUtil.IteratorScope, SortedKeyValueIterator<K, V>, KeyExtent, AccumuloConfiguration, List<IteratorSetting>, IteratorEnvironment) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
loadIterators(IteratorUtil.IteratorScope, SortedKeyValueIterator<K, V>, KeyExtent, AccumuloConfiguration, List<IterInfo>, Map<String, Map<String, String>>, IteratorEnvironment) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
loadIterators(IteratorUtil.IteratorScope, SortedKeyValueIterator<K, V>, KeyExtent, AccumuloConfiguration, List<IterInfo>, Map<String, Map<String, String>>, IteratorEnvironment, boolean) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
loadIterators(SortedKeyValueIterator<K, V>, Collection<IterInfo>, Map<String, Map<String, String>>, IteratorEnvironment, boolean, String) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
loadNativeLib(String) - Static method in class org.apache.accumulo.server.tabletserver.NativeMap
 
loadTablet(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.loadTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
loadTablet(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.loadTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
loadTablet(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
loadTablet(TInfo, TCredentials, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
loadTablet(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
LocalityCheck - Class in org.apache.accumulo.server.util
 
LocalityCheck() - Constructor for class org.apache.accumulo.server.util.LocalityCheck
 
localityGroup - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
localityGroup - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
LocalityGroupUtil - Class in org.apache.accumulo.core.util
 
LocalityGroupUtil() - Constructor for class org.apache.accumulo.core.util.LocalityGroupUtil
 
LocalityGroupUtil.LocalityGroupConfigurationError - Exception in org.apache.accumulo.core.util
 
locateTablet(Text, boolean, boolean, TCredentials) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
locateTablet(Text, boolean, boolean, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
locateTablet(Text, boolean, boolean, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
locateTablet(Text, boolean, boolean, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
locateTablet(Text, boolean, boolean, TCredentials) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
locationObtainer - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
lock - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
LOCK_PREFIX - Static variable in class org.apache.accumulo.fate.zookeeper.ZooLock
 
lockAsync(ZooLock.AsyncLockWatcher, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
lockMemoryPages() - Static method in class org.apache.accumulo.server.tabletserver.MLock
 
log - Static variable in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
 
log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapred.InputFormatBase
 
log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
log - Static variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
 
log - Static variable in class org.apache.accumulo.core.iterators.OrIterator
 
log - Static variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
log - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
log - Static variable in class org.apache.accumulo.core.util.shell.Shell
 
log - Static variable in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
log - Static variable in class org.apache.accumulo.fate.zookeeper.ZooLock
 
log - Static variable in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
log - Static variable in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
log - Static variable in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
log(int, int, Mutation) - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
log(Tablet.CommitSession, int, Mutation) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
log(Mutation) - Method in class org.apache.accumulo.server.tabletserver.MutationLog
 
log - Variable in class org.apache.accumulo.test.randomwalk.Fixture
 
log - Variable in class org.apache.accumulo.test.randomwalk.multitable.CopyTool
 
log - Variable in class org.apache.accumulo.test.randomwalk.Node
 
log - Static variable in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
log - Static variable in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
log - Variable in class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool
 
log - Variable in class org.apache.accumulo.test.randomwalk.shard.SortTool
 
logAsync(Level, String, Exception) - Method in class org.apache.accumulo.server.util.FileSystemMonitor
 
LogCloser - Interface in org.apache.accumulo.server.master.recovery
 
LogEntry - Class in org.apache.accumulo.core.tabletserver.log
 
LogEntry() - Constructor for class org.apache.accumulo.core.tabletserver.log.LogEntry
 
LogEvents - Enum in org.apache.accumulo.server.logger
 
LogFileInputFormat - Class in org.apache.accumulo.server.metanalysis
Input format for Accumulo write ahead logs
LogFileInputFormat() - Constructor for class org.apache.accumulo.server.metanalysis.LogFileInputFormat
 
LogFileKey - Class in org.apache.accumulo.server.logger
 
LogFileKey() - Constructor for class org.apache.accumulo.server.logger.LogFileKey
 
LogFileOutputFormat - Class in org.apache.accumulo.server.metanalysis
Output format for Accumulo write ahead logs.
LogFileOutputFormat() - Constructor for class org.apache.accumulo.server.metanalysis.LogFileOutputFormat
 
LogFileValue - Class in org.apache.accumulo.server.logger
 
LogFileValue() - Constructor for class org.apache.accumulo.server.logger.LogFileValue
 
logger - Static variable in class org.apache.accumulo.proxy.ProxyServer
 
LoggingRunnable - Class in org.apache.accumulo.core.util
 
LoggingRunnable(Logger, Runnable) - Constructor for class org.apache.accumulo.core.util.LoggingRunnable
 
LoggingRunnable - Class in org.apache.accumulo.fate.util
 
LoggingRunnable(Logger, Runnable) - Constructor for class org.apache.accumulo.fate.util.LoggingRunnable
 
LOGICAL_TIME_ID - Static variable in class org.apache.accumulo.server.tabletserver.TabletTime
 
LogicalTimeTest - Class in org.apache.accumulo.test.functional
 
LogicalTimeTest() - Constructor for class org.apache.accumulo.test.functional.LogicalTimeTest
 
login(String, Map<String, String>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
login(String, Map<String, String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.login_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
login(String, Map<String, String>, AsyncMethodCallback<AccumuloProxy.AsyncClient.login_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
login(String, Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
login(String, Map<String, String>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
login - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
login(String, String) - Static method in class org.apache.accumulo.server.security.SecurityUtil
This will log in the given user in kerberos.
loginProperties - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
LoginProperties - Class in org.apache.accumulo.server.util
 
LoginProperties() - Constructor for class org.apache.accumulo.server.util.LoginProperties
 
loginProps - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
logManyTablets(List<TabletMutations>) - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
logManyTablets(Map<Tablet.CommitSession, List<Mutation>>) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
LogReader - Class in org.apache.accumulo.server.logger
 
LogReader() - Constructor for class org.apache.accumulo.server.logger.LogReader
 
LogService - Class in org.apache.accumulo.server.monitor
Hijack log4j and capture log events for display.
LogService() - Constructor for class org.apache.accumulo.server.monitor.LogService
 
LogServlet - Class in org.apache.accumulo.server.monitor.servlets
 
LogServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.LogServlet
 
logSet - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
logSet - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
LogSorter - Class in org.apache.accumulo.server.tabletserver.log
 
LogSorter(Instance, FileSystem, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.tabletserver.log.LogSorter
 
logSorts - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
LogSpans - Class in org.apache.accumulo.trace.instrument.receivers
A SpanReceiver that just logs the data using log4j.
LogSpans() - Constructor for class org.apache.accumulo.trace.instrument.receivers.LogSpans
 
LogSpans.SpanLevel - Class in org.apache.accumulo.trace.instrument.receivers
 
LogSpans.SpanLevel() - Constructor for class org.apache.accumulo.trace.instrument.receivers.LogSpans.SpanLevel
 
logStats() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
longArrayToBytes(long[]) - Static method in class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
Deprecated.
 
LongCombiner - Class in org.apache.accumulo.core.iterators
A TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value.
LongCombiner() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner
 
LongCombiner.FixedLenEncoder - Class in org.apache.accumulo.core.iterators
An Encoder that uses an 8-byte encoding for Longs.
LongCombiner.FixedLenEncoder() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
 
LongCombiner.StringEncoder - Class in org.apache.accumulo.core.iterators
An Encoder that uses a String representation of Longs.
LongCombiner.StringEncoder() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
 
LongCombiner.Type - Enum in org.apache.accumulo.core.iterators
 
LongCombiner.VarLenEncoder - Class in org.apache.accumulo.core.iterators
An Encoder that uses a variable-length encoding for Longs.
LongCombiner.VarLenEncoder() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
 
LongSummation - Class in org.apache.accumulo.core.iterators.aggregation
Deprecated.
since 1.4, replaced by SummingCombiner with LongCombiner.Type.FIXEDLEN
LongSummation() - Constructor for class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.
 
longToBytes(long) - Static method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.
 
longToBytes(long) - Static method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.
 
lookup(Key) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
lookup(List<Range>, HashSet<Column>, Authorizations, ArrayList<Tablet.KVEntry>, long, List<IterInfo>, Map<String, Map<String, String>>, AtomicBoolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
lookupInstanceName(ZooCache, UUID) - Static method in class org.apache.accumulo.core.client.ZooKeeperInstance
lookupInstanceName(ZooCache, UUID) - Static method in class org.apache.accumulo.core.client.ZooKeeperInstance
Given a zooCache and instanceId, look up the instance name.
lookups - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
lookupTablet(TabletLocator.TabletLocation, Text, Text, TabletLocator, TCredentials) - Method in class org.apache.accumulo.core.client.impl.MetadataLocationObtainer
 
lookupTablet(TabletLocator.TabletLocation, Text, Text, TabletLocator, TCredentials) - Method in interface org.apache.accumulo.core.client.impl.TabletLocatorImpl.TabletLocationObtainer
 
lookupTablets(String, Map<KeyExtent, List<Range>>, TabletLocator, TCredentials) - Method in class org.apache.accumulo.core.client.impl.MetadataLocationObtainer
 
lookupTablets(String, Map<KeyExtent, List<Range>>, TabletLocator, TCredentials) - Method in interface org.apache.accumulo.core.client.impl.TabletLocatorImpl.TabletLocationObtainer
 
LOSSY - Static variable in class org.apache.accumulo.core.iterators.TypedValueCombiner
 
lostLock(ZooLock.LockLossReason) - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.LockWatcher
 
LOTS - Static variable in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
lowerBound(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(byte[], int, int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(List<? extends T>, T, Comparator<? super T>) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Lower bound binary search.
lowerBound(List<? extends Comparable<? super T>>, T) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Lower bound binary search.
LruBlockCache - Class in org.apache.accumulo.core.file.blockfile.cache
A block cache implementation that is memory-aware using HeapSize, memory-bound using an LRU eviction algorithm, and concurrent: backed by a ConcurrentHashMap and with a non-blocking eviction thread giving constant-time LruBlockCache.cacheBlock(java.lang.String, byte[], boolean) and LruBlockCache.getBlock(java.lang.String) operations.
LruBlockCache(long, long) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Default constructor.
LruBlockCache(long, long, boolean) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Constructor used for testing.
LruBlockCache(long, long, boolean, int, float, int, float, float, float, float, float) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Configurable constructor.
LruBlockCache.CacheStats - Class in org.apache.accumulo.core.file.blockfile.cache
 
LruBlockCache.CacheStats() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 

M

main(String[]) - Static method in class org.apache.accumulo.core.conf.DefaultConfiguration
 
main(String[]) - Static method in class org.apache.accumulo.core.file.BloomFilterLayer
 
main(String[]) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.PrintInfo
 
main(String[]) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.TFile
Dumping the TFile information.
main(String[]) - Static method in class org.apache.accumulo.core.file.rfile.CreateEmpty
 
main(String[]) - Static method in class org.apache.accumulo.core.file.rfile.PrintInfo
 
main(String[]) - Static method in class org.apache.accumulo.core.file.rfile.SplitLarge
 
main(String[]) - Static method in class org.apache.accumulo.core.trace.TraceDump
 
main(String[]) - Static method in class org.apache.accumulo.core.util.Merge
 
main(String[]) - Static method in class org.apache.accumulo.core.util.shell.Shell
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.Flush
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchScanner
Scans over a specified number of entries to Accumulo using a BatchScanner.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Writes a specified number of entries to Accumulo using a BatchWriter.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.ReadWriteExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RowOperations
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.SequentialBatchWriter
Writes a specified number of entries to Accumulo using a BatchWriter.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.TraceDumpExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.TracingExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.FileCount
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Lists the contents of a directory using the directory table, or searches for file or directory names (if the -search flag is included).
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.InsertWithBatchWriter
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.ReadData
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.isolation.InterferenceTest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.SetupTable
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.NGramIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.ContinuousQuery
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Index
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Query
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Reverse
 
main(String[]) - Static method in class org.apache.accumulo.proxy.Proxy
 
main(String[]) - Static method in class org.apache.accumulo.proxy.TestProxyClient
 
main(String[]) - Static method in class org.apache.accumulo.server.client.HdfsZooInstance
 
main(String[]) - Static method in class org.apache.accumulo.server.conf.ConfigSanityCheck
 
main(String[]) - Static method in class org.apache.accumulo.server.fate.Admin
 
main(String[]) - Static method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
main(String[]) - Static method in class org.apache.accumulo.server.logger.LogReader
Dump a Log File (Map or Sequence) to stdout.
main(String[]) - Static method in class org.apache.accumulo.server.master.Master
 
main(String[]) - Static method in class org.apache.accumulo.server.master.state.MergeStats
 
main(String[]) - Static method in class org.apache.accumulo.server.master.state.SetGoalState
Utility program that will change the goal state for the master from the command line.
main(String[]) - Static method in class org.apache.accumulo.server.metanalysis.FilterMeta
 
main(String[]) - Static method in class org.apache.accumulo.server.metanalysis.FindTablet
 
main(String[]) - Static method in class org.apache.accumulo.server.metanalysis.IndexMeta
 
main(String[]) - Static method in class org.apache.accumulo.server.metanalysis.PrintEvents
 
main(String[]) - Static method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
main(String[]) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
main(String[]) - Static method in class org.apache.accumulo.server.problems.ProblemReports
 
main(String[]) - Static method in class org.apache.accumulo.server.tabletserver.TabletServer
 
main(String[]) - Static method in class org.apache.accumulo.server.trace.TraceServer
 
main(String[]) - Static method in class org.apache.accumulo.server.util.AddFilesWithMissingEntries
A utility to add files to the !METADATA table that are not listed in the root tablet.
main(String[]) - Static method in class org.apache.accumulo.server.util.Admin
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ChangeSecret
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CleanZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CountRowKeys
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DeleteZooInstance
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DumpZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.FindOfflineTablets
 
main(String[]) - Static method in class org.apache.accumulo.server.util.Info
 
main(String[]) - Static method in class org.apache.accumulo.server.util.Initialize
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ListInstances
 
main(String[]) - Static method in class org.apache.accumulo.server.util.LocalityCheck
 
main(String[]) - Static method in class org.apache.accumulo.server.util.LoginProperties
 
main(String[]) - Static method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RandomWriter
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RemoveEntriesForMissingFiles
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RestoreZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.SendLogToChainsaw
 
main(String[]) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
main(String[]) - Static method in class org.apache.accumulo.server.util.TabletServerLocks
 
main(String[]) - Static method in class org.apache.accumulo.server.util.VerifyTabletAssignments
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ZooKeeperMain
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ZooZap
 
main(String[]) - Static method in class org.apache.accumulo.server.zookeeper.ZooQueueLock
 
Main - Class in org.apache.accumulo.start
 
Main() - Constructor for class org.apache.accumulo.start.Main
 
main(String[]) - Static method in class org.apache.accumulo.start.Main
 
main(String[]) - Static method in class org.apache.accumulo.start.Platform
 
main(String[]) - Static method in class org.apache.accumulo.start.TestMain
 
main(String[]) - Static method in class org.apache.accumulo.test.BulkImportDirectory
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousBatchWalker
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousIngest
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousMoru
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousQuery
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousScanner
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousStatsCollector
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousVerify
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.ContinuousWalk
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.GenSplits
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.PrintScanTimeHistogram
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.TimeBinner
 
main(String[]) - Static method in class org.apache.accumulo.test.continuous.UndefinedAnalyzer
Class to analyze undefined references and accumulo logs to isolate the time/tablet where data was lost.
main(String[]) - Static method in class org.apache.accumulo.test.CreateRandomRFile
 
main(String[]) - Static method in class org.apache.accumulo.test.CreateRFiles
 
main(String[]) - Static method in class org.apache.accumulo.test.CreateTestTable
 
main(String[]) - Static method in class org.apache.accumulo.test.EstimateInMemMapOverhead
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.CacheTestClean
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.CacheTestReader
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.CacheTestWriter
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.FateStarvationTest
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.FunctionalTest
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.NativeMapTest
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.RunTests
 
main(String[]) - Static method in class org.apache.accumulo.test.functional.ZombieTServer
 
main(String[]) - Static method in class org.apache.accumulo.test.GCLotsOfCandidatesTest
 
main(String[]) - Static method in class org.apache.accumulo.test.GetMasterStats
 
main(String[]) - Static method in class org.apache.accumulo.test.ListTables
 
main(String[]) - Static method in class org.apache.accumulo.test.NativeMapConcurrencyTest
 
main(String[]) - Static method in class org.apache.accumulo.test.NativeMapPerformanceTest
 
main(String[]) - Static method in class org.apache.accumulo.test.NativeMapStressTest
 
main(String[]) - Static method in class org.apache.accumulo.test.performance.metadata.MetadataBatchScanTest
 
main(String[]) - Static method in class org.apache.accumulo.test.performance.scan.CollectTabletStats
 
main(String[]) - Static method in class org.apache.accumulo.test.performance.thrift.NullTserver
 
main(String[]) - Static method in class org.apache.accumulo.test.QueryMetadataTable
 
main(String[]) - Static method in class org.apache.accumulo.test.randomwalk.bulk.Verify
 
main(String[]) - Static method in class org.apache.accumulo.test.randomwalk.Framework
 
main(String[]) - Static method in class org.apache.accumulo.test.scalability.Run
 
main(String[]) - Static method in class org.apache.accumulo.test.stress.random.Scan
 
main(String[]) - Static method in class org.apache.accumulo.test.stress.random.Write
 
main(String[]) - Static method in class org.apache.accumulo.test.TestBinaryRows
 
main(String[]) - Static method in class org.apache.accumulo.test.TestIngest
 
main(String[]) - Static method in class org.apache.accumulo.test.TestMultiTableIngest
 
main(String[]) - Static method in class org.apache.accumulo.test.TestRandomDeletes
 
main(String[]) - Static method in class org.apache.accumulo.test.VerifyIngest
 
main(String[]) - Static method in class org.apache.accumulo.test.WrongTabletTest
 
majorCompactionQueued() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
majorCompactionRunning() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
majors - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
majors - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
makeCommands(String...) - Static method in class org.apache.accumulo.core.client.mock.MockShell
Convenience method to create the byte-array to hand to the console
makeComparator(String) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.TFile
Make a raw comparator from a string name.
makingProgress() - Method in class org.apache.accumulo.test.randomwalk.Node
 
map(List<Map.Entry<Key, Value>>, InputStream, Mapper<List<Map.Entry<Key, Value>>, InputStream, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.MapClass
 
map(Key, Value, Mapper<Key, Value, Key, Value>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample.RegexMapper
 
map(Key, Value, Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
map(Key, Value, Mapper<Key, Value, NullWritable, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile.TTFMapper
 
map(LongWritable, NullWritable, Mapper<LongWritable, NullWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
map(Key, Value, Mapper<Key, Value, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.WordCount.MapClass
 
map(LogFileKey, LogFileValue, Mapper<LogFileKey, LogFileValue, LogFileKey, LogFileValue>.Context) - Method in class org.apache.accumulo.server.metanalysis.FilterMeta.FilterMapper
 
map(LogFileKey, LogFileValue, Mapper<LogFileKey, LogFileValue, Text, Mutation>.Context) - Method in class org.apache.accumulo.server.metanalysis.IndexMeta.IndexMapper
 
map(Key, Value, Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.test.continuous.ContinuousMoru.CMapper
 
map(Key, Value, Mapper<Key, Value, LongWritable, VLongWritable>.Context) - Method in class org.apache.accumulo.test.continuous.ContinuousVerify.CMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Text>.Context) - Method in class org.apache.accumulo.test.functional.RunTests.TestMapper
 
map(Key, Value, Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.test.randomwalk.multitable.CopyTool.SeqMapClass
 
map(Key, Value, Mapper<Key, Value, NullWritable, IntWritable>.Context) - Method in class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool.SeqMapClass
 
MAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for entry in map
MapCounter<KT> - Class in org.apache.accumulo.server.util
 
MapCounter() - Constructor for class org.apache.accumulo.server.util.MapCounter
 
MAPFILE_EXTENSION - Static variable in class org.apache.accumulo.core.Constants
 
MapFileInfo - Class in org.apache.accumulo.core.data.thrift
 
MapFileInfo() - Constructor for class org.apache.accumulo.core.data.thrift.MapFileInfo
 
MapFileInfo(long) - Constructor for class org.apache.accumulo.core.data.thrift.MapFileInfo
 
MapFileInfo(MapFileInfo) - Constructor for class org.apache.accumulo.core.data.thrift.MapFileInfo
Performs a deep copy on other.
MapFileInfo._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MapFileIterator - Class in org.apache.accumulo.core.iterators.system
 
MapFileIterator(AccumuloConfiguration, FileSystem, String, Configuration) - Constructor for class org.apache.accumulo.core.iterators.system.MapFileIterator
 
MapFileOperations - Class in org.apache.accumulo.core.file.map
 
MapFileOperations() - Constructor for class org.apache.accumulo.core.file.map.MapFileOperations
 
MapFileOperations.RangeIterator - Class in org.apache.accumulo.core.file.map
 
MapFileOperations.RangeIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
MapFileUtil - Class in org.apache.accumulo.core.file.map
 
MapFileUtil() - Constructor for class org.apache.accumulo.core.file.map.MapFileUtil
 
MapRedVerify - Class in org.apache.accumulo.test.randomwalk.sequential
 
MapRedVerify() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.MapRedVerify
 
MapRedVerifyTool - Class in org.apache.accumulo.test.randomwalk.sequential
 
MapRedVerifyTool() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool
 
MapRedVerifyTool.SeqMapClass - Class in org.apache.accumulo.test.randomwalk.sequential
 
MapRedVerifyTool.SeqMapClass() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool.SeqMapClass
 
MapRedVerifyTool.SeqReduceClass - Class in org.apache.accumulo.test.randomwalk.sequential
 
MapRedVerifyTool.SeqReduceClass() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool.SeqReduceClass
 
MapRLogCloser - Class in org.apache.accumulo.server.master.recovery
 
MapRLogCloser() - Constructor for class org.apache.accumulo.server.master.recovery.MapRLogCloser
 
MARKER_CF - Static variable in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
Master - Class in org.apache.accumulo.server.master
The Master is responsible for assigning and balancing tablets to tablet servers.
Master(ServerConfiguration, FileSystem, String) - Constructor for class org.apache.accumulo.server.master.Master
 
MASTER_TABLETSERVER_CONNECTION_TIMEOUT - Static variable in class org.apache.accumulo.core.Constants
 
MasterClient - Class in org.apache.accumulo.core.client.impl
 
MasterClient() - Constructor for class org.apache.accumulo.core.client.impl.MasterClient
 
MasterClientService - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService
 
MasterClientService.AsyncClient - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
MasterClientService.AsyncClient.beginTableOperation_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.beginTableOperation_call(TInfo, TCredentials, AsyncMethodCallback<MasterClientService.AsyncClient.beginTableOperation_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.beginTableOperation_call
 
MasterClientService.AsyncClient.executeTableOperation_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.executeTableOperation_call(TInfo, TCredentials, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.executeTableOperation_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.executeTableOperation_call
 
MasterClientService.AsyncClient.Factory - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.Factory
 
MasterClientService.AsyncClient.finishTableOperation_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.finishTableOperation_call(TInfo, TCredentials, long, AsyncMethodCallback<MasterClientService.AsyncClient.finishTableOperation_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.finishTableOperation_call
 
MasterClientService.AsyncClient.getMasterStats_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.getMasterStats_call(TInfo, TCredentials, AsyncMethodCallback<MasterClientService.AsyncClient.getMasterStats_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.getMasterStats_call
 
MasterClientService.AsyncClient.initiateFlush_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.initiateFlush_call(TInfo, TCredentials, String, AsyncMethodCallback<MasterClientService.AsyncClient.initiateFlush_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.initiateFlush_call
 
MasterClientService.AsyncClient.removeSystemProperty_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.removeSystemProperty_call(TInfo, TCredentials, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeSystemProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.removeSystemProperty_call
 
MasterClientService.AsyncClient.removeTableProperty_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.removeTableProperty_call(TInfo, TCredentials, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeTableProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.removeTableProperty_call
 
MasterClientService.AsyncClient.reportSplitExtent_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.reportSplitExtent_call(TInfo, TCredentials, String, TabletSplit, AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.reportSplitExtent_call
 
MasterClientService.AsyncClient.reportTabletStatus_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.reportTabletStatus_call(TInfo, TCredentials, String, TabletLoadState, TKeyExtent, AsyncMethodCallback<MasterClientService.AsyncClient.reportTabletStatus_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.reportTabletStatus_call
 
MasterClientService.AsyncClient.setMasterGoalState_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.setMasterGoalState_call(TInfo, TCredentials, MasterGoalState, AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setMasterGoalState_call
 
MasterClientService.AsyncClient.setSystemProperty_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.setSystemProperty_call(TInfo, TCredentials, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setSystemProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setSystemProperty_call
 
MasterClientService.AsyncClient.setTableProperty_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.setTableProperty_call(TInfo, TCredentials, String, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setTableProperty_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setTableProperty_call
 
MasterClientService.AsyncClient.shutdown_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.shutdown_call(TInfo, TCredentials, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdown_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.shutdown_call
 
MasterClientService.AsyncClient.shutdownTabletServer_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.shutdownTabletServer_call(TInfo, TCredentials, String, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdownTabletServer_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.shutdownTabletServer_call
 
MasterClientService.AsyncClient.waitForFlush_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.waitForFlush_call(TInfo, TCredentials, String, ByteBuffer, ByteBuffer, long, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForFlush_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.waitForFlush_call
 
MasterClientService.AsyncClient.waitForTableOperation_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.waitForTableOperation_call(TInfo, TCredentials, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForTableOperation_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.waitForTableOperation_call
 
MasterClientService.AsyncIface - Interface in org.apache.accumulo.core.master.thrift
 
MasterClientService.beginTableOperation_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.beginTableOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
MasterClientService.beginTableOperation_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
MasterClientService.beginTableOperation_args(MasterClientService.beginTableOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
Performs a deep copy on other.
MasterClientService.beginTableOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.beginTableOperation_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.beginTableOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
MasterClientService.beginTableOperation_result(long, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
MasterClientService.beginTableOperation_result(MasterClientService.beginTableOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
Performs a deep copy on other.
MasterClientService.beginTableOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.Client - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Client(TProtocol) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
MasterClientService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
MasterClientService.Client.Factory - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Client.Factory() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Client.Factory
 
MasterClientService.executeTableOperation_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.executeTableOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
MasterClientService.executeTableOperation_args(TInfo, TCredentials, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
MasterClientService.executeTableOperation_args(MasterClientService.executeTableOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
Performs a deep copy on other.
MasterClientService.executeTableOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.executeTableOperation_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.executeTableOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
MasterClientService.executeTableOperation_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
MasterClientService.executeTableOperation_result(MasterClientService.executeTableOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
Performs a deep copy on other.
MasterClientService.executeTableOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.finishTableOperation_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.finishTableOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
MasterClientService.finishTableOperation_args(TInfo, TCredentials, long) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
MasterClientService.finishTableOperation_args(MasterClientService.finishTableOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
Performs a deep copy on other.
MasterClientService.finishTableOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.finishTableOperation_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.finishTableOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
MasterClientService.finishTableOperation_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
MasterClientService.finishTableOperation_result(MasterClientService.finishTableOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
Performs a deep copy on other.
MasterClientService.finishTableOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.getMasterStats_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.getMasterStats_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
MasterClientService.getMasterStats_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
MasterClientService.getMasterStats_args(MasterClientService.getMasterStats_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
Performs a deep copy on other.
MasterClientService.getMasterStats_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.getMasterStats_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.getMasterStats_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
MasterClientService.getMasterStats_result(MasterMonitorInfo, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
MasterClientService.getMasterStats_result(MasterClientService.getMasterStats_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
Performs a deep copy on other.
MasterClientService.getMasterStats_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.Iface - Interface in org.apache.accumulo.core.master.thrift
 
MasterClientService.initiateFlush_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.initiateFlush_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
MasterClientService.initiateFlush_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
MasterClientService.initiateFlush_args(MasterClientService.initiateFlush_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
Performs a deep copy on other.
MasterClientService.initiateFlush_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.initiateFlush_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.initiateFlush_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
MasterClientService.initiateFlush_result(long, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
MasterClientService.initiateFlush_result(MasterClientService.initiateFlush_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
Performs a deep copy on other.
MasterClientService.initiateFlush_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.Processor<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor(I) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor
 
MasterClientService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor
 
MasterClientService.Processor.beginTableOperation<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.beginTableOperation() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.beginTableOperation
 
MasterClientService.Processor.executeTableOperation<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.executeTableOperation() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.executeTableOperation
 
MasterClientService.Processor.finishTableOperation<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.finishTableOperation() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.finishTableOperation
 
MasterClientService.Processor.getMasterStats<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.getMasterStats() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.getMasterStats
 
MasterClientService.Processor.initiateFlush<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.initiateFlush() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.initiateFlush
 
MasterClientService.Processor.removeSystemProperty<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.removeSystemProperty() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeSystemProperty
 
MasterClientService.Processor.removeTableProperty<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.removeTableProperty() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.removeTableProperty
 
MasterClientService.Processor.reportSplitExtent<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.reportSplitExtent() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportSplitExtent
 
MasterClientService.Processor.reportTabletStatus<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.reportTabletStatus() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.reportTabletStatus
 
MasterClientService.Processor.setMasterGoalState<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.setMasterGoalState() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setMasterGoalState
 
MasterClientService.Processor.setSystemProperty<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.setSystemProperty() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setSystemProperty
 
MasterClientService.Processor.setTableProperty<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.setTableProperty() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.setTableProperty
 
MasterClientService.Processor.shutdown<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.shutdown() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdown
 
MasterClientService.Processor.shutdownTabletServer<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.shutdownTabletServer() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.shutdownTabletServer
 
MasterClientService.Processor.waitForFlush<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.waitForFlush() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForFlush
 
MasterClientService.Processor.waitForTableOperation<I extends MasterClientService.Iface> - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor.waitForTableOperation() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor.waitForTableOperation
 
MasterClientService.removeSystemProperty_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.removeSystemProperty_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
MasterClientService.removeSystemProperty_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
MasterClientService.removeSystemProperty_args(MasterClientService.removeSystemProperty_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
Performs a deep copy on other.
MasterClientService.removeSystemProperty_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.removeSystemProperty_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.removeSystemProperty_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
MasterClientService.removeSystemProperty_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
MasterClientService.removeSystemProperty_result(MasterClientService.removeSystemProperty_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
Performs a deep copy on other.
MasterClientService.removeSystemProperty_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.removeTableProperty_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.removeTableProperty_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
MasterClientService.removeTableProperty_args(TInfo, TCredentials, String, String) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
MasterClientService.removeTableProperty_args(MasterClientService.removeTableProperty_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
Performs a deep copy on other.
MasterClientService.removeTableProperty_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.removeTableProperty_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.removeTableProperty_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
MasterClientService.removeTableProperty_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
MasterClientService.removeTableProperty_result(MasterClientService.removeTableProperty_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
Performs a deep copy on other.
MasterClientService.removeTableProperty_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.reportSplitExtent_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.reportSplitExtent_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
MasterClientService.reportSplitExtent_args(TInfo, TCredentials, String, TabletSplit) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
MasterClientService.reportSplitExtent_args(MasterClientService.reportSplitExtent_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
Performs a deep copy on other.
MasterClientService.reportSplitExtent_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.reportTabletStatus_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.reportTabletStatus_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
MasterClientService.reportTabletStatus_args(TInfo, TCredentials, String, TabletLoadState, TKeyExtent) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
MasterClientService.reportTabletStatus_args(MasterClientService.reportTabletStatus_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
Performs a deep copy on other.
MasterClientService.reportTabletStatus_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.setMasterGoalState_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.setMasterGoalState_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
MasterClientService.setMasterGoalState_args(TInfo, TCredentials, MasterGoalState) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
MasterClientService.setMasterGoalState_args(MasterClientService.setMasterGoalState_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
Performs a deep copy on other.
MasterClientService.setMasterGoalState_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.setMasterGoalState_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.setMasterGoalState_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
MasterClientService.setMasterGoalState_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
MasterClientService.setMasterGoalState_result(MasterClientService.setMasterGoalState_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
Performs a deep copy on other.
MasterClientService.setMasterGoalState_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.setSystemProperty_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.setSystemProperty_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
MasterClientService.setSystemProperty_args(TInfo, TCredentials, String, String) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
MasterClientService.setSystemProperty_args(MasterClientService.setSystemProperty_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
Performs a deep copy on other.
MasterClientService.setSystemProperty_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.setSystemProperty_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.setSystemProperty_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
MasterClientService.setSystemProperty_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
MasterClientService.setSystemProperty_result(MasterClientService.setSystemProperty_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
Performs a deep copy on other.
MasterClientService.setSystemProperty_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.setTableProperty_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.setTableProperty_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
MasterClientService.setTableProperty_args(TInfo, TCredentials, String, String, String) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
MasterClientService.setTableProperty_args(MasterClientService.setTableProperty_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
Performs a deep copy on other.
MasterClientService.setTableProperty_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.setTableProperty_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.setTableProperty_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
MasterClientService.setTableProperty_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
MasterClientService.setTableProperty_result(MasterClientService.setTableProperty_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
Performs a deep copy on other.
MasterClientService.setTableProperty_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.shutdown_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.shutdown_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
MasterClientService.shutdown_args(TInfo, TCredentials, boolean) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
MasterClientService.shutdown_args(MasterClientService.shutdown_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
Performs a deep copy on other.
MasterClientService.shutdown_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.shutdown_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.shutdown_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
MasterClientService.shutdown_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
MasterClientService.shutdown_result(MasterClientService.shutdown_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
Performs a deep copy on other.
MasterClientService.shutdown_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.shutdownTabletServer_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.shutdownTabletServer_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
MasterClientService.shutdownTabletServer_args(TInfo, TCredentials, String, boolean) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
MasterClientService.shutdownTabletServer_args(MasterClientService.shutdownTabletServer_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
Performs a deep copy on other.
MasterClientService.shutdownTabletServer_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.shutdownTabletServer_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.shutdownTabletServer_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
MasterClientService.shutdownTabletServer_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
MasterClientService.shutdownTabletServer_result(MasterClientService.shutdownTabletServer_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
Performs a deep copy on other.
MasterClientService.shutdownTabletServer_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.waitForFlush_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.waitForFlush_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
MasterClientService.waitForFlush_args(TInfo, TCredentials, String, ByteBuffer, ByteBuffer, long, long) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
MasterClientService.waitForFlush_args(MasterClientService.waitForFlush_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
Performs a deep copy on other.
MasterClientService.waitForFlush_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.waitForFlush_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.waitForFlush_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
MasterClientService.waitForFlush_result(ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
MasterClientService.waitForFlush_result(MasterClientService.waitForFlush_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
Performs a deep copy on other.
MasterClientService.waitForFlush_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.waitForTableOperation_args - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.waitForTableOperation_args() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
MasterClientService.waitForTableOperation_args(TInfo, TCredentials, long) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
MasterClientService.waitForTableOperation_args(MasterClientService.waitForTableOperation_args) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
Performs a deep copy on other.
MasterClientService.waitForTableOperation_args._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterClientService.waitForTableOperation_result - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.waitForTableOperation_result() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
MasterClientService.waitForTableOperation_result(String, ThriftSecurityException, ThriftTableOperationException) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
MasterClientService.waitForTableOperation_result(MasterClientService.waitForTableOperation_result) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
Performs a deep copy on other.
MasterClientService.waitForTableOperation_result._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterGoalState - Enum in org.apache.accumulo.core.master.thrift
 
MasterMessage - Interface in org.apache.accumulo.server.tabletserver.mastermessage
 
MasterMonitorInfo - Class in org.apache.accumulo.core.master.thrift
 
MasterMonitorInfo() - Constructor for class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
MasterMonitorInfo(Map<String, TableInfo>, List<TabletServerStatus>, Map<String, Byte>, MasterState, MasterGoalState, int, Set<String>, List<DeadServer>) - Constructor for class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
MasterMonitorInfo(MasterMonitorInfo) - Constructor for class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Performs a deep copy on other.
MasterMonitorInfo._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MasterNotRunningException - Exception in org.apache.accumulo.core.master
 
MasterNotRunningException(String) - Constructor for exception org.apache.accumulo.core.master.MasterNotRunningException
 
MasterRepo - Class in org.apache.accumulo.server.master.tableOps
 
MasterRepo() - Constructor for class org.apache.accumulo.server.master.tableOps.MasterRepo
 
MasterServlet - Class in org.apache.accumulo.server.monitor.servlets
 
MasterServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.MasterServlet
 
MasterState - Enum in org.apache.accumulo.core.master.thrift
 
MATCH_SUBSTRING - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
MAX_BUFFER_SIZE_OPT - Static variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
MAX_CF_IN_DLG - Static variable in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
MAX_DATA_TO_PRINT - Static variable in class org.apache.accumulo.core.Constants
 
MaxCombiner - Class in org.apache.accumulo.core.iterators.user
A Combiner that interprets Values as Longs and returns the largest Long among them.
MaxCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.MaxCombiner
 
maximizeStartKeyTimeStamp(Range) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
maxLoops - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
maxMemory - Variable in class org.apache.accumulo.proxy.thrift.WriterOptions
 
maxMetadataTime(String, String) - Static method in class org.apache.accumulo.server.tabletserver.TabletTime
 
MaxMutationSize - Class in org.apache.accumulo.examples.simple.constraints
Ensure that mutations are a reasonable size: we must be able to fit several in memory at a time.
MaxMutationSize() - Constructor for class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
MaxOpenTest - Class in org.apache.accumulo.test.functional
A functional test that excercises hitting the max open file limit on a tablet server.
MaxOpenTest() - Constructor for class org.apache.accumulo.test.functional.MaxOpenTest
 
MaxResultsName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
MaxRowCommand - Class in org.apache.accumulo.core.util.shell.commands
 
MaxRowCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.MaxRowCommand
 
maxSplits - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
maxSplits - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
maxVersions - Variable in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
membershipTest(Key) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
membershipTest(Key) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
membershipTest(Key) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Determines whether a specified key belongs to this filter.
MemoryManagementActions - Class in org.apache.accumulo.server.tabletserver
 
MemoryManagementActions() - Constructor for class org.apache.accumulo.server.tabletserver.MemoryManagementActions
 
MemoryManager - Interface in org.apache.accumulo.server.tabletserver
A MemoryManager in accumulo currently determines when minor compactions should occur and when ingest should be put on hold.
MemValue - Class in org.apache.accumulo.server.tabletserver
 
MemValue(byte[], int) - Constructor for class org.apache.accumulo.server.tabletserver.MemValue
 
MemValue() - Constructor for class org.apache.accumulo.server.tabletserver.MemValue
 
MemValue(Value, int) - Constructor for class org.apache.accumulo.server.tabletserver.MemValue
 
merge(String, Text, Text) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Merge tablets between (start, end]
merge(String, Text, Text) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
merge(String, Text, Text) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
merge(Text, Text) - Method in class org.apache.accumulo.core.client.mock.MockTable
 
merge(String, Text, Text) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
merge(ColumnVisibility, Authorizations) - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
merge(VisibilityInterpreter) - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
Merge - Class in org.apache.accumulo.core.util
 
Merge() - Constructor for class org.apache.accumulo.core.util.Merge
 
merge(Connector, String, List<Merge.Size>, int) - Method in class org.apache.accumulo.core.util.Merge
 
Merge - Class in org.apache.accumulo.test.randomwalk.bulk
 
Merge() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.Merge
 
Merge - Class in org.apache.accumulo.test.randomwalk.concurrent
 
Merge() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.Merge
 
Merge - Class in org.apache.accumulo.test.randomwalk.shard
 
Merge() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Merge
 
Merge.MergeException - Exception in org.apache.accumulo.core.util
 
Merge.Size - Class in org.apache.accumulo.core.util
 
Merge.Size(KeyExtent, long) - Constructor for class org.apache.accumulo.core.util.Merge.Size
 
MergeCommand - Class in org.apache.accumulo.core.util.shell.commands
 
MergeCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.MergeCommand
 
MergeInfo - Class in org.apache.accumulo.server.master.state
Information about the current merge/rangeDelete.
MergeInfo() - Constructor for class org.apache.accumulo.server.master.state.MergeInfo
 
MergeInfo(KeyExtent, MergeInfo.Operation) - Constructor for class org.apache.accumulo.server.master.state.MergeInfo
 
MergeInfo.Operation - Enum in org.apache.accumulo.server.master.state
 
mergeMany(Connector, String, List<Merge.Size>, long, boolean, boolean) - Method in class org.apache.accumulo.core.util.Merge
 
mergeOverlapping(Collection<Range>) - Static method in class org.apache.accumulo.core.data.Range
Takes a collection on range and merges overlapping and adjacent ranges.
merges() - Method in class org.apache.accumulo.server.master.Master
 
merges() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
mergeSome(Connector, String, List<Merge.Size>, int) - Method in class org.apache.accumulo.core.util.Merge
 
MergeState - Enum in org.apache.accumulo.server.master.state
 
MergeStats - Class in org.apache.accumulo.server.master.state
 
MergeStats(MergeInfo) - Constructor for class org.apache.accumulo.server.master.state.MergeStats
 
mergeTablets(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
mergeTablets(ByteBuffer, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.mergeTablets_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
mergeTablets(ByteBuffer, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.mergeTablets_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
mergeTablets(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
mergeTablets(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
MergeTest - Class in org.apache.accumulo.test.functional
 
MergeTest() - Constructor for class org.apache.accumulo.test.functional.MergeTest
 
mergomatic(Connector, String, Text, Text, long, boolean) - Method in class org.apache.accumulo.core.util.Merge
 
message(String, Object...) - Method in class org.apache.accumulo.core.util.Merge
 
message - Variable in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
MetaBlockAlreadyExists - Exception in org.apache.accumulo.core.file.rfile.bcfile
Exception - Meta Block with the same name already exists.
MetaBlockDoesNotExist - Exception in org.apache.accumulo.core.file.rfile.bcfile
Exception - No such Meta Block with the given name.
metaCache - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
METADATA_BLIP_FLAG_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_BLIP_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_BULKFILE_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_CHOPPED_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_CHOPPED_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_CLONED_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_COMPACT_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_CURRENT_LOCATION_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_DATAFILE_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_DELETE_FLAG_FOR_METADATA_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_DELETE_FLAG_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_DELETES_FOR_METADATA_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_DELETES_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_DIRECTORY_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_FLUSH_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_FUTURE_LOCATION_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_LAST_LOCATION_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_LOCK_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_LOG_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_OLD_PREV_ROW_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_PREV_ROW_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_RESERVED_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_RESERVED_KEYSPACE_START_KEY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_RESERVED_KEYSPACE_STOP_KEY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_ROOT_TABLET_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_SCANFILE_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_SERVER_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_SPLIT_RATIO_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_TABLE_ID - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_TABLE_NAME - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_TABLET_COLUMN_FAMILY - Static variable in class org.apache.accumulo.core.Constants
 
METADATA_TIME_COLUMN - Static variable in class org.apache.accumulo.core.Constants
 
MetadataBatchScanTest - Class in org.apache.accumulo.test.performance.metadata
This little program can be used to write a lot of entries to the !METADATA table and measure the performance of varying numbers of threads doing !METADATA lookups using the batch scanner.
MetadataBatchScanTest() - Constructor for class org.apache.accumulo.test.performance.metadata.MetadataBatchScanTest
 
MetadataBulkLoadFilter - Class in org.apache.accumulo.server.iterators
A special iterator for the metadata table that removes inactive bulk load flags
MetadataBulkLoadFilter() - Constructor for class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
MetadataConstraints - Class in org.apache.accumulo.server.constraints
 
MetadataConstraints() - Constructor for class org.apache.accumulo.server.constraints.MetadataConstraints
 
MetadataLocationObtainer - Class in org.apache.accumulo.core.client.impl
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
metaDataMap - Static variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
metaDataMap - Static variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.InitialScan
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.IterInfo
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.ScanResult
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.TColumn
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.TKey
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.TKeyValue
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.TMutation
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.TRange
 
metaDataMap - Static variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
metaDataMap - Static variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
metaDataMap - Static variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.Compacting
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.DeadServer
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
metaDataMap - Static variable in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
metaDataMap - Static variable in class org.apache.accumulo.core.master.thrift.TabletSplit
 
metaDataMap - Static variable in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
metaDataMap - Static variable in class org.apache.accumulo.core.security.thrift.TCredentials
 
metaDataMap - Static variable in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
metaDataMap - Static variable in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
metaDataMap - Static variable in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
metaDataMap - Static variable in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
metaDataMap - Static variable in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.Column
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.Key
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.KeyExtent
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.KeyValue
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.Range
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.ScanColumn
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.ScanOptions
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.ScanResult
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
metaDataMap - Static variable in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
metaDataMap - Static variable in class org.apache.accumulo.proxy.thrift.WriterOptions
 
metaDataMap - Static variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
metaDataMap - Static variable in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
metaDataMap - Static variable in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
metaDataMap - Static variable in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
metaDataMap - Static variable in class org.apache.accumulo.trace.thrift.TInfo
 
MetaDataStateStore - Class in org.apache.accumulo.server.master.state
 
MetaDataStateStore(Instance, TCredentials, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetaDataStateStore() - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetadataTable - Class in org.apache.accumulo.core.util
 
MetadataTable() - Constructor for class org.apache.accumulo.core.util.MetadataTable
 
MetadataTable - Class in org.apache.accumulo.server.util
provides a reference to the metadata table for updates by tablet servers
MetadataTable.DataFileValue - Class in org.apache.accumulo.core.util
 
MetadataTable.DataFileValue(long, long, long) - Constructor for class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
MetadataTable.DataFileValue(long, long) - Constructor for class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
MetadataTable.DataFileValue(byte[]) - Constructor for class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
MetadataTable.LogEntry - Class in org.apache.accumulo.server.util
 
MetadataTable.LogEntry() - Constructor for class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
MetaDataTableScanner - Class in org.apache.accumulo.server.master.state
 
MetaDataTableScanner(Instance, TCredentials, Range, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
MetaDataTableScanner(Instance, TCredentials, Range) - Constructor for class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
METRICS_PREFIX - Static variable in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
MetricsConfiguration - Class in org.apache.accumulo.server.metrics
 
MetricsConfiguration(String) - Constructor for class org.apache.accumulo.server.metrics.MetricsConfiguration
 
migrations - Variable in class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
 
migrations() - Method in class org.apache.accumulo.server.master.Master
 
migrations() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
MILLIS_TIME_ID - Static variable in class org.apache.accumulo.server.tabletserver.TabletTime
 
MilliSpan - Class in org.apache.accumulo.trace.instrument.impl
A Span implementation that stores its information in milliseconds since the epoch.
MilliSpan(String, long, long, Span) - Constructor for class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
MIN_MASTER_LOOP_TIME - Static variable in class org.apache.accumulo.core.Constants
 
minc - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
mincMetrics - Variable in class org.apache.accumulo.server.tabletserver.TabletServer
 
MinCombiner - Class in org.apache.accumulo.core.iterators.user
A Combiner that interprets Values as Longs and returns the smallest Long among them.
MinCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.MinCombiner
 
mincReason - Variable in class org.apache.accumulo.server.tabletserver.Compactor
 
MiniAccumuloCluster - Class in org.apache.accumulo.minicluster
A utility class that will create Zookeeper and Accumulo processes that write all of their data to a single local directory.
MiniAccumuloCluster(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
MiniAccumuloCluster(MiniAccumuloConfig) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
MiniAccumuloConfig - Class in org.apache.accumulo.minicluster
Holds configuration for MiniAccumuloCluster.
MiniAccumuloConfig(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloConfig
 
minimizeEndKeyTimeStamp(Range) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
minorCompactionFinished(int, int, String) - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
minorCompactionFinished(Tablet.CommitSession, String, int) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
minorCompactionFinished(Tablet.CommitSession, String, int) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
minorCompactionQueued() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
minorCompactionRunning() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
minorCompactionStarted(int, int, String) - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
minorCompactionStarted(Tablet.CommitSession, int, String) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
minorCompactionStarted(Tablet.CommitSession, int, String) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
MinorCompactor - Class in org.apache.accumulo.server.tabletserver
 
minors - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
minors - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
miss() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
mkdirs(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
mkdirs(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
mkdirs(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
MLock - Class in org.apache.accumulo.server.tabletserver
 
MLock() - Constructor for class org.apache.accumulo.server.tabletserver.MLock
 
mock - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
MockAccumulo - Class in org.apache.accumulo.core.client.mock
 
MockBatchDeleter - Class in org.apache.accumulo.core.client.mock
BatchDeleter for a MockAccumulo instance.
MockBatchDeleter(MockAccumulo, String, Authorizations) - Constructor for class org.apache.accumulo.core.client.mock.MockBatchDeleter
Create a BatchDeleter for the specified instance on the specified table where the writer uses the specified Authorizations.
MockBatchScanner - Class in org.apache.accumulo.core.client.mock
 
MockBatchScanner(MockTable, Authorizations) - Constructor for class org.apache.accumulo.core.client.mock.MockBatchScanner
 
MockBatchWriter - Class in org.apache.accumulo.core.client.mock
 
MockConnector - Class in org.apache.accumulo.core.client.mock
 
MockInstance - Class in org.apache.accumulo.core.client.mock
Mock Accumulo provides an in memory implementation of the Accumulo client API.
MockInstance() - Constructor for class org.apache.accumulo.core.client.mock.MockInstance
 
MockInstance(String) - Constructor for class org.apache.accumulo.core.client.mock.MockInstance
 
MockInstance(String, FileSystem) - Constructor for class org.apache.accumulo.core.client.mock.MockInstance
 
MockInstanceOperations - Class in org.apache.accumulo.core.client.mock
 
MockInstanceOperations(MockAccumulo) - Constructor for class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
MockMultiTableBatchWriter - Class in org.apache.accumulo.core.client.mock
 
MockMultiTableBatchWriter(MockAccumulo) - Constructor for class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
 
MockScanner - Class in org.apache.accumulo.core.client.mock
 
MockScannerBase - Class in org.apache.accumulo.core.client.mock
 
MockSecurityOperations - Class in org.apache.accumulo.core.client.mock
 
MockShell - Class in org.apache.accumulo.core.client.mock
An Accumulo Shell implementation that allows a developer to attach an InputStream and Writer to the Shell for testing purposes.
MockShell(InputStream, Writer) - Constructor for class org.apache.accumulo.core.client.mock.MockShell
 
MockTable - Class in org.apache.accumulo.core.client.mock
 
MockTableOperations - Class in org.apache.accumulo.core.client.mock
 
MockTabletLocator - Class in org.apache.accumulo.core.client.mock
 
MockTabletLocator() - Constructor for class org.apache.accumulo.core.client.mock.MockTabletLocator
 
MockUser - Class in org.apache.accumulo.core.client.mock
 
mode - Variable in class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
Module - Class in org.apache.accumulo.test.randomwalk
A module is directed graph of tests
Module(File) - Constructor for class org.apache.accumulo.test.randomwalk.Module
 
Monitor - Class in org.apache.accumulo.server.monitor
Serve master statistics with an embedded web server.
Monitor() - Constructor for class org.apache.accumulo.server.monitor.Monitor
 
MonitorLog4jWatcher - Class in org.apache.accumulo.server.watcher
Watcher that updates the monitor's log4j port from ZooKeeper in a system property
MonitorLog4jWatcher(String, String, int) - Constructor for class org.apache.accumulo.server.watcher.MonitorLog4jWatcher
 
monitorSwappiness() - Static method in class org.apache.accumulo.server.Accumulo
 
more - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
more - Variable in class org.apache.accumulo.core.data.thrift.ScanResult
 
more - Variable in class org.apache.accumulo.proxy.thrift.ScanResult
 
moveFromLocalFile(Path[], Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
moveFromLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
moveMetaDeleteMarkers(Instance, TCredentials) - Static method in class org.apache.accumulo.server.util.MetadataTable
During an upgrade from Accumulo 1.4 -> 1.5, we need to move deletion requests for files under the !METADATA table to the root tablet.
moveToLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
msg - Variable in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
MultiIterator - Class in org.apache.accumulo.core.iterators.system
An iterator capable of iterating over other iterators in sorted order.
MultiIterator(List<SortedKeyValueIterator<Key, Value>>, Range) - Constructor for class org.apache.accumulo.core.iterators.system.MultiIterator
 
MultiIterator(List<SortedKeyValueIterator<Key, Value>>, KeyExtent) - Constructor for class org.apache.accumulo.core.iterators.system.MultiIterator
 
MultiIterator(List<SortedKeyValueIterator<Key, Value>>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.MultiIterator
 
MultiLevelIndex - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex() - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex
 
MultiLevelIndex.BufferedWriter - Class in org.apache.accumulo.core.file.rfile
this class buffers writes to the index so that chunks of index blocks are contiguous in the file instead of having index blocks sprinkled throughout the file making scans of the entire index slow.
MultiLevelIndex.BufferedWriter(MultiLevelIndex.Writer) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.BufferedWriter
 
MultiLevelIndex.IndexEntry - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.IndexEntry(boolean) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
MultiLevelIndex.Reader - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.Reader(BlockFileReader, int) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
MultiLevelIndex.Reader.IndexIterator - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.Reader.IndexIterator() - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
MultiLevelIndex.Reader.IndexIterator(MultiLevelIndex.Reader.Node) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
MultiLevelIndex.Reader.Node - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.Writer - Class in org.apache.accumulo.core.file.rfile
 
MultiReader - Class in org.apache.accumulo.server.tabletserver.log
Provide simple Map.Reader methods over multiple Maps.
MultiReader(FileSystem, Configuration, String) - Constructor for class org.apache.accumulo.server.tabletserver.log.MultiReader
 
MultiScanResult - Class in org.apache.accumulo.core.data.thrift
 
MultiScanResult() - Constructor for class org.apache.accumulo.core.data.thrift.MultiScanResult
 
MultiScanResult(List<TKeyValue>, Map<TKeyExtent, List<TRange>>, List<TKeyExtent>, TKeyExtent, TKey, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.thrift.MultiScanResult
 
MultiScanResult(MultiScanResult) - Constructor for class org.apache.accumulo.core.data.thrift.MultiScanResult
Performs a deep copy on other.
MultiScanResult._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MultiTableBatchWriter - Interface in org.apache.accumulo.core.client
This class enables efficient batch writing to multiple tables.
MultiTableBatchWriterImpl - Class in org.apache.accumulo.core.client.impl
 
MultiTableBatchWriterImpl(Instance, TCredentials, BatchWriterConfig) - Constructor for class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
MultiTableBatchWriterImpl(Instance, TCredentials, BatchWriterConfig, long, TimeUnit) - Constructor for class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
MultiTableFixture - Class in org.apache.accumulo.test.randomwalk.multitable
 
MultiTableFixture() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.MultiTableFixture
 
mustBeOnline(String) - Method in class org.apache.accumulo.server.master.Master
 
mutate(String, byte[], List<ACL>, ZooReaderWriter.Mutator) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
mutate(String, byte[], List<ACL>, ZooReaderWriter.Mutator) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
mutate(byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.ZooReaderWriter.Mutator
 
mutate(List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
Applies changes to a row in the InMemoryMap
mutate(Mutation, int) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
mutate(List<Mutation>, int) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
Mutation - Class in org.apache.accumulo.core.data
Mutation represents an action that manipulates a row in a table.
Mutation(byte[]) - Constructor for class org.apache.accumulo.core.data.Mutation
 
Mutation(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Mutation
 
Mutation(Text) - Constructor for class org.apache.accumulo.core.data.Mutation
 
Mutation(CharSequence) - Constructor for class org.apache.accumulo.core.data.Mutation
 
Mutation() - Constructor for class org.apache.accumulo.core.data.Mutation
 
Mutation(TMutation) - Constructor for class org.apache.accumulo.core.data.Mutation
 
Mutation(Mutation) - Constructor for class org.apache.accumulo.core.data.Mutation
 
mutation - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
Mutation.SERIALIZED_FORMAT - Enum in org.apache.accumulo.core.data
 
MUTATION_EVENT - Static variable in class org.apache.accumulo.server.tabletserver.MutationLog
 
mutationArraySize - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
MutationLog - Class in org.apache.accumulo.server.tabletserver
 
MutationLog(Path) - Constructor for class org.apache.accumulo.server.tabletserver.MutationLog
 
MutationReceiver - Interface in org.apache.accumulo.server.tabletserver.log
 
mutations - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
mutations - Variable in class org.apache.accumulo.server.logger.LogFileValue
 
MutationsRejectedException - Exception in org.apache.accumulo.core.client
Communicate the failed mutations of a BatchWriter back to the client.
MutationsRejectedException(List<ConstraintViolationSummary>, HashMap<KeyExtent, Set<SecurityErrorCode>>, Collection<String>, int, Throwable) - Constructor for exception org.apache.accumulo.core.client.MutationsRejectedException
 
MutationsRejectedException - Exception in org.apache.accumulo.proxy.thrift
 
MutationsRejectedException() - Constructor for exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
MutationsRejectedException(String) - Constructor for exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
MutationsRejectedException(MutationsRejectedException) - Constructor for exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
Performs a deep copy on other.
MutationsRejectedException._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

N

name - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
name - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
name - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
name - Variable in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
name - Variable in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
name() - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
name() - Method in class org.apache.accumulo.server.master.state.RootTabletStateStore
 
name() - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Identifying name for this tablet state store.
name() - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
namedOptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
NamingThreadFactory - Class in org.apache.accumulo.core.util
 
NamingThreadFactory(String) - Constructor for class org.apache.accumulo.core.util.NamingThreadFactory
 
NativeMap - Class in org.apache.accumulo.server.tabletserver
This class stores data in a C++ map.
NativeMap() - Constructor for class org.apache.accumulo.server.tabletserver.NativeMap
 
NativeMapConcurrencyTest - Class in org.apache.accumulo.test
 
NativeMapConcurrencyTest() - Constructor for class org.apache.accumulo.test.NativeMapConcurrencyTest
 
NativeMapPerformanceTest - Class in org.apache.accumulo.test
 
NativeMapPerformanceTest() - Constructor for class org.apache.accumulo.test.NativeMapPerformanceTest
 
NativeMapStressTest - Class in org.apache.accumulo.test
 
NativeMapStressTest() - Constructor for class org.apache.accumulo.test.NativeMapStressTest
 
NativeMapTest - Class in org.apache.accumulo.test.functional
 
NativeMapTest() - Constructor for class org.apache.accumulo.test.functional.NativeMapTest
 
nbHash - Variable in class org.apache.accumulo.core.bloomfilter.Filter
The number of hash function to consider.
needsMajorCompaction(Tablet.MajorCompactionReason) - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns true if a major compaction should be performed on the tablet.
needsSplit() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns true if this tablet needs to be split
needsToBeChopped(KeyExtent) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
NEGATE - Static variable in class org.apache.accumulo.core.iterators.Filter
 
newBuffer() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
 
newBuffer() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory
 
newColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
 
newColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Method in class org.apache.accumulo.server.data.ServerMutation
 
newProcessor() - Method in class org.apache.accumulo.server.tabletserver.BulkFailedCopyProcessor
 
newProcessor() - Method in interface org.apache.accumulo.server.zookeeper.DistributedWorkQueue.Processor
 
newScanFileManager(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.FileManager
 
newServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
newTableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
newTableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
newTablets - Variable in class org.apache.accumulo.core.master.thrift.TabletSplit
 
newThread(Runnable) - Method in class org.apache.accumulo.core.util.NamingThreadFactory
 
next() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
next() - Method in class org.apache.accumulo.core.client.impl.ScannerIterator
 
next() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator
 
next() - Method in class org.apache.accumulo.core.client.mock.IteratorAdapter
 
next() - Method in class org.apache.accumulo.core.client.RowIterator
Fetch the next row.
next() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
next() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
next() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
next() - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
next() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
next() - Method in class org.apache.accumulo.core.iterators.Combiner
 
next() - Method in class org.apache.accumulo.core.iterators.Combiner.ValueIterator
 
next() - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
next() - Method in class org.apache.accumulo.core.iterators.DevNull
 
next() - Method in class org.apache.accumulo.core.iterators.Filter
 
next() - Method in class org.apache.accumulo.core.iterators.OrIterator
 
next() - Method in class org.apache.accumulo.core.iterators.SkippingIterator
 
next() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
Advances to the next K,V pair.
next() - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.CountingIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.DeletingIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.StatsIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
next() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
next() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
next() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
next() - Method in class org.apache.accumulo.core.iterators.user.RowFilter
 
next() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
next() - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
next() - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
next() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
next() - Method in class org.apache.accumulo.core.trace.TraceFormatter
 
next() - Method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
next() - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
next() - Method in class org.apache.accumulo.core.util.format.DeleterFormatter
 
next() - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
next() - Method in class org.apache.accumulo.core.util.format.ShardedTableDistributionFormatter
 
next() - Method in class org.apache.accumulo.core.util.format.StatisticsDisplayFormatter
 
next() - Method in class org.apache.accumulo.core.util.PeekingIterator
 
next() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
next() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
next() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
next() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
next() - Method in class org.apache.accumulo.server.tabletserver.Compactor.CountingIterator
 
next(WritableComparable, Writable) - Method in class org.apache.accumulo.server.tabletserver.log.MultiReader
 
next() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
next() - Method in class org.apache.accumulo.server.util.TabletIterator
 
next() - Method in class org.apache.accumulo.test.functional.SlowIterator
 
next() - Method in class org.apache.accumulo.test.stress.random.DataWriter
 
next() - Method in class org.apache.accumulo.test.stress.random.RandomByteArrays
 
next() - Method in class org.apache.accumulo.test.stress.random.RandomMutations
 
next() - Method in class org.apache.accumulo.test.stress.random.RandomWithinRange
 
next() - Method in class org.apache.accumulo.test.stress.random.Stream
 
next() - Method in class org.apache.accumulo.trace.instrument.CountSampler
 
next() - Method in interface org.apache.accumulo.trace.instrument.Sampler
 
next_bytes() - Method in class org.apache.accumulo.test.stress.random.RandomWithinRange
 
nextEntry(String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
nextEntry(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.nextEntry_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
nextEntry(String, AsyncMethodCallback<AccumuloProxy.AsyncClient.nextEntry_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
nextEntry(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
nextEntry(String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
nextIndex() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
nextK(String, int) - Method in class org.apache.accumulo.proxy.ProxyServer
 
nextK(String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.nextK_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
nextK(String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.nextK_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
nextK(String, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
nextK(String, int) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
nextMergeState(Connector, CurrentState) - Method in class org.apache.accumulo.server.master.state.MergeStats
 
NGramIngest - Class in org.apache.accumulo.examples.simple.mapreduce
Map job to ingest n-gram files from http://storage.googleapis.com/books/ngrams/books/datasetsv2.html
NGramIngest() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.NGramIngest
 
NO_AUTHS - Static variable in class org.apache.accumulo.core.Constants
 
NO_FIXED_ARG_LENGTH_CHECK - Static variable in class org.apache.accumulo.core.util.shell.Shell
 
node - Variable in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
Node - Class in org.apache.accumulo.test.randomwalk
Represents a point in graph of RandomFramework
Node() - Constructor for class org.apache.accumulo.test.randomwalk.Node
 
nodes - Variable in class org.apache.accumulo.core.trace.SpanTree
 
noForce() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
NoMoreEntriesException - Exception in org.apache.accumulo.proxy.thrift
 
NoMoreEntriesException() - Constructor for exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
NoMoreEntriesException(String) - Constructor for exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
NoMoreEntriesException(NoMoreEntriesException) - Constructor for exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
Performs a deep copy on other.
NoMoreEntriesException._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
NON_ROOT_METADATA_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
NoSuchMetaStoreException - Exception in org.apache.accumulo.core.file
 
NoSuchMetaStoreException(String, Throwable) - Constructor for exception org.apache.accumulo.core.file.NoSuchMetaStoreException
 
NoSuchMetaStoreException(String) - Constructor for exception org.apache.accumulo.core.file.NoSuchMetaStoreException
 
NoSuchScanIDException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
NoSuchScanIDException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
NoSuchScanIDException(NoSuchScanIDException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
Performs a deep copy on other.
NoSuchScanIDException._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
not() - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
not() - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
not() - Method in class org.apache.accumulo.core.bloomfilter.Filter
Performs a logical NOT on this filter.
NoTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
NoTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.NoTableCommand
 
notFlag - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
notNull(Object) - Static method in class org.apache.accumulo.core.util.ArgumentChecker
 
notNull(Object, Object) - Static method in class org.apache.accumulo.core.util.ArgumentChecker
 
notNull(Object, Object, Object) - Static method in class org.apache.accumulo.core.util.ArgumentChecker
 
notNull(Object, Object, Object, Object) - Static method in class org.apache.accumulo.core.util.ArgumentChecker
 
notNull(Object[]) - Static method in class org.apache.accumulo.core.util.ArgumentChecker
 
NotServingTabletException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
NotServingTabletException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
NotServingTabletException(TKeyExtent) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
NotServingTabletException(NotServingTabletException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
Performs a deep copy on other.
NotServingTabletException._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
nssi - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
nssi - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
nssi - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
nssi - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
nste - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
nste - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
nste - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
nste - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
NULL_SPAN - Static variable in class org.apache.accumulo.trace.instrument.Tracer
 
NullBatchWriter - Class in org.apache.accumulo.test
 
NullBatchWriter() - Constructor for class org.apache.accumulo.test.NullBatchWriter
 
nullbyte - Static variable in class org.apache.accumulo.examples.simple.filedata.KeyUtil
 
NullKeyValueIterator - Class in org.apache.accumulo.server.monitor.servlets.trace
 
NullKeyValueIterator() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
NullScanner - Class in org.apache.accumulo.server.monitor.servlets.trace
 
NullScanner() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
NullSpan - Class in org.apache.accumulo.trace.instrument.impl
A Span that does nothing.
NullSpan() - Constructor for class org.apache.accumulo.trace.instrument.impl.NullSpan
 
nullText - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
NullToken - Class in org.apache.accumulo.core.client.security.tokens
 
NullToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.NullToken
 
NullTserver - Class in org.apache.accumulo.test.performance.thrift
The purpose of this class is to server as fake tserver that is a data sink like /dev/null.
NullTserver() - Constructor for class org.apache.accumulo.test.performance.thrift.NullTserver
 
NullTserver.ThriftClientHandler - Class in org.apache.accumulo.test.performance.thrift
 
NullTserver.ThriftClientHandler(Instance, TransactionWatcher) - Constructor for class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
num - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.AboutCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.AddAuthsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.AuthenticateCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ClasspathCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ClearCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ConfigCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ConstraintCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DebugCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteIterCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteRowsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteScanIterCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteShellIterCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DropUserCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.DUCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ExecfileCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ExitCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ExportTableCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.GetAuthsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.GetGroupsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.GetSplitsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.HelpCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.HiddenCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.HistoryCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ImportDirectoryCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ImportTableCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ListCompactionsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ListIterCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ListScansCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ListShellIterCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.MergeCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.NoTableCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.PasswdCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.PingCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.RenameTableCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.SetIterCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.SleepCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.SystemPermissionsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.TableCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.TablePermissionsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.TablesCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.UserCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.UserPermissionsCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.UsersCommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.WhoAmICommand
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
If the number of arguments is not always zero (not including those arguments handled through Options), make sure to override the Shell.Command.usage() method.
NumArraySummation - Class in org.apache.accumulo.core.iterators.aggregation
Deprecated.
NumArraySummation() - Constructor for class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
Deprecated.
 
numberOfViolatingMutations - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
numberOfViolatingMutations - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
NumberType<T extends Number> - Class in org.apache.accumulo.server.monitor.util.celltypes
 
NumberType(T, T, T, T) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
NumberType(T, T) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
NumberType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
numBytes() - Method in class org.apache.accumulo.core.data.Mutation
 
numDerived() - Static method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
numEntries - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
NumericValueConstraint - Class in org.apache.accumulo.examples.simple.constraints
This class is an accumulo constraint that ensures values are numeric strings.
NumericValueConstraint() - Constructor for class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
numKeysRead - Variable in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
numKeysRead - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
NumSummation - Class in org.apache.accumulo.core.iterators.aggregation
Deprecated.
since 1.4, replaced by SummingCombiner with LongCombiner.Type.VARLEN
NumSummation() - Constructor for class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.
 

O

OBJECT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Object overhead is minimum 2 * reference size (8 bytes on 64-bit)
off() - Static method in class org.apache.accumulo.trace.instrument.Trace
 
offer(Runnable) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
offer(Runnable, long, TimeUnit) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
offline(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
offline(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
offline(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
OfflineCommand - Class in org.apache.accumulo.core.util.shell.commands
 
OfflineCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.OfflineCommand
 
OfflineMetadataScanner - Class in org.apache.accumulo.server.util
 
OfflineMetadataScanner(AccumuloConfiguration, FileSystem) - Constructor for class org.apache.accumulo.server.util.OfflineMetadataScanner
 
OfflineScanner - Class in org.apache.accumulo.core.client.impl
 
OfflineScanner(Instance, TCredentials, String, Authorizations) - Constructor for class org.apache.accumulo.core.client.impl.OfflineScanner
 
offlineTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
offlineTable(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.offlineTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
offlineTable(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.offlineTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
offlineTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
offlineTable(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
OfflineTable - Class in org.apache.accumulo.test.randomwalk.concurrent
 
OfflineTable() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.OfflineTable
 
OfflineTable - Class in org.apache.accumulo.test.randomwalk.multitable
 
OfflineTable() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.OfflineTable
 
offNoFlush() - Static method in class org.apache.accumulo.trace.instrument.Trace
 
offset - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
 
offset() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
offset() - Method in class org.apache.accumulo.core.data.ByteSequence
 
offset() - Method in class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
 
offset() - Method in interface org.apache.accumulo.core.file.rfile.bcfile.RawComparable
Get the offset of the first byte in the byte array.
OLD_BULK_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
OLD_PACKAGE_NAME - Static variable in class org.apache.accumulo.core.Constants
 
oldServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
oldTableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
oldTablet - Variable in class org.apache.accumulo.core.master.thrift.TabletSplit
 
on(String) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
on(String) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
online(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
online(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
online(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
OnlineCommand - Class in org.apache.accumulo.core.util.shell.commands
 
OnlineCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.OnlineCommand
 
onlineTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
onlineTable(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.onlineTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
onlineTable(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.onlineTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
onlineTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
onlineTable(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
onlineTables() - Method in class org.apache.accumulo.server.master.Master
 
onlineTables() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
onlineTablets - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
onlineTabletServers() - Method in class org.apache.accumulo.server.master.Master
 
onlineTabletServers() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
op - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
op - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
open(String) - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
open(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
open(Path, int) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
openIndex(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.FileOperations
 
openIndex(String, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.FileOperations
 
openIndex(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
openIndex(String, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
openIndex(Configuration, FileSystem, Path) - Static method in class org.apache.accumulo.core.file.map.MapFileUtil
 
openIndex(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
openIndex(String, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
openMapFile(AccumuloConfiguration, FileSystem, String, Configuration) - Static method in class org.apache.accumulo.core.file.map.MapFileUtil
 
openReader(String, Range, Set<ByteSequence>, boolean, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.FileOperations
Open a reader that will not be seeked giving an initial seek location.
openReader(String, Range, Set<ByteSequence>, boolean, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.FileOperations
 
openReader(String, boolean, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.FileOperations
Open a reader that fully support seeking and also enable any optimizations related to seeking, like bloom filters.
openReader(String, boolean, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.FileOperations
 
openReader(String, boolean, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
openReader(String, Range, Set<ByteSequence>, boolean, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
openReader(String, Range, Set<ByteSequence>, boolean, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
openReader(String, boolean, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
openReader(String, boolean, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
openReader(String, boolean, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
openReader(String, Range, Set<ByteSequence>, boolean, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
openReader(String, Range, Set<ByteSequence>, boolean, FileSystem, Configuration, AccumuloConfiguration, BlockCache, BlockCache) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
openWriter(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.FileOperations
 
openWriter(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.map.MapFileOperations
 
openWriter(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
OperationServlet - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet
 
OperationServlet.ClearDeadServerOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearDeadServerOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearDeadServerOperation
 
OperationServlet.ClearLogOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearLogOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearLogOperation
 
OperationServlet.ClearProblemOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearProblemOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearProblemOperation
 
OperationServlet.ClearTableProblemsOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearTableProblemsOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearTableProblemsOperation
 
OperationServlet.RefreshOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.RefreshOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.RefreshOperation
 
OperationServlet.SortTableOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.SortTableOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.SortTableOperation
 
OperationServlet.ToggleLegendOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ToggleLegendOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ToggleLegendOperation
 
opid - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
opid - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
opid - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
opt - Variable in enum org.apache.accumulo.core.util.shell.commands.OptUtil.AdlOpt
 
OpTimer - Class in org.apache.accumulo.core.util
 
OpTimer(Logger, Level) - Constructor for class org.apache.accumulo.core.util.OpTimer
 
OptionDescriber - Interface in org.apache.accumulo.core.iterators
The OptionDescriber interface allows you to set up iterator properties interactively in the accumulo shell.
OptionDescriber.IteratorOptions - Class in org.apache.accumulo.core.iterators
 
OptionDescriber.IteratorOptions(String, String, Map<String, String>, List<String>) - Constructor for class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
IteratorOptions holds the name, description, and option information for an iterator.
options - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
options - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
options - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
opts - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
optTableName - Variable in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
optTablePattern - Variable in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
OptUtil - Class in org.apache.accumulo.core.util.shell.commands
 
OptUtil() - Constructor for class org.apache.accumulo.core.util.shell.commands.OptUtil
 
OptUtil.AdlOpt - Enum in org.apache.accumulo.core.util.shell.commands
 
or(Filter) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
or(Filter) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
or(Filter) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Peforms a logical OR between this filter and a specified filter.
OR_FIELDS - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
org.apache.accumulo.core - package org.apache.accumulo.core
 
org.apache.accumulo.core.bloomfilter - package org.apache.accumulo.core.bloomfilter
 
org.apache.accumulo.core.cli - package org.apache.accumulo.core.cli
 
org.apache.accumulo.core.client - package org.apache.accumulo.core.client
 
org.apache.accumulo.core.client.admin - package org.apache.accumulo.core.client.admin
 
org.apache.accumulo.core.client.impl - package org.apache.accumulo.core.client.impl
 
org.apache.accumulo.core.client.impl.thrift - package org.apache.accumulo.core.client.impl.thrift
 
org.apache.accumulo.core.client.mapred - package org.apache.accumulo.core.client.mapred
 
org.apache.accumulo.core.client.mapreduce - package org.apache.accumulo.core.client.mapreduce
 
org.apache.accumulo.core.client.mapreduce.lib.partition - package org.apache.accumulo.core.client.mapreduce.lib.partition
 
org.apache.accumulo.core.client.mapreduce.lib.util - package org.apache.accumulo.core.client.mapreduce.lib.util
This package exists to store common helpers for configuring MapReduce jobs in a single location.
org.apache.accumulo.core.client.mock - package org.apache.accumulo.core.client.mock
 
org.apache.accumulo.core.client.security - package org.apache.accumulo.core.client.security
 
org.apache.accumulo.core.client.security.tokens - package org.apache.accumulo.core.client.security.tokens
 
org.apache.accumulo.core.conf - package org.apache.accumulo.core.conf
 
org.apache.accumulo.core.constraints - package org.apache.accumulo.core.constraints
 
org.apache.accumulo.core.data - package org.apache.accumulo.core.data
 
org.apache.accumulo.core.data.thrift - package org.apache.accumulo.core.data.thrift
 
org.apache.accumulo.core.file - package org.apache.accumulo.core.file
 
org.apache.accumulo.core.file.blockfile - package org.apache.accumulo.core.file.blockfile
 
org.apache.accumulo.core.file.blockfile.cache - package org.apache.accumulo.core.file.blockfile.cache
 
org.apache.accumulo.core.file.blockfile.impl - package org.apache.accumulo.core.file.blockfile.impl
 
org.apache.accumulo.core.file.keyfunctor - package org.apache.accumulo.core.file.keyfunctor
 
org.apache.accumulo.core.file.map - package org.apache.accumulo.core.file.map
 
org.apache.accumulo.core.file.rfile - package org.apache.accumulo.core.file.rfile
 
org.apache.accumulo.core.file.rfile.bcfile - package org.apache.accumulo.core.file.rfile.bcfile
 
org.apache.accumulo.core.gc.thrift - package org.apache.accumulo.core.gc.thrift
 
org.apache.accumulo.core.iterators - package org.apache.accumulo.core.iterators
 
org.apache.accumulo.core.iterators.aggregation - package org.apache.accumulo.core.iterators.aggregation
 
org.apache.accumulo.core.iterators.aggregation.conf - package org.apache.accumulo.core.iterators.aggregation.conf
 
org.apache.accumulo.core.iterators.conf - package org.apache.accumulo.core.iterators.conf
 
org.apache.accumulo.core.iterators.system - package org.apache.accumulo.core.iterators.system
 
org.apache.accumulo.core.iterators.user - package org.apache.accumulo.core.iterators.user
 
org.apache.accumulo.core.master - package org.apache.accumulo.core.master
 
org.apache.accumulo.core.master.state.tables - package org.apache.accumulo.core.master.state.tables
 
org.apache.accumulo.core.master.thrift - package org.apache.accumulo.core.master.thrift
 
org.apache.accumulo.core.security - package org.apache.accumulo.core.security
 
org.apache.accumulo.core.security.crypto - package org.apache.accumulo.core.security.crypto
 
org.apache.accumulo.core.security.thrift - package org.apache.accumulo.core.security.thrift
 
org.apache.accumulo.core.tabletserver.log - package org.apache.accumulo.core.tabletserver.log
 
org.apache.accumulo.core.tabletserver.thrift - package org.apache.accumulo.core.tabletserver.thrift
 
org.apache.accumulo.core.trace - package org.apache.accumulo.core.trace
 
org.apache.accumulo.core.util - package org.apache.accumulo.core.util
 
org.apache.accumulo.core.util.format - package org.apache.accumulo.core.util.format
 
org.apache.accumulo.core.util.interpret - package org.apache.accumulo.core.util.interpret
 
org.apache.accumulo.core.util.shell - package org.apache.accumulo.core.util.shell
 
org.apache.accumulo.core.util.shell.commands - package org.apache.accumulo.core.util.shell.commands
 
org.apache.accumulo.core.zookeeper - package org.apache.accumulo.core.zookeeper
 
org.apache.accumulo.examples.simple.client - package org.apache.accumulo.examples.simple.client
 
org.apache.accumulo.examples.simple.combiner - package org.apache.accumulo.examples.simple.combiner
 
org.apache.accumulo.examples.simple.constraints - package org.apache.accumulo.examples.simple.constraints
 
org.apache.accumulo.examples.simple.dirlist - package org.apache.accumulo.examples.simple.dirlist
 
org.apache.accumulo.examples.simple.filedata - package org.apache.accumulo.examples.simple.filedata
 
org.apache.accumulo.examples.simple.helloworld - package org.apache.accumulo.examples.simple.helloworld
 
org.apache.accumulo.examples.simple.isolation - package org.apache.accumulo.examples.simple.isolation
 
org.apache.accumulo.examples.simple.mapreduce - package org.apache.accumulo.examples.simple.mapreduce
 
org.apache.accumulo.examples.simple.mapreduce.bulk - package org.apache.accumulo.examples.simple.mapreduce.bulk
 
org.apache.accumulo.examples.simple.shard - package org.apache.accumulo.examples.simple.shard
 
org.apache.accumulo.fate - package org.apache.accumulo.fate
 
org.apache.accumulo.fate.util - package org.apache.accumulo.fate.util
 
org.apache.accumulo.fate.zookeeper - package org.apache.accumulo.fate.zookeeper
 
org.apache.accumulo.minicluster - package org.apache.accumulo.minicluster
 
org.apache.accumulo.proxy - package org.apache.accumulo.proxy
 
org.apache.accumulo.proxy.thrift - package org.apache.accumulo.proxy.thrift
 
org.apache.accumulo.server - package org.apache.accumulo.server
 
org.apache.accumulo.server.cli - package org.apache.accumulo.server.cli
 
org.apache.accumulo.server.client - package org.apache.accumulo.server.client
 
org.apache.accumulo.server.client.security.token - package org.apache.accumulo.server.client.security.token
 
org.apache.accumulo.server.conf - package org.apache.accumulo.server.conf
 
org.apache.accumulo.server.constraints - package org.apache.accumulo.server.constraints
 
org.apache.accumulo.server.data - package org.apache.accumulo.server.data
 
org.apache.accumulo.server.fate - package org.apache.accumulo.server.fate
 
org.apache.accumulo.server.gc - package org.apache.accumulo.server.gc
 
org.apache.accumulo.server.iterators - package org.apache.accumulo.server.iterators
 
org.apache.accumulo.server.logger - package org.apache.accumulo.server.logger
 
org.apache.accumulo.server.master - package org.apache.accumulo.server.master
 
org.apache.accumulo.server.master.balancer - package org.apache.accumulo.server.master.balancer
 
org.apache.accumulo.server.master.recovery - package org.apache.accumulo.server.master.recovery
 
org.apache.accumulo.server.master.state - package org.apache.accumulo.server.master.state
 
org.apache.accumulo.server.master.state.tables - package org.apache.accumulo.server.master.state.tables
 
org.apache.accumulo.server.master.tableOps - package org.apache.accumulo.server.master.tableOps
 
org.apache.accumulo.server.master.tserverOps - package org.apache.accumulo.server.master.tserverOps
 
org.apache.accumulo.server.metanalysis - package org.apache.accumulo.server.metanalysis
Provides programs to analyze metadata mutations written to write ahead logs.
org.apache.accumulo.server.metrics - package org.apache.accumulo.server.metrics
 
org.apache.accumulo.server.monitor - package org.apache.accumulo.server.monitor
 
org.apache.accumulo.server.monitor.servlets - package org.apache.accumulo.server.monitor.servlets
 
org.apache.accumulo.server.monitor.servlets.trace - package org.apache.accumulo.server.monitor.servlets.trace
 
org.apache.accumulo.server.monitor.util - package org.apache.accumulo.server.monitor.util
 
org.apache.accumulo.server.monitor.util.celltypes - package org.apache.accumulo.server.monitor.util.celltypes
 
org.apache.accumulo.server.problems - package org.apache.accumulo.server.problems
 
org.apache.accumulo.server.security - package org.apache.accumulo.server.security
 
org.apache.accumulo.server.security.handler - package org.apache.accumulo.server.security.handler
 
org.apache.accumulo.server.tabletserver - package org.apache.accumulo.server.tabletserver
 
org.apache.accumulo.server.tabletserver.log - package org.apache.accumulo.server.tabletserver.log
 
org.apache.accumulo.server.tabletserver.mastermessage - package org.apache.accumulo.server.tabletserver.mastermessage
 
org.apache.accumulo.server.tabletserver.metrics - package org.apache.accumulo.server.tabletserver.metrics
 
org.apache.accumulo.server.thrift.metrics - package org.apache.accumulo.server.thrift.metrics
 
org.apache.accumulo.server.trace - package org.apache.accumulo.server.trace
 
org.apache.accumulo.server.util - package org.apache.accumulo.server.util
 
org.apache.accumulo.server.util.reflection - package org.apache.accumulo.server.util.reflection
 
org.apache.accumulo.server.util.time - package org.apache.accumulo.server.util.time
 
org.apache.accumulo.server.watcher - package org.apache.accumulo.server.watcher
 
org.apache.accumulo.server.zookeeper - package org.apache.accumulo.server.zookeeper
 
org.apache.accumulo.start - package org.apache.accumulo.start
 
org.apache.accumulo.start.classloader - package org.apache.accumulo.start.classloader
 
org.apache.accumulo.start.classloader.vfs - package org.apache.accumulo.start.classloader.vfs
 
org.apache.accumulo.start.classloader.vfs.providers - package org.apache.accumulo.start.classloader.vfs.providers
The HDFS File Provider
org.apache.accumulo.test - package org.apache.accumulo.test
 
org.apache.accumulo.test.continuous - package org.apache.accumulo.test.continuous
 
org.apache.accumulo.test.functional - package org.apache.accumulo.test.functional
 
org.apache.accumulo.test.performance.metadata - package org.apache.accumulo.test.performance.metadata
 
org.apache.accumulo.test.performance.scan - package org.apache.accumulo.test.performance.scan
 
org.apache.accumulo.test.performance.thrift - package org.apache.accumulo.test.performance.thrift
 
org.apache.accumulo.test.randomwalk - package org.apache.accumulo.test.randomwalk
 
org.apache.accumulo.test.randomwalk.bulk - package org.apache.accumulo.test.randomwalk.bulk
 
org.apache.accumulo.test.randomwalk.concurrent - package org.apache.accumulo.test.randomwalk.concurrent
 
org.apache.accumulo.test.randomwalk.image - package org.apache.accumulo.test.randomwalk.image
 
org.apache.accumulo.test.randomwalk.multitable - package org.apache.accumulo.test.randomwalk.multitable
 
org.apache.accumulo.test.randomwalk.security - package org.apache.accumulo.test.randomwalk.security
 
org.apache.accumulo.test.randomwalk.sequential - package org.apache.accumulo.test.randomwalk.sequential
 
org.apache.accumulo.test.randomwalk.shard - package org.apache.accumulo.test.randomwalk.shard
 
org.apache.accumulo.test.randomwalk.unit - package org.apache.accumulo.test.randomwalk.unit
 
org.apache.accumulo.test.scalability - package org.apache.accumulo.test.scalability
 
org.apache.accumulo.test.stress.random - package org.apache.accumulo.test.stress.random
This package contains utility classes designed to test Accumulo when large cells are being written.
org.apache.accumulo.trace.instrument - package org.apache.accumulo.trace.instrument
 
org.apache.accumulo.trace.instrument.impl - package org.apache.accumulo.trace.instrument.impl
 
org.apache.accumulo.trace.instrument.receivers - package org.apache.accumulo.trace.instrument.receivers
 
org.apache.accumulo.trace.instrument.thrift - package org.apache.accumulo.trace.instrument.thrift
 
org.apache.accumulo.trace.thrift - package org.apache.accumulo.trace.thrift
 
OrIterator - Class in org.apache.accumulo.core.iterators
An iterator that handles "OR" query constructs on the server side.
OrIterator() - Constructor for class org.apache.accumulo.core.iterators.OrIterator
 
OrIterator.TermSource - Class in org.apache.accumulo.core.iterators
 
OrIterator.TermSource(OrIterator.TermSource) - Constructor for class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
OrIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text) - Constructor for class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
osLoad - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
ouch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
ouch2 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
ouch3 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
ouch4 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
ouch4 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
ouch4 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
ouch4 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
outch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
outch1 - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
OutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
 
OutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
 
OutputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
Configuration keys for various features.
OutputConfigurator.WriteOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
Configuration keys for BatchWriter.
outputFile - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
outputFile - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
outstandingMigrations - Variable in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
outstandingMigrations - Variable in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
overlaps(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
 
overlaps(KeyExtent) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
overrideCurrentTime(long) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 
overrideProtocol(SSLServerSocket) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.TLSServerSocketFactory
 

P

pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.GcStatusServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.JSONServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.LogServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.MasterServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.ProblemServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.ShellServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.TablesServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ListType
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.VisServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
pageEnd(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
pageEnd(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.JSONServlet
 
pageEnd(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
pageStart(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
pageStart(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.JSONServlet
 
pageStart(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
Pair<A,B> - Class in org.apache.accumulo.core.util
 
Pair(A, B) - Constructor for class org.apache.accumulo.core.util.Pair
 
parent - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
parent() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
parent() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
parent() - Method in interface org.apache.accumulo.trace.instrument.Span
The parent span: returns null if this is the root span
parentId() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
parentId() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
parentId() - Method in class org.apache.accumulo.trace.instrument.impl.RootMilliSpan
 
parentId() - Method in interface org.apache.accumulo.trace.instrument.Span
Return the pseudo-unique (random) number of the parent span, returns ROOT_SPAN_ID if this is the root span
parentId - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
parentId - Variable in class org.apache.accumulo.trace.thrift.TInfo
 
parse(byte[]) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
parseAddress(String, int) - Static method in class org.apache.accumulo.core.util.AddressUtil
 
parseAddress(Text, int) - Static method in class org.apache.accumulo.core.util.AddressUtil
 
parseAddress(String, Property) - Static method in class org.apache.accumulo.server.util.AddressUtil
 
parseArgs(String, String[], Object...) - Method in class org.apache.accumulo.core.cli.ClientOpts
 
parseArgs(String, String[], Object...) - Method in class org.apache.accumulo.core.cli.Help
 
parseConfig(String...) - Static method in class org.apache.accumulo.test.functional.FunctionalTest
 
parseDocID(Key) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
parseIterConf(IteratorUtil.IteratorScope, List<IterInfo>, Map<String, Map<String, String>>, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
part - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
PartialKey - Enum in org.apache.accumulo.core.data
 
PartialKey - Enum in org.apache.accumulo.proxy.thrift
 
partNextKey - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
partNextKeyInclusive - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
partScan - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
PasswdCommand - Class in org.apache.accumulo.core.util.shell.commands
 
PasswdCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.PasswdCommand
 
password - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
password - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
password - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
password - Variable in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
password - Variable in class org.apache.accumulo.core.trace.InstanceUserPassword
 
password - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
password - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
PasswordToken - Class in org.apache.accumulo.core.client.security.tokens
 
PasswordToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
Constructor for use with Writable.
PasswordToken(CharSequence) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
Constructs a token from a copy of the password.
PasswordToken(byte[]) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
Constructs a token from a copy of the password.
PasswordToken(ByteBuffer) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
Constructs a token from a copy of the password.
path - Variable in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
path - Variable in class org.apache.accumulo.server.watcher.MonitorLog4jWatcher
 
peek() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
peek() - Method in class org.apache.accumulo.core.util.PeekingIterator
 
peek() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
PeekingIterator<E> - Class in org.apache.accumulo.core.util
 
PeekingIterator(Iterator<E>) - Constructor for class org.apache.accumulo.core.util.PeekingIterator
 
PeekingIterator() - Constructor for class org.apache.accumulo.core.util.PeekingIterator
Creates an uninitialized instance.
peekPrevious() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
PER_BLOCK_OVERHEAD - Static variable in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
PercentageType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
PercentageType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
PerColumnIteratorConfig - Class in org.apache.accumulo.core.iterators.conf
Deprecated.
since 1.4
PerColumnIteratorConfig(Text, String) - Constructor for class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
PerColumnIteratorConfig(Text, Text, String) - Constructor for class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.
 
perm - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
perm - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
perm - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
perm - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
perm - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
perm - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
permHandle - Variable in class org.apache.accumulo.server.security.SecurityOperation
 
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
permissionErrors - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
PermissionHandler - Interface in org.apache.accumulo.server.security.handler
This interface is used for the system which will be used for getting a users permissions.
PermissionsTest - Class in org.apache.accumulo.test.functional
 
PermissionsTest() - Constructor for class org.apache.accumulo.test.functional.PermissionsTest
 
PermissionsTest.SystemPermissionsTest - Class in org.apache.accumulo.test.functional
 
PermissionsTest.SystemPermissionsTest() - Constructor for class org.apache.accumulo.test.functional.PermissionsTest.SystemPermissionsTest
 
PermissionsTest.TablePermissionsTest - Class in org.apache.accumulo.test.functional
 
PermissionsTest.TablePermissionsTest() - Constructor for class org.apache.accumulo.test.functional.PermissionsTest.TablePermissionsTest
 
pickRange(TableOperations, String, Random) - Static method in class org.apache.accumulo.test.stress.random.Scan
 
ping(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
Throws an exception if a tablet server can not be contacted.
ping(String) - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
ping(TCredentials, AsyncMethodCallback<ClientService.AsyncClient.ping_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
ping(TCredentials, AsyncMethodCallback<ClientService.AsyncClient.ping_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
ping(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
ping(TCredentials) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
ping(String) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
ping(TCredentials) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
PingCommand - Class in org.apache.accumulo.core.util.shell.commands
 
PingCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.PingCommand
 
pingTabletServer(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
pingTabletServer(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.pingTabletServer_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
pingTabletServer(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.pingTabletServer_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
pingTabletServer(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
pingTabletServer(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
Platform - Class in org.apache.accumulo.start
 
Platform() - Constructor for class org.apache.accumulo.start.Platform
 
poll() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
poll(long, TimeUnit) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
pop(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
pop(long) - Method in interface org.apache.accumulo.fate.TStore
Remove the last pushed operation from the given transaction.
pop(long) - Method in class org.apache.accumulo.fate.ZooStore
 
pop(Span) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
populate(DefaultMutableTreeNode) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
populateChildren(DefaultMutableTreeNode) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
port() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
port - Variable in class org.apache.accumulo.server.util.TServerUtils.ServerPort
 
PortUtils - Class in org.apache.accumulo.server.util
 
PortUtils() - Constructor for class org.apache.accumulo.server.util.PortUtils
 
pos - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
post(String, String) - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
PostDelegatingVFSClassLoader - Class in org.apache.accumulo.start.classloader.vfs
 
PostDelegatingVFSClassLoader(FileObject[], FileSystemManager, ClassLoader) - Constructor for class org.apache.accumulo.start.classloader.vfs.PostDelegatingVFSClassLoader
 
PreciseNumberType - Class in org.apache.accumulo.server.monitor.servlets
 
PreciseNumberType(int, int, int, int) - Constructor for class org.apache.accumulo.server.monitor.servlets.PreciseNumberType
 
PreciseNumberType() - Constructor for class org.apache.accumulo.server.monitor.servlets.PreciseNumberType
 
prefix(Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all rows beginning with a prefix
prefix(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column families beginning with a prefix within a given row
prefix(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family
prefix(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier
prefix(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all rows beginning with a prefix
prefix(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column families beginning with a prefix within a given row
prefix(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family
prefix(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier
prepareAppendKey(int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for writing a key into TFile.
prepareAppendValue(int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for writing a value into TFile.
prepareDataBlock() - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
 
prepareDataBlock() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
prepareDataBlock() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Create a Data Block and obtain an output stream for adding data into the block.
prepareMetaBlock(String, String) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
 
prepareMetaBlock(String) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
 
prepareMetaBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
prepareMetaBlock(String, String) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
prepareMetaBlock(String, String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Create a Meta Block and obtain an output stream for adding data into the block.
prepareMetaBlock(String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Create a Meta Block and obtain an output stream for adding data into the block.
prepareMetaBlock(String, String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for creating a meta block.
prepareMetaBlock(String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for creating a meta block.
prepareMutationsForCommit(TabletServer.TservConstraintEnv, List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
prepareNewTableState(String, String, String, TableState, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.server.master.state.tables.TableManager
 
prepareRow() - Method in class org.apache.accumulo.server.monitor.util.Table
 
prepDelete(TStore<T>, IZooReaderWriter, String, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
prepFail(TStore<T>, IZooReaderWriter, String, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
PREV_DATA_VERSION - Static variable in class org.apache.accumulo.core.Constants
 
prevEndRow - Variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
prevEndRow - Variable in class org.apache.accumulo.proxy.thrift.KeyExtent
 
previous() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
previousIndex() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
PreviousQueryStatusName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
PreviousQueryTypeName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
principal - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
principal - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
principal - Variable in class org.apache.accumulo.core.security.thrift.TCredentials
 
principal - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
print(String) - Method in interface org.apache.accumulo.core.trace.TraceDump.Printer
 
print(String) - Method in class org.apache.accumulo.core.util.shell.Shell.PrintFile
 
print(String) - Method in interface org.apache.accumulo.core.util.shell.Shell.PrintLine
 
print(String) - Method in class org.apache.accumulo.core.util.shell.Shell.PrintShell
 
print() - Method in class org.apache.accumulo.core.util.StopWatch
 
print(String) - Method in interface org.apache.accumulo.core.util.TableDiskUsage.Printer
 
print(ReadOnlyTStore<T>, IZooReaderWriter, String) - Method in class org.apache.accumulo.fate.AdminUtil
 
print(LogFileValue) - Static method in class org.apache.accumulo.server.logger.LogFileValue
 
print(String) - Method in interface org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader.Printer
 
print(StringBuilder) - Method in class org.apache.accumulo.test.continuous.Histogram
 
printableValues() - Static method in enum org.apache.accumulo.core.security.SystemPermission
 
printableValues() - Static method in enum org.apache.accumulo.core.security.TablePermission
 
printBinaryRecords(CommandLine, Shell, Iterable<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
printBinaryRecords(CommandLine, Shell, Iterable<Map.Entry<Key, Value>>, Shell.PrintFile) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
printBinaryRecords(Iterable<Map.Entry<Key, Value>>, boolean, boolean, Shell.PrintLine) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printBinaryRecords(Iterable<Map.Entry<Key, Value>>, boolean, boolean) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printClassPath() - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
printClassPath(AccumuloVFSClassLoader.Printer) - Static method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
printDiskUsage(AccumuloConfiguration, Collection<String>, FileSystem, Connector, boolean) - Static method in class org.apache.accumulo.core.util.TableDiskUsage
 
printDiskUsage(AccumuloConfiguration, Collection<String>, FileSystem, Connector, TableDiskUsage.Printer, boolean) - Static method in class org.apache.accumulo.core.util.TableDiskUsage
 
printEntry(LogFileKey) - Static method in class org.apache.accumulo.server.logger.LogFileKey
 
PrintEvents - Class in org.apache.accumulo.server.metanalysis
Looks up and prints mutations indexed by IndexMeta
PrintEvents() - Constructor for class org.apache.accumulo.server.metanalysis.PrintEvents
 
printException(Exception) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printHelp(Shell) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
printHelp(Shell, int) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
PrintInfo - Class in org.apache.accumulo.core.file.rfile.bcfile
 
PrintInfo() - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.PrintInfo
 
PrintInfo - Class in org.apache.accumulo.core.file.rfile
 
PrintInfo() - Constructor for class org.apache.accumulo.core.file.rfile.PrintInfo
 
printInfo() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
printInfo() - Method in class org.apache.accumulo.core.util.shell.Shell
 
printLines(Iterator<String>, boolean) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printLines(Iterator<String>, boolean, Shell.PrintLine) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printLogEvent(LogFileKey, LogFileValue, Text, Matcher, KeyExtent, Set<Integer>, int) - Static method in class org.apache.accumulo.server.logger.LogReader
 
printMetaBlockInfo(Configuration, FileSystem, Path) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.PrintInfo
 
printProblems() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
printRecords(CommandLine, Shell, Iterable<Map.Entry<Key, Value>>, Class<? extends Formatter>) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
printRecords(CommandLine, Shell, Iterable<Map.Entry<Key, Value>>, Class<? extends Formatter>, Shell.PrintFile) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
printRecords(Iterable<Map.Entry<Key, Value>>, boolean, boolean, Class<? extends Formatter>, Shell.PrintLine) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printRecords(Iterable<Map.Entry<Key, Value>>, boolean, boolean, Class<? extends Formatter>) - Method in class org.apache.accumulo.core.util.shell.Shell
 
PrintScanTimeHistogram - Class in org.apache.accumulo.test.continuous
 
PrintScanTimeHistogram() - Constructor for class org.apache.accumulo.test.continuous.PrintScanTimeHistogram
 
printTrace(Scanner, TraceDump.Printer) - Static method in class org.apache.accumulo.core.trace.TraceDump
 
printVerboseInfo() - Method in class org.apache.accumulo.core.util.shell.Shell
 
priority - Variable in class org.apache.accumulo.core.data.thrift.IterInfo
 
priority - Variable in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
priority - Variable in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
PRIVATE - Static variable in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
ProblemReport - Class in org.apache.accumulo.server.problems
 
ProblemReport(String, ProblemType, String, String, Throwable) - Constructor for class org.apache.accumulo.server.problems.ProblemReport
 
ProblemReport(String, ProblemType, String, Throwable) - Constructor for class org.apache.accumulo.server.problems.ProblemReport
 
ProblemReportingIterator - Class in org.apache.accumulo.server.problems
 
ProblemReportingIterator(String, String, boolean, SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.server.problems.ProblemReportingIterator
 
ProblemReports - Class in org.apache.accumulo.server.problems
 
ProblemReports() - Constructor for class org.apache.accumulo.server.problems.ProblemReports
 
ProblemServlet - Class in org.apache.accumulo.server.monitor.servlets
 
ProblemServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.ProblemServlet
 
ProblemType - Enum in org.apache.accumulo.server.problems
 
process(WatchedEvent) - Method in class org.apache.accumulo.core.trace.ZooTraceClient
 
process(WatchedEvent) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
process(String, byte[]) - Method in class org.apache.accumulo.server.tabletserver.BulkFailedCopyProcessor
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.trace.TraceServer
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.server.util.TServerUtils.TimedProcessor
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.watcher.MonitorLog4jWatcher
 
process(String, byte[]) - Method in interface org.apache.accumulo.server.zookeeper.DistributedWorkQueue.Processor
 
processLogFiles() - Method in class org.apache.accumulo.server.util.SendLogToChainsaw
 
progress - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
ProgressChartType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
ProgressChartType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
ProgressChartType(Double) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
properties - Variable in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
properties - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
properties - Variable in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
propertiesChanged() - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
propertiesChanged(String) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
propertiesToExclude - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
propertiesToSet - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
Property - Enum in org.apache.accumulo.core.conf
 
property - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
property - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
property - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
property - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
property - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
property - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
property - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
property - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
propertyChanged(String) - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
propertyChanged(String) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
PropertyType - Enum in org.apache.accumulo.core.conf
 
protocolFactory() - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
ProvidesTime - Interface in org.apache.accumulo.server.util.time
An interface for anything that returns the time in the same format as System.currentTimeMillis().
Proxy - Class in org.apache.accumulo.proxy
 
Proxy() - Constructor for class org.apache.accumulo.proxy.Proxy
 
proxy - Variable in class org.apache.accumulo.proxy.TestProxyClient
 
proxy() - Method in class org.apache.accumulo.proxy.TestProxyClient
 
Proxy.Opts - Class in org.apache.accumulo.proxy
 
Proxy.Opts() - Constructor for class org.apache.accumulo.proxy.Proxy.Opts
 
Proxy.PropertiesConverter - Class in org.apache.accumulo.proxy
 
Proxy.PropertiesConverter() - Constructor for class org.apache.accumulo.proxy.Proxy.PropertiesConverter
 
ProxyServer - Class in org.apache.accumulo.proxy
Proxy Server exposing the Accumulo API via Thrift..
ProxyServer(Properties) - Constructor for class org.apache.accumulo.proxy.ProxyServer
 
ProxyServer.BatchWriterPlusException - Class in org.apache.accumulo.proxy
 
ProxyServer.BatchWriterPlusException() - Constructor for class org.apache.accumulo.proxy.ProxyServer.BatchWriterPlusException
 
ProxyServer.ScannerPlusIterator - Class in org.apache.accumulo.proxy
 
ProxyServer.ScannerPlusIterator() - Constructor for class org.apache.accumulo.proxy.ProxyServer.ScannerPlusIterator
 
PUBLIC - Static variable in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
push(long, Repo<T>) - Method in class org.apache.accumulo.fate.AgeOffStore
 
push(long, Repo<T>) - Method in interface org.apache.accumulo.fate.TStore
Update the given transaction with the next operation
push(long, Repo<T>) - Method in class org.apache.accumulo.fate.ZooStore
 
push(Span) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
put(String, CharSequence) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
put(String, char[]) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
put(Text, Text, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(Text, Text, ColumnVisibility, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(Text, Text, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(Text, Text, ColumnVisibility, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, ColumnVisibility, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, ColumnVisibility, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, ColumnVisibility, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, long, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
 
put(CharSequence, CharSequence, ColumnVisibility, long, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
 
put(byte[], byte[], byte[]) - Method in class org.apache.accumulo.core.data.Mutation
 
put(byte[], byte[], ColumnVisibility, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
 
put(byte[], byte[], long, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
 
put(byte[], byte[], ColumnVisibility, long, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
 
put(Mutation, Value) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
put(Mutation, ColumnFQ, Value) - Static method in class org.apache.accumulo.core.util.ColumnFQ
Deprecated.
since 1.5, use ColumnFQ.put(Mutation, Value) instead
put(String, byte[]) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
put(String, byte[]) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
put(Runnable) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
put(Key, Value) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
putAll(Map<? extends String, ? extends char[]>) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
putAllStrings(Map<String, ? extends CharSequence>) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
putDelete(Text, Text) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(Text, Text, ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(Text, Text, long) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(Text, Text, ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(CharSequence, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(CharSequence, CharSequence, ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(CharSequence, CharSequence, long) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(CharSequence, CharSequence, ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(byte[], byte[]) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(byte[], byte[], ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(byte[], byte[], long) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(byte[], byte[], ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
 
putDelete(Mutation) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
putDelete(Mutation, ColumnFQ) - Static method in class org.apache.accumulo.core.util.ColumnFQ
Deprecated.
since 1.5, use ColumnFQ.putDelete(Mutation) instead
putEphemeralData(String, byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putEphemeralData(String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putEphemeralData(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putEphemeralSequential(String, byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putEphemeralSequential(String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putEphemeralSequential(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putFutureLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLastLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLockID(ZooLock, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
putPersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
Create a persistent node with the default ACL
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putPersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
Create a persistent node with the default ACL
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putPersistentData(ZooKeeper, String, byte[], ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
Create a persistent node with the default ACL
putPersistentData(ZooKeeper, String, byte[], int, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putPersistentData(ZooKeeper, String, byte[], int, ZooUtil.NodeExistsPolicy, List<ACL>) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putPersistentSequential(String, byte[]) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putPersistentSequential(String, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putPersistentSequential(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putPrivatePersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
putPrivatePersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
putPrivatePersistentData(ZooKeeper, String, byte[], ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
putToAuthorizationFailures(TKeyExtent, SecurityErrorCode) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
putToBadTServers(String, byte) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
putToBatch(TKeyExtent, List<TRange>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
putToCells(ByteBuffer, List<ColumnUpdate>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
putToCells(ByteBuffer, List<ColumnUpdate>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
putToData(String, String) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
putToFailedExtents(TKeyExtent, long) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
putToFailures(TKeyExtent, List<TRange>) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
putToFiles(TKeyExtent, Map<String, MapFileInfo>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
putToGroups(String, Set<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
putToLoginProperties(String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
putToOptions(String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
putToProperties(String, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
putToProperties(String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
putToProperties(String, String) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
putToPropertiesToSet(String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
putToSsio(String, Map<String, String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
putToSsio(String, Map<String, String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
putToSsio(String, Map<String, String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
putToSsio(String, Map<String, String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
putToSuccess(String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
putToSuccess(String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
putToSuccess(String, Set<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
putToSuccess(String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
putToSuccess(String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
putToSuccess(String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
putToSuccess(String, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
putToSuccess(String, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
putToSuccess(String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
putToTableMap(String, TableInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
putToTableMap(String, TableInfo) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
PW_HASH_ALGORITHM - Static variable in class org.apache.accumulo.core.Constants
 

Q

Query - Class in org.apache.accumulo.examples.simple.shard
This program queries a set of terms in the shard table (populated by Index) using the IntersectingIterator.
Query() - Constructor for class org.apache.accumulo.examples.simple.shard.Query
 
queryByteRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
queryByteRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
QueryMetadataTable - Class in org.apache.accumulo.test
 
QueryMetadataTable() - Constructor for class org.apache.accumulo.test.QueryMetadataTable
 
queryRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
queryRate - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
queryRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
QueryUtil - Class in org.apache.accumulo.examples.simple.dirlist
Provides utility methods for getting the info for a file, listing the contents of a directory, and performing single wild card searches on file or directory names.
QueryUtil(QueryUtil.Opts) - Constructor for class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
QueryUtil.Opts - Class in org.apache.accumulo.examples.simple.dirlist
 
QueryUtil.Opts() - Constructor for class org.apache.accumulo.examples.simple.dirlist.QueryUtil.Opts
 
QuestionCommand - Class in org.apache.accumulo.core.util.shell.commands
 
QuestionCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.QuestionCommand
 
queue - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
queued - Variable in class org.apache.accumulo.core.master.thrift.Compacting
 
queueSumDev - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
queueTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
QuitCommand - Class in org.apache.accumulo.core.util.shell.commands
 
QuitCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.QuitCommand
 
quote(String) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
Use to properly quote terms in a column visibility expression.
quote(byte[]) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
A convenience method to quote terms which are already encoded as UTF-8 bytes.
QuotedStringTokenizer - Class in org.apache.accumulo.core.util.shell.commands
A basic tokenizer for generating tokens from a string.
QuotedStringTokenizer(String) - Constructor for class org.apache.accumulo.core.util.shell.commands.QuotedStringTokenizer
 

R

RADIX_OPTION - Static variable in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
RandomBatchScanner - Class in org.apache.accumulo.examples.simple.client
Simple example for reading random batches of data from Accumulo.
RandomBatchScanner() - Constructor for class org.apache.accumulo.examples.simple.client.RandomBatchScanner
 
RandomBatchScanner.Opts - Class in org.apache.accumulo.examples.simple.client
 
RandomBatchScanner.Opts() - Constructor for class org.apache.accumulo.examples.simple.client.RandomBatchScanner.Opts
 
RandomBatchWriter - Class in org.apache.accumulo.examples.simple.client
Simple example for writing random data to Accumulo.
RandomBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.client.RandomBatchWriter
 
RandomByteArrays - Class in org.apache.accumulo.test.stress.random
A stream that will create random byte arrays as it is looped over.
RandomByteArrays(RandomWithinRange) - Constructor for class org.apache.accumulo.test.stress.random.RandomByteArrays
 
RandomMutations - Class in org.apache.accumulo.test.stress.random
 
RandomMutations(RandomByteArrays, RandomByteArrays, RandomByteArrays, RandomByteArrays, RandomWithinRange, int) - Constructor for class org.apache.accumulo.test.stress.random.RandomMutations
 
RandomWithinRange - Class in org.apache.accumulo.test.stress.random
Class that returns positive integers between some minimum and maximum.
RandomWithinRange(int, int, int) - Constructor for class org.apache.accumulo.test.stress.random.RandomWithinRange
 
RandomWithinRange(Random, int, int) - Constructor for class org.apache.accumulo.test.stress.random.RandomWithinRange
 
RandomWriter - Class in org.apache.accumulo.server.util
 
RandomWriter() - Constructor for class org.apache.accumulo.server.util.RandomWriter
 
RandomWriter.RandomMutationGenerator - Class in org.apache.accumulo.server.util
 
RandomWriter.RandomMutationGenerator(long) - Constructor for class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
randString(int) - Static method in class org.apache.accumulo.proxy.Util
 
randStringBuffer(int) - Static method in class org.apache.accumulo.proxy.Util
 
Range - Class in org.apache.accumulo.core.data
This class is used to specify a range of Accumulo Keys.
Range() - Constructor for class org.apache.accumulo.core.data.Range
Creates a range that goes from negative to positive infinity
Range(Key, Key) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from startKey inclusive to endKey inclusive
Range(CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range that covers an entire row
Range(Text) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range that covers an entire row
Range(Text, Text) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from startRow inclusive to endRow inclusive
Range(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from startRow inclusive to endRow inclusive
Range(Text, boolean, Text, boolean) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from startRow to endRow
Range(CharSequence, boolean, CharSequence, boolean) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from startRow to endRow
Range(Key, boolean, Key, boolean) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from startKey to endKey
Range(Range) - Constructor for class org.apache.accumulo.core.data.Range
Copies a range
Range(Key, Key, boolean, boolean, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from start to stop.
Range(Key, boolean, boolean, Key, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
Creates a range from start to stop.
Range(TRange) - Constructor for class org.apache.accumulo.core.data.Range
 
range - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
range - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
range - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
Range - Class in org.apache.accumulo.proxy.thrift
 
Range() - Constructor for class org.apache.accumulo.proxy.thrift.Range
 
Range(Key, boolean, Key, boolean) - Constructor for class org.apache.accumulo.proxy.thrift.Range
 
Range(Range) - Constructor for class org.apache.accumulo.proxy.thrift.Range
Performs a deep copy on other.
range - Variable in class org.apache.accumulo.proxy.thrift.ScanOptions
 
Range._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
The Class RangeInputSplit.
RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
 
RangeInputSplit(Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
 
RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
The Class RangeInputSplit.
RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
RangeInputSplit(Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
RangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
Hadoop partitioner that uses ranges, and optionally sub-bins based on hashing.
RangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
ranges - Variable in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
rangeToString(Text[]) - Static method in class org.apache.accumulo.test.randomwalk.bulk.Merge
 
Rate - Class in org.apache.accumulo.server.tabletserver
 
Rate(double) - Constructor for class org.apache.accumulo.server.tabletserver.Rate
Turn a counter into an exponentially smoothed rate over time.
rate() - Method in class org.apache.accumulo.server.tabletserver.Rate
 
RawComparable - Interface in org.apache.accumulo.core.file.rfile.bcfile
Interface for objects that can be compared through RawComparator.
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
read(TProtocol) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
read(TProtocol) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
read(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
read(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
read(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
read(DataInputStream) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
 
read(DataInputStream) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.FixedLongArrayEncoder
 
read(DataInputStream) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.VarLongArrayEncoder
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
read(TProtocol) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
read(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
read(TProtocol) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
read(TProtocol) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
read(TProtocol) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
read(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
read(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
read(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
read(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
read() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
read(byte[], int, int) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.Column
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.Key
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.Range
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
read(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
read(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
read(long, byte[], int, int) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
read(TProtocol) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
read(TProtocol) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
read(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
read(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
read(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
readBoolean() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readByte() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readChar() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
ReadData - Class in org.apache.accumulo.examples.simple.helloworld
Reads all data between two rows; all data after a given row; or all data in a table, depending on the number of arguments given.
ReadData() - Constructor for class org.apache.accumulo.examples.simple.helloworld.ReadData
 
readDouble() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
reader - Variable in class org.apache.accumulo.core.util.shell.Shell
 
readFields(DataInput) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
readFields(DataInput) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
readFields(DataInput) - Method in class org.apache.accumulo.core.bloomfilter.Filter
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.IteratorSetting
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
readFields(DataInput) - Method in class org.apache.accumulo.core.data.Column
 
readFields(DataInput) - Method in class org.apache.accumulo.core.data.Key
 
readFields(DataInput) - Method in class org.apache.accumulo.core.data.KeyExtent
Populates the extents data fields from a DataInput object
readFields(DataInput) - Method in class org.apache.accumulo.core.data.Mutation
 
readFields(DataInput) - Method in class org.apache.accumulo.core.data.Range
 
readFields(DataInput) - Method in class org.apache.accumulo.core.data.Value
 
readFields(DataInput) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
readFields(DataInput) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
readFields(DataInput) - Method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
readFields(DataInput) - Method in class org.apache.accumulo.server.data.ServerMutation
 
readFields(DataInput) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
readFields(DataInput) - Method in class org.apache.accumulo.server.logger.LogFileValue
 
readFields(DataInput) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
readFields(DataInput) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
 
readFloat() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readFully(long, byte[], int, int) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
readFully(long, byte[]) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
readFully(byte[]) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readFully(byte[], int, int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readHeader(FileSystem, Path, Map<String, String>) - Static method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
readInt() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readLine() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readLock() - Method in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
readLong() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readMaskedLine(String, Character) - Method in class org.apache.accumulo.core.util.shell.Shell
 
ReadOnlyRepo<T> - Interface in org.apache.accumulo.fate
Read only access to a repeatable persisted operation.
ReadOnlyStore<T> - Class in org.apache.accumulo.fate
This store decorates a TStore to make sure it can not be modified.
ReadOnlyStore(TStore<T>) - Constructor for class org.apache.accumulo.fate.ReadOnlyStore
 
ReadOnlyStore.ReadOnlyRepoWrapper<X> - Class in org.apache.accumulo.fate
Decorates a Repo to make sure it is treated as a ReadOnlyRepo.
ReadOnlyStore.ReadOnlyRepoWrapper(Repo<X>) - Constructor for class org.apache.accumulo.fate.ReadOnlyStore.ReadOnlyRepoWrapper
 
ReadOnlyTStore<T> - Interface in org.apache.accumulo.fate
Read only access to a Transaction Store.
ReadOnlyTStore.TStatus - Enum in org.apache.accumulo.fate
Possible operational status codes.
readShort() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readString(DataInput) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Read a String as a VInt n, followed by n Bytes in Text format.
readUnsignedByte() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readUnsignedShort() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readUTF() - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
readVInt(DataInput) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Decoding the variable-length integer.
readVLong(DataInput) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Decoding the variable-length integer.
ReadWriteExample - Class in org.apache.accumulo.examples.simple.client
 
reason - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
reason - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
receive(List<Map.Entry<Key, Value>>) - Method in interface org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.ResultReceiver
 
receive(Mutation) - Method in interface org.apache.accumulo.server.tabletserver.log.MutationReceiver
 
receive(List<Tablet.KVEntry>) - Method in interface org.apache.accumulo.server.tabletserver.Tablet.KVReceiver
 
recordRootTabletLocation(String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
recover(KeyExtent, List<String>, Set<String>, MutationReceiver) - Method in class org.apache.accumulo.server.tabletserver.log.SortedLogRecovery
 
recover(Tablet, List<String>, Set<String>, MutationReceiver) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
recover(Tablet, List<MetadataTable.LogEntry>, Set<String>, MutationReceiver) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
recoverLocalWriteAheadLogs(FileSystem, ServerConfiguration) - Static method in class org.apache.accumulo.server.tabletserver.TabletServer
Copy local walogs into HDFS on an upgrade
recoverLock(DistributedReadWriteLock.QueueLock, byte[]) - Static method in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
recoverLogs(KeyExtent, Collection<Collection<String>>) - Method in class org.apache.accumulo.server.master.recovery.RecoveryManager
 
RecoveryException - Exception in org.apache.accumulo.core.master.thrift
 
RecoveryException() - Constructor for exception org.apache.accumulo.core.master.thrift.RecoveryException
 
RecoveryException(String) - Constructor for exception org.apache.accumulo.core.master.thrift.RecoveryException
 
RecoveryException(RecoveryException) - Constructor for exception org.apache.accumulo.core.master.thrift.RecoveryException
Performs a deep copy on other.
RecoveryException._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
RecoveryManager - Class in org.apache.accumulo.server.master.recovery
 
RecoveryManager(Master) - Constructor for class org.apache.accumulo.server.master.recovery.RecoveryManager
 
RecoveryStatus - Class in org.apache.accumulo.core.master.thrift
 
RecoveryStatus() - Constructor for class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
RecoveryStatus(String, int, double) - Constructor for class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
RecoveryStatus(RecoveryStatus) - Constructor for class org.apache.accumulo.core.master.thrift.RecoveryStatus
Performs a deep copy on other.
RecoveryStatus._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
recs - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
recsInMemory - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
recursiveCopyPersistent(String, String, ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
recursiveCopyPersistent(String, String, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
recursiveCopyPersistent(ZooKeeper, String, String, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
recursiveDelete(String, ZooUtil.NodeMissingPolicy) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
recursiveDelete(String, ZooUtil.NodeMissingPolicy) - Method in class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
recursiveDelete(ZooKeeper, String, int, ZooUtil.NodeMissingPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
This method will delete a node and all its children from zookeeper
recursiveDelete(ZooKeeper, String, ZooUtil.NodeMissingPolicy) - Static method in class org.apache.accumulo.fate.zookeeper.ZooUtil
 
recv_addConstraint() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_addSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_attachIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_authenticate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_authenticateUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_authenticateUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_beginTableOperation() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_bulkImport() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_bulkImportFiles() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_cancelCompaction() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_changeAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_changeLocalUserPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_changeLocalUserPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_changeUserAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_checkClass() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_checkIteratorConflicts() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_checkTableClass() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_checkTrace() - Method in class org.apache.accumulo.trace.thrift.TestService.Client
 
recv_clearLocatorCache() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_cloneTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_closeMultiScan() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_closeScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_closeUpdate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_closeWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_compactTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_continueMultiScan() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_continueScan() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_createBatchScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_createLocalUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_createLocalUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_createScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_createTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_createWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_deleteRows() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_deleteTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_dropLocalUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_dropLocalUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_executeTableOperation() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_exportTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_fails() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
recv_finishTableOperation() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_flush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_flushTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getActiveCompactions() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_getActiveCompactions() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getActiveScans() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_getActiveScans() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getConfiguration() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_getFollowing() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getHistoricalStats() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_getInstanceId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_getIteratorSetting() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getLocalityGroups() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getMasterStats() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_getMaxRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getRootTabletLocation() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_getRowRange() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getSiteConfiguration() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getStatus() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
recv_getSystemConfiguration() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getTableConfiguration() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_getTableProperties() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getTabletServers() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getTabletServerStatus() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_getTabletStats() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_getUserAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_getUserAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_getZooKeepers() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_grantSystemPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_grantSystemPermission() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_grantTablePermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_grantTablePermission() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_halt() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_hasNext() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_hasSystemPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_hasSystemPermission() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_hasTablePermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_hasTablePermission() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_importDirectory() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_importTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_initiateFlush() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_isActive() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_listConstraints() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_listIterators() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_listLocalUsers() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_listLocalUsers() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_listSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_listTables() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_login() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_mergeTablets() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_nextEntry() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_nextK() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_offlineTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_onlineTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_ping() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_pingTabletServer() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_removeConstraint() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_removeIterator() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_removeProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_removeSystemProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_removeTableProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_removeTableProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_renameTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_revokeSystemPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_revokeSystemPermission() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_revokeTablePermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_revokeTablePermission() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_setLocalityGroups() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_setMasterGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_setProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_setSystemProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_setTableProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_setTableProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_shutdown() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_shutdownTabletServer() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_splitRangeByTablets() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_splitTablet() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_startMultiScan() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_startScan() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_startUpdate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_success() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
recv_tableExists() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_tableIdMap() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_testClassLoad() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_testTableClassLoad() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_throwsError() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
recv_update() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_updateAndFlush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
recv_waitForFlush() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_waitForTableOperation() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.core.iterators.Combiner
Reduces a list of Values into a single Value.
reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
 
reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Key, Value>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.ReduceClass
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UReducer
 
reduce(LongWritable, Iterable<VLongWritable>, Reducer<LongWritable, VLongWritable, Text, Text>.Context) - Method in class org.apache.accumulo.test.continuous.ContinuousVerify.CReducer
 
reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.test.functional.BadCombiner
 
reduce(NullWritable, Iterable<IntWritable>, Reducer<NullWritable, IntWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool.SeqReduceClass
 
reduceFiles(AccumuloConfiguration, Configuration, FileSystem, Text, Text, Collection<String>, int, String, int) - Static method in class org.apache.accumulo.core.file.FileUtil
 
REENTRANT_LOCK - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ReentrantReadWriteLock
REFERENCE - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Reference size is 8 bytes on 64-bit, 4 bytes on 32-bit
REFRESH_TIME - Static variable in class org.apache.accumulo.server.monitor.Monitor
 
REFS_CF - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_CF_BS - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_FILE_EXT - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_ORIG_FILE - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
RegexExample - Class in org.apache.accumulo.examples.simple.mapreduce
 
RegexExample() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
RegexExample.RegexMapper - Class in org.apache.accumulo.examples.simple.mapreduce
 
RegexExample.RegexMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RegexExample.RegexMapper
 
RegExFilter - Class in org.apache.accumulo.core.iterators.user
A Filter that matches entries based on Java regular expressions.
RegExFilter() - Constructor for class org.apache.accumulo.core.iterators.user.RegExFilter
 
register(StandardMBean) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
Registers a StandardMBean with the MBean Server
register() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
Registers this MBean with the MBean Server
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.AddAuthsCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.AuthenticateCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.ConfigCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.DebugCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.DropUserCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.ExportTableCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.HelpCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.RenameTableCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.TableCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.commands.UserCommand
 
registerCompletion(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
registerCompletionForCommands(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
registerCompletionForTables(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
registerCompletionForUsers(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
registerCompletionGeneral(Token, Set<String>, boolean) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
registerSelector(Selector) - Method in class org.apache.accumulo.server.util.TNonblockingServerSocket
 
registerSideChannel(SortedKeyValueIterator<Key, Value>) - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
registerSideChannel(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
Reindex - Class in org.apache.accumulo.test.randomwalk.shard
 
Reindex() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Reindex
 
RelativeKey - Class in org.apache.accumulo.core.file.rfile
 
RelativeKey() - Constructor for class org.apache.accumulo.core.file.rfile.RelativeKey
This constructor is used when one needs to read from an input stream
RelativeKey(Key, Key) - Constructor for class org.apache.accumulo.core.file.rfile.RelativeKey
This constructor is used when constructing a key for writing to an output stream
RelativeKey.SkippR - Class in org.apache.accumulo.core.file.rfile
 
RelativeTime - Class in org.apache.accumulo.server.util.time
Provide time from System time and hints from another time source.
release(IZooReaderWriter, String, String) - Static method in class org.apache.accumulo.fate.zookeeper.ZooReservation
 
ReloadingClassLoader - Interface in org.apache.accumulo.start.classloader.vfs
 
remainingCapacity() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
RemoteSpan - Class in org.apache.accumulo.trace.thrift
 
RemoteSpan() - Constructor for class org.apache.accumulo.trace.thrift.RemoteSpan
 
RemoteSpan(String, String, long, long, long, long, long, String, Map<String, String>) - Constructor for class org.apache.accumulo.trace.thrift.RemoteSpan
 
RemoteSpan(RemoteSpan) - Constructor for class org.apache.accumulo.trace.thrift.RemoteSpan
Performs a deep copy on other.
RemoteSpan._Fields - Enum in org.apache.accumulo.trace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
remove() - Method in class org.apache.accumulo.core.client.impl.ScannerIterator
 
remove() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator
 
remove() - Method in class org.apache.accumulo.core.client.mock.IteratorAdapter
 
remove() - Method in class org.apache.accumulo.core.client.RowIterator
Unsupported.
remove(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
remove() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
remove() - Method in class org.apache.accumulo.core.iterators.Combiner.ValueIterator
unsupported
remove() - Method in class org.apache.accumulo.core.trace.TraceFormatter
 
remove() - Method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
remove() - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
remove() - Method in class org.apache.accumulo.core.util.format.HexFormatter
 
remove() - Method in class org.apache.accumulo.core.util.PeekingIterator
 
remove(TServerInstance) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
remove(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
remove() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
remove(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
remove() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
remove() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
remove() - Method in class org.apache.accumulo.server.util.TabletIterator
 
remove(String) - Method in class org.apache.accumulo.test.randomwalk.State
 
remove() - Method in class org.apache.accumulo.test.stress.random.Stream
 
removeBulkLoadEntries(Connector, String, long) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
removeBulkLoadInProgressFlag(String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
removeConstraint(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Remove a constraint from a table.
removeConstraint(String, int) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
removeConstraint(ByteBuffer, String, int) - Method in class org.apache.accumulo.proxy.ProxyServer
 
removeConstraint(ByteBuffer, String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeConstraint_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
removeConstraint(ByteBuffer, String, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeConstraint_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
removeConstraint(ByteBuffer, String, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
removeConstraint(ByteBuffer, String, int) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
RemoveEntriesForMissingFiles - Class in org.apache.accumulo.server.util
Remove file entries for map files that don't exist.
RemoveEntriesForMissingFiles() - Constructor for class org.apache.accumulo.server.util.RemoveEntriesForMissingFiles
 
removeEntry(long) - Method in interface org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.QueueLock
 
removeEntry(long) - Method in class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
removeIterator(String, String, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Remove an iterator from a table by name.
removeIterator(String, String, EnumSet<IteratorUtil.IteratorScope>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
removeIterator(ByteBuffer, String, String, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
removeIterator(ByteBuffer, String, String, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
removeIterator(ByteBuffer, String, String, Set<IteratorScope>, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
removeIterator(ByteBuffer, String, String, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
removeIterator(ByteBuffer, String, String, Set<IteratorScope>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
removeLogs(TInfo, TCredentials, List<String>, AsyncMethodCallback<TabletClientService.AsyncClient.removeLogs_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
removeLogs(TInfo, TCredentials, List<String>, AsyncMethodCallback<TabletClientService.AsyncClient.removeLogs_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
removeLogs(TInfo, TCredentials, List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
removeLogs(TInfo, TCredentials, List<String>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
removeLogs(TInfo, TCredentials, List<String>) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
removeObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
removeObserver(TableObserver) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
removeOption(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Remove an option from the iterator.
removePlugin(CommandLine, Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
removePlugin(CommandLine, Shell, String) - Method in class org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
 
removeProperty(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
Removes a system property from zookeeper.
removeProperty(String) - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
removeProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Removes a property from a table.
removeProperty(String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Removes a property from a table
removeProperty(String) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
removeProperty(String, String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
removeProperty(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
removeProperty(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeProperty_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
removeProperty(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeProperty_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
removeProperty(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
removeProperty(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
removeReceiver(SpanReceiver) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
removeScanFiles(KeyExtent, Set<String>, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
removeScanIterator(String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
removeScanIterator(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Remove an iterator from the list of iterators.
removeScanIterator(String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
removeSystemProperty(TInfo, TCredentials, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeSystemProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
removeSystemProperty(TInfo, TCredentials, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeSystemProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
removeSystemProperty(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
removeSystemProperty(TInfo, TCredentials, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
removeSystemProperty(String) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
removeTable(String) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
removeTableProperty(TInfo, TCredentials, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeTableProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
removeTableProperty(TInfo, TCredentials, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeTableProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
removeTableProperty(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
removeTableProperty(TInfo, TCredentials, String, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
removeTableProperty(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
removeTableProperty(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeTableProperty_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
removeTableProperty(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.removeTableProperty_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
removeTableProperty(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
removeTableProperty(ByteBuffer, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
removeTableProperty(String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
removeTTL(IteratorSetting, IteratorSetting.Column) - Static method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
A convenience method for removing an age off threshold for a column.
removeUnusedContexts(Set<String>) - Method in class org.apache.accumulo.start.classloader.vfs.ContextManager
 
removeUnusedWALEntries(KeyExtent, List<MetadataTable.LogEntry>, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
rename(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Rename a table
rename(String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Rename a table
rename(String, String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
rename(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
renameTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
renameTable(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.renameTable_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
renameTable(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.renameTable_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
renameTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
renameTable(ByteBuffer, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
RenameTable - Class in org.apache.accumulo.server.master.tableOps
 
RenameTable(String, String, String) - Constructor for class org.apache.accumulo.server.master.tableOps.RenameTable
 
RenameTable - Class in org.apache.accumulo.test.randomwalk.concurrent
 
RenameTable() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.RenameTable
 
renameTable(Connector, State, String, String, boolean, boolean) - Static method in class org.apache.accumulo.test.randomwalk.security.AlterTable
 
RenameTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
RenameTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.RenameTableCommand
 
repeat(String, int) - Static method in class org.apache.accumulo.core.util.shell.Shell
 
replaceColumnFamily(Key, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Make a new key with all parts (including delete flag) coming from originalKey but use newColFam as the column family.
replaceColumnQualifier(Key, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Make a new key with all parts (including delete flag) coming from originalKey but use newColQual as the column qualifier.
replaceColumnVisibility(Key, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Make a new key with all parts (including delete flag) coming from originalKey but use newColVis as the column visibility.
replaceDatafiles(KeyExtent, Set<String>, Set<String>, String, Long, MetadataTable.DataFileValue, TCredentials, String, TServerInstance, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
replaceDatafiles(KeyExtent, Set<String>, Set<String>, String, Long, MetadataTable.DataFileValue, TCredentials, String, TServerInstance, ZooLock, boolean) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
replaceEnvVars(String, Map<String, String>) - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
Replace environment variables in the classpath string with their actual value
replaceKeyParts(Key, Text, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Make a new key with a column family, column qualifier, and column visibility.
replaceKeyParts(Key, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Make a new key with a column qualifier, and column visibility.
replaceLockData(byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
replay(Path, Tablet, long) - Static method in class org.apache.accumulo.server.tabletserver.MutationLog
 
replicateFile(FileObject, FileSelector) - Method in class org.apache.accumulo.start.classloader.vfs.UniqueFileReplicator
 
Repo<T> - Interface in org.apache.accumulo.fate
Repeatable persisted operation
report() - Method in class org.apache.accumulo.core.iterators.system.StatsIterator
 
report(ProblemReport) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
reportSplitExtent(TInfo, TCredentials, String, TabletSplit, AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
reportSplitExtent(TInfo, TCredentials, String, TabletSplit, AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
reportSplitExtent(TInfo, TCredentials, String, TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
reportSplitExtent(TInfo, TCredentials, String, TabletSplit) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
reportTabletStatus(TInfo, TCredentials, String, TabletLoadState, TKeyExtent, AsyncMethodCallback<MasterClientService.AsyncClient.reportTabletStatus_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
reportTabletStatus(TInfo, TCredentials, String, TabletLoadState, TKeyExtent, AsyncMethodCallback<MasterClientService.AsyncClient.reportTabletStatus_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
reportTabletStatus(TInfo, TCredentials, String, TabletLoadState, TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
reportTabletStatus(TInfo, TCredentials, String, TabletLoadState, TKeyExtent) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
requiresLayout() - Method in class org.apache.accumulo.server.monitor.LogService
 
ReqVisFilter - Class in org.apache.accumulo.core.iterators.user
A Filter that matches entries with a non-empty ColumnVisibility.
ReqVisFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ReqVisFilter
 
reseek(Key) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
reserve() - Method in class org.apache.accumulo.fate.AgeOffStore
 
reserve(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
reserve() - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
reserve(long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
reserve() - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Reserve a transaction that is IN_PROGRESS or FAILED_IN_PROGRESS.
reserve(long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Reserve the specific tid.
reserve() - Method in class org.apache.accumulo.fate.ZooStore
 
reserve(long) - Method in class org.apache.accumulo.fate.ZooStore
 
reserveHdfsDirectory(String, long) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
reserveMapFileReader(String) - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
reserveMapFileReader(String) - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
reserveTable(String, long, boolean, boolean, TableOperation) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
reset() - Method in interface org.apache.accumulo.core.iterators.aggregation.Aggregator
Deprecated.
 
reset() - Method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.
 
reset() - Method in class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
Deprecated.
 
reset() - Method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.
 
reset() - Method in class org.apache.accumulo.core.iterators.aggregation.StringMax
Deprecated.
 
reset() - Method in class org.apache.accumulo.core.iterators.aggregation.StringMin
Deprecated.
 
reset() - Method in class org.apache.accumulo.core.iterators.aggregation.StringSummation
Deprecated.
 
reset(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
reset() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
reset() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
reset() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
reset() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
reset() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
reset() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
reset() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
reset() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
resetBalancerErrors() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Resets logging about problems meeting an external constraint on balancing.
resetExitCode() - Method in class org.apache.accumulo.core.util.shell.Shell
 
resetLoggers() - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
resetMultiTableBatchWriter() - Method in class org.apache.accumulo.test.randomwalk.State
 
resetScanner() - Method in class org.apache.accumulo.server.util.TabletIterator
 
resetTimes() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
resolveFile(FileName) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsFileSystem
 
RestoreZookeeper - Class in org.apache.accumulo.server.util
 
RestoreZookeeper() - Constructor for class org.apache.accumulo.server.util.RestoreZookeeper
 
result - Variable in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
result - Variable in class org.apache.accumulo.core.data.thrift.InitialScan
 
results - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
results - Variable in class org.apache.accumulo.core.data.thrift.ScanResult
 
results - Variable in class org.apache.accumulo.proxy.thrift.ScanResult
 
resultSize - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
returnClient(TServiceClient) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
returnTransport(TTransport) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
Reverse - Class in org.apache.accumulo.examples.simple.shard
The program reads an accumulo table written by Index and writes out to another table.
Reverse() - Constructor for class org.apache.accumulo.examples.simple.shard.Reverse
 
REVERSE_PREFIX - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
RevokeCommand - Class in org.apache.accumulo.core.util.shell.commands
 
RevokeCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
revokeSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Revoke a system permission from a user
revokeSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
revokeSystemPermission(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeSystemPermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
revokeSystemPermission(TInfo, TCredentials, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeSystemPermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
revokeSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
revokeSystemPermission(TInfo, TCredentials, String, byte) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
revokeSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
revokeSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.ProxyServer
 
revokeSystemPermission(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeSystemPermission_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
revokeSystemPermission(ByteBuffer, String, SystemPermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeSystemPermission_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
revokeSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
revokeSystemPermission(ByteBuffer, String, SystemPermission) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
revokeSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
revokeSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
revokeSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
revokeSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Denies the user the given system permission
revokeSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
revokeSystemPermission(TCredentials, String, SystemPermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
revokeSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
revokeTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Revoke a table permission for a specific user on a specific table
revokeTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
revokeTablePermission(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeTablePermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
revokeTablePermission(TInfo, TCredentials, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeTablePermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
revokeTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
revokeTablePermission(TInfo, TCredentials, String, String, byte) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
revokeTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
revokeTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.ProxyServer
 
revokeTablePermission(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeTablePermission_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
revokeTablePermission(ByteBuffer, String, String, TablePermission, AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeTablePermission_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
revokeTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
revokeTablePermission(ByteBuffer, String, String, TablePermission) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
revokeTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
revokeTablePermission(TCredentials, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.AuditedSecurityOperation
 
revokeTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
revokeTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Denies the user the given table permission.
revokeTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
revokeTablePermission(TCredentials, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.SecurityOperation
 
revokeTablePermission(String, String, TablePermission) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
rewind() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Rewind to the first entry in the scanner.
RFile - Class in org.apache.accumulo.core.file.rfile
 
RFile.Reader - Class in org.apache.accumulo.core.file.rfile
 
RFile.Reader(BlockFileReader) - Constructor for class org.apache.accumulo.core.file.rfile.RFile.Reader
 
RFile.Writer - Class in org.apache.accumulo.core.file.rfile
 
RFile.Writer(BlockFileWriter, int) - Constructor for class org.apache.accumulo.core.file.rfile.RFile.Writer
 
RFile.Writer(BlockFileWriter, int, int) - Constructor for class org.apache.accumulo.core.file.rfile.RFile.Writer
 
RFileOperations - Class in org.apache.accumulo.core.file.rfile
 
RFileOperations() - Constructor for class org.apache.accumulo.core.file.rfile.RFileOperations
 
rollBackSplit(Text, Text, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
ROOT_SPAN_ID - Static variable in interface org.apache.accumulo.trace.instrument.Span
 
ROOT_TABLET_EXTENT - Static variable in class org.apache.accumulo.core.Constants
 
RootMilliSpan - Class in org.apache.accumulo.trace.instrument.impl
Span that roots the span tree in a process, but perhaps not the whole trace.
RootMilliSpan(String, long, long, long) - Constructor for class org.apache.accumulo.trace.instrument.impl.RootMilliSpan
 
RootTabletLocator - Class in org.apache.accumulo.core.client.impl
 
RootTabletStateStore - Class in org.apache.accumulo.server.master.state
 
RootTabletStateStore(Instance, TCredentials, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.RootTabletStateStore
 
RoundRobinPartitioner - Class in org.apache.accumulo.server.master
 
RoundRobinPartitioner() - Constructor for class org.apache.accumulo.server.master.RoundRobinPartitioner
 
row - Variable in class org.apache.accumulo.core.data.Key
 
row - Variable in class org.apache.accumulo.core.data.thrift.TKey
 
row - Variable in class org.apache.accumulo.core.data.thrift.TMutation
 
row - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
row - Variable in class org.apache.accumulo.proxy.thrift.Key
 
ROW_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
RowDeleteTest - Class in org.apache.accumulo.test.functional
 
RowDeleteTest() - Constructor for class org.apache.accumulo.test.functional.RowDeleteTest
 
RowDeletingIterator - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by RowDeletingIterator
RowDeletingIterator() - Constructor for class org.apache.accumulo.core.iterators.RowDeletingIterator
Deprecated.
 
RowDeletingIterator - Class in org.apache.accumulo.core.iterators.user
An iterator for deleting whole rows.
RowDeletingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
RowFilter - Class in org.apache.accumulo.core.iterators.user
This iterator makes it easy to select rows that meet a given criteria.
RowFilter() - Constructor for class org.apache.accumulo.core.iterators.user.RowFilter
 
RowFunctor - Class in org.apache.accumulo.core.file.keyfunctor
 
RowFunctor() - Constructor for class org.apache.accumulo.core.file.keyfunctor.RowFunctor
 
RowHash - Class in org.apache.accumulo.examples.simple.mapreduce
 
RowHash() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
RowHash.HashDataMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
RowHash.HashDataMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
RowIterator - Class in org.apache.accumulo.core.client
Group Key/Value pairs into Iterators over rows.
RowIterator(Iterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
Create an iterator from an (ordered) sequence of KeyValue pairs.
RowIterator(Iterable<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
Create an iterator from an Iterable.
RowOperations - Class in org.apache.accumulo.examples.simple.client
A demonstration of reading entire rows and deleting entire rows.
RowOperations() - Constructor for class org.apache.accumulo.examples.simple.client.RowOperations
 
RT - Static variable in class org.apache.accumulo.core.client.impl.Translators
 
run() - Method in class org.apache.accumulo.core.util.LoggingRunnable
 
run() - Method in class org.apache.accumulo.examples.simple.dirlist.FileCount
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.NGramIngest
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
run() - Method in class org.apache.accumulo.fate.util.LoggingRunnable
 
run(String, long, Callable<T>) - Method in class org.apache.accumulo.fate.zookeeper.TransactionWatcher
 
run() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer.NoTservers
 
run() - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
 
run() - Method in class org.apache.accumulo.server.master.Master
 
run(String[]) - Method in class org.apache.accumulo.server.metanalysis.FilterMeta
 
run(String[]) - Method in class org.apache.accumulo.server.metanalysis.IndexMeta
 
run(String) - Method in class org.apache.accumulo.server.monitor.Monitor
 
run() - Method in class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
run() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
run() - Method in class org.apache.accumulo.server.trace.TraceServer
 
run(String[]) - Method in class org.apache.accumulo.server.util.CountRowKeys
 
run(String[]) - Method in class org.apache.accumulo.server.util.LocalityCheck
 
run() - Method in class org.apache.accumulo.server.watcher.MonitorLog4jWatcher
 
run() - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader.AccumuloVFSClassLoaderShutdownThread
 
run(String[]) - Method in class org.apache.accumulo.test.continuous.ContinuousMoru
 
run(String[]) - Method in class org.apache.accumulo.test.continuous.ContinuousVerify
 
run() - Method in class org.apache.accumulo.test.functional.AddSplitTest
 
run() - Method in class org.apache.accumulo.test.functional.BadIteratorMincTest
 
run() - Method in class org.apache.accumulo.test.functional.BatchScanSplitTest
 
run() - Method in class org.apache.accumulo.test.functional.BatchWriterFlushTest
 
run() - Method in class org.apache.accumulo.test.functional.BloomFilterTest
 
run() - Method in class org.apache.accumulo.test.functional.BulkFileTest
 
run() - Method in class org.apache.accumulo.test.functional.BulkSplitOptimizationTest
 
run() - Method in class org.apache.accumulo.test.functional.CleanUpTest
 
run() - Method in class org.apache.accumulo.test.functional.ConcurrencyTest
 
run() - Method in class org.apache.accumulo.test.functional.ConstraintTest
 
run() - Method in class org.apache.accumulo.test.functional.CreateAndUseTest
 
run() - Method in class org.apache.accumulo.test.functional.CreateManyScannersTest
 
run() - Method in class org.apache.accumulo.test.functional.DeleteEverythingTest
 
run() - Method in class org.apache.accumulo.test.functional.DeleteRowsSplitTest
 
run() - Method in class org.apache.accumulo.test.functional.DeleteRowsTest
 
run() - Method in class org.apache.accumulo.test.functional.FateStarvationTest
 
run() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
run() - Method in class org.apache.accumulo.test.functional.LargeRowTest
 
run() - Method in class org.apache.accumulo.test.functional.LogicalTimeTest
 
run() - Method in class org.apache.accumulo.test.functional.MaxOpenTest
 
run() - Method in class org.apache.accumulo.test.functional.MergeTest
 
run() - Method in class org.apache.accumulo.test.functional.PermissionsTest.SystemPermissionsTest
 
run() - Method in class org.apache.accumulo.test.functional.PermissionsTest.TablePermissionsTest
 
run() - Method in class org.apache.accumulo.test.functional.RowDeleteTest
 
run(String[]) - Method in class org.apache.accumulo.test.functional.RunTests
 
run() - Method in class org.apache.accumulo.test.functional.ScanIteratorTest
 
run() - Method in class org.apache.accumulo.test.functional.ScanRangeTest
 
run() - Method in class org.apache.accumulo.test.functional.ScanSessionTimeOutTest
 
run() - Method in class org.apache.accumulo.test.functional.ServerSideErrorTest
 
run() - Method in class org.apache.accumulo.test.functional.SparseColumnFamilyTest
 
run() - Method in class org.apache.accumulo.test.functional.SplitRecoveryTest
 
run() - Method in class org.apache.accumulo.test.functional.TimeoutTest
 
run() - Method in class org.apache.accumulo.test.functional.VisibilityTest
 
run(State, Runnable) - Static method in class org.apache.accumulo.test.randomwalk.bulk.Setup
 
run(String, State, String) - Method in class org.apache.accumulo.test.randomwalk.Framework
Run random walk framework
run(String[]) - Method in class org.apache.accumulo.test.randomwalk.multitable.CopyTool
 
run(String[]) - Method in class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool
 
run(String[]) - Method in class org.apache.accumulo.test.randomwalk.shard.SortTool
 
Run - Class in org.apache.accumulo.test.scalability
 
Run() - Constructor for class org.apache.accumulo.test.scalability.Run
 
run() - Method in class org.apache.accumulo.trace.instrument.TraceRunnable
 
runLater(State) - Method in class org.apache.accumulo.test.randomwalk.bulk.BulkMinusOne
 
runLater(State) - Method in class org.apache.accumulo.test.randomwalk.bulk.BulkPlusOne
 
runLater(State) - Method in class org.apache.accumulo.test.randomwalk.bulk.BulkTest
 
runLater(State) - Method in class org.apache.accumulo.test.randomwalk.bulk.Compact
 
runLater(State) - Method in class org.apache.accumulo.test.randomwalk.bulk.ConsistencyCheck
 
runLater(State) - Method in class org.apache.accumulo.test.randomwalk.bulk.Merge
 
runLater(State) - Method in class org.apache.accumulo.test.randomwalk.bulk.Split
 
running - Variable in class org.apache.accumulo.core.master.thrift.Compacting
 
running() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
running() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
running() - Method in interface org.apache.accumulo.trace.instrument.Span
Has the span been started and not yet stopped?
runningCompactions - Static variable in class org.apache.accumulo.server.tabletserver.Compactor
 
RunTests - Class in org.apache.accumulo.test.functional
Runs the functional tests via map-reduce.
RunTests() - Constructor for class org.apache.accumulo.test.functional.RunTests
 
RunTests.TestMapper - Class in org.apache.accumulo.test.functional
 
RunTests.TestMapper() - Constructor for class org.apache.accumulo.test.functional.RunTests.TestMapper
 
runtime - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 

S

safeAdd(long, long) - Static method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.
 
safeAdd(long, long) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
 
Sampler - Interface in org.apache.accumulo.trace.instrument
Extremely simple callback to determine the frequency that an action should be performed.
sanitize(String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
save - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
save(String) - Method in class org.apache.accumulo.test.continuous.Histogram
 
saveMajorTimes(TabletStatsKeeper) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
saveMinorTimes(TabletStatsKeeper) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
sawError() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
ScaleTest - Class in org.apache.accumulo.test.scalability
 
ScaleTest() - Constructor for class org.apache.accumulo.test.scalability.ScaleTest
 
scan(Instance, TCredentials, ThriftScanner.ScanState, int, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.client.impl.ThriftScanner
 
scan - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
Scan - Class in org.apache.accumulo.test.randomwalk.unit
 
Scan() - Constructor for class org.apache.accumulo.test.randomwalk.unit.Scan
 
Scan - Class in org.apache.accumulo.test.stress.random
 
Scan() - Constructor for class org.apache.accumulo.test.stress.random.Scan
 
SCAN_BATCH_SIZE - Static variable in class org.apache.accumulo.core.Constants
 
scanBatchSize - Variable in class org.apache.accumulo.core.cli.ScannerOpts
 
ScanColumn - Class in org.apache.accumulo.proxy.thrift
 
ScanColumn() - Constructor for class org.apache.accumulo.proxy.thrift.ScanColumn
 
ScanColumn(ByteBuffer) - Constructor for class org.apache.accumulo.proxy.thrift.ScanColumn
 
ScanColumn(ScanColumn) - Constructor for class org.apache.accumulo.proxy.thrift.ScanColumn
Performs a deep copy on other.
ScanColumn._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ScanCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ScanCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
scanID - Variable in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
scanID - Variable in class org.apache.accumulo.core.data.thrift.InitialScan
 
scanID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
scanID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
scanID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
scanID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
ScanInterpreter - Interface in org.apache.accumulo.core.util.interpret
A simple interface for creating shell plugins that translate the range and column arguments for the shell's scan command.
scanIteratorOptions - Variable in class org.apache.accumulo.core.util.shell.Shell
 
ScanIteratorTest - Class in org.apache.accumulo.test.functional
 
ScanIteratorTest() - Constructor for class org.apache.accumulo.test.functional.ScanIteratorTest
 
ScanMeta - Class in org.apache.accumulo.test.randomwalk.image
 
ScanMeta() - Constructor for class org.apache.accumulo.test.randomwalk.image.ScanMeta
 
scanner - Variable in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
Scanner - Interface in org.apache.accumulo.core.client
Scans a table over a given range.
scanner - Variable in class org.apache.accumulo.proxy.ProxyServer.ScannerPlusIterator
 
scanner - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
scanner - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
scanner - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
scanner - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
ScannerBase - Interface in org.apache.accumulo.core.client
This class hosts configuration methods that are shared between different types of scanners.
scannerCache - Variable in class org.apache.accumulo.proxy.ProxyServer
 
ScannerImpl - Class in org.apache.accumulo.core.client.impl
provides scanner functionality "Clients can iterate over multiple column families, and there are several mechanisms for limiting the rows, columns, and timestamps traversed by a scan.
ScannerImpl(Instance, TCredentials, String, Authorizations) - Constructor for class org.apache.accumulo.core.client.impl.ScannerImpl
 
ScannerIterator - Class in org.apache.accumulo.core.client.impl
 
scannerIterator - Variable in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
scannerIterator - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
ScannerOptions - Class in org.apache.accumulo.core.client.impl
 
ScannerOptions() - Constructor for class org.apache.accumulo.core.client.impl.ScannerOptions
 
ScannerOptions(ScannerOptions) - Constructor for class org.apache.accumulo.core.client.impl.ScannerOptions
 
ScannerOpts - Class in org.apache.accumulo.core.cli
 
ScannerOpts() - Constructor for class org.apache.accumulo.core.cli.ScannerOpts
 
scanning - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
ScanOptions - Class in org.apache.accumulo.proxy.thrift
 
ScanOptions() - Constructor for class org.apache.accumulo.proxy.thrift.ScanOptions
 
ScanOptions(ScanOptions) - Constructor for class org.apache.accumulo.proxy.thrift.ScanOptions
Performs a deep copy on other.
ScanOptions._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ScanRangeTest - Class in org.apache.accumulo.test.functional
 
ScanRangeTest() - Constructor for class org.apache.accumulo.test.functional.ScanRangeTest
 
scanRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
scanRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
ScanResult - Class in org.apache.accumulo.core.data.thrift
 
ScanResult() - Constructor for class org.apache.accumulo.core.data.thrift.ScanResult
 
ScanResult(List<TKeyValue>, boolean) - Constructor for class org.apache.accumulo.core.data.thrift.ScanResult
 
ScanResult(ScanResult) - Constructor for class org.apache.accumulo.core.data.thrift.ScanResult
Performs a deep copy on other.
ScanResult - Class in org.apache.accumulo.proxy.thrift
 
ScanResult() - Constructor for class org.apache.accumulo.proxy.thrift.ScanResult
 
ScanResult(List<KeyValue>, boolean) - Constructor for class org.apache.accumulo.proxy.thrift.ScanResult
 
ScanResult(ScanResult) - Constructor for class org.apache.accumulo.proxy.thrift.ScanResult
Performs a deep copy on other.
ScanResult._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ScanResult._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
scans - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
scanServers() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
ScanSessionTimeOutTest - Class in org.apache.accumulo.test.functional
 
ScanSessionTimeOutTest() - Constructor for class org.apache.accumulo.test.functional.ScanSessionTimeOutTest
 
ScanState - Enum in org.apache.accumulo.core.client.admin
 
ScanState - Enum in org.apache.accumulo.core.tabletserver.thrift
 
ScanState - Enum in org.apache.accumulo.proxy.thrift
 
ScanTable - Class in org.apache.accumulo.test.randomwalk.concurrent
 
ScanTable() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.ScanTable
 
scanThreads - Variable in class org.apache.accumulo.core.cli.BatchScannerOpts
 
scanTimeout - Variable in class org.apache.accumulo.core.cli.BatchScannerOpts
 
ScanType - Enum in org.apache.accumulo.core.client.admin
 
ScanType - Enum in org.apache.accumulo.core.tabletserver.thrift
 
ScanType - Enum in org.apache.accumulo.proxy.thrift
 
schedule(Runnable, long) - Method in class org.apache.accumulo.server.util.time.SimpleTimer
 
schedule(Runnable, long, long) - Method in class org.apache.accumulo.server.util.time.SimpleTimer
 
scope - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
scopes - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
scopes - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
scopes - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
Search - Class in org.apache.accumulo.test.randomwalk.shard
 
Search() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Search
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
sec - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
sec - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
SecretKeyEncryptionStrategy - Interface in org.apache.accumulo.core.security.crypto
 
SecretKeyEncryptionStrategyContext - Interface in org.apache.accumulo.core.security.crypto
 
securePassword - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
SecurityConstants - Class in org.apache.accumulo.server.security
 
SecurityConstants() - Constructor for class org.apache.accumulo.server.security.SecurityConstants
 
SecurityErrorCode - Enum in org.apache.accumulo.core.client.impl.thrift
 
SecurityErrorCode - Enum in org.apache.accumulo.core.client.security
 
SecurityErrorCode - Enum in org.apache.accumulo.core.security.thrift
Deprecated.
since 1.5, see org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
SecurityFixture - Class in org.apache.accumulo.test.randomwalk.security
 
SecurityFixture() - Constructor for class org.apache.accumulo.test.randomwalk.security.SecurityFixture
 
SecurityHelper - Class in org.apache.accumulo.test.randomwalk.security
 
SecurityHelper() - Constructor for class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
SecurityOperation - Class in org.apache.accumulo.server.security
Utility class for performing various security operations with the appropriate checks
SecurityOperation(String) - Constructor for class org.apache.accumulo.server.security.SecurityOperation
Deprecated.
not for client use
SecurityOperation(Authorizor, Authenticator, PermissionHandler, String) - Constructor for class org.apache.accumulo.server.security.SecurityOperation
 
SecurityOperations - Interface in org.apache.accumulo.core.client.admin
Provides a class for managing users and permissions
securityOperations() - Method in class org.apache.accumulo.core.client.Connector
Retrieves a SecurityOperations object to perform user security operations, such as creating users.
securityOperations() - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
securityOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
SecurityOperationsImpl - Class in org.apache.accumulo.core.client.admin
 
SecurityOperationsImpl(Instance, TCredentials) - Constructor for class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
SecurityUtil - Class in org.apache.accumulo.server.security
 
SecurityUtil() - Constructor for class org.apache.accumulo.server.security.SecurityUtil
 
seedTransaction(long, Repo<T>, boolean) - Method in class org.apache.accumulo.fate.Fate
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
seek(int) - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
 
seek(int) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
 
seek(int) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachedBlockRead
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.Combiner
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.DevNull
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.Filter
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.OrIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.SkippingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
Seeks to the first key in the Range, restricting the resulting K,V pairs to those with the specified columns.
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.DeletingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.MultiIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.StatsIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
seek(WritableComparable) - Method in class org.apache.accumulo.server.tabletserver.log.MultiReader
 
seek(long) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
seek(long) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.test.functional.SlowIterator
 
seekBlock(Key, ABlockReader) - Method in class org.apache.accumulo.core.file.rfile.BlockIndex
 
seekColfams - Variable in class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
seekColfams - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
seekColumnFamilies - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
seekColumnFamiliesInclusive - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
seekRange - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
seekTo(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
seekTo(byte[], int, int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
seekToEnd() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Seek to the end of the scanner.
seekToNewSource(long) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
send(TCredentials, String, MasterClientService.Iface) - Method in interface org.apache.accumulo.server.tabletserver.mastermessage.MasterMessage
 
send(TCredentials, String, MasterClientService.Iface) - Method in class org.apache.accumulo.server.tabletserver.mastermessage.SplitReportMessage
 
send(TCredentials, String, MasterClientService.Iface) - Method in class org.apache.accumulo.server.tabletserver.mastermessage.TabletStatusMessage
 
send(Destination, RemoteSpan) - Method in class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
send(SpanReceiver.Client, RemoteSpan) - Method in class org.apache.accumulo.trace.instrument.receivers.SendSpansViaThrift
 
send_addConstraint(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_addSplits(ByteBuffer, String, Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_attachIterator(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_authenticate(TInfo, TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_authenticateUser(TInfo, TCredentials, TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_authenticateUser(ByteBuffer, String, Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_beginTableOperation(TInfo, TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_bulkImport(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_bulkImportFiles(TInfo, TCredentials, long, String, List<String>, String, boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_cancelCompaction(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_changeAuthorizations(TInfo, TCredentials, String, List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_changeLocalUserPassword(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_changeLocalUserPassword(ByteBuffer, String, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_changeUserAuthorizations(ByteBuffer, String, Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_checkClass(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_checkIteratorConflicts(ByteBuffer, String, IteratorSetting, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_checkTableClass(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_checkTrace(TInfo, String) - Method in class org.apache.accumulo.trace.thrift.TestService.Client
 
send_chop(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_clearLocatorCache(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_cloneTable(ByteBuffer, String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_closeMultiScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_closeScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_closeScanner(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_closeUpdate(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_closeWriter(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_compact(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_compactTable(ByteBuffer, String, ByteBuffer, ByteBuffer, List<IteratorSetting>, boolean, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_continueMultiScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_continueScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_createBatchScanner(ByteBuffer, String, BatchScanOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_createLocalUser(TInfo, TCredentials, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_createLocalUser(ByteBuffer, String, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_createScanner(ByteBuffer, String, ScanOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_createTable(ByteBuffer, String, boolean, TimeType) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_createWriter(ByteBuffer, String, WriterOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_deleteRows(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_deleteTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_dropLocalUser(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_dropLocalUser(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_executeTableOperation(TInfo, TCredentials, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_exportTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_fails() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
send_fastHalt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_finishTableOperation(TInfo, TCredentials, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_flush(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_flush(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_flushTable(ByteBuffer, String, ByteBuffer, ByteBuffer, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_flushTablet(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getActiveCompactions(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getActiveCompactions(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getActiveScans(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getActiveScans(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getConfiguration(TInfo, TCredentials, ConfigurationType) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getFollowing(Key, PartialKey) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getHistoricalStats(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getInstanceId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getIteratorSetting(ByteBuffer, String, String, IteratorScope) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getLocalityGroups(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getMasterStats(TInfo, TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_getMaxRow(ByteBuffer, String, Set<ByteBuffer>, ByteBuffer, boolean, ByteBuffer, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getRootTabletLocation() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getRowRange(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getSiteConfiguration(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getStatus(TInfo, TCredentials) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
send_getSystemConfiguration(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getTableConfiguration(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getTableProperties(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getTabletServers(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getTabletServerStatus(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getTabletStats(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getUserAuthorizations(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getUserAuthorizations(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_getZooKeepers() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_grantSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_grantSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_grantTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_grantTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_halt(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_hasNext(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_hasSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_hasSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_hasTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_hasTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_importDirectory(ByteBuffer, String, String, String, boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_importTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_initiateFlush(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_isActive(TInfo, long) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_listConstraints(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_listIterators(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_listLocalUsers(TInfo, TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_listLocalUsers(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_listSplits(ByteBuffer, String, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_listTables(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_loadTablet(TInfo, TCredentials, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_login(String, Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_mergeTablets(ByteBuffer, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_nextEntry(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_nextK(String, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_offlineTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_onlineTable(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_ping(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_pingTabletServer(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_removeConstraint(ByteBuffer, String, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_removeIterator(ByteBuffer, String, String, Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_removeLogs(TInfo, TCredentials, List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_removeProperty(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_removeSystemProperty(TInfo, TCredentials, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_removeTableProperty(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_removeTableProperty(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_renameTable(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_reportSplitExtent(TInfo, TCredentials, String, TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_reportTabletStatus(TInfo, TCredentials, String, TabletLoadState, TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_revokeSystemPermission(TInfo, TCredentials, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_revokeSystemPermission(ByteBuffer, String, SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_revokeTablePermission(TInfo, TCredentials, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_revokeTablePermission(ByteBuffer, String, String, TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_setLocalityGroups(ByteBuffer, String, Map<String, Set<String>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_setMasterGoalState(TInfo, TCredentials, MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_setProperty(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_setSystemProperty(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_setTableProperty(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_setTableProperty(ByteBuffer, String, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_shutdown(TInfo, TCredentials, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_shutdownTabletServer(TInfo, TCredentials, String, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_span(RemoteSpan) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.Client
 
send_splitRangeByTablets(ByteBuffer, String, Range, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_splitTablet(TInfo, TCredentials, TKeyExtent, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_startMultiScan(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_startScan(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_startUpdate(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_success() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
send_tableExists(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_tableIdMap(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_testClassLoad(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_testTableClassLoad(ByteBuffer, String, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_throwsError() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
send_unloadTablet(TInfo, TCredentials, String, TKeyExtent, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_update(TInfo, TCredentials, TKeyExtent, TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_update(String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_updateAndFlush(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
send_waitForFlush(TInfo, TCredentials, String, ByteBuffer, ByteBuffer, long, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_waitForTableOperation(TInfo, TCredentials, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
sender - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
SendLogToChainsaw - Class in org.apache.accumulo.server.util
 
SendLogToChainsaw(String, String, String, int, Date, Date, String, String) - Constructor for class org.apache.accumulo.server.util.SendLogToChainsaw
 
SendSpansViaThrift - Class in org.apache.accumulo.trace.instrument.receivers
Send Span data to a destination using thrift.
SendSpansViaThrift(String, String, long) - Constructor for class org.apache.accumulo.trace.instrument.receivers.SendSpansViaThrift
 
SEPARATOR_CHAR - Static variable in class org.apache.accumulo.core.util.ServerServices
 
seq - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
SequenceFileIterator - Class in org.apache.accumulo.core.iterators.system
 
SequenceFileIterator(SequenceFile.Reader, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
SequentialBatchWriter - Class in org.apache.accumulo.examples.simple.client
Simple example for writing random data in sequential order to Accumulo.
SequentialBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.client.SequentialBatchWriter
 
SequentialFixture - Class in org.apache.accumulo.test.randomwalk.sequential
 
SequentialFixture() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.SequentialFixture
 
serialize() - Method in class org.apache.accumulo.core.security.Authorizations
Returns a serialized form of these authorizations.
serialize(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
serializeColumns(Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
 
server - Variable in class org.apache.accumulo.core.master.thrift.DeadServer
 
server - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
server - Variable in class org.apache.accumulo.server.master.state.Assignment
 
server - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
server - Variable in class org.apache.accumulo.server.util.TServerUtils.ServerPort
 
ServerClient - Class in org.apache.accumulo.core.client.impl
 
ServerClient() - Constructor for class org.apache.accumulo.core.client.impl.ServerClient
 
ServerColumnUpdate - Class in org.apache.accumulo.server.data
 
ServerColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[], ServerMutation) - Constructor for class org.apache.accumulo.server.data.ServerColumnUpdate
 
ServerConfiguration - Class in org.apache.accumulo.server.conf
 
ServerConfiguration(Instance) - Constructor for class org.apache.accumulo.server.conf.ServerConfiguration
 
ServerConstants - Class in org.apache.accumulo.server
 
ServerConstants() - Constructor for class org.apache.accumulo.server.ServerConstants
 
serverLogin() - Static method in class org.apache.accumulo.server.security.SecurityUtil
This method is for logging a server in kerberos.
ServerMutation - Class in org.apache.accumulo.server.data
Mutation that holds system time as computed by the tablet server when not provided by the user.
ServerMutation(TMutation) - Constructor for class org.apache.accumulo.server.data.ServerMutation
 
ServerMutation(Text) - Constructor for class org.apache.accumulo.server.data.ServerMutation
 
ServerMutation() - Constructor for class org.apache.accumulo.server.data.ServerMutation
 
serverName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
serverName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
ServerServices - Class in org.apache.accumulo.core.util
 
ServerServices(String) - Constructor for class org.apache.accumulo.core.util.ServerServices
 
ServerServices(String, ServerServices.Service) - Constructor for class org.apache.accumulo.core.util.ServerServices
 
ServerServices.Service - Enum in org.apache.accumulo.core.util
 
ServerSideErrorTest - Class in org.apache.accumulo.test.functional
 
ServerSideErrorTest() - Constructor for class org.apache.accumulo.test.functional.ServerSideErrorTest
 
serverSideIteratorList - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
serverSideIteratorOptions - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
serversShuttingDown - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
serversWaitedForWrites - Static variable in class org.apache.accumulo.core.client.impl.ThriftScanner
 
service - Variable in class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
service(T) - Static method in class org.apache.accumulo.trace.instrument.thrift.TraceWrap
 
SERVICE_SEPARATOR - Static variable in class org.apache.accumulo.core.util.ServerServices
 
sessionExpired() - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
sessionExpired() - Method in class org.apache.accumulo.server.master.Master
 
sessionExpired() - Method in interface org.apache.accumulo.server.master.state.tables.TableObserver
 
set(Property, String) - Method in class org.apache.accumulo.core.conf.ConfigurationCopy
 
set(String, String) - Method in class org.apache.accumulo.core.conf.ConfigurationCopy
 
set(Property, String) - Method in class org.apache.accumulo.core.conf.SiteConfiguration
method here to support testing, do not call
set(String, String) - Method in class org.apache.accumulo.core.conf.SiteConfiguration
method here to support testing, do not call
set(Key) - Method in class org.apache.accumulo.core.data.Key
Sets this key's row, column family, column qualifier, column visibility, timestamp, and delete marker to be the same as another key's.
set(byte[]) - Method in class org.apache.accumulo.core.data.Value
 
set(MultiLevelIndex.IndexEntry) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
set(byte[], int, int) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
set(ByteSequence) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
set(byte[]) - Method in class org.apache.accumulo.server.tabletserver.MemValue
 
set(String, Object) - Method in class org.apache.accumulo.test.randomwalk.State
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.core.cli.ClientOnDefaultTable
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.core.cli.ClientOnRequiredTable
 
setAccumuloConfigs(Job) - Method in class org.apache.accumulo.core.cli.ClientOpts
 
setAge(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setAge(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setAge(long) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setAge(long) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setAgeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setAgeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setAgeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setAgeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setArguments(List<ByteBuffer>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setArgumentsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setAsTypeName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setAsTypeName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setAsTypeNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setAsTypeNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setAuthorizationFailures(Map<TKeyExtent, SecurityErrorCode>) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
setAuthorizationFailuresIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
setAuthorizations(List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setAuthorizations(IteratorSetting, Authorizations) - Static method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Configure authorizations used for post transformation filtering.
setAuthorizations(IteratorSetting, Authorizations) - Static method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
 
setAuthorizations(List<ByteBuffer>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setAuthorizations(List<ByteBuffer>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setAuthorizations(List<ByteBuffer>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setAuthorizations(Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setAuthorizations(List<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setAuthorizations(Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setAuthorizations(Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setAuths(Authorizations) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setAuths(Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
SetAuths - Class in org.apache.accumulo.test.randomwalk.security
 
SetAuths() - Constructor for class org.apache.accumulo.test.randomwalk.security.SetAuths
 
SetAuthsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetAuthsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
setAuthsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setAuthsMap(State, Map<String, Integer>) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setAutoAdjustRanges(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Controls the automatic adjustment of ranges for this job.
setAutoAdjustRanges(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Controls the automatic adjustment of ranges for this job.
setAutoAdjustRanges(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Controls the automatic adjustment of ranges for this job.
setAutoClean(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setAutoCleanIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setBadTServers(Map<String, Byte>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setBadTServersIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setBatch(Map<TKeyExtent, List<TRange>>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setBatchIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
setBatchSize(int) - Method in interface org.apache.accumulo.core.client.Scanner
Sets the number of Key/Value pairs that will be fetched at a time from a tablet server.
setBatchSize(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setBatchSize(int) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
setBatchSizeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setBatchWriterOptions(JobConf, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the configuration for for the job's BatchWriter instances.
setBatchWriterOptions(Job, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the configuration for for the job's BatchWriter instances.
setBatchWriterOptions(Class<?>, Configuration, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Sets the configuration for for the job's BatchWriter instances.
setBlockSize(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
setBufferSize(int) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setBufferSizeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setCandidates(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setCandidatesIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setCaseSensitive(boolean) - Method in class org.apache.accumulo.core.util.shell.Token
 
setCells(Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
setCells(Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setCellsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
setCellsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setClassName(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setClassName(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setClassName(String) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setClassName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setClassName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setClassNameIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setClassNameIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setClassNameIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setClassNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setClassNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setClient(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setClient(String) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setClientIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setClientIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setCode(SecurityErrorCode) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
setCode(SecurityErrorCode) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
setCodeIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
setCodeIsSet(boolean) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
setColFamily(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColFamily(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColFamily(byte[]) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColFamily(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColFamily(byte[]) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColFamily(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColFamily(byte[]) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColFamily(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColFamily(byte[]) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
setColFamily(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
setColFamilyIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColFamilyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColFamilyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColFamilyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColFamilyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
setColfs(IteratorSetting, String, String) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
A convenience method for setting the index column family and document column family prefix.
setColQualifier(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColQualifier(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColQualifier(byte[]) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColQualifier(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColQualifier(byte[]) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColQualifier(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColQualifier(byte[]) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColQualifier(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColQualifier(byte[]) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
setColQualifier(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
setColQualifierIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColQualifierIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColQualifierIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColQualifierIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColQualifierIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
setColumnFamilies(IteratorSetting, Text[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
Encode the columns to be used when iterating.
setColumnFamilies(IteratorSetting, Text[], boolean[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
Encode columns and NOT flags indicating which columns should be negated (docIDs will be excluded if matching negated columns, instead of included).
setColumnFamily(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumnFamily(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumnFamilyIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumnQualifier(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumnQualifier(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumnQualifierIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumns(IteratorSetting, List<IteratorSetting.Column>) - Static method in class org.apache.accumulo.core.iterators.Combiner
A convenience method to set which columns a combiner should be applied to.
setColumns(List<TColumn>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setColumns(List<TColumn>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setColumns(List<TColumn>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setColumns(List<Column>) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setColumns(List<ScanColumn>) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setColumns(List<ScanColumn>) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setColumnsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setColumnsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setColumnsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setColumnsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setColumnsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setColumnsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setColumnVisibility(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumnVisibility(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColumnVisibilityIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setColVisibility(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColVisibility(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColVisibility(byte[]) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColVisibility(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColVisibility(byte[]) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColVisibility(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColVisibility(byte[]) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColVisibility(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setColVisibilityIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColVisibilityIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setColVisibilityIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setColVisibilityIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setCombineAllColumns(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.Combiner
A convenience method to set the "all columns" option on a Combiner.
setCompressionType(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the compression type to use for data blocks.
setCompressionType(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the compression type to use for data blocks.
setCompressionType(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
Sets the compression type to use for data blocks.
setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
setConf(Configuration) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setConfigDir(String) - Method in class org.apache.accumulo.test.randomwalk.Framework
 
setConfiguration(AccumuloConfiguration) - Method in interface org.apache.accumulo.core.client.Instance
Set the AccumuloConfiguration to use when interacting with this instance.
setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
setConnectorInfo(JobConf, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the connector information needed to communicate with Accumulo in this job.
setConnectorInfo(JobConf, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Sets the connector information needed to communicate with Accumulo in this job.
setConnectorInfo(Job, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the connector information needed to communicate with Accumulo in this job.
setConnectorInfo(Job, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the connector information needed to communicate with Accumulo in this job.
setConnectorInfo(Class<?>, Configuration, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Sets the connector information needed to communicate with Accumulo in this job.
setConsoleInputStream(InputStream) - Method in class org.apache.accumulo.core.client.mock.MockShell
 
setConsoleWriter(Writer) - Method in class org.apache.accumulo.core.client.mock.MockShell
 
setConstrainClass(String) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setConstrainClassIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setConstraint(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setConstraintClassName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setConstraintClassNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setConstraintIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setContents(T) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setContext(Map<String, String>) - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
setContext(Map<String, String>) - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
setContext(VfsComponentContext) - Method in class org.apache.accumulo.start.classloader.vfs.UniqueFileReplicator
 
setContextConfig(ContextManager.ContextsConfig) - Method in class org.apache.accumulo.start.classloader.vfs.ContextManager
configuration must be injected for ContextManager to work
setCount(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setCount(int) - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
setCountIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setCreateTables(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the directive to create new tables, as necessary.
setCreateTables(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the directive to create new tables, as necessary.
setCreateTables(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Sets the directive to create new tables, as necessary.
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setCredentials(TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setCurrent(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setCurrentIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setCurrentLog(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setCurrentLogIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setCurrentServers(IteratorSetting, Set<TServerInstance>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setCurrentTime(IteratorSetting, Long) - Static method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
A convenience method for setting the current time (from which to measure the age off threshold).
setCve(ConstraintViolationException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setCveIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setData(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setData(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setData(Map<String, String>) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setDataBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the size for data blocks within each file.
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as a group.
setDataBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the size for data blocks within each file.
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as a group.
setDataBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
Sets the size for data blocks within each file.
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as a group.
setDataCacheHits(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setDataCacheHitsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setDataCacheRequest(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setDataCacheRequestIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setDataIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setDataIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setDeadTabletServers(List<DeadServer>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setDeadTabletServersIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setDebugging(boolean) - Static method in class org.apache.accumulo.core.util.shell.Shell
 
setDefaultTableName(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
setDefaultTableName(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
setDefaultTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
setDeleteCell(boolean) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setDeleteCellIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setDeleted(boolean) - Method in class org.apache.accumulo.core.data.Key
 
setDeleted(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setDeletedIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setDescription(String) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setDescription(String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
setDescription(String) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setDescriptionIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setDescriptionIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setDocColfPrefix(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
A convenience method for setting the document column family prefix.
setElapsed(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setElapsedIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setEncoder(TypedValueCombiner.Encoder<V>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Sets the Encoder<V> used to translate Values to V and back.
setEncoder(String) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Instantiates and sets the Encoder<V> used to translate Values to V and back.
setEncoding(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.RegExFilter
Set the encoding string to use when interpreting characters
setEncodingType(IteratorSetting, LongCombiner.Type) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
A convenience method for setting the long encoding type.
setEncodingType(IteratorSetting, Class<? extends TypedValueCombiner.Encoder<Long>>) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
A convenience method for setting the long encoding type.
setEncodingType(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
A convenience method for setting the long encoding type.
setEncodingType(IteratorSetting, SummingArrayCombiner.Type) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
A convenience method for setting the encoding type.
setEncodingType(IteratorSetting, Class<? extends TypedValueCombiner.Encoder<List<Long>>>) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
A convenience method for setting the encoding type.
setEncodingType(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
A convenience method for setting the encoding type.
setEncryptedSecretKey(byte[]) - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
setEncryptedSecretKey(byte[]) - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
setEnd(IteratorSetting, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the end timestamp accepted by the timestamp filter.
setEnd(IteratorSetting, long, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the end timestamp accepted by the timestamp filter.
setEndInclusive(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setEndInclusiveIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setEndRow(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
Sets this extent's end row
setEndRow(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setEndRow(byte[]) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setEndRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setEndRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setEndRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setEntries(int) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setEntriesIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setEntriesRead(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setEntriesRead(long) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setEntriesReadIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setEntriesReadIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setEntriesWritten(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setEntriesWritten(long) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setEntriesWrittenIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setEntriesWrittenIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setErrorDir(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setErrorDirIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setErrors(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setErrorsIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setEstimatedSize(long) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
setEstimatedSizeIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
setEx(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
setExIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
setExit(boolean) - Method in class org.apache.accumulo.core.util.shell.Shell
 
setExportDir(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setExportDirIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setExtent(TKeyExtent) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setExtent(TKeyExtent) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
setExtent(KeyExtent) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setExtent(KeyExtent) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setExtentIsSet(boolean) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setExtentIsSet(boolean) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setExtentIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setFail(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setFailedExtents(Map<TKeyExtent, Long>) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
setFailedExtentsIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
setFailIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setFailureDir(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setFailureDirIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setFailures(Map<TKeyExtent, List<TRange>>) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setFailuresIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setFetchedColumns(Set<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setFieldValue(ClientService.authenticate_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
setFieldValue(ClientService.authenticate_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
setFieldValue(ClientService.authenticateUser_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setFieldValue(ClientService.authenticateUser_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
setFieldValue(ClientService.bulkImportFiles_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setFieldValue(ClientService.bulkImportFiles_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setFieldValue(ClientService.changeAuthorizations_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setFieldValue(ClientService.changeAuthorizations_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
setFieldValue(ClientService.changeLocalUserPassword_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setFieldValue(ClientService.changeLocalUserPassword_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
setFieldValue(ClientService.checkClass_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setFieldValue(ClientService.checkClass_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
setFieldValue(ClientService.checkTableClass_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setFieldValue(ClientService.checkTableClass_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
setFieldValue(ClientService.createLocalUser_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setFieldValue(ClientService.createLocalUser_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
setFieldValue(ClientService.dropLocalUser_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
setFieldValue(ClientService.dropLocalUser_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
setFieldValue(ClientService.getConfiguration_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
setFieldValue(ClientService.getConfiguration_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
setFieldValue(ClientService.getInstanceId_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
setFieldValue(ClientService.getInstanceId_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
setFieldValue(ClientService.getRootTabletLocation_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
setFieldValue(ClientService.getRootTabletLocation_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
setFieldValue(ClientService.getTableConfiguration_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
setFieldValue(ClientService.getTableConfiguration_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
setFieldValue(ClientService.getUserAuthorizations_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setFieldValue(ClientService.getUserAuthorizations_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
setFieldValue(ClientService.getZooKeepers_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
setFieldValue(ClientService.getZooKeepers_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
setFieldValue(ClientService.grantSystemPermission_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setFieldValue(ClientService.grantSystemPermission_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
setFieldValue(ClientService.grantTablePermission_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setFieldValue(ClientService.grantTablePermission_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
setFieldValue(ClientService.hasSystemPermission_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setFieldValue(ClientService.hasSystemPermission_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
setFieldValue(ClientService.hasTablePermission_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setFieldValue(ClientService.hasTablePermission_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
setFieldValue(ClientService.isActive_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
setFieldValue(ClientService.isActive_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
setFieldValue(ClientService.listLocalUsers_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
setFieldValue(ClientService.listLocalUsers_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
setFieldValue(ClientService.ping_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
setFieldValue(ClientService.ping_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
setFieldValue(ClientService.revokeSystemPermission_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setFieldValue(ClientService.revokeSystemPermission_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
setFieldValue(ClientService.revokeTablePermission_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setFieldValue(ClientService.revokeTablePermission_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
setFieldValue(ThriftSecurityException._Fields, Object) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
setFieldValue(ThriftTableOperationException._Fields, Object) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setFieldValue(ThriftTest.fails_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
setFieldValue(ThriftTest.fails_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
setFieldValue(ThriftTest.success_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
setFieldValue(ThriftTest.success_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
setFieldValue(ThriftTest.throwsError_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
setFieldValue(ThriftTest.throwsError_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
setFieldValue(InitialMultiScan._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
setFieldValue(InitialScan._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
setFieldValue(IterInfo._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setFieldValue(MapFileInfo._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
setFieldValue(MultiScanResult._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setFieldValue(ScanResult._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
setFieldValue(TColumn._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
setFieldValue(TConstraintViolationSummary._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setFieldValue(TKey._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setFieldValue(TKeyExtent._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setFieldValue(TKeyValue._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
setFieldValue(TMutation._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setFieldValue(TRange._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setFieldValue(UpdateErrors._Fields, Object) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
setFieldValue(GcCycleStats._Fields, Object) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setFieldValue(GCMonitorService.getStatus_args._Fields, Object) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
setFieldValue(GCMonitorService.getStatus_result._Fields, Object) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
setFieldValue(GCStatus._Fields, Object) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setFieldValue(Compacting._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
setFieldValue(DeadServer._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setFieldValue(MasterClientService.beginTableOperation_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
setFieldValue(MasterClientService.beginTableOperation_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
setFieldValue(MasterClientService.executeTableOperation_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setFieldValue(MasterClientService.executeTableOperation_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
setFieldValue(MasterClientService.finishTableOperation_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setFieldValue(MasterClientService.finishTableOperation_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
setFieldValue(MasterClientService.getMasterStats_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
setFieldValue(MasterClientService.getMasterStats_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
setFieldValue(MasterClientService.initiateFlush_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setFieldValue(MasterClientService.initiateFlush_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
setFieldValue(MasterClientService.removeSystemProperty_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setFieldValue(MasterClientService.removeSystemProperty_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
setFieldValue(MasterClientService.removeTableProperty_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setFieldValue(MasterClientService.removeTableProperty_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
setFieldValue(MasterClientService.reportSplitExtent_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setFieldValue(MasterClientService.reportTabletStatus_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setFieldValue(MasterClientService.setMasterGoalState_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setFieldValue(MasterClientService.setMasterGoalState_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
setFieldValue(MasterClientService.setSystemProperty_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setFieldValue(MasterClientService.setSystemProperty_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
setFieldValue(MasterClientService.setTableProperty_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setFieldValue(MasterClientService.setTableProperty_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
setFieldValue(MasterClientService.shutdown_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setFieldValue(MasterClientService.shutdown_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
setFieldValue(MasterClientService.shutdownTabletServer_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setFieldValue(MasterClientService.shutdownTabletServer_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
setFieldValue(MasterClientService.waitForFlush_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setFieldValue(MasterClientService.waitForFlush_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
setFieldValue(MasterClientService.waitForTableOperation_args._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setFieldValue(MasterClientService.waitForTableOperation_result._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
setFieldValue(MasterMonitorInfo._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setFieldValue(RecoveryException._Fields, Object) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
setFieldValue(RecoveryStatus._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setFieldValue(TableInfo._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setFieldValue(TabletServerStatus._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setFieldValue(TabletSplit._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
setFieldValue(AuthInfo._Fields, Object) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setFieldValue(TCredentials._Fields, Object) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setFieldValue(ThriftSecurityException._Fields, Object) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
setFieldValue(ActionStats._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setFieldValue(ActiveCompaction._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setFieldValue(ActiveScan._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setFieldValue(ConstraintViolationException._Fields, Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
setFieldValue(IteratorConfig._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
setFieldValue(NoSuchScanIDException._Fields, Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
setFieldValue(NotServingTabletException._Fields, Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
setFieldValue(TabletClientService.applyUpdates_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setFieldValue(TabletClientService.bulkImport_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setFieldValue(TabletClientService.bulkImport_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
setFieldValue(TabletClientService.chop_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setFieldValue(TabletClientService.closeMultiScan_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
setFieldValue(TabletClientService.closeMultiScan_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
setFieldValue(TabletClientService.closeScan_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
setFieldValue(TabletClientService.closeUpdate_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
setFieldValue(TabletClientService.closeUpdate_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
setFieldValue(TabletClientService.compact_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setFieldValue(TabletClientService.continueMultiScan_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
setFieldValue(TabletClientService.continueMultiScan_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
setFieldValue(TabletClientService.continueScan_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
setFieldValue(TabletClientService.continueScan_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setFieldValue(TabletClientService.fastHalt_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setFieldValue(TabletClientService.flush_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setFieldValue(TabletClientService.flushTablet_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setFieldValue(TabletClientService.getActiveCompactions_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
setFieldValue(TabletClientService.getActiveCompactions_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
setFieldValue(TabletClientService.getActiveScans_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
setFieldValue(TabletClientService.getActiveScans_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
setFieldValue(TabletClientService.getHistoricalStats_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
setFieldValue(TabletClientService.getHistoricalStats_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
setFieldValue(TabletClientService.getTabletServerStatus_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
setFieldValue(TabletClientService.getTabletServerStatus_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
setFieldValue(TabletClientService.getTabletStats_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setFieldValue(TabletClientService.getTabletStats_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
setFieldValue(TabletClientService.halt_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setFieldValue(TabletClientService.halt_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
setFieldValue(TabletClientService.loadTablet_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setFieldValue(TabletClientService.removeLogs_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
setFieldValue(TabletClientService.splitTablet_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setFieldValue(TabletClientService.splitTablet_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
setFieldValue(TabletClientService.startMultiScan_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setFieldValue(TabletClientService.startMultiScan_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
setFieldValue(TabletClientService.startScan_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setFieldValue(TabletClientService.startScan_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setFieldValue(TabletClientService.startUpdate_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
setFieldValue(TabletClientService.startUpdate_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
setFieldValue(TabletClientService.unloadTablet_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setFieldValue(TabletClientService.update_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setFieldValue(TabletClientService.update_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setFieldValue(TabletStats._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setFieldValue(TIteratorSetting._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setFieldValue(TooManyFilesException._Fields, Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
setFieldValue(AccumuloException._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
setFieldValue(AccumuloProxy.addConstraint_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setFieldValue(AccumuloProxy.addConstraint_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setFieldValue(AccumuloProxy.addSplits_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setFieldValue(AccumuloProxy.addSplits_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
setFieldValue(AccumuloProxy.attachIterator_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setFieldValue(AccumuloProxy.attachIterator_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
setFieldValue(AccumuloProxy.authenticateUser_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setFieldValue(AccumuloProxy.authenticateUser_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
setFieldValue(AccumuloProxy.cancelCompaction_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
setFieldValue(AccumuloProxy.cancelCompaction_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
setFieldValue(AccumuloProxy.changeLocalUserPassword_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setFieldValue(AccumuloProxy.changeLocalUserPassword_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
setFieldValue(AccumuloProxy.changeUserAuthorizations_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setFieldValue(AccumuloProxy.changeUserAuthorizations_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
setFieldValue(AccumuloProxy.checkIteratorConflicts_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setFieldValue(AccumuloProxy.checkIteratorConflicts_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
setFieldValue(AccumuloProxy.clearLocatorCache_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
setFieldValue(AccumuloProxy.clearLocatorCache_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
setFieldValue(AccumuloProxy.cloneTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setFieldValue(AccumuloProxy.cloneTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setFieldValue(AccumuloProxy.closeScanner_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
setFieldValue(AccumuloProxy.closeScanner_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
setFieldValue(AccumuloProxy.closeWriter_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
setFieldValue(AccumuloProxy.closeWriter_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
setFieldValue(AccumuloProxy.compactTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setFieldValue(AccumuloProxy.compactTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
setFieldValue(AccumuloProxy.createBatchScanner_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setFieldValue(AccumuloProxy.createBatchScanner_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setFieldValue(AccumuloProxy.createLocalUser_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setFieldValue(AccumuloProxy.createLocalUser_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
setFieldValue(AccumuloProxy.createScanner_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setFieldValue(AccumuloProxy.createScanner_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setFieldValue(AccumuloProxy.createTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setFieldValue(AccumuloProxy.createTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
setFieldValue(AccumuloProxy.createWriter_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setFieldValue(AccumuloProxy.createWriter_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setFieldValue(AccumuloProxy.deleteRows_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setFieldValue(AccumuloProxy.deleteRows_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
setFieldValue(AccumuloProxy.deleteTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
setFieldValue(AccumuloProxy.deleteTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
setFieldValue(AccumuloProxy.dropLocalUser_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
setFieldValue(AccumuloProxy.dropLocalUser_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
setFieldValue(AccumuloProxy.exportTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setFieldValue(AccumuloProxy.exportTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
setFieldValue(AccumuloProxy.flush_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
setFieldValue(AccumuloProxy.flush_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
setFieldValue(AccumuloProxy.flushTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setFieldValue(AccumuloProxy.flushTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
setFieldValue(AccumuloProxy.getActiveCompactions_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
setFieldValue(AccumuloProxy.getActiveCompactions_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
setFieldValue(AccumuloProxy.getActiveScans_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
setFieldValue(AccumuloProxy.getActiveScans_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
setFieldValue(AccumuloProxy.getFollowing_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
setFieldValue(AccumuloProxy.getFollowing_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
setFieldValue(AccumuloProxy.getIteratorSetting_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setFieldValue(AccumuloProxy.getIteratorSetting_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setFieldValue(AccumuloProxy.getLocalityGroups_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
setFieldValue(AccumuloProxy.getLocalityGroups_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setFieldValue(AccumuloProxy.getMaxRow_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setFieldValue(AccumuloProxy.getMaxRow_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setFieldValue(AccumuloProxy.getRowRange_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
setFieldValue(AccumuloProxy.getRowRange_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
setFieldValue(AccumuloProxy.getSiteConfiguration_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
setFieldValue(AccumuloProxy.getSiteConfiguration_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
setFieldValue(AccumuloProxy.getSystemConfiguration_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
setFieldValue(AccumuloProxy.getSystemConfiguration_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
setFieldValue(AccumuloProxy.getTableProperties_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
setFieldValue(AccumuloProxy.getTableProperties_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setFieldValue(AccumuloProxy.getTabletServers_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
setFieldValue(AccumuloProxy.getTabletServers_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
setFieldValue(AccumuloProxy.getUserAuthorizations_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
setFieldValue(AccumuloProxy.getUserAuthorizations_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
setFieldValue(AccumuloProxy.grantSystemPermission_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setFieldValue(AccumuloProxy.grantSystemPermission_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
setFieldValue(AccumuloProxy.grantTablePermission_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setFieldValue(AccumuloProxy.grantTablePermission_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
setFieldValue(AccumuloProxy.hasNext_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
setFieldValue(AccumuloProxy.hasNext_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
setFieldValue(AccumuloProxy.hasSystemPermission_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setFieldValue(AccumuloProxy.hasSystemPermission_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
setFieldValue(AccumuloProxy.hasTablePermission_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setFieldValue(AccumuloProxy.hasTablePermission_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setFieldValue(AccumuloProxy.importDirectory_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setFieldValue(AccumuloProxy.importDirectory_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
setFieldValue(AccumuloProxy.importTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setFieldValue(AccumuloProxy.importTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
setFieldValue(AccumuloProxy.listConstraints_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
setFieldValue(AccumuloProxy.listConstraints_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setFieldValue(AccumuloProxy.listIterators_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
setFieldValue(AccumuloProxy.listIterators_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setFieldValue(AccumuloProxy.listLocalUsers_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
setFieldValue(AccumuloProxy.listLocalUsers_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setFieldValue(AccumuloProxy.listSplits_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setFieldValue(AccumuloProxy.listSplits_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setFieldValue(AccumuloProxy.listTables_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
setFieldValue(AccumuloProxy.listTables_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
setFieldValue(AccumuloProxy.login_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
setFieldValue(AccumuloProxy.login_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
setFieldValue(AccumuloProxy.mergeTablets_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setFieldValue(AccumuloProxy.mergeTablets_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
setFieldValue(AccumuloProxy.nextEntry_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
setFieldValue(AccumuloProxy.nextEntry_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setFieldValue(AccumuloProxy.nextK_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
setFieldValue(AccumuloProxy.nextK_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setFieldValue(AccumuloProxy.offlineTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
setFieldValue(AccumuloProxy.offlineTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
setFieldValue(AccumuloProxy.onlineTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
setFieldValue(AccumuloProxy.onlineTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
setFieldValue(AccumuloProxy.pingTabletServer_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
setFieldValue(AccumuloProxy.pingTabletServer_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
setFieldValue(AccumuloProxy.removeConstraint_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setFieldValue(AccumuloProxy.removeConstraint_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
setFieldValue(AccumuloProxy.removeIterator_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setFieldValue(AccumuloProxy.removeIterator_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
setFieldValue(AccumuloProxy.removeProperty_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
setFieldValue(AccumuloProxy.removeProperty_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
setFieldValue(AccumuloProxy.removeTableProperty_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setFieldValue(AccumuloProxy.removeTableProperty_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
setFieldValue(AccumuloProxy.renameTable_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setFieldValue(AccumuloProxy.renameTable_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setFieldValue(AccumuloProxy.revokeSystemPermission_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setFieldValue(AccumuloProxy.revokeSystemPermission_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
setFieldValue(AccumuloProxy.revokeTablePermission_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setFieldValue(AccumuloProxy.revokeTablePermission_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
setFieldValue(AccumuloProxy.setLocalityGroups_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
setFieldValue(AccumuloProxy.setLocalityGroups_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
setFieldValue(AccumuloProxy.setProperty_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setFieldValue(AccumuloProxy.setProperty_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
setFieldValue(AccumuloProxy.setTableProperty_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setFieldValue(AccumuloProxy.setTableProperty_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
setFieldValue(AccumuloProxy.splitRangeByTablets_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setFieldValue(AccumuloProxy.splitRangeByTablets_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setFieldValue(AccumuloProxy.tableExists_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
setFieldValue(AccumuloProxy.tableExists_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
setFieldValue(AccumuloProxy.tableIdMap_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
setFieldValue(AccumuloProxy.tableIdMap_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
setFieldValue(AccumuloProxy.testClassLoad_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setFieldValue(AccumuloProxy.testClassLoad_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
setFieldValue(AccumuloProxy.testTableClassLoad_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setFieldValue(AccumuloProxy.testTableClassLoad_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setFieldValue(AccumuloProxy.update_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
setFieldValue(AccumuloProxy.updateAndFlush_args._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setFieldValue(AccumuloProxy.updateAndFlush_result._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setFieldValue(AccumuloSecurityException._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
setFieldValue(ActiveCompaction._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setFieldValue(ActiveScan._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setFieldValue(BatchScanOptions._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setFieldValue(Column._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.Column
 
setFieldValue(ColumnUpdate._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setFieldValue(IteratorSetting._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setFieldValue(Key._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setFieldValue(KeyExtent._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setFieldValue(KeyValue._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
setFieldValue(KeyValueAndPeek._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
setFieldValue(MutationsRejectedException._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
setFieldValue(NoMoreEntriesException._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
setFieldValue(Range._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setFieldValue(ScanColumn._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
setFieldValue(ScanOptions._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setFieldValue(ScanResult._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
setFieldValue(TableExistsException._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
setFieldValue(TableNotFoundException._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
setFieldValue(UnknownScanner._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
setFieldValue(UnknownWriter._Fields, Object) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
setFieldValue(WriterOptions._Fields, Object) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setFieldValue(RemoteSpan._Fields, Object) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setFieldValue(SpanReceiver.span_args._Fields, Object) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
setFieldValue(TestService.checkTrace_args._Fields, Object) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
setFieldValue(TestService.checkTrace_result._Fields, Object) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
setFieldValue(TInfo._Fields, Object) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
setFileBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
setFileBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
setFileBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
setFilenames(List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
setFilenamesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
setFiles(List<String>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setFiles(Map<TKeyExtent, Map<String, MapFileInfo>>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setFilesIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setFilesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setFileSize(long) - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
setFileType(Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated.
since 1.5.0; This method does nothing. Only 'rf' type is supported.
setFinished(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setFinishedIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setFlush(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setFlush(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setFlushID(long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setFlushIDIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setFlushIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setFlushIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setForce(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setForceIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setFullScans(List<TKeyExtent>) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setFullScansIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Store the assigned locations in the data store.
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
setGoalState(MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
SetGoalState - Class in org.apache.accumulo.server.master.state
 
SetGoalState() - Constructor for class org.apache.accumulo.server.master.state.SetGoalState
 
setGoalStateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setGroups(Map<String, Set<String>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
SetGroupsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetGroupsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
setGroupsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
setHasNext(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
setHasNextIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
setHoldTime(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setHoldTimeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setIdleTime(long) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
Set the time after which idle connections should be closed
setIdleTime(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setIdleTime(long) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setIdleTimeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setIdleTimeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setImportDir(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setImportDir(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setImportDirIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setImportDirIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setIndex(Object) - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
setIndex(Object) - Method in interface org.apache.accumulo.core.file.blockfile.cache.CacheEntry
 
setIndexBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy within the file, while larger blocks mean a more shallow index hierarchy within the file.
setIndexBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy within the file, while larger blocks mean a more shallow index hierarchy within the file.
setIndexBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy within the file, while larger blocks mean a more shallow index hierarchy within the file.
setIndexCacheHits(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setIndexCacheHitsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setIndexCacheRequest(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setIndexCacheRequestIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setIndexColf(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
A convenience method for setting the index column family.
setInfiniteStartKey(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setInfiniteStartKeyIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setInfiniteStopKey(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setInfiniteStopKeyIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setIngestByteRate(double) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setIngestByteRateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setIngestRate(double) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setIngestRate(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setIngestRateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setIngestRateIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setInputFiles(List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setInputFiles(List<String>) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setInputFilesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setInputFilesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setInputInfo(Configuration, String, byte[], String, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
setInputTableName(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Sets the name of the input table, over which this job will scan.
setInputTableName(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the name of the input table, over which this job will scan.
setInputTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Sets the name of the input table, over which this job will scan.
setInstance(CommandLine) - Method in class org.apache.accumulo.core.client.mock.MockShell
 
setInstance(Configuration) - Static method in class org.apache.accumulo.core.util.CachedConfiguration
 
setInstance(CommandLine) - Method in class org.apache.accumulo.core.util.shell.Shell
 
setInstance(BaseRelativeTime) - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
setInstance(Tracer) - Static method in class org.apache.accumulo.trace.instrument.Tracer
 
setInstanceId(String) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setInstanceId(String) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setInstanceIdIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setInstanceIdIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setInstanceName(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setInstanceName(String) - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
setInterfaceMatch(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setInterfaceMatch(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setInterfaceMatchIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setInterfaceMatchIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setInterpreter(VisibilityInterpreter) - Static method in class org.apache.accumulo.core.security.VisibilityInterpreterFactory
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.SortedMapIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
setInterruptFlag(AtomicBoolean) - Method in interface org.apache.accumulo.core.iterators.system.InterruptibleIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.system.MapFileIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
setInterruptFlag(AtomicBoolean) - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
setInUse(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setInUseIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setIsolated(Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
setIsolated(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setIsolatedIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setIsolatedScan(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setIteratorClass(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Set the name of the class that implements the iterator.
setIteratorClass(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setIteratorClass(String) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setIteratorClassIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setIteratorClassIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setIteratorName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setIteratorNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setIterators(List<TIteratorSetting>) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setIteratorsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
setIteratorsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setIteratorsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setIteratorsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setIteratorsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setIteratorsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
SetIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetIterCommand
 
setIterName(String) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setIterName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setIterNameIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setIterNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setK(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
setKey(TKey) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
setKey(Key) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
setKey(Key) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
setKeyExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setKeyExtent(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setKeyExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setKeyExtentIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setKeyIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
setKeyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
setKeyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
setKeyValue(KeyValue) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
setKeyValueIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
setKIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
setLast(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setLastContact(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLastContactIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLastIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setLastKey(State, String) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setLastLog(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setLastLogIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setLastStatus(long) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setLastStatusIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setLatencyMs(long) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setLatencyMsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setLeft(BinaryTree<T>) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setLocalIterators(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Controls the use of the ClientSideIteratorScanner in this job.
setLocalIterators(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Controls the use of the ClientSideIteratorScanner in this job.
setLocalIterators(Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
setLocalIterators(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Controls the use of the ClientSideIteratorScanner in this job.
setLocalityGroup(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setLocalityGroup(String) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setLocalityGroupIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setLocalityGroupIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setLocalityGroups(String, Map<String, Set<Text>>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Sets a table's locality groups.
setLocalityGroups(String, Map<String, Set<Text>>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Sets a tables locality groups.
setLocalityGroups(Map<String, Set<Text>>) - Method in class org.apache.accumulo.core.client.mock.MockTable
 
setLocalityGroups(String, Map<String, Set<Text>>) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
setLocalityGroups(ByteBuffer, String, Map<String, Set<String>>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
setLocalityGroups(ByteBuffer, String, Map<String, Set<String>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.setLocalityGroups_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
setLocalityGroups(ByteBuffer, String, Map<String, Set<String>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.setLocalityGroups_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
setLocalityGroups(ByteBuffer, String, Map<String, Set<String>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
setLocalityGroups(ByteBuffer, String, Map<String, Set<String>>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
setLocation(Assignment) - Static method in class org.apache.accumulo.server.master.state.TabletStateStore
 
setLocations(String[]) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Tablet servers will update the data store with the location when they bring the tablet online
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setLogErrorsToConsole() - Method in class org.apache.accumulo.core.util.shell.Shell
 
setLogger(Log) - Method in class org.apache.accumulo.start.classloader.vfs.UniqueFileReplicator
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setLogin(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setLogin(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setLoginIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setLoginProperties(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
setLoginPropertiesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the log level for this job.
setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Sets the log level for this job.
setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the log level for this job.
setLogLevel(Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the log level for this job.
setLogLevel(Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
since 1.5.0; Use InputFormatBase.setLogLevel(Job, Level) instead.
setLogLevel(Class<?>, Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Sets the log level for this job.
setLogLevel(Level) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setLogSorts(List<RecoveryStatus>) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLogSortsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLookups(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLookupsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLossyness(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.TypedValueCombiner
A convenience method to set the "lossy" option on a TypedValueCombiner.
setMajors(Compacting) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMajors(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMajorsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMajorsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMasterGoalState(TInfo, TCredentials, MasterGoalState, AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
setMasterGoalState(TInfo, TCredentials, MasterGoalState, AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
setMasterGoalState(TInfo, TCredentials, MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
setMasterGoalState(TInfo, TCredentials, MasterGoalState) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
setMaxBufferSize(IteratorSetting, long) - Static method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Configure the maximum amount of memory that can be used for transformation.
setMaxColumns(IteratorSetting, int) - Static method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
A convenience method for setting the maximum number of columns to keep.
setMaxLatency(long, TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
Sets the maximum amount of time to hold the data in memory before flushing it to servers.
For no maximum, set to zero, or Long.MAX_VALUE with TimeUnit.MILLISECONDS.
setMaxLatency(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
setMaxLoops(long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setMaxLoopsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setMaxMemory(long) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
Sets the maximum memory to batch before writing.
setMaxMemory(long) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setMaxMemoryIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setMaxMutationBufferSize(Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
setMaxSize(long) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
setMaxSplits(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setMaxSplits(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setMaxSplitsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setMaxSplitsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setMaxVersions(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
setMaxVersions(IteratorSetting, int) - Static method in class org.apache.accumulo.core.iterators.user.VersioningIterator
Encode the maximum number of versions to return onto the ScanIterator
setMaxVisits(int) - Method in class org.apache.accumulo.test.randomwalk.State
 
setMaxWriteThreads(int) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
Sets the maximum number of threads to use for writing data to the tablet servers.
setMaxWriteThreads(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
setMerges(IteratorSetting, Collection<MergeInfo>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setMergeState(MergeInfo, MergeState) - Method in class org.apache.accumulo.server.master.Master
 
setMessage(String) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
setMessageIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
setMigrations(IteratorSetting, Collection<KeyExtent>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setMinors(Compacting) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMinors(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMinorsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMinorsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMockInstance(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Configures a MockInstance for this job.
setMockInstance(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Configures a MockInstance for this job.
setMockInstance(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Configures a MockInstance for this job.
setMockInstance(Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
setMockInstance(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Configures a MockInstance for this job.
setMockInstance(Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
setMockInstance(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Configures a MockInstance for this job.
setMockInstance(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setMore(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setMore(boolean) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
setMore(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
setMoreIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setMoreIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
setMoreIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
setMsg(String) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
setMsgIsSet(boolean) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
setMutation(TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setMutationIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setMutations(List<TMutation>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setMutationsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setName(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Set the iterator's name.
setName(String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
setName(String) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setName(String) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setName(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setName(String) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setNamedOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
setNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setNameIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setNegate(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.Filter
A convenience method for setting the negation option on a filter.
setNewTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setNewTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setNewTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setNewTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setNewTablets(List<TKeyExtent>) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
setNewTabletsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
setNssi(NoSuchScanIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
setNssi(NoSuchScanIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
setNssi(NoSuchScanIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
setNssi(NoSuchScanIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setNssiIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
setNssiIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
setNssiIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
setNssiIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setNste(NotServingTabletException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setNste(NotServingTabletException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
setNste(NotServingTabletException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setNste(NotServingTabletException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setNsteIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setNsteIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
setNsteIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setNsteIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setNum(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setNumberOfViolatingMutations(long) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setNumberOfViolatingMutationsIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setNumEntries(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setNumEntriesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setNumIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setNumScansBeforeSeek(IteratorSetting, int) - Static method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
convenience method to set the option to optimize the frequency of scans vs.
setNumSubBins(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
Sets the number of random sub-bins per range
setNumSubBins(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
Sets the number of random sub-bins per range
setNumTservers(int) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Calling this method is optional.
setOffline(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setOffline() - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
setOfflineTableScan(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Enable reading offline tables.
setOfflineTableScan(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Enable reading offline tables.
setOfflineTableScan(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Enable reading offline tables.
setOldTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setOldTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
setOldTablet(TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
setOldTabletIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
setOnlineTables(IteratorSetting, Set<String>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setOnlineTablets(int) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setOnlineTabletsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setOp(TableOperation) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setOp(TableOperation) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setOpaqueKeyEncryptionKeyID(String) - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
setOpaqueKeyEncryptionKeyID(String) - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
setOpid(long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setOpid(long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setOpid(long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setOpidIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setOpidIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setOpidIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setOpIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setOpIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setOptions(ScannerOptions, ScannerOptions) - Static method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
setOptions(Map<String, String>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setOptions(BatchScanOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setOptions(ScanOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setOptionsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setOptionsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setOptionsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setOpts(WriterOptions) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setOptsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setOsLoad(double) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setOsLoadIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
setOuch1(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
setOuch1(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
setOuch1(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
setOuch1(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch1(UnknownScanner) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
setOuch1(UnknownWriter) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
setOuch1(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
setOuch1(UnknownWriter) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
setOuch1(UnknownScanner) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setOuch1(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
setOuch1(TableExistsException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
setOuch1(NoMoreEntriesException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setOuch1(NoMoreEntriesException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
setOuch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
setOuch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
setOuch2(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
setOuch2(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
setOuch2(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch2(MutationsRejectedException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
setOuch2(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
setOuch2(MutationsRejectedException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setOuch2(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
setOuch2(UnknownScanner) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setOuch2(UnknownScanner) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setOuch2(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setOuch2IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
setOuch3(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch3(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setOuch3(TableExistsException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setOuch3(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
setOuch3(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
setOuch3(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setOuch3(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setOuch3(TableNotFoundException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setOuch3IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOuch4(TableExistsException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch4(AccumuloSecurityException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
setOuch4(TableExistsException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch4(MutationsRejectedException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOuch4IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
setOuch4IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
setOuch4IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
setOuch4IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOutch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setOutch1(AccumuloException) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOutch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setOutch1IsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
setOutputFile(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setOutputFile(String) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setOutputFileIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setOutputFileIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setOutputInfo(Configuration, String, byte[], boolean, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
setOwner(Path, String, String) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setParent(BinaryTree<T>) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setParentId(long) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setParentId(long) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
setParentIdIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setParentIdIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
setPart(PartialKey) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
setPartIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
setPartNextKey(TKey) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setPartNextKeyInclusive(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setPartNextKeyInclusiveIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setPartNextKeyIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setPartScan(TKeyExtent) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setPartScanIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setPassword(byte[]) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setPassword(byte[]) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setPassword(byte[]) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setPassword(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setPassword(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setPerm(SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setPerm(TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setPerm(SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setPerm(TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setPerm(SystemPermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setPerm(TablePermission) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setPermIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setPermIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setPermIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setPermIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setPermIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setPermIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setPermission(Path, FsPermission) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setPlaintextSecretKey(byte[]) - Method in class org.apache.accumulo.core.security.crypto.DefaultSecretKeyEncryptionStrategy.DefaultSecretKeyEncryptionStrategyContext
 
setPlaintextSecretKey(byte[]) - Method in interface org.apache.accumulo.core.security.crypto.SecretKeyEncryptionStrategyContext
 
setPlugin(CommandLine, Shell, String, String) - Method in class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
setPlugin(CommandLine, Shell, String, String) - Method in class org.apache.accumulo.core.util.shell.commands.ShellPluginConfigurationCommand
 
setPrevEndRow(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
Sets the previous extent's end row
setPrevEndRow(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setPrevEndRow(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setPrevEndRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setPrevEndRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setPrevEndRowIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setPrevEndRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setPrevKey(Key) - Method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setPrincipal(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setPrincipal(String) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setPrincipal(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
setPrincipal(String) - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setPrincipalIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
setPriority(int) - Method in class org.apache.accumulo.core.client.IteratorSetting
Set layer at which this iterator applies.
setPriority(int) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setPriority(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setPriority(int) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setPriorityIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setPriorityIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setPriorityIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setProgress(double) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setProgressIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setProperties(Map<String, String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setProperties(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setProperties(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setPropertiesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
setPropertiesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setPropertiesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
setPropertiesToExclude(Set<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setPropertiesToExcludeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setPropertiesToSet(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setPropertiesToSetIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
Sets an system property in zookeeper.
setProperty(String, String) - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
setProperty(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Sets a property on a table.
setProperty(String, String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Sets a property on a table
setProperty(String, String) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
setProperty(String, String, String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
setProperty(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setProperty(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setProperty(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setProperty(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setProperty(long, String, Serializable) - Method in class org.apache.accumulo.fate.AgeOffStore
 
setProperty(long, String, Serializable) - Method in interface org.apache.accumulo.fate.TStore
 
setProperty(long, String, Serializable) - Method in class org.apache.accumulo.fate.ZooStore
 
setProperty(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
setProperty(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.setProperty_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
setProperty(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.setProperty_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
setProperty(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
setProperty(ByteBuffer, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
setProperty(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
setProperty(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setProperty(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setProperty(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setPropertyIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setQueryByteRate(double) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setQueryByteRateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setQueryRate(double) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setQueryRate(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setQueryRateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setQueryRateIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setQueued(int) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
setQueuedIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
setQueueSumDev(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setQueueSumDevIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setQueueTime(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setQueueTimeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setRadix(IteratorSetting, int) - Static method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
A convenience method for setting the expected base/radix of the numbers
setRange(Range) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
setRange(Range) - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
setRange(Range) - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
setRange(Range) - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
setRange(Range) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setRange(Range) - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
setRange(Range) - Method in interface org.apache.accumulo.core.client.Scanner
Sets the range of keys to scan over.
setRange(IteratorSetting, String, String) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(IteratorSetting, String, boolean, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(IteratorSetting, long, long) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(IteratorSetting, long, boolean, long, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(TRange) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setRange(Range) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setRange(Range) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setRange(Range) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
setRange(Range) - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
setRangeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setRangeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setRangeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
setRanges(Collection<Range>) - Method in interface org.apache.accumulo.core.client.BatchDeleter
Allows deleting multiple ranges efficiently.
setRanges(Collection<Range>) - Method in interface org.apache.accumulo.core.client.BatchScanner
Allows scanning over multiple ranges efficiently.
setRanges(Collection<Range>) - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReader
 
setRanges(JobConf, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Sets the input ranges to scan for this job.
setRanges(Job, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the input ranges to scan for this job.
setRanges(Configuration, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
setRanges(Class<?>, Configuration, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Sets the input ranges to scan for this job.
setRanges(Collection<Range>) - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
 
setRanges(List<Range>) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setRangesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setReason(CompactionReason) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setReason(CompactionReason) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setReasonIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setReasonIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setRecs(long) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setRecsInMemory(long) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setRecsInMemoryIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setRecsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setRegexs(IteratorSetting, String, String, String, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.RegExFilter
Encode the terms to match against in the iterator.
setRegexs(IteratorSetting, String, String, String, String, boolean, boolean) - Static method in class org.apache.accumulo.core.iterators.user.RegExFilter
Encode the terms to match against in the iterator
setReplication(JobConf, int) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
Sets the file system replication factor for the resulting file, overriding the file system default.
setReplication(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Sets the file system replication factor for the resulting file, overriding the file system default.
setReplication(Class<?>, Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
Sets the file system replication factor for the resulting file, overriding the file system default.
setReplication(Path, short) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setResult(MultiScanResult) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
setResult(ScanResult) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
setResultIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
setResultIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
setResults(List<TKeyValue>) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setResults(List<TKeyValue>) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
setResults(List<KeyValue>) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
setResultsIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setResultsIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
setResultsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
setRight(BinaryTree<T>) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setRow(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setRow(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setRow(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setRow(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
setRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
setRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setRowIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setRowIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
setRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setRunning(int) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
setRunningIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
setRuntime(int) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setRuntimeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setSafeMode() - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
setSave(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setSaveIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setScanAuthorizations(JobConf, Authorizations) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Sets the Authorizations used to scan.
setScanAuthorizations(Job, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the Authorizations used to scan.
setScanAuthorizations(Class<?>, Configuration, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Sets the Authorizations used to scan.
setScanID(long) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
setScanID(long) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
setScanID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
setScanID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
setScanID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
setScanID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
setScanIDIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
setScanIDIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
setScanIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
setScanIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
setScanIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
setScanIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
setScanIsolation(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Controls the use of the IsolatedScanner in this job.
setScanIsolation(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Controls the use of the IsolatedScanner in this job.
setScanIsolation(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Controls the use of the IsolatedScanner in this job.
SetScanIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetScanIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetScanIterCommand
 
setScanner(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
setScanner(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
setScanner(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
setScanner(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
setScannerIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
setScannerIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
setScannerIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
setScannerIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
setScanOffline(Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
setScanRate(double) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setScanRateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setScans(Compacting) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setScansIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setScope(IteratorScope) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setScopeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setScopes(Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setScopes(Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setScopes(Set<IteratorScope>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setScopesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setScopesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setScopesIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setSeekSleepTime(IteratorSetting, long) - Static method in class org.apache.accumulo.test.functional.SlowIterator
 
setSender(String) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setSenderIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setServer(String) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setServerIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setServerName(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setServerName(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setServerNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setServerNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setServersShuttingDown(Set<String>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setServersShuttingDownIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setSetTime(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setSetTime(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setSetTime(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setSetTimeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setSetTimeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setSetTimeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setSetting(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setSetting(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setSettingIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setSettingIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
SetShellIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetShellIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetShellIterCommand
 
setShutdownExecutor(ExecutorService) - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
 
setSimulationMode(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Sets the directive to use simulation mode for this job.
setSimulationMode(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Sets the directive to use simulation mode for this job.
setSimulationMode(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated.
setSimulationMode(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
Sets the directive to use simulation mode for this job.
setSiteConfig(Map<String, String>) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
Calling this method is optional.
setSleepTime(IteratorSetting, long) - Static method in class org.apache.accumulo.test.functional.SlowIterator
 
setSlice(IteratorSetting, String, String) - Static method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
setSlice(IteratorSetting, String, boolean, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
setSortable(boolean) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
setSource(Scanner) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
Sets the source Scanner.
setSource(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
setSource(PeekingIterator<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
setSpan(RemoteSpan) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
setSpanId(long) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setSpanIdIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setSpanIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
setSplit(TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setSplitCreationTime(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setSplitCreationTimeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setSplitFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
setSplitFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
setSplitIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setSplitPoint(byte[]) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setSplitPoint(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setSplitPointIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setSplits(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setSplits(Set<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setSplitsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setSplitsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setSsiList(List<IterInfo>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setSsiList(List<IterInfo>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setSsiList(List<IterInfo>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setSsiList(List<IterInfo>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setSsiListIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setSsiListIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setSsiListIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setSsiListIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setSsio(Map<String, Map<String, String>>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setSsio(Map<String, Map<String, String>>) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setSsio(Map<String, Map<String, String>>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setSsio(Map<String, Map<String, String>>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setSsioIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setSsioIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setSsioIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setSsioIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setStart(TKey) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStart(IteratorSetting, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the start timestamp accepted by the timestamp filter.
setStart(IteratorSetting, long, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the start timestamp accepted by the timestamp filter.
setStart(Key) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStart(long) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setStarted(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setStartedIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setStartInclusive(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setStartInclusive(boolean) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStartInclusiveIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setStartInclusiveIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStartIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStartIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStartIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setStartKeyInclusive(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStartKeyInclusiveIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStartRow(byte[]) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setStartRow(byte[]) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setStartRow(byte[]) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setStartRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setStartRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setStartRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setStartRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setStartRow(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setStartRow(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setStartRowIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setState(MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setState(MasterState) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setState(ScanState) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setState(ScanState) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setState(MergeState) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
setStateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setStateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setStateIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setStateIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setStatus(String) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setStatus(TabletLoadState) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setStatus(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setStatus(long, ReadOnlyTStore.TStatus) - Method in class org.apache.accumulo.fate.AgeOffStore
 
setStatus(long, ReadOnlyTStore.TStatus) - Method in interface org.apache.accumulo.fate.TStore
Update the state of a given transaction
setStatus(long, ReadOnlyTStore.TStatus) - Method in class org.apache.accumulo.fate.ZooStore
 
setStatusIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setStatusIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setStatusIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setStop(TKey) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStop(Key) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStop(long) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setStopInclusive(boolean) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStopInclusiveIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStopIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStopIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Range
 
setStopIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setStopKeyInclusive(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStopKeyInclusiveIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStopTabletServers(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setStopTabletServersIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setSubCaption(String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
setSuccess(List<String>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
setSuccess(Map<String, String>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
setSuccess(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
setSuccess(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
setSuccess(Map<String, String>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
setSuccess(List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
setSuccess(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
setSuccess(Set<String>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
setSuccess(GCStatus) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
setSuccess(long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
setSuccess(MasterMonitorInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
setSuccess(long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
setSuccess(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
setSuccess(List<TKeyExtent>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
setSuccess(UpdateErrors) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
setSuccess(MultiScanResult) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
setSuccess(ScanResult) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setSuccess(List<ActiveCompaction>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
setSuccess(List<ActiveScan>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
setSuccess(TabletStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
setSuccess(TabletServerStatus) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
setSuccess(List<TabletStats>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
setSuccess(InitialMultiScan) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
setSuccess(InitialScan) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setSuccess(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
setSuccess(int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
setSuccess(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setSuccess(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setSuccess(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setSuccess(List<ActiveCompaction>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
setSuccess(List<ActiveScan>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
setSuccess(Key) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
setSuccess(IteratorSetting) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setSuccess(Map<String, Set<String>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setSuccess(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setSuccess(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setSuccess(Range) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
setSuccess(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
setSuccess(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
setSuccess(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setSuccess(List<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
setSuccess(List<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setSuccess(Map<String, Integer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setSuccess(Map<String, Set<IteratorScope>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setSuccess(Set<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setSuccess(List<ByteBuffer>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setSuccess(Set<String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
setSuccess(byte[]) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
setSuccess(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
setSuccess(KeyValueAndPeek) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setSuccess(ScanResult) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setSuccess(Set<Range>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
setSuccess(Map<String, String>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
setSumDev(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setSumDevIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setSvc(String) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setSvcIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setSysPerm(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setSysPerm(State, String, SystemPermission, boolean) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setSysPermIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setSystemConnector(State, Connector) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setSystemProperty(TInfo, TCredentials, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setSystemProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
setSystemProperty(TInfo, TCredentials, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setSystemProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
setSystemProperty(TInfo, TCredentials, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
setSystemProperty(TInfo, TCredentials, String, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
setSystemProperty(String, String) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
setSystemTimes(Mutation, long) - Method in class org.apache.accumulo.server.tabletserver.TabletTime
 
setSystemTimestamp(long) - Method in class org.apache.accumulo.core.data.ColumnUpdate
Deprecated.
use setTimestamp(long);
setSystemTimestamp(long) - Method in class org.apache.accumulo.server.data.ServerMutation
 
setSysUserName(State, String) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setSysUserName(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
setSysUserPass(State, byte[]) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setTable(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setTable(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setTable(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setTable(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setTable(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setTable(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setTable(String) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setTableExists(State, boolean) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setTableId(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTableId(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setTableId(String) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setTableId(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
Sets the extents table id
setTableId(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setTableId(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setTableId(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setTableId(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setTableId(String) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setTableIdIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
setTableIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setTableIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setTableIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setTableIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setTableIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setTableMap(Map<String, TableInfo>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setTableMap(Map<String, TableInfo>) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setTableMapIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setTableMapIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setTableName(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
setTableName(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setTableName(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTableName(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setTableName(String) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setTableName(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setTableName(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setTableName(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setTableName(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setTableName(String) - Method in class org.apache.accumulo.core.util.shell.Shell
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setTableName(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setTableName(State, String) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setTableName(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setTableNameIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
setTableNameIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
setTableProperties(CommandLine, Shell, int, Map<String, String>, String, String) - Method in class org.apache.accumulo.core.util.shell.commands.SetIterCommand
 
setTableProperties(CommandLine, Shell, int, Map<String, String>, String, String) - Method in class org.apache.accumulo.core.util.shell.commands.SetScanIterCommand
 
setTableProperties(CommandLine, Shell, int, Map<String, String>, String, String) - Method in class org.apache.accumulo.core.util.shell.commands.SetShellIterCommand
 
setTableProperty(TInfo, TCredentials, String, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setTableProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
setTableProperty(TInfo, TCredentials, String, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setTableProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
setTableProperty(TInfo, TCredentials, String, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
setTableProperty(TInfo, TCredentials, String, String, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
setTableProperty(ByteBuffer, String, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
setTableProperty(ByteBuffer, String, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.setTableProperty_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
setTableProperty(ByteBuffer, String, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.setTableProperty_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
setTableProperty(ByteBuffer, String, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
setTableProperty(ByteBuffer, String, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
setTableProperty(String, String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
setTablet(TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setTabletIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setTablets(int) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setTabletServer(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setTabletServerIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setTabletsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setTabPerm(State, String, TablePermission, boolean) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setTabUserExists(State, boolean) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setTabUserName(State, String) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setTabUserName(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
setTabUserPass(State, byte[]) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setTblPerm(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTblPermIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTerm(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
Encode the grep term as an option for a ScanIterator
setThreads(int) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setThreads(int) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setThreadsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
setThreadsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setTid(long) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTid(long) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
setTid(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setTidIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTidIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
setTidIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setTime - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setTime(long) - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
setTime - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
setTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.BatchScanner
Sets a timeout threshold for a server to respond.
setTimeout(long, TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
Sets the maximum amount of time an unresponsive server will be re-tried.
setTimeOut(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
Deprecated.
setTimeOut(int) - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
Deprecated.
setTimeOut(int) - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
Deprecated.
setTimeout(long, TimeUnit) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
setTimeOut(int) - Method in class org.apache.accumulo.core.client.IsolatedScanner
Deprecated.
setTimeOut(int) - Method in class org.apache.accumulo.core.client.mock.MockScanner
Deprecated.
setTimeOut(int) - Method in interface org.apache.accumulo.core.client.Scanner
setTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
This setting determines how long a scanner will automatically retry when a failure occurs.
setTimeOut(int) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
Deprecated.
setTimeout(long, TimeUnit) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
setTimeOut(int) - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
Deprecated.
setTimeoutMs(long) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setTimeoutMsIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
setTimes(Path, long, long) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setTimestamp(long) - Method in class org.apache.accumulo.core.data.Key
 
setTimestamp(long) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setTimestamp(long) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setTimestamp(long) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setTimestampIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setTimestampIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setTimestampIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.Key
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
setting - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
setting - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
setTitle(String) - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
setTmfe(TooManyFilesException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setTmfe(TooManyFilesException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setTmfeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setTmfeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setToAuth(TCredentials) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setToAuthIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setToken(AuthenticationToken) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setToken(byte[]) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setToken(ByteBuffer) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setToken(AuthenticationToken) - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
setTokenClassName(String) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setTokenClassNameIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setTokenIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
setTope(ThriftTableOperationException) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
setTopeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
setTraceId(long) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setTraceId(long) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
setTraceIdIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
setTraceIdIsSet(boolean) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
setTserver(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
setTserver(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
setTserver(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
setTServerInfo(List<TabletServerStatus>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setTServerInfoIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setTserverIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
setTserverIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
setTserverIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
setTTL(IteratorSetting, Long) - Static method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
A convenience method for setting the age off threshold.
setType(ConfigurationType) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
setType(TableOperationExceptionType) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setType(CompactionType) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setType(ScanType) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setType(TimeType) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setType(CompactionType) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setType(ScanType) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setTypeIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
setTypeIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setTypeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
setTypeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setTypeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setTypeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
setTypeIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setUnassignedTablets(int) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setUnassignedTabletsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setUnnamedOptionDescriptions(List<String>) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
setup(Mapper<List<Map.Entry<Key, Value>>, InputStream, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
setup(Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
setup(Mapper<LongWritable, NullWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
setup(Mapper<LogFileKey, LogFileValue, LogFileKey, LogFileValue>.Context) - Method in class org.apache.accumulo.server.metanalysis.FilterMeta.FilterMapper
 
setup(Mapper<LogFileKey, LogFileValue, Text, Mutation>.Context) - Method in class org.apache.accumulo.server.metanalysis.IndexMeta.IndexMapper
 
setup(Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.test.continuous.ContinuousMoru.CMapper
 
setup() - Method in class org.apache.accumulo.test.functional.FunctionalTest
 
setUp() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
setup(Mapper<LongWritable, Text, Text, Text>.Context) - Method in class org.apache.accumulo.test.functional.RunTests.TestMapper
 
Setup - Class in org.apache.accumulo.test.randomwalk.bulk
 
Setup() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.Setup
 
setUp(State) - Method in class org.apache.accumulo.test.randomwalk.concurrent.ConcurrentFixture
 
Setup - Class in org.apache.accumulo.test.randomwalk.concurrent
 
Setup() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.Setup
 
setUp(State) - Method in class org.apache.accumulo.test.randomwalk.Fixture
 
setUp(State) - Method in class org.apache.accumulo.test.randomwalk.image.ImageFixture
 
setUp(State) - Method in class org.apache.accumulo.test.randomwalk.multitable.MultiTableFixture
 
setUp(State) - Method in class org.apache.accumulo.test.randomwalk.security.SecurityFixture
 
setUp(State) - Method in class org.apache.accumulo.test.randomwalk.sequential.SequentialFixture
 
setUp(State) - Method in class org.apache.accumulo.test.randomwalk.shard.ShardFixture
 
setup() - Method in class org.apache.accumulo.test.scalability.Ingest
 
setup() - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
setUpdateID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setUpdateID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
setUpdateIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setUpdateIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
setUpIterator(int, String, String, BatchScanner, CommandLine) - Method in class org.apache.accumulo.core.util.shell.commands.EGrepCommand
 
setUpIterator(int, String, String, BatchScanner, CommandLine) - Method in class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
setupIterators(List<IteratorSetting>, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
Apply the configured iterators to the scanner.
setupIterators(JobConf, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
Apply the configured iterators from the configuration to the scanner.
setupIterators(List<IteratorSetting>, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Apply the configured iterators to the scanner.
setupIterators(TaskAttemptContext, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Apply the configured iterators from the configuration to the scanner.
SetupTable - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
SetupTable() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.SetupTable
 
setUser(String) - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
setUser(String) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
setUser(String) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setUser(String) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
setUser(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setUser(String) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setUserAuths(State, String, Authorizations) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
setUserIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
setUserIsSet(boolean) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
setValue(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
setValue(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
setValue(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setValue(String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setValue(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setValue(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setValue(byte[]) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setValue(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setValue(byte[]) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
setValue(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
setValueIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
setValueIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setValueIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setValueIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
setValueIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
setValueIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
setValueIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
setValues(List<ByteBuffer>) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setValuesIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setVerbose() - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
setVerifyChecksum(boolean) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setVersioningIter(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setVersioningIterIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
setViolationCode(short) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setViolationCodeIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setViolationDescription(String) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setViolationDescriptionIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setViolationSummaries(List<TConstraintViolationSummary>) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
setViolationSummaries(List<TConstraintViolationSummary>) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
setViolationSummariesIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
setViolationSummariesIsSet(boolean) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
setWait(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setWait(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setWaitForWrites(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setWaitForWrites(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setWaitForWritesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setWaitForWritesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setWaitIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
setWaitIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
setWhy(String) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
setWhyIsSet(boolean) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
setWorkingDirectory(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setWriter(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
setWriter(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
setWriter(String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
setWriterIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
setWriterIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
setWriterIsSet(boolean) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
Configures a ZooKeeperInstance for this job.
setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Configures a ZooKeeperInstance for this job.
setZooKeeperInstance(Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated.
since 1.5.0; This OutputFormat does not communicate with Accumulo. If this is needed, subclasses must implement their own configuration.
setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Configures a ZooKeeperInstance for this job.
setZooKeeperInstance(Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Configures a ZooKeeperInstance for this job.
setZooKeeperInstance(Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
setZooKeeperInstance(Class<?>, Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
Configures a ZooKeeperInstance for this job.
setZooKeepers(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
ShardedTableDistributionFormatter - Class in org.apache.accumulo.core.util.format
Formats the rows in a METADATA table scan to show distribution of shards over servers per day.
ShardedTableDistributionFormatter() - Constructor for class org.apache.accumulo.core.util.format.ShardedTableDistributionFormatter
 
ShardFixture - Class in org.apache.accumulo.test.randomwalk.shard
 
ShardFixture() - Constructor for class org.apache.accumulo.test.randomwalk.shard.ShardFixture
 
Shell - Class in org.apache.accumulo.core.util.shell
A convenient console interface to perform basic accumulo functions Includes auto-complete, help, and quoted strings with escape sequences
Shell() - Constructor for class org.apache.accumulo.core.util.shell.Shell
 
Shell(ConsoleReader, PrintWriter) - Constructor for class org.apache.accumulo.core.util.shell.Shell
 
Shell.Command - Class in org.apache.accumulo.core.util.shell
The Command class represents a command to be run in the shell.
Shell.Command() - Constructor for class org.apache.accumulo.core.util.shell.Shell.Command
 
Shell.Command.CompletionSet - Enum in org.apache.accumulo.core.util.shell
 
Shell.PrintFile - Class in org.apache.accumulo.core.util.shell
 
Shell.PrintFile(String) - Constructor for class org.apache.accumulo.core.util.shell.Shell.PrintFile
 
Shell.PrintLine - Interface in org.apache.accumulo.core.util.shell
 
Shell.PrintShell - Class in org.apache.accumulo.core.util.shell
 
Shell.PrintShell(ConsoleReader) - Constructor for class org.apache.accumulo.core.util.shell.Shell.PrintShell
 
ShellCommandException - Exception in org.apache.accumulo.core.util.shell
 
ShellCommandException(ShellCommandException.ErrorCode) - Constructor for exception org.apache.accumulo.core.util.shell.ShellCommandException
 
ShellCommandException(ShellCommandException.ErrorCode, String) - Constructor for exception org.apache.accumulo.core.util.shell.ShellCommandException
 
ShellCommandException.ErrorCode - Enum in org.apache.accumulo.core.util.shell
 
ShellCompletor - Class in org.apache.accumulo.core.util.shell
 
ShellCompletor() - Constructor for class org.apache.accumulo.core.util.shell.ShellCompletor
 
ShellCompletor(Token) - Constructor for class org.apache.accumulo.core.util.shell.ShellCompletor
 
ShellCompletor(Token, Map<Shell.Command.CompletionSet, Set<String>>) - Constructor for class org.apache.accumulo.core.util.shell.ShellCompletor
 
ShellOptions - Class in org.apache.accumulo.core.util.shell
Abstract class to encompass the Options available on the Accumulo Shell
ShellOptions() - Constructor for class org.apache.accumulo.core.util.shell.ShellOptions
 
ShellPluginConfigurationCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ShellServlet - Class in org.apache.accumulo.server.monitor.servlets
 
ShellServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.ShellServlet
 
ShowTrace - Class in org.apache.accumulo.server.monitor.servlets.trace
 
ShowTrace() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
 
ShowTraceLinkType - Class in org.apache.accumulo.server.monitor.servlets.trace
 
ShowTraceLinkType() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.ShowTraceLinkType
 
shutdown() - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
shutdown() - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
Shutdown the cache.
shutdown() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
shutdown() - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
shutdown(TInfo, TCredentials, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdown_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
shutdown(TInfo, TCredentials, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdown_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
shutdown(TInfo, TCredentials, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
shutdown(TInfo, TCredentials, boolean) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
shutdown() - Static method in class org.apache.accumulo.fate.zookeeper.ZooSession
 
Shutdown - Class in org.apache.accumulo.test.randomwalk.concurrent
 
Shutdown() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.Shutdown
 
shutdown() - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
shutdownNow() - Static method in class org.apache.accumulo.core.util.CleanUp
kills all threads created by internal Accumulo singleton resources.
shutdownNow() - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
shutdownTabletServer(TInfo, TCredentials, String, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdownTabletServer_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
shutdownTabletServer(TInfo, TCredentials, String, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdownTabletServer_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
shutdownTabletServer(TInfo, TCredentials, String, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
shutdownTabletServer(TInfo, TCredentials, String, boolean) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
shutdownTServer(TServerInstance) - Method in class org.apache.accumulo.server.master.Master
 
ShutdownTServer - Class in org.apache.accumulo.server.master.tserverOps
 
ShutdownTServer(TServerInstance, boolean) - Constructor for class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
SimpleBlockCache - Class in org.apache.accumulo.core.file.blockfile.cache
Simple one RFile soft reference cache.
SimpleBlockCache() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
Constructor
SimpleGarbageCollector - Class in org.apache.accumulo.server.gc
 
SimpleGarbageCollector() - Constructor for class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
SimpleThreadPool - Class in org.apache.accumulo.core.util
Create a simple thread pool using common parameters.
SimpleThreadPool(int, String) - Constructor for class org.apache.accumulo.core.util.SimpleThreadPool
 
SimpleTimer - Class in org.apache.accumulo.server.util.time
Generic singleton timer: don't use it if you are going to do anything that will take very long.
singleRestrictedWildCardSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name, prefix, or suffix (indicated by a wildcard '*' at the beginning or end of the term.
singleWildCardSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name that can contain a single wildcard '*' anywhere in the term.
SiteConfiguration - Class in org.apache.accumulo.core.conf
 
siteFile - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
size() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
size() - Method in class org.apache.accumulo.core.data.Mutation
 
size() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the size of this cache (number of cached blocks)
size() - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
size() - Method in class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
 
size() - Method in interface org.apache.accumulo.core.file.rfile.bcfile.RawComparable
Get the size of the byte range in the byte array.
size() - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Get the size of the serialized Version object.
size() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
size() - Method in class org.apache.accumulo.core.security.Authorizations
 
size() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
size() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
size() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
size() - Method in class org.apache.accumulo.server.util.MapCounter
 
SizeConstants - Class in org.apache.accumulo.core.file.blockfile.cache
 
SizeConstants() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
 
SIZEOF_BOOLEAN - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
 
SIZEOF_BYTE - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of byte in bytes
SIZEOF_CHAR - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of char in bytes
SIZEOF_DOUBLE - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of double in bytes
SIZEOF_FLOAT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of float in bytes
SIZEOF_INT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of int in bytes
SIZEOF_LONG - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of long in bytes
SIZEOF_SHORT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of short in bytes
skipBytes(int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
SkippingIterator - Class in org.apache.accumulo.core.iterators
Every call to SkippingIterator.next() and SkippingIterator.seek(Range, Collection, boolean) calls the parent's implementation and then calls the implementation's SkippingIterator.consume().
SkippingIterator() - Constructor for class org.apache.accumulo.core.iterators.SkippingIterator
 
skvIterator() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
skvIterator() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
sleep(long) - Static method in class org.apache.accumulo.core.util.UtilWaitThread
 
sleep(long) - Static method in class org.apache.accumulo.fate.util.UtilWaitThread
 
SleepCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SleepCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SleepCommand
 
SlowConstraint - Class in org.apache.accumulo.test.functional
 
SlowConstraint() - Constructor for class org.apache.accumulo.test.functional.SlowConstraint
 
SlowIterator - Class in org.apache.accumulo.test.functional
 
SlowIterator() - Constructor for class org.apache.accumulo.test.functional.SlowIterator
 
sortByStart(Collection<RemoteSpan>) - Static method in class org.apache.accumulo.core.trace.TraceDump
 
sortedColFams - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
SortedKeyIterator - Class in org.apache.accumulo.core.iterators
 
SortedKeyIterator() - Constructor for class org.apache.accumulo.core.iterators.SortedKeyIterator
 
SortedKeyIterator(SortedKeyIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.SortedKeyIterator
 
SortedKeyValueIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> - Interface in org.apache.accumulo.core.iterators
An iterator that supports iterating over key and value pairs.
SortedLogRecovery - Class in org.apache.accumulo.server.tabletserver.log
Extract Mutations for a tablet from a set of logs that have been sorted by operation and tablet.
SortedLogRecovery() - Constructor for class org.apache.accumulo.server.tabletserver.log.SortedLogRecovery
 
SortedMapIterator - Class in org.apache.accumulo.core.iterators
A simple iterator over a Java SortedMap Note that this class is intended as an in-memory replacement for RFile$Reader, so its behavior reflects the same assumptions; namely, that this iterator is not responsible for respecting the columnFamilies passed into seek().
SortedMapIterator(SortedMap<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.SortedMapIterator
 
SortTool - Class in org.apache.accumulo.test.randomwalk.shard
 
SortTool(String, String, String, Collection<Text>) - Constructor for class org.apache.accumulo.test.randomwalk.shard.SortTool
 
source - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
sources - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
SourceSwitchingIterator - Class in org.apache.accumulo.core.iterators.system
A SortedKeyValueIterator which presents a view over some section of data, regardless of whether or not it is backed by memory (InMemoryMap) or an RFile (InMemoryMap that was minor compacted to a file).
SourceSwitchingIterator(SourceSwitchingIterator.DataSource, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
SourceSwitchingIterator(SourceSwitchingIterator.DataSource) - Constructor for class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
SourceSwitchingIterator.DataSource - Interface in org.apache.accumulo.core.iterators.system
 
span(long, long, long, long, long, String, Map<String, String>) - Method in class org.apache.accumulo.trace.instrument.receivers.AsyncSpanReceiver
 
SPAN - Static variable in class org.apache.accumulo.trace.instrument.receivers.LogSpans
 
span(long, long, long, long, long, String, Map<String, String>) - Method in class org.apache.accumulo.trace.instrument.receivers.LogSpans
 
span(long, long, long, long, long, String, Map<String, String>) - Method in interface org.apache.accumulo.trace.instrument.receivers.SpanReceiver
 
Span - Interface in org.apache.accumulo.trace.instrument
Base interface for gathering and reporting statistics about a block of execution.
span(RemoteSpan, AsyncMethodCallback<SpanReceiver.AsyncClient.span_call>) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.AsyncClient
 
span(RemoteSpan, AsyncMethodCallback<SpanReceiver.AsyncClient.span_call>) - Method in interface org.apache.accumulo.trace.thrift.SpanReceiver.AsyncIface
 
span(RemoteSpan) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.Client
 
span(RemoteSpan) - Method in interface org.apache.accumulo.trace.thrift.SpanReceiver.Iface
 
span - Variable in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
spanId() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
spanId() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
spanId() - Method in interface org.apache.accumulo.trace.instrument.Span
A pseudo-unique (random) number assigned to this span instance
spanId - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
SpanReceiver - Interface in org.apache.accumulo.trace.instrument.receivers
The collector within a process that is the destination of Spans when a trace is running.
SpanReceiver - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver() - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver
 
SpanReceiver.AsyncClient - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.AsyncClient
 
SpanReceiver.AsyncClient.Factory - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.AsyncClient.Factory
 
SpanReceiver.AsyncClient.span_call - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.AsyncClient.span_call(RemoteSpan, AsyncMethodCallback<SpanReceiver.AsyncClient.span_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.AsyncClient.span_call
 
SpanReceiver.AsyncIface - Interface in org.apache.accumulo.trace.thrift
 
SpanReceiver.Client - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.Client(TProtocol) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.Client
 
SpanReceiver.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.Client
 
SpanReceiver.Client.Factory - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.Client.Factory() - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.Client.Factory
 
SpanReceiver.Iface - Interface in org.apache.accumulo.trace.thrift
 
SpanReceiver.Processor<I extends SpanReceiver.Iface> - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.Processor(I) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.Processor
 
SpanReceiver.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.Processor
 
SpanReceiver.Processor.span<I extends SpanReceiver.Iface> - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.Processor.span() - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.Processor.span
 
SpanReceiver.span_args - Class in org.apache.accumulo.trace.thrift
 
SpanReceiver.span_args() - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
SpanReceiver.span_args(RemoteSpan) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
SpanReceiver.span_args(SpanReceiver.span_args) - Constructor for class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
Performs a deep copy on other.
SpanReceiver.span_args._Fields - Enum in org.apache.accumulo.trace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
SpanTree - Class in org.apache.accumulo.core.trace
 
SpanTree() - Constructor for class org.apache.accumulo.core.trace.SpanTree
 
SpanTreeVisitor - Interface in org.apache.accumulo.core.trace
 
SparseColumnFamilyTest - Class in org.apache.accumulo.test.functional
This test recreates issue ACCUMULO-516.
SparseColumnFamilyTest() - Constructor for class org.apache.accumulo.test.functional.SparseColumnFamilyTest
 
split - Variable in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
 
split - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
split - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
split(byte[]) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
Split - Class in org.apache.accumulo.test.randomwalk.bulk
 
Split() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.Split
 
Split - Class in org.apache.accumulo.test.randomwalk.shard
 
Split() - Constructor for class org.apache.accumulo.test.randomwalk.shard.Split
 
splitCreationTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
splitDatafiles(Text, Text, double, Map<String, FileUtil.FileInfo>, SortedMap<String, MetadataTable.DataFileValue>, SortedMap<String, MetadataTable.DataFileValue>, SortedMap<String, MetadataTable.DataFileValue>, List<String>) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
splitKVCount(Value) - Static method in class org.apache.accumulo.server.tabletserver.MemValue
Takes a Value and will take out the embedded kvCount, and then return that value while replacing the Value with the original unembedded version
SplitLarge - Class in org.apache.accumulo.core.file.rfile
Split an RFile into large and small key/value files.
SplitLarge() - Constructor for class org.apache.accumulo.core.file.rfile.SplitLarge
 
splitNullSepText(Text) - Static method in class org.apache.accumulo.examples.simple.filedata.KeyUtil
Split a text object using a null byte separator into an array of strings.
splitPoint - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
splitRangeByTablets(String, Range, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
splitRangeByTablets(String, Range, int) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
splitRangeByTablets(String, Range, int) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
splitRangeByTablets(ByteBuffer, String, Range, int) - Method in class org.apache.accumulo.proxy.ProxyServer
 
splitRangeByTablets(ByteBuffer, String, Range, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
splitRangeByTablets(ByteBuffer, String, Range, int, AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
splitRangeByTablets(ByteBuffer, String, Range, int) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
splitRangeByTablets(ByteBuffer, String, Range, int) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
SplitRecoveryTest - Class in org.apache.accumulo.test.functional
 
SplitRecoveryTest() - Constructor for class org.apache.accumulo.test.functional.SplitRecoveryTest
 
SplitReportMessage - Class in org.apache.accumulo.server.tabletserver.mastermessage
 
SplitReportMessage(KeyExtent, Map<KeyExtent, Text>) - Constructor for class org.apache.accumulo.server.tabletserver.mastermessage.SplitReportMessage
 
SplitReportMessage(KeyExtent, KeyExtent, Text, KeyExtent, Text) - Constructor for class org.apache.accumulo.server.tabletserver.mastermessage.SplitReportMessage
 
splits - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
splits - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
splitTablet(TInfo, TCredentials, TKeyExtent, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.splitTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
splitTablet(TInfo, TCredentials, TKeyExtent, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.splitTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
splitTablet(TInfo, TCredentials, TKeyExtent, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
splitTablet(TInfo, TCredentials, TKeyExtent, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
splitTablet(ZooLock, KeyExtent, Text) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
splitTablet(KeyExtent, Text, double, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
splitTablet(TInfo, TCredentials, TKeyExtent, ByteBuffer) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
ssiList - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
ssiList - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
ssiList - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
ssiList - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
ssio - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
ssio - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
ssio - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
ssio - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
StackOverflowException - Exception in org.apache.accumulo.fate
 
StackOverflowException(String) - Constructor for exception org.apache.accumulo.fate.StackOverflowException
 
start() - Method in class org.apache.accumulo.core.client.mock.MockShell
 
start - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
START - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
start(String[]) - Method in class org.apache.accumulo.core.util.Merge
 
start(String) - Method in class org.apache.accumulo.core.util.OpTimer
 
start() - Method in class org.apache.accumulo.core.util.shell.Shell
 
start(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
start() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
Starts Accumulo and Zookeeper processes.
start - Variable in class org.apache.accumulo.proxy.thrift.Range
 
start() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
start(AccumuloConfiguration, Property) - Static method in class org.apache.accumulo.server.util.FileSystemMonitor
 
start(String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
start() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
start() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
start() - Method in interface org.apache.accumulo.trace.instrument.Span
Begin gathering timing information
start(String) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
start(String) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
start - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
START_BOUND - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
START_INCL - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
START_INCLUSIVE - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
 
START_ROW_OPT - Static variable in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
StartAll - Class in org.apache.accumulo.test.randomwalk.concurrent
 
StartAll() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.StartAll
 
startDebugLogging() - Method in class org.apache.accumulo.core.cli.ClientOpts
 
startDefaultLocalityGroup() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
startDefaultLocalityGroup() - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
startDefaultLocalityGroup() - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
started - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
startHsHaServer(int, TProcessor, String, String, int, long, long) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
startInclusive - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
startInclusive - Variable in class org.apache.accumulo.proxy.thrift.Range
 
startKeyInclusive - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
startListeningForTabletServerChanges() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
startLocalOutput(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
startMultiScan(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.startMultiScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
startMultiScan(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.startMultiScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
startMultiScan(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
startMultiScan(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
startMultiScan(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
startNewLocalityGroup(String, Set<ByteSequence>) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
startNewLocalityGroup(String, Set<ByteSequence>) - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
startNewLocalityGroup(String, Set<ByteSequence>) - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
startProcessing(DistributedWorkQueue.Processor, ThreadPoolExecutor) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
startRow - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
startRow - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
startRow - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
startRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
startRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
startRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
startRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
startRow - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
startRowOpt() - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
startScan(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
startScan(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
startScan(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
startScan(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
startScan(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
startServer(AccumuloConfiguration, Property, TProcessor, String, String, Property, Property, Property, Property) - Static method in class org.apache.accumulo.server.util.TServerUtils
Start a server, at the given port, or higher, if that port is not available.
startThread(Span, String) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
startThread(Span, String) - Method in class org.apache.accumulo.trace.instrument.Tracer
 
startThreadPoolServer(int, TProcessor, String, String, int) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
startTimer() - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
startTracing(String) - Method in class org.apache.accumulo.core.cli.ClientOpts
 
startTransaction() - Method in class org.apache.accumulo.fate.Fate
 
startTServer(int, TProcessor, String, String, int, long, long) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
startUpdate(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.startUpdate_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
startUpdate(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.startUpdate_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
startUpdate(TInfo, TCredentials) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
startUpdate(TInfo, TCredentials) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
startUpdate(TInfo, TCredentials) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
startWatchingForRecoveryLogs(ThreadPoolExecutor) - Method in class org.apache.accumulo.server.tabletserver.log.LogSorter
 
Stat - Class in org.apache.accumulo.core.util
 
Stat() - Constructor for class org.apache.accumulo.core.util.Stat
 
state - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
state - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
state - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
state - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
state - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
State - Class in org.apache.accumulo.test.randomwalk
 
stateChanged(String, TableState) - Method in class org.apache.accumulo.server.master.Master
 
stateChanged(String, TableState) - Method in interface org.apache.accumulo.server.master.state.tables.TableObserver
 
StatisticsDisplayFormatter - Class in org.apache.accumulo.core.util.format
Does not show contents from scan, only displays statistics.
StatisticsDisplayFormatter() - Constructor for class org.apache.accumulo.core.util.format.StatisticsDisplayFormatter
 
StatsCombiner - Class in org.apache.accumulo.examples.simple.combiner
This combiner calculates the max, min, sum, and count of long integers represented as strings in values.
StatsCombiner() - Constructor for class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
StatsIterator - Class in org.apache.accumulo.core.iterators.system
 
StatsIterator(SortedKeyValueIterator<Key, Value>, AtomicLong, AtomicLong) - Constructor for class org.apache.accumulo.core.iterators.system.StatsIterator
 
status - Variable in class org.apache.accumulo.core.master.thrift.DeadServer
 
status - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
status - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
stillMaster() - Method in class org.apache.accumulo.server.master.Master
 
stop - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
stop(String) - Method in class org.apache.accumulo.core.util.OpTimer
 
stop(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
stop() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
Stops Accumulo and Zookeeper processes.
stop - Variable in class org.apache.accumulo.proxy.thrift.Range
 
stop() - Method in class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
stop() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
stop(String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
stop() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
stop() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
stop() - Method in interface org.apache.accumulo.trace.instrument.Span
The block has completed, stop the clock
stop - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
stopIfActive(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
stopInclusive - Variable in class org.apache.accumulo.proxy.thrift.Range
 
stopKeyInclusive - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
stopMetadataAssignments() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
stopNormalAssignments() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
stopSplits() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
StopTabletServer - Class in org.apache.accumulo.test.randomwalk.concurrent
 
StopTabletServer() - Constructor for class org.apache.accumulo.test.randomwalk.concurrent.StopTabletServer
 
stopTabletServers - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
stopTimer(long, long) - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
stopTracing() - Method in class org.apache.accumulo.core.cli.ClientOpts
 
stopTracing() - Method in class org.apache.accumulo.trace.instrument.Tracer
 
stopTServer(TServer) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
StopWatch<K extends Enum<K>> - Class in org.apache.accumulo.core.util
 
StopWatch(Class<K>) - Constructor for class org.apache.accumulo.core.util.StopWatch
 
Stream<T> - Class in org.apache.accumulo.test.stress.random
Base class to model an infinite stream of data.
Stream() - Constructor for class org.apache.accumulo.test.stress.random.Stream
 
strictlyPositive(int) - Static method in class org.apache.accumulo.core.util.ArgumentChecker
 
STRING - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
String overhead
STRING_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
STRING_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
 
stringify(FileObject[]) - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
StringMax - Class in org.apache.accumulo.core.iterators.aggregation
Deprecated.
since 1.4, replaced by MaxCombiner with LongCombiner.Type.STRING
StringMax() - Constructor for class org.apache.accumulo.core.iterators.aggregation.StringMax
Deprecated.
 
StringMin - Class in org.apache.accumulo.core.iterators.aggregation
Deprecated.
since 1.4, replaced by MinCombiner with LongCombiner.Type.STRING
StringMin() - Constructor for class org.apache.accumulo.core.iterators.aggregation.StringMin
Deprecated.
 
StringSummation - Class in org.apache.accumulo.core.iterators.aggregation
Deprecated.
since 1.4, replaced by SummingCombiner with LongCombiner.Type.STRING
StringSummation() - Constructor for class org.apache.accumulo.core.iterators.aggregation.StringSummation
Deprecated.
 
stringTopKey(SortedKeyValueIterator<Key, Value>) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
StringType<T> - Class in org.apache.accumulo.server.monitor.util.celltypes
 
StringType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
StringUtil - Class in org.apache.accumulo.core.util
 
StringUtil() - Constructor for class org.apache.accumulo.core.util.StringUtil
 
submit(Callable<T>) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
submit(Runnable, T) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
submit(Runnable) - Method in class org.apache.accumulo.trace.instrument.TraceExecutorService
 
subSequence(int, int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
subSequence(int, int) - Method in class org.apache.accumulo.core.data.ByteSequence
 
subSequence(int, int) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
success(AsyncMethodCallback<ThriftTest.AsyncClient.success_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient
 
success(AsyncMethodCallback<ThriftTest.AsyncClient.success_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncIface
 
success() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
success() - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.Iface
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
success - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
success - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
success - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
success - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
success - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
success - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
success - Variable in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
sum - Variable in class org.apache.accumulo.test.continuous.Histogram
 
sumDev - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
summarize() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
summarizeTableStats(MasterMonitorInfo) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
summarizeTableStats(TabletServerStatus) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
Summary - Class in org.apache.accumulo.server.monitor.servlets.trace
 
Summary() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
SummingArrayCombiner - Class in org.apache.accumulo.core.iterators.user
A Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.
SummingArrayCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
SummingArrayCombiner.DOSArrayEncoder<V> - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.DOSArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
 
SummingArrayCombiner.FixedLongArrayEncoder - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.FixedLongArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.FixedLongArrayEncoder
 
SummingArrayCombiner.StringArrayEncoder - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.StringArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
 
SummingArrayCombiner.Type - Enum in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.VarLongArrayEncoder - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.VarLongArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.VarLongArrayEncoder
 
SummingCombiner - Class in org.apache.accumulo.core.iterators.user
A Combiner that interprets Values as Longs and returns their sum.
SummingCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.SummingCombiner
 
supportsLocalityGroups() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
supportsLocalityGroups() - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
supportsLocalityGroups() - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
SUPPRESS_ROW_VALUE - Static variable in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
svc - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
switchNow() - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
sync(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReader
 
sync(String) - Method in interface org.apache.accumulo.fate.zookeeper.IZooReaderWriter
 
sync(String) - Method in class org.apache.accumulo.fate.zookeeper.ZooReader
 
SynchronizedIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> - Class in org.apache.accumulo.core.iterators.system
Wraps a SortedKeyValueIterator so that all of its methods are synchronized.
SynchronizedIterator() - Constructor for class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
SynchronizedIterator(SortedKeyValueIterator<K, V>) - Constructor for class org.apache.accumulo.core.iterators.system.SynchronizedIterator
 
sysPerm - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
SYSTEM_PRINCIPAL - Static variable in class org.apache.accumulo.server.security.SecurityConstants
 
SystemConstraint - Class in org.apache.accumulo.server.constraints
 
SystemConstraint() - Constructor for class org.apache.accumulo.server.constraints.SystemConstraint
 
SystemPermission - Enum in org.apache.accumulo.core.security
 
SystemPermission - Enum in org.apache.accumulo.proxy.thrift
 
SystemPermissionsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SystemPermissionsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SystemPermissionsCommand
 
SystemPropUtil - Class in org.apache.accumulo.server.util
 
SystemPropUtil() - Constructor for class org.apache.accumulo.server.util.SystemPropUtil
 
SystemTime - Class in org.apache.accumulo.server.util.time
The most obvious implementation of ProvidesTime.
SystemTime() - Constructor for class org.apache.accumulo.server.util.time.SystemTime
 
SystemToken - Class in org.apache.accumulo.server.client.security.token
 
SystemToken(byte[]) - Constructor for class org.apache.accumulo.server.client.security.token.SystemToken
 
sysUserPassTransient(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 

T

table - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
 
table - Variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
table - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
table - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
table - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
table - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
Table - Class in org.apache.accumulo.server.monitor.util
 
Table(String, String) - Constructor for class org.apache.accumulo.server.monitor.util.Table
 
Table(String, String, String) - Constructor for class org.apache.accumulo.server.monitor.util.Table
 
TABLE_TABLET_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
TableColumn<T> - Class in org.apache.accumulo.server.monitor.util
 
TableColumn(String, CellType<T>, String) - Constructor for class org.apache.accumulo.server.monitor.util.TableColumn
 
TableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TableCommand
 
TableConfiguration - Class in org.apache.accumulo.server.conf
 
TableConfiguration(String, String, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.TableConfiguration
 
TableConfiguration(String, Instance, String, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.TableConfiguration
 
TableCounts - Class in org.apache.accumulo.server.master.state
 
TableCounts() - Constructor for class org.apache.accumulo.server.master.state.TableCounts
 
TableDeletedException - Exception in org.apache.accumulo.core.client
This exception is thrown if a table is deleted after an operation starts.
TableDeletedException(String) - Constructor for exception org.apache.accumulo.core.client.TableDeletedException
 
TableDiskUsage - Class in org.apache.accumulo.core.util
 
TableDiskUsage() - Constructor for class org.apache.accumulo.core.util.TableDiskUsage
 
TableDiskUsage - Class in org.apache.accumulo.server.util
 
TableDiskUsage() - Constructor for class org.apache.accumulo.server.util.TableDiskUsage
 
TableDiskUsage.Printer - Interface in org.apache.accumulo.core.util
 
tableExists(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
tableExists(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.tableExists_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
tableExists(ByteBuffer, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.tableExists_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
tableExists(ByteBuffer, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
tableExists(ByteBuffer, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
TableExistsException - Exception in org.apache.accumulo.core.client
Thrown when the table specified already exists, and it was expected that it didn't
TableExistsException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
 
TableExistsException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
 
TableExistsException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
 
TableExistsException - Exception in org.apache.accumulo.proxy.thrift
 
TableExistsException() - Constructor for exception org.apache.accumulo.proxy.thrift.TableExistsException
 
TableExistsException(String) - Constructor for exception org.apache.accumulo.proxy.thrift.TableExistsException
 
TableExistsException(TableExistsException) - Constructor for exception org.apache.accumulo.proxy.thrift.TableExistsException
Performs a deep copy on other.
TableExistsException._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
tableId - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
tableId - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
tableId - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
tableId - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
tableId - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
tableId - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
tableId - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
tableId - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
tableId - Variable in class org.apache.accumulo.proxy.thrift.KeyExtent
 
tableIdMap() - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Get a mapping of table name to internal table id.
tableIdMap() - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Get a mapping of table name to internal table id.
tableIdMap() - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
tableIdMap(ByteBuffer) - Method in class org.apache.accumulo.proxy.ProxyServer
 
tableIdMap(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.tableIdMap_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
tableIdMap(ByteBuffer, AsyncMethodCallback<AccumuloProxy.AsyncClient.tableIdMap_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
tableIdMap(ByteBuffer) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
tableIdMap(ByteBuffer) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
TableInfo - Class in org.apache.accumulo.core.master.thrift
 
TableInfo() - Constructor for class org.apache.accumulo.core.master.thrift.TableInfo
 
TableInfo(long, long, int, int, double, double, double, double, Compacting, Compacting, Compacting, double) - Constructor for class org.apache.accumulo.core.master.thrift.TableInfo
 
TableInfo(TableInfo) - Constructor for class org.apache.accumulo.core.master.thrift.TableInfo
Performs a deep copy on other.
TableInfo._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TableLinkType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
TableLinkType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
TableLoadBalancer - Class in org.apache.accumulo.server.master.balancer
 
TableLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
TableManager - Class in org.apache.accumulo.server.master.state.tables
 
TableManager.IllegalTableTransitionException - Exception in org.apache.accumulo.server.master.state.tables
 
TableManager.IllegalTableTransitionException(TableState, TableState) - Constructor for exception org.apache.accumulo.server.master.state.tables.TableManager.IllegalTableTransitionException
 
tableMap - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
tableMap - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
tableName - Variable in class org.apache.accumulo.core.cli.ClientOnRequiredTable
 
tableName - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
tableName - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
tableName - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
tableName - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
tableName - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
tableName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
tableName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
tableName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
tableName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
tableName - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
TableNotFoundException - Exception in org.apache.accumulo.core.client
Thrown when the table specified doesn't exist when it was expected to
TableNotFoundException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
 
TableNotFoundException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
 
TableNotFoundException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
 
TableNotFoundException - Exception in org.apache.accumulo.proxy.thrift
 
TableNotFoundException() - Constructor for exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
TableNotFoundException(String) - Constructor for exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
TableNotFoundException(TableNotFoundException) - Constructor for exception org.apache.accumulo.proxy.thrift.TableNotFoundException
Performs a deep copy on other.
TableNotFoundException._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TableObserver - Interface in org.apache.accumulo.server.master.state.tables
 
TableOfflineException - Exception in org.apache.accumulo.core.client
 
TableOfflineException(Instance, String) - Constructor for exception org.apache.accumulo.core.client.TableOfflineException
 
tableOfMetadataRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
TableOp - Class in org.apache.accumulo.test.randomwalk.image
 
TableOp() - Constructor for class org.apache.accumulo.test.randomwalk.image.TableOp
 
TableOp - Class in org.apache.accumulo.test.randomwalk.security
 
TableOp() - Constructor for class org.apache.accumulo.test.randomwalk.security.TableOp
 
TableOperation - Enum in org.apache.accumulo.core.client.impl.thrift
 
TableOperation - Enum in org.apache.accumulo.core.master.thrift
 
TableOperation - Class in org.apache.accumulo.core.util.shell.commands
 
TableOperation() - Constructor for class org.apache.accumulo.core.util.shell.commands.TableOperation
 
TableOperationExceptionType - Enum in org.apache.accumulo.core.client.impl.thrift
 
TableOperations - Interface in org.apache.accumulo.core.client.admin
Provides a class for administering tables
tableOperations() - Method in class org.apache.accumulo.core.client.Connector
Retrieves a TableOperations object to perform table functions, such as create and delete.
tableOperations() - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
tableOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
TableOperationsHelper - Class in org.apache.accumulo.core.client.admin
 
TableOperationsHelper() - Constructor for class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
TableOperationsImpl - Class in org.apache.accumulo.core.client.admin
Provides a class for administering tables
TableOperationsImpl(Instance, TCredentials) - Constructor for class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
tableOpt() - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
tableOpt(String) - Static method in class org.apache.accumulo.core.util.shell.commands.OptUtil
 
tableOption - Static variable in class org.apache.accumulo.core.util.shell.ShellOptions
 
TablePermission - Enum in org.apache.accumulo.core.security
 
TablePermission - Enum in org.apache.accumulo.proxy.thrift
 
TablePermissionsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TablePermissionsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TablePermissionsCommand
 
TablePropUtil - Class in org.apache.accumulo.server.util
 
TablePropUtil() - Constructor for class org.apache.accumulo.server.util.TablePropUtil
 
TableRangeOp - Class in org.apache.accumulo.server.master.tableOps
 
TableRangeOp(MergeInfo.Operation, String, Text, Text) - Constructor for class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
tableRow(StringBuilder, boolean, Object...) - Static method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
TableRow - Class in org.apache.accumulo.server.monitor.util
 
Tables - Class in org.apache.accumulo.core.client.impl
 
Tables() - Constructor for class org.apache.accumulo.core.client.impl.Tables
 
TablesCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TablesCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TablesCommand
 
TablesServlet - Class in org.apache.accumulo.server.monitor.servlets
 
TablesServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.TablesServlet
 
TableState - Enum in org.apache.accumulo.core.master.state.tables
 
TableStateType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
TableStateType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
TableStats - Class in org.apache.accumulo.server.master.state
 
TableStats() - Constructor for class org.apache.accumulo.server.master.state.TableStats
 
tablet - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
tablet - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
tablet - Variable in class org.apache.accumulo.server.master.state.Assignment
 
tablet - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
Tablet - Class in org.apache.accumulo.server.tabletserver
this class just provides an interface to read from a MapFile mostly takes care of reporting start and end keys need this because a single row extent can have multiple columns this manages all the columns (each handled by a store) for a single row-extent
Tablet(TabletServer, Text, KeyExtent, TabletServerResourceManager.TabletResourceManager, SortedMap<Key, Value>) - Constructor for class org.apache.accumulo.server.tabletserver.Tablet
 
Tablet(TabletServer, Text, KeyExtent, TabletServerResourceManager.TabletResourceManager, SortedMap<String, MetadataTable.DataFileValue>, String, long, long) - Constructor for class org.apache.accumulo.server.tabletserver.Tablet
 
Tablet.CommitSession - Class in org.apache.accumulo.server.tabletserver
 
Tablet.KVEntry - Class in org.apache.accumulo.server.tabletserver
 
Tablet.KVEntry(Key, Value) - Constructor for class org.apache.accumulo.server.tabletserver.Tablet.KVEntry
 
Tablet.KVReceiver - Interface in org.apache.accumulo.server.tabletserver
 
Tablet.TabletClosedException - Exception in org.apache.accumulo.server.tabletserver
 
Tablet.TabletClosedException(Exception) - Constructor for exception org.apache.accumulo.server.tabletserver.Tablet.TabletClosedException
 
Tablet.TabletClosedException() - Constructor for exception org.apache.accumulo.server.tabletserver.Tablet.TabletClosedException
 
tablet_extent - Variable in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
TABLET_HIST - Static variable in class org.apache.accumulo.server.tabletserver.TLevel
 
tablet_location - Variable in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
TabletBalancer - Class in org.apache.accumulo.server.master.balancer
 
TabletBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer
 
TabletBalancer.BalancerProblem - Class in org.apache.accumulo.server.master.balancer
A deferred call descendent TabletBalancers use to log why they can't continue.
TabletBalancer.BalancerProblem(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
 
TabletBalancer.NoTservers - Class in org.apache.accumulo.server.master.balancer
If a TabletBalancer requires active tservers, it should use this problem to indicate when there are none.
TabletBalancer.NoTservers(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.NoTservers
 
TabletBalancer.OutstandingMigrations - Class in org.apache.accumulo.server.master.balancer
If a TabletBalancer only balances when there are no outstanding migrations, it should use this problem to indicate when they exist.
TabletBalancer.OutstandingMigrations(Logger) - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
 
TabletClientService - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService
 
TabletClientService.applyUpdates_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.applyUpdates_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
TabletClientService.applyUpdates_args(TInfo, long, TKeyExtent, List<TMutation>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
TabletClientService.applyUpdates_args(TabletClientService.applyUpdates_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
Performs a deep copy on other.
TabletClientService.applyUpdates_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.AsyncClient - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
TabletClientService.AsyncClient.applyUpdates_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.applyUpdates_call(TInfo, long, TKeyExtent, List<TMutation>, AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.applyUpdates_call
 
TabletClientService.AsyncClient.bulkImport_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.bulkImport_call(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.bulkImport_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.bulkImport_call
 
TabletClientService.AsyncClient.chop_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.chop_call(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.chop_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.chop_call
 
TabletClientService.AsyncClient.closeMultiScan_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.closeMultiScan_call(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeMultiScan_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeMultiScan_call
 
TabletClientService.AsyncClient.closeScan_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.closeScan_call(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeScan_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeScan_call
 
TabletClientService.AsyncClient.closeUpdate_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.closeUpdate_call(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeUpdate_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeUpdate_call
 
TabletClientService.AsyncClient.compact_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.compact_call(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.compact_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.compact_call
 
TabletClientService.AsyncClient.continueMultiScan_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.continueMultiScan_call(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueMultiScan_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.continueMultiScan_call
 
TabletClientService.AsyncClient.continueScan_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.continueScan_call(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueScan_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.continueScan_call
 
TabletClientService.AsyncClient.Factory - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.Factory
 
TabletClientService.AsyncClient.fastHalt_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.fastHalt_call(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.fastHalt_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.fastHalt_call
 
TabletClientService.AsyncClient.flush_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.flush_call(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.flush_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.flush_call
 
TabletClientService.AsyncClient.flushTablet_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.flushTablet_call(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.flushTablet_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.flushTablet_call
 
TabletClientService.AsyncClient.getActiveCompactions_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.getActiveCompactions_call(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveCompactions_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getActiveCompactions_call
 
TabletClientService.AsyncClient.getActiveScans_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.getActiveScans_call(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveScans_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getActiveScans_call
 
TabletClientService.AsyncClient.getHistoricalStats_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.getHistoricalStats_call(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getHistoricalStats_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getHistoricalStats_call
 
TabletClientService.AsyncClient.getTabletServerStatus_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.getTabletServerStatus_call(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletServerStatus_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getTabletServerStatus_call
 
TabletClientService.AsyncClient.getTabletStats_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.getTabletStats_call(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletStats_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getTabletStats_call
 
TabletClientService.AsyncClient.halt_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.halt_call(TInfo, TCredentials, String, AsyncMethodCallback<TabletClientService.AsyncClient.halt_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.halt_call
 
TabletClientService.AsyncClient.loadTablet_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.loadTablet_call(TInfo, TCredentials, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.loadTablet_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.loadTablet_call
 
TabletClientService.AsyncClient.removeLogs_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.removeLogs_call(TInfo, TCredentials, List<String>, AsyncMethodCallback<TabletClientService.AsyncClient.removeLogs_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.removeLogs_call
 
TabletClientService.AsyncClient.splitTablet_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.splitTablet_call(TInfo, TCredentials, TKeyExtent, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.splitTablet_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.splitTablet_call
 
TabletClientService.AsyncClient.startMultiScan_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.startMultiScan_call(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.startMultiScan_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startMultiScan_call
 
TabletClientService.AsyncClient.startScan_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.startScan_call(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startScan_call
 
TabletClientService.AsyncClient.startUpdate_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.startUpdate_call(TInfo, TCredentials, AsyncMethodCallback<TabletClientService.AsyncClient.startUpdate_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startUpdate_call
 
TabletClientService.AsyncClient.unloadTablet_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.unloadTablet_call(TInfo, TCredentials, String, TKeyExtent, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.unloadTablet_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.unloadTablet_call
 
TabletClientService.AsyncClient.update_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.update_call(TInfo, TCredentials, TKeyExtent, TMutation, AsyncMethodCallback<TabletClientService.AsyncClient.update_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.update_call
 
TabletClientService.AsyncIface - Interface in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.bulkImport_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.bulkImport_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
TabletClientService.bulkImport_args(TInfo, TCredentials, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
TabletClientService.bulkImport_args(TabletClientService.bulkImport_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
Performs a deep copy on other.
TabletClientService.bulkImport_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.bulkImport_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.bulkImport_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
TabletClientService.bulkImport_result(List<TKeyExtent>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
TabletClientService.bulkImport_result(TabletClientService.bulkImport_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
Performs a deep copy on other.
TabletClientService.bulkImport_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.chop_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.chop_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
TabletClientService.chop_args(TInfo, TCredentials, String, TKeyExtent) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
TabletClientService.chop_args(TabletClientService.chop_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
Performs a deep copy on other.
TabletClientService.chop_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.Client - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Client(TProtocol) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
TabletClientService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
TabletClientService.Client.Factory - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Client.Factory() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client.Factory
 
TabletClientService.closeMultiScan_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.closeMultiScan_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
TabletClientService.closeMultiScan_args(TInfo, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
TabletClientService.closeMultiScan_args(TabletClientService.closeMultiScan_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
Performs a deep copy on other.
TabletClientService.closeMultiScan_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.closeMultiScan_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.closeMultiScan_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
TabletClientService.closeMultiScan_result(NoSuchScanIDException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
TabletClientService.closeMultiScan_result(TabletClientService.closeMultiScan_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
Performs a deep copy on other.
TabletClientService.closeMultiScan_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.closeScan_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.closeScan_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
TabletClientService.closeScan_args(TInfo, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
TabletClientService.closeScan_args(TabletClientService.closeScan_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
Performs a deep copy on other.
TabletClientService.closeScan_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.closeUpdate_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.closeUpdate_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
TabletClientService.closeUpdate_args(TInfo, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
TabletClientService.closeUpdate_args(TabletClientService.closeUpdate_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
Performs a deep copy on other.
TabletClientService.closeUpdate_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.closeUpdate_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.closeUpdate_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
TabletClientService.closeUpdate_result(UpdateErrors, NoSuchScanIDException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
TabletClientService.closeUpdate_result(TabletClientService.closeUpdate_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
Performs a deep copy on other.
TabletClientService.closeUpdate_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.compact_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.compact_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
TabletClientService.compact_args(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
TabletClientService.compact_args(TabletClientService.compact_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
Performs a deep copy on other.
TabletClientService.compact_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.continueMultiScan_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.continueMultiScan_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
TabletClientService.continueMultiScan_args(TInfo, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
TabletClientService.continueMultiScan_args(TabletClientService.continueMultiScan_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
Performs a deep copy on other.
TabletClientService.continueMultiScan_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.continueMultiScan_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.continueMultiScan_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
TabletClientService.continueMultiScan_result(MultiScanResult, NoSuchScanIDException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
TabletClientService.continueMultiScan_result(TabletClientService.continueMultiScan_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
Performs a deep copy on other.
TabletClientService.continueMultiScan_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.continueScan_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.continueScan_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
TabletClientService.continueScan_args(TInfo, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
TabletClientService.continueScan_args(TabletClientService.continueScan_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
Performs a deep copy on other.
TabletClientService.continueScan_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.continueScan_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.continueScan_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
TabletClientService.continueScan_result(ScanResult, NoSuchScanIDException, NotServingTabletException, TooManyFilesException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
TabletClientService.continueScan_result(TabletClientService.continueScan_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
Performs a deep copy on other.
TabletClientService.continueScan_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.fastHalt_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.fastHalt_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
TabletClientService.fastHalt_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
TabletClientService.fastHalt_args(TabletClientService.fastHalt_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
Performs a deep copy on other.
TabletClientService.fastHalt_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.flush_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.flush_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
TabletClientService.flush_args(TInfo, TCredentials, String, String, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
TabletClientService.flush_args(TabletClientService.flush_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
Performs a deep copy on other.
TabletClientService.flush_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.flushTablet_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.flushTablet_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
TabletClientService.flushTablet_args(TInfo, TCredentials, String, TKeyExtent) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
TabletClientService.flushTablet_args(TabletClientService.flushTablet_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
Performs a deep copy on other.
TabletClientService.flushTablet_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getActiveCompactions_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getActiveCompactions_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
TabletClientService.getActiveCompactions_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
TabletClientService.getActiveCompactions_args(TabletClientService.getActiveCompactions_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
Performs a deep copy on other.
TabletClientService.getActiveCompactions_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getActiveCompactions_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getActiveCompactions_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
TabletClientService.getActiveCompactions_result(List<ActiveCompaction>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
TabletClientService.getActiveCompactions_result(TabletClientService.getActiveCompactions_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
Performs a deep copy on other.
TabletClientService.getActiveCompactions_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getActiveScans_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getActiveScans_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
TabletClientService.getActiveScans_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
TabletClientService.getActiveScans_args(TabletClientService.getActiveScans_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
Performs a deep copy on other.
TabletClientService.getActiveScans_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getActiveScans_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getActiveScans_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
TabletClientService.getActiveScans_result(List<ActiveScan>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
TabletClientService.getActiveScans_result(TabletClientService.getActiveScans_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
Performs a deep copy on other.
TabletClientService.getActiveScans_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getHistoricalStats_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getHistoricalStats_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
TabletClientService.getHistoricalStats_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
TabletClientService.getHistoricalStats_args(TabletClientService.getHistoricalStats_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
Performs a deep copy on other.
TabletClientService.getHistoricalStats_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getHistoricalStats_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getHistoricalStats_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
TabletClientService.getHistoricalStats_result(TabletStats, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
TabletClientService.getHistoricalStats_result(TabletClientService.getHistoricalStats_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
Performs a deep copy on other.
TabletClientService.getHistoricalStats_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getTabletServerStatus_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getTabletServerStatus_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
TabletClientService.getTabletServerStatus_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
TabletClientService.getTabletServerStatus_args(TabletClientService.getTabletServerStatus_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
Performs a deep copy on other.
TabletClientService.getTabletServerStatus_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getTabletServerStatus_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getTabletServerStatus_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
TabletClientService.getTabletServerStatus_result(TabletServerStatus, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
TabletClientService.getTabletServerStatus_result(TabletClientService.getTabletServerStatus_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
Performs a deep copy on other.
TabletClientService.getTabletServerStatus_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getTabletStats_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getTabletStats_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
TabletClientService.getTabletStats_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
TabletClientService.getTabletStats_args(TabletClientService.getTabletStats_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
Performs a deep copy on other.
TabletClientService.getTabletStats_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.getTabletStats_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.getTabletStats_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
TabletClientService.getTabletStats_result(List<TabletStats>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
TabletClientService.getTabletStats_result(TabletClientService.getTabletStats_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
Performs a deep copy on other.
TabletClientService.getTabletStats_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.halt_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.halt_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
TabletClientService.halt_args(TInfo, TCredentials, String) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
TabletClientService.halt_args(TabletClientService.halt_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
Performs a deep copy on other.
TabletClientService.halt_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.halt_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.halt_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
TabletClientService.halt_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
TabletClientService.halt_result(TabletClientService.halt_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
Performs a deep copy on other.
TabletClientService.halt_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.Iface - Interface in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.loadTablet_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.loadTablet_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
TabletClientService.loadTablet_args(TInfo, TCredentials, String, TKeyExtent) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
TabletClientService.loadTablet_args(TabletClientService.loadTablet_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
Performs a deep copy on other.
TabletClientService.loadTablet_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.Processor<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor(I) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor
 
TabletClientService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor
 
TabletClientService.Processor.applyUpdates<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.applyUpdates() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.applyUpdates
 
TabletClientService.Processor.bulkImport<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.bulkImport() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.bulkImport
 
TabletClientService.Processor.chop<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.chop() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.chop
 
TabletClientService.Processor.closeMultiScan<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.closeMultiScan() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeMultiScan
 
TabletClientService.Processor.closeScan<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.closeScan() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeScan
 
TabletClientService.Processor.closeUpdate<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.closeUpdate() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.closeUpdate
 
TabletClientService.Processor.compact<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.compact() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.compact
 
TabletClientService.Processor.continueMultiScan<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.continueMultiScan() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueMultiScan
 
TabletClientService.Processor.continueScan<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.continueScan() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.continueScan
 
TabletClientService.Processor.fastHalt<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.fastHalt() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.fastHalt
 
TabletClientService.Processor.flush<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.flush() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flush
 
TabletClientService.Processor.flushTablet<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.flushTablet() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.flushTablet
 
TabletClientService.Processor.getActiveCompactions<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.getActiveCompactions() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveCompactions
 
TabletClientService.Processor.getActiveScans<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.getActiveScans() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getActiveScans
 
TabletClientService.Processor.getHistoricalStats<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.getHistoricalStats() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getHistoricalStats
 
TabletClientService.Processor.getTabletServerStatus<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.getTabletServerStatus() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletServerStatus
 
TabletClientService.Processor.getTabletStats<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.getTabletStats() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.getTabletStats
 
TabletClientService.Processor.halt<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.halt() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.halt
 
TabletClientService.Processor.loadTablet<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.loadTablet() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.loadTablet
 
TabletClientService.Processor.removeLogs<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.removeLogs() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.removeLogs
 
TabletClientService.Processor.splitTablet<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.splitTablet() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.splitTablet
 
TabletClientService.Processor.startMultiScan<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.startMultiScan() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startMultiScan
 
TabletClientService.Processor.startScan<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.startScan() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startScan
 
TabletClientService.Processor.startUpdate<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.startUpdate() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.startUpdate
 
TabletClientService.Processor.unloadTablet<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.unloadTablet() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.unloadTablet
 
TabletClientService.Processor.update<I extends TabletClientService.Iface> - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor.update() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor.update
 
TabletClientService.removeLogs_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.removeLogs_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
TabletClientService.removeLogs_args(TInfo, TCredentials, List<String>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
TabletClientService.removeLogs_args(TabletClientService.removeLogs_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
Performs a deep copy on other.
TabletClientService.removeLogs_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.splitTablet_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.splitTablet_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
TabletClientService.splitTablet_args(TInfo, TCredentials, TKeyExtent, ByteBuffer) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
TabletClientService.splitTablet_args(TabletClientService.splitTablet_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
Performs a deep copy on other.
TabletClientService.splitTablet_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.splitTablet_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.splitTablet_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
TabletClientService.splitTablet_result(ThriftSecurityException, NotServingTabletException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
TabletClientService.splitTablet_result(TabletClientService.splitTablet_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
Performs a deep copy on other.
TabletClientService.splitTablet_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.startMultiScan_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.startMultiScan_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
TabletClientService.startMultiScan_args(TInfo, TCredentials, Map<TKeyExtent, List<TRange>>, List<TColumn>, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
TabletClientService.startMultiScan_args(TabletClientService.startMultiScan_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
Performs a deep copy on other.
TabletClientService.startMultiScan_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.startMultiScan_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.startMultiScan_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
TabletClientService.startMultiScan_result(InitialMultiScan, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
TabletClientService.startMultiScan_result(TabletClientService.startMultiScan_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
Performs a deep copy on other.
TabletClientService.startMultiScan_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.startScan_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.startScan_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
TabletClientService.startScan_args(TInfo, TCredentials, TKeyExtent, TRange, List<TColumn>, int, List<IterInfo>, Map<String, Map<String, String>>, List<ByteBuffer>, boolean, boolean) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
TabletClientService.startScan_args(TabletClientService.startScan_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
Performs a deep copy on other.
TabletClientService.startScan_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.startScan_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.startScan_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
TabletClientService.startScan_result(InitialScan, ThriftSecurityException, NotServingTabletException, TooManyFilesException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
TabletClientService.startScan_result(TabletClientService.startScan_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
Performs a deep copy on other.
TabletClientService.startScan_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.startUpdate_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.startUpdate_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
TabletClientService.startUpdate_args(TInfo, TCredentials) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
TabletClientService.startUpdate_args(TabletClientService.startUpdate_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
Performs a deep copy on other.
TabletClientService.startUpdate_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.startUpdate_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.startUpdate_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
TabletClientService.startUpdate_result(long, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
TabletClientService.startUpdate_result(TabletClientService.startUpdate_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
Performs a deep copy on other.
TabletClientService.startUpdate_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.unloadTablet_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.unloadTablet_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
TabletClientService.unloadTablet_args(TInfo, TCredentials, String, TKeyExtent, boolean) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
TabletClientService.unloadTablet_args(TabletClientService.unloadTablet_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
Performs a deep copy on other.
TabletClientService.unloadTablet_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.update_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.update_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
TabletClientService.update_args(TInfo, TCredentials, TKeyExtent, TMutation) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
TabletClientService.update_args(TabletClientService.update_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
Performs a deep copy on other.
TabletClientService.update_args._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletClientService.update_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.update_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
TabletClientService.update_result(ThriftSecurityException, NotServingTabletException, ConstraintViolationException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
TabletClientService.update_result(TabletClientService.update_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
Performs a deep copy on other.
TabletClientService.update_result._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
tabletClosed(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
tabletClosed(KeyExtent) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
This method is called when a tablet is closed.
tabletId - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
tabletId - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
TabletIterator - Class in org.apache.accumulo.server.util
This class iterates over the metadata table returning all key values for a tablet in one chunk.
TabletIterator(Scanner, Range, boolean, boolean) - Constructor for class org.apache.accumulo.server.util.TabletIterator
 
TabletIterator.TabletDeletedException - Exception in org.apache.accumulo.server.util
 
TabletIterator.TabletDeletedException(String) - Constructor for exception org.apache.accumulo.server.util.TabletIterator.TabletDeletedException
 
TabletIteratorEnvironment - Class in org.apache.accumulo.server.tabletserver
 
TabletLoadState - Enum in org.apache.accumulo.core.master.thrift
 
TabletLocationState - Class in org.apache.accumulo.server.master.state
When a tablet is assigned, we mark its future location.
TabletLocationState(KeyExtent, TServerInstance, TServerInstance, TServerInstance, Collection<Collection<String>>, boolean) - Constructor for class org.apache.accumulo.server.master.state.TabletLocationState
 
TabletLocationState.BadLocationStateException - Exception in org.apache.accumulo.server.master.state
 
TabletLocator - Class in org.apache.accumulo.core.client.impl
 
TabletLocator() - Constructor for class org.apache.accumulo.core.client.impl.TabletLocator
 
TabletLocator.TabletLocation - Class in org.apache.accumulo.core.client.impl
 
TabletLocator.TabletLocation(KeyExtent, String) - Constructor for class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
TabletLocator.TabletLocations - Class in org.apache.accumulo.core.client.impl
 
TabletLocator.TabletLocations(List<TabletLocator.TabletLocation>, List<KeyExtent>) - Constructor for class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocations
 
TabletLocator.TabletServerMutations - Class in org.apache.accumulo.core.client.impl
 
TabletLocator.TabletServerMutations() - Constructor for class org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
 
TabletLocatorImpl - Class in org.apache.accumulo.core.client.impl
 
TabletLocatorImpl(Text, TabletLocator, TabletLocatorImpl.TabletLocationObtainer) - Constructor for class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
TabletLocatorImpl.TabletLocationObtainer - Interface in org.apache.accumulo.core.client.impl
 
TabletMigration - Class in org.apache.accumulo.server.master.state
 
TabletMigration(KeyExtent, TServerInstance, TServerInstance) - Constructor for class org.apache.accumulo.server.master.state.TabletMigration
 
TabletMutations - Class in org.apache.accumulo.server.tabletserver
 
TabletMutations(int, int, List<Mutation>) - Constructor for class org.apache.accumulo.server.tabletserver.TabletMutations
 
TableToFile - Class in org.apache.accumulo.examples.simple.mapreduce
Takes a table and outputs the specified column to a set of part files on hdfs accumulo accumulo.examples.mapreduce.TableToFile <username> <password> <tablename> <column> <hdfs-output-path>
TableToFile() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
TableToFile.TTFMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
TableToFile.TTFMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TableToFile.TTFMapper
 
TabletOperations - Class in org.apache.accumulo.server.util
 
TabletOperations() - Constructor for class org.apache.accumulo.server.util.TabletOperations
 
tablets - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
tabletServer - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
TabletServer - Class in org.apache.accumulo.server.tabletserver
 
TabletServer(ServerConfiguration, FileSystem) - Constructor for class org.apache.accumulo.server.tabletserver.TabletServer
 
TabletServerBatchDeleter - Class in org.apache.accumulo.core.client.impl
 
TabletServerBatchDeleter(Instance, TCredentials, String, Authorizations, int, BatchWriterConfig) - Constructor for class org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
 
TabletServerBatchReader - Class in org.apache.accumulo.core.client.impl
 
TabletServerBatchReader(Instance, TCredentials, String, Authorizations, int) - Constructor for class org.apache.accumulo.core.client.impl.TabletServerBatchReader
 
TabletServerBatchReaderIterator - Class in org.apache.accumulo.core.client.impl
 
TabletServerBatchReaderIterator(Instance, TCredentials, String, Authorizations, ArrayList<Range>, int, ExecutorService, ScannerOptions, long) - Constructor for class org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator
 
TabletServerBatchReaderIterator.ResultReceiver - Interface in org.apache.accumulo.core.client.impl
 
TabletServerBatchWriter - Class in org.apache.accumulo.core.client.impl
 
TabletServerBatchWriter(Instance, TCredentials, BatchWriterConfig) - Constructor for class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
TabletServerConstants - Class in org.apache.accumulo.server.tabletserver
 
TabletServerConstants() - Constructor for class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
TabletServerLocks - Class in org.apache.accumulo.server.util
 
TabletServerLocks() - Constructor for class org.apache.accumulo.server.util.TabletServerLocks
 
TabletServerLogger - Class in org.apache.accumulo.server.tabletserver.log
Central logging facility for the TServerInfo.
TabletServerLogger(TabletServer, long) - Constructor for class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
TabletServerMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerMinCMetrics - Class in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerMinCMetrics() - Constructor for class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
TabletServerMinCMetricsMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerResourceManager - Class in org.apache.accumulo.server.tabletserver
ResourceManager is responsible for managing the resources of all tablets within a tablet server.
TabletServerResourceManager(Instance, FileSystem) - Constructor for class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
TabletServerResourceManager.TabletResourceManager - Class in org.apache.accumulo.server.tabletserver
 
TabletServerScanMetrics - Class in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerScanMetrics() - Constructor for class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
TabletServerScanMetricsMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerState - Enum in org.apache.accumulo.server.master.state
 
TabletServerStatus - Class in org.apache.accumulo.core.master.thrift
 
TabletServerStatus() - Constructor for class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
TabletServerStatus(Map<String, TableInfo>, long, String, double, long, long, long, long, long, long, List<RecoveryStatus>) - Constructor for class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
TabletServerStatus(TabletServerStatus) - Constructor for class org.apache.accumulo.core.master.thrift.TabletServerStatus
Performs a deep copy on other.
TabletServerStatus._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletServerUpdateMetrics - Class in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerUpdateMetrics() - Constructor for class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
TabletServerUpdateMetricsMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletSplit - Class in org.apache.accumulo.core.master.thrift
 
TabletSplit() - Constructor for class org.apache.accumulo.core.master.thrift.TabletSplit
 
TabletSplit(TKeyExtent, List<TKeyExtent>) - Constructor for class org.apache.accumulo.core.master.thrift.TabletSplit
 
TabletSplit(TabletSplit) - Constructor for class org.apache.accumulo.core.master.thrift.TabletSplit
Performs a deep copy on other.
TabletSplit._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletState - Enum in org.apache.accumulo.server.master.state
 
TabletState - Interface in org.apache.accumulo.server.tabletserver
 
TabletStateChangeIterator - Class in org.apache.accumulo.server.master.state
 
TabletStateChangeIterator() - Constructor for class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
TabletStateStore - Class in org.apache.accumulo.server.master.state
Interface for storing information about tablet assignments.
TabletStateStore() - Constructor for class org.apache.accumulo.server.master.state.TabletStateStore
 
TabletStats - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletStats() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
TabletStats(TKeyExtent, ActionStats, ActionStats, ActionStats, long, double, double, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
TabletStats(TabletStats) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Performs a deep copy on other.
TabletStats._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletStatsKeeper - Class in org.apache.accumulo.server.tabletserver
 
TabletStatsKeeper() - Constructor for class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
TabletStatsKeeper.Operation - Enum in org.apache.accumulo.server.tabletserver
 
TabletStatusMessage - Class in org.apache.accumulo.server.tabletserver.mastermessage
 
TabletStatusMessage(TabletLoadState, KeyExtent) - Constructor for class org.apache.accumulo.server.tabletserver.mastermessage.TabletStatusMessage
 
tabletsToMinorCompact - Variable in class org.apache.accumulo.server.tabletserver.MemoryManagementActions
 
TabletTime - Class in org.apache.accumulo.server.tabletserver
 
TabletTime() - Constructor for class org.apache.accumulo.server.tabletserver.TabletTime
 
TabletType - Enum in org.apache.accumulo.core.client.impl
 
tabUserPassTransient(State) - Static method in class org.apache.accumulo.test.randomwalk.security.SecurityHelper
 
take() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
tblPerm - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
TBufferedServerSocket - Class in org.apache.accumulo.server.util
 
TBufferedServerSocket(ServerSocket, int) - Constructor for class org.apache.accumulo.server.util.TBufferedServerSocket
 
TBufferedSocket - Class in org.apache.accumulo.core.util
 
TBufferedSocket(TSocket, int) - Constructor for class org.apache.accumulo.core.util.TBufferedSocket
 
TColumn - Class in org.apache.accumulo.core.data.thrift
 
TColumn() - Constructor for class org.apache.accumulo.core.data.thrift.TColumn
 
TColumn(ByteBuffer, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.thrift.TColumn
 
TColumn(TColumn) - Constructor for class org.apache.accumulo.core.data.thrift.TColumn
Performs a deep copy on other.
TColumn._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TConstraintViolationSummary - Class in org.apache.accumulo.core.data.thrift
 
TConstraintViolationSummary() - Constructor for class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
TConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
TConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
Performs a deep copy on other.
TConstraintViolationSummary._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TCredentials - Class in org.apache.accumulo.core.security.thrift
 
TCredentials() - Constructor for class org.apache.accumulo.core.security.thrift.TCredentials
 
TCredentials(String, String, ByteBuffer, String) - Constructor for class org.apache.accumulo.core.security.thrift.TCredentials
 
TCredentials(TCredentials) - Constructor for class org.apache.accumulo.core.security.thrift.TCredentials
Performs a deep copy on other.
TCredentials._Fields - Enum in org.apache.accumulo.core.security.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TCVST - Static variable in class org.apache.accumulo.core.client.impl.Translators
 
tearDown(State) - Method in class org.apache.accumulo.test.randomwalk.concurrent.ConcurrentFixture
 
tearDown(State) - Method in class org.apache.accumulo.test.randomwalk.Fixture
 
tearDown(State) - Method in class org.apache.accumulo.test.randomwalk.image.ImageFixture
 
tearDown(State) - Method in class org.apache.accumulo.test.randomwalk.multitable.MultiTableFixture
 
tearDown(State) - Method in class org.apache.accumulo.test.randomwalk.security.SecurityFixture
 
tearDown(State) - Method in class org.apache.accumulo.test.randomwalk.sequential.SequentialFixture
 
tearDown(State) - Method in class org.apache.accumulo.test.randomwalk.shard.ShardFixture
 
teardown() - Method in class org.apache.accumulo.test.scalability.Ingest
 
teardown() - Method in class org.apache.accumulo.test.scalability.ScaleTest
 
TeraSortIngest - Class in org.apache.accumulo.examples.simple.mapreduce
Generate the *almost* official terasort input data set.
TeraSortIngest() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
TeraSortIngest.SortGenMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
TeraSortIngest.SortGenMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
term - Variable in class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
term - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
Test - Class in org.apache.accumulo.test.randomwalk
Tests are extended by users to perform actions on accumulo and are a node of the graph
Test() - Constructor for class org.apache.accumulo.test.randomwalk.Test
 
test1() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test10() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test11() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test2() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test4() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test5() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test7() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test8() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
test9() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
testBatchScannerTimeout() - Method in class org.apache.accumulo.test.functional.TimeoutTest
 
testBatchWriterTimeout() - Method in class org.apache.accumulo.test.functional.TimeoutTest
 
testBinary() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
TestBinaryRows - Class in org.apache.accumulo.test
 
TestBinaryRows() - Constructor for class org.apache.accumulo.test.TestBinaryRows
 
testClassLoad(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
Test to see if the instance can load the given class as the given type.
testClassLoad(String, String) - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
testClassLoad(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Test to see if the instance can load the given class as the given type.
testClassLoad(String, String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
testClassLoad(String, String) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
testClassLoad(String, String, String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
testClassLoad(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
testClassLoad(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.testClassLoad_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
testClassLoad(ByteBuffer, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.testClassLoad_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
testClassLoad(ByteBuffer, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
testClassLoad(ByteBuffer, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
testConcurrentIter() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
testEmpty() - Method in class org.apache.accumulo.test.functional.NativeMapTest
 
testEncoder(V) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Tests whether v remains the same when encoded and decoded with the current encoder.
testEncoder(TypedValueCombiner.Encoder<V>, V) - Static method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Tests whether v remains the same when encoded and decoded with the given encoder.
TestIngest - Class in org.apache.accumulo.test
 
TestIngest() - Constructor for class org.apache.accumulo.test.TestIngest
 
TestMain - Class in org.apache.accumulo.start
This program tests that the proper exit code is propagated to the shell.
TestMain() - Constructor for class org.apache.accumulo.start.TestMain
 
TestMultiTableIngest - Class in org.apache.accumulo.test
 
TestMultiTableIngest() - Constructor for class org.apache.accumulo.test.TestMultiTableIngest
 
TestProxyClient - Class in org.apache.accumulo.proxy
 
TestProxyClient(String, int) - Constructor for class org.apache.accumulo.proxy.TestProxyClient
 
TestProxyClient(String, int, TProtocolFactory) - Constructor for class org.apache.accumulo.proxy.TestProxyClient
 
TestRandomDeletes - Class in org.apache.accumulo.test
 
TestRandomDeletes() - Constructor for class org.apache.accumulo.test.TestRandomDeletes
 
TestService - Class in org.apache.accumulo.trace.thrift
 
TestService() - Constructor for class org.apache.accumulo.trace.thrift.TestService
 
TestService.AsyncClient - Class in org.apache.accumulo.trace.thrift
 
TestService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.trace.thrift.TestService.AsyncClient
 
TestService.AsyncClient.checkTrace_call - Class in org.apache.accumulo.trace.thrift
 
TestService.AsyncClient.checkTrace_call(TInfo, String, AsyncMethodCallback<TestService.AsyncClient.checkTrace_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.trace.thrift.TestService.AsyncClient.checkTrace_call
 
TestService.AsyncClient.Factory - Class in org.apache.accumulo.trace.thrift
 
TestService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.trace.thrift.TestService.AsyncClient.Factory
 
TestService.AsyncIface - Interface in org.apache.accumulo.trace.thrift
 
TestService.checkTrace_args - Class in org.apache.accumulo.trace.thrift
 
TestService.checkTrace_args() - Constructor for class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
TestService.checkTrace_args(TInfo, String) - Constructor for class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
TestService.checkTrace_args(TestService.checkTrace_args) - Constructor for class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
Performs a deep copy on other.
TestService.checkTrace_args._Fields - Enum in org.apache.accumulo.trace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TestService.checkTrace_result - Class in org.apache.accumulo.trace.thrift
 
TestService.checkTrace_result() - Constructor for class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
TestService.checkTrace_result(boolean) - Constructor for class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
TestService.checkTrace_result(TestService.checkTrace_result) - Constructor for class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
Performs a deep copy on other.
TestService.checkTrace_result._Fields - Enum in org.apache.accumulo.trace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TestService.Client - Class in org.apache.accumulo.trace.thrift
 
TestService.Client(TProtocol) - Constructor for class org.apache.accumulo.trace.thrift.TestService.Client
 
TestService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.trace.thrift.TestService.Client
 
TestService.Client.Factory - Class in org.apache.accumulo.trace.thrift
 
TestService.Client.Factory() - Constructor for class org.apache.accumulo.trace.thrift.TestService.Client.Factory
 
TestService.Iface - Interface in org.apache.accumulo.trace.thrift
 
TestService.Processor<I extends TestService.Iface> - Class in org.apache.accumulo.trace.thrift
 
TestService.Processor(I) - Constructor for class org.apache.accumulo.trace.thrift.TestService.Processor
 
TestService.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.trace.thrift.TestService.Processor
 
TestService.Processor.checkTrace<I extends TestService.Iface> - Class in org.apache.accumulo.trace.thrift
 
TestService.Processor.checkTrace() - Constructor for class org.apache.accumulo.trace.thrift.TestService.Processor.checkTrace
 
testTableClassLoad(ByteBuffer, String, String, String) - Method in class org.apache.accumulo.proxy.ProxyServer
 
testTableClassLoad(ByteBuffer, String, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.testTableClassLoad_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
testTableClassLoad(ByteBuffer, String, String, String, AsyncMethodCallback<AccumuloProxy.AsyncClient.testTableClassLoad_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
testTableClassLoad(ByteBuffer, String, String, String) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
testTableClassLoad(ByteBuffer, String, String, String) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
TestTime - Class in org.apache.accumulo.server.util.time
 
TestTime(long) - Constructor for class org.apache.accumulo.server.util.time.TestTime
 
TextUtil - Class in org.apache.accumulo.core.util
 
TextUtil() - Constructor for class org.apache.accumulo.core.util.TextUtil
 
TFile - Class in org.apache.accumulo.core.file.rfile.bcfile
A TFile is a container of key-value pairs.
TFile.Reader - Class in org.apache.accumulo.core.file.rfile.bcfile
TFile Reader.
TFile.Reader(FSDataInputStream, long, Configuration) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Constructor
TFile.Reader.Scanner - Class in org.apache.accumulo.core.file.rfile.bcfile
The TFile Scanner.
TFile.Reader.Scanner(TFile.Reader, long, long) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Constructor
TFile.Reader.Scanner(TFile.Reader, RawComparable, RawComparable) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Constructor
TFile.Reader.Scanner.Entry - Class in org.apache.accumulo.core.file.rfile.bcfile
Entry to a <Key, Value> pair.
TFile.Reader.Scanner.Entry() - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
 
TFile.Writer - Class in org.apache.accumulo.core.file.rfile.bcfile
TFile Writer.
TFile.Writer(FSDataOutputStream, int, String, String, Configuration) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Constructor
threads - Variable in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
threads - Variable in class org.apache.accumulo.proxy.thrift.WriterOptions
 
ThriftMetrics - Class in org.apache.accumulo.server.thrift.metrics
 
ThriftMetrics(String, String) - Constructor for class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
ThriftMetricsMBean - Interface in org.apache.accumulo.server.thrift.metrics
 
ThriftScanner - Class in org.apache.accumulo.core.client.impl
 
ThriftScanner() - Constructor for class org.apache.accumulo.core.client.impl.ThriftScanner
 
ThriftScanner.ScanState - Class in org.apache.accumulo.core.client.impl
 
ThriftScanner.ScanState(TCredentials, Text, Authorizations, Range, SortedSet<Column>, int, List<IterInfo>, Map<String, Map<String, String>>, boolean) - Constructor for class org.apache.accumulo.core.client.impl.ThriftScanner.ScanState
 
ThriftScanner.ScanTimedOutException - Exception in org.apache.accumulo.core.client.impl
 
ThriftScanner.ScanTimedOutException() - Constructor for exception org.apache.accumulo.core.client.impl.ThriftScanner.ScanTimedOutException
 
ThriftSecurityException - Exception in org.apache.accumulo.core.client.impl.thrift
 
ThriftSecurityException() - Constructor for exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
ThriftSecurityException(String, SecurityErrorCode) - Constructor for exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
ThriftSecurityException(ThriftSecurityException) - Constructor for exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
Performs a deep copy on other.
ThriftSecurityException - Exception in org.apache.accumulo.core.security.thrift
Deprecated.
since 1.5, see org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
ThriftSecurityException() - Constructor for exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
ThriftSecurityException(String, SecurityErrorCode) - Constructor for exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
ThriftSecurityException(ThriftSecurityException) - Constructor for exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
Performs a deep copy on other.
ThriftSecurityException._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSecurityException._Fields - Enum in org.apache.accumulo.core.security.thrift
Deprecated.
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTableOperationException - Exception in org.apache.accumulo.core.client.impl.thrift
 
ThriftTableOperationException() - Constructor for exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
ThriftTableOperationException(String, String, TableOperation, TableOperationExceptionType, String) - Constructor for exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
ThriftTableOperationException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
Performs a deep copy on other.
ThriftTableOperationException._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTest - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest
 
ThriftTest.AsyncClient - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient
 
ThriftTest.AsyncClient.Factory - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.Factory
 
ThriftTest.AsyncClient.fails_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.AsyncClient.fails_call(AsyncMethodCallback<ThriftTest.AsyncClient.fails_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.fails_call
 
ThriftTest.AsyncClient.success_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.AsyncClient.success_call(AsyncMethodCallback<ThriftTest.AsyncClient.success_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.success_call
 
ThriftTest.AsyncClient.throwsError_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.AsyncClient.throwsError_call(AsyncMethodCallback<ThriftTest.AsyncClient.throwsError_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.throwsError_call
 
ThriftTest.AsyncIface - Interface in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Client - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Client(TProtocol) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
ThriftTest.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
ThriftTest.Client.Factory - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Client.Factory() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client.Factory
 
ThriftTest.fails_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.fails_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
ThriftTest.fails_args(ThriftTest.fails_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
Performs a deep copy on other.
ThriftTest.fails_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTest.fails_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.fails_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
ThriftTest.fails_result(boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
ThriftTest.fails_result(ThriftTest.fails_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
Performs a deep copy on other.
ThriftTest.fails_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTest.Iface - Interface in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Processor<I extends ThriftTest.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Processor(I) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor
 
ThriftTest.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor
 
ThriftTest.Processor.fails<I extends ThriftTest.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Processor.fails() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.fails
 
ThriftTest.Processor.success<I extends ThriftTest.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Processor.success() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.success
 
ThriftTest.Processor.throwsError<I extends ThriftTest.Iface> - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.Processor.throwsError() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Processor.throwsError
 
ThriftTest.success_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.success_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
ThriftTest.success_args(ThriftTest.success_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
Performs a deep copy on other.
ThriftTest.success_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTest.success_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.success_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
ThriftTest.success_result(boolean) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
ThriftTest.success_result(ThriftTest.success_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
Performs a deep copy on other.
ThriftTest.success_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTest.throwsError_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.throwsError_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
ThriftTest.throwsError_args(ThriftTest.throwsError_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
Performs a deep copy on other.
ThriftTest.throwsError_args._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTest.throwsError_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ThriftTest.throwsError_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
ThriftTest.throwsError_result(boolean, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
ThriftTest.throwsError_result(ThriftTest.throwsError_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
Performs a deep copy on other.
ThriftTest.throwsError_result._Fields - Enum in org.apache.accumulo.core.client.impl.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftTransportPool - Class in org.apache.accumulo.core.client.impl
 
ThriftTransportPool.TransportPoolShutdownException - Exception in org.apache.accumulo.core.client.impl
 
ThriftTransportPool.TransportPoolShutdownException() - Constructor for exception org.apache.accumulo.core.client.impl.ThriftTransportPool.TransportPoolShutdownException
 
ThriftUtil - Class in org.apache.accumulo.core.util
 
ThriftUtil() - Constructor for class org.apache.accumulo.core.util.ThriftUtil
 
ThriftUtil.TraceProtocol - Class in org.apache.accumulo.core.util
 
ThriftUtil.TraceProtocol(TTransport) - Constructor for class org.apache.accumulo.core.util.ThriftUtil.TraceProtocol
 
ThriftUtil.TraceProtocolFactory - Class in org.apache.accumulo.core.util
 
ThriftUtil.TraceProtocolFactory() - Constructor for class org.apache.accumulo.core.util.ThriftUtil.TraceProtocolFactory
 
throwsError(AsyncMethodCallback<ThriftTest.AsyncClient.throwsError_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient
 
throwsError(AsyncMethodCallback<ThriftTest.AsyncClient.throwsError_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncIface
 
throwsError() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
 
throwsError() - Method in interface org.apache.accumulo.core.client.impl.thrift.ThriftTest.Iface
 
tid - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
tid - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
tid - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
tid - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
TIME_BETWEEN_BALANCER_WARNINGS - Static variable in class org.apache.accumulo.server.master.balancer.TabletBalancer
 
TimeBinner - Class in org.apache.accumulo.test.continuous
 
TimeBinner() - Constructor for class org.apache.accumulo.test.continuous.TimeBinner
 
TimedOutException - Exception in org.apache.accumulo.core.client
 
TimedOutException(Set<String>) - Constructor for exception org.apache.accumulo.core.client.TimedOutException
 
TimedOutException(String) - Constructor for exception org.apache.accumulo.core.client.TimedOutException
 
timeOut - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
timeout - Variable in class org.apache.accumulo.fate.zookeeper.ZooReader
 
timeoutMs - Variable in class org.apache.accumulo.proxy.thrift.WriterOptions
 
TimeoutTabletLocator - Class in org.apache.accumulo.core.client.impl
 
TimeoutTabletLocator(TabletLocator, long) - Constructor for class org.apache.accumulo.core.client.impl.TimeoutTabletLocator
 
TimeoutTest - Class in org.apache.accumulo.test.functional
 
TimeoutTest() - Constructor for class org.apache.accumulo.test.functional.TimeoutTest
 
timer - Variable in class org.apache.accumulo.server.tabletserver.Tablet
 
TimeSettingIterator - Class in org.apache.accumulo.core.iterators.system
 
TimeSettingIterator(SortedKeyValueIterator<Key, Value>, long) - Constructor for class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
timestamp - Variable in class org.apache.accumulo.core.data.Key
 
timestamp - Variable in class org.apache.accumulo.core.data.thrift.TKey
 
timestamp - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
timestamp - Variable in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
timestamp - Variable in class org.apache.accumulo.proxy.thrift.Key
 
timestamp - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
TimestampFilter - Class in org.apache.accumulo.core.iterators.user
A Filter that matches entries whose timestamps fall within a range.
TimestampFilter() - Constructor for class org.apache.accumulo.core.iterators.user.TimestampFilter
 
timestampOpt - Variable in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
TimeType - Enum in org.apache.accumulo.core.client.admin
The type of ordering to use for the table's entries (default is MILLIS)
TimeType - Enum in org.apache.accumulo.proxy.thrift
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
tinfo - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
tinfo - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
tinfo - Variable in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
TInfo - Class in org.apache.accumulo.trace.thrift
 
TInfo() - Constructor for class org.apache.accumulo.trace.thrift.TInfo
 
TInfo(long, long) - Constructor for class org.apache.accumulo.trace.thrift.TInfo
 
TInfo(TInfo) - Constructor for class org.apache.accumulo.trace.thrift.TInfo
Performs a deep copy on other.
TInfo._Fields - Enum in org.apache.accumulo.trace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TIteratorSetting - Class in org.apache.accumulo.core.tabletserver.thrift
 
TIteratorSetting() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
TIteratorSetting(int, String, String, Map<String, String>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
TIteratorSetting(TIteratorSetting) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
Performs a deep copy on other.
TIteratorSetting._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TKET - Static variable in class org.apache.accumulo.core.client.impl.Translators
 
TKey - Class in org.apache.accumulo.core.data.thrift
 
TKey() - Constructor for class org.apache.accumulo.core.data.thrift.TKey
 
TKey(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, long) - Constructor for class org.apache.accumulo.core.data.thrift.TKey
 
TKey(TKey) - Constructor for class org.apache.accumulo.core.data.thrift.TKey
Performs a deep copy on other.
TKey._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TKeyExtent - Class in org.apache.accumulo.core.data.thrift
 
TKeyExtent() - Constructor for class org.apache.accumulo.core.data.thrift.TKeyExtent
 
TKeyExtent(ByteBuffer, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.thrift.TKeyExtent
 
TKeyExtent(TKeyExtent) - Constructor for class org.apache.accumulo.core.data.thrift.TKeyExtent
Performs a deep copy on other.
TKeyExtent._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TKeyValue - Class in org.apache.accumulo.core.data.thrift
 
TKeyValue() - Constructor for class org.apache.accumulo.core.data.thrift.TKeyValue
 
TKeyValue(TKey, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.thrift.TKeyValue
 
TKeyValue(TKeyValue) - Constructor for class org.apache.accumulo.core.data.thrift.TKeyValue
Performs a deep copy on other.
TKeyValue._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TLevel - Class in org.apache.accumulo.server.tabletserver
 
TLevel() - Constructor for class org.apache.accumulo.server.tabletserver.TLevel
 
tmfe - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
tmfe - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
tmpVis - Variable in class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
TMutation - Class in org.apache.accumulo.core.data.thrift
 
TMutation() - Constructor for class org.apache.accumulo.core.data.thrift.TMutation
 
TMutation(ByteBuffer, ByteBuffer, List<ByteBuffer>, int) - Constructor for class org.apache.accumulo.core.data.thrift.TMutation
 
TMutation(TMutation) - Constructor for class org.apache.accumulo.core.data.thrift.TMutation
Performs a deep copy on other.
TMutation._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TNonblockingServerSocket - Class in org.apache.accumulo.server.util
Wrapper around ServerSocketChannel.
TNonblockingServerSocket(int) - Constructor for class org.apache.accumulo.server.util.TNonblockingServerSocket
Creates just a port listening server socket
TNonblockingServerSocket(int, int) - Constructor for class org.apache.accumulo.server.util.TNonblockingServerSocket
Creates just a port listening server socket
TNonblockingServerSocket(InetSocketAddress) - Constructor for class org.apache.accumulo.server.util.TNonblockingServerSocket
 
TNonblockingServerSocket(InetSocketAddress, int) - Constructor for class org.apache.accumulo.server.util.TNonblockingServerSocket
 
toArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
toArray() - Method in class org.apache.accumulo.core.data.ByteSequence
 
toArray(List<byte[]>) - Static method in class org.apache.accumulo.core.data.Value
 
toAuth - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
toByteBuffers(Collection<byte[]>) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toBytes(AuthenticationToken) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
toBytes() - Method in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
toBytes(ByteBuffer) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toBytes() - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
toBytesList(Collection<ByteBuffer>) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toColumn() - Method in class org.apache.accumulo.core.util.ColumnFQ
 
toDataRange() - Method in class org.apache.accumulo.core.data.KeyExtent
 
toIteratorConfig(List<IteratorSetting>) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
toIteratorSetting(TIteratorSetting) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
toIteratorSettings(IteratorConfig) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
token - Variable in class org.apache.accumulo.core.security.thrift.TCredentials
 
Token - Class in org.apache.accumulo.core.util.shell
 
Token() - Constructor for class org.apache.accumulo.core.util.shell.Token
 
Token(String) - Constructor for class org.apache.accumulo.core.util.shell.Token
 
Token(Collection<String>) - Constructor for class org.apache.accumulo.core.util.shell.Token
 
Token(Set<String>, Set<Token>) - Constructor for class org.apache.accumulo.core.util.shell.Token
 
tokenAsBase64(AuthenticationToken) - Static method in class org.apache.accumulo.core.security.CredentialHelper
 
tokenClass - Variable in class org.apache.accumulo.proxy.ProxyServer
 
tokenClassName - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
tokenClassName - Variable in class org.apache.accumulo.core.security.thrift.TCredentials
 
toLevel(int) - Static method in class org.apache.accumulo.core.security.AuditLevel
 
toLevel(int) - Static method in class org.apache.accumulo.server.tabletserver.TLevel
 
toLevel(int) - Static method in class org.apache.accumulo.trace.instrument.receivers.LogSpans.SpanLevel
 
toList() - Method in class org.apache.accumulo.core.util.ByteArraySet
 
toMetadataRange() - Method in class org.apache.accumulo.core.data.KeyExtent
 
TooManyFilesException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
TooManyFilesException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
TooManyFilesException(TKeyExtent) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
TooManyFilesException(TooManyFilesException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
Performs a deep copy on other.
TooManyFilesException - Exception in org.apache.accumulo.server.tabletserver
 
TooManyFilesException(String) - Constructor for exception org.apache.accumulo.server.tabletserver.TooManyFilesException
 
TooManyFilesException._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
top(long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
top(long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
top(long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Get the current operation for the given transaction id.
top(long) - Method in interface org.apache.accumulo.fate.TStore
Get the current operation for the given transaction id.
top(long) - Method in class org.apache.accumulo.fate.ZooStore
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
tope - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
tope - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
tope - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
tope - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
tope - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
tope - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
topKey - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
toPrintableChars(byte[]) - Static method in class org.apache.accumulo.test.TestIngest
 
toPrintableString(byte[], int, int, int) - Static method in class org.apache.accumulo.core.data.Key
 
toString() - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
toString() - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
toString() - Method in class org.apache.accumulo.core.cli.ClientOpts.Password
 
toString() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
toString() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
toString() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
toString() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
toString() - Method in class org.apache.accumulo.core.client.IteratorSetting
 
toString() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
toString() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
 
toString() - Method in enum org.apache.accumulo.core.conf.Property
 
toString() - Method in enum org.apache.accumulo.core.conf.PropertyType
 
toString() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
toString() - Method in class org.apache.accumulo.core.data.Column
 
toString() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
toString() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
toString() - Method in class org.apache.accumulo.core.data.Key
 
toString() - Method in class org.apache.accumulo.core.data.KeyExtent
 
toString() - Method in class org.apache.accumulo.core.data.Range
 
toString() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
toString() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
toString() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
toString() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
toString() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
toString() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
toString() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
toString() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
toString() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
toString() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
toString() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
toString() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
toString() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
toString() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
toString() - Method in class org.apache.accumulo.core.data.Value
 
toString() - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Return a string representation of the version.
toString() - Method in class org.apache.accumulo.core.file.rfile.BlockIndex.BlockIndexEntry
 
toString() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
toString() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
toString() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
toString() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
toString() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
toString() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
toString() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
toString() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
toString() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
toString() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
toString() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
toString() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
toString() - Method in class org.apache.accumulo.core.security.Authorizations
 
toString() - Method in class org.apache.accumulo.core.security.ColumnVisibility
 
toString() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
toString() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
toString() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
toString() - Method in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
toString() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
toString() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
toString() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
toString() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
toString(InetSocketAddress) - Static method in class org.apache.accumulo.core.util.AddressUtil
 
toString() - Method in class org.apache.accumulo.core.util.BinaryTree
 
toString() - Method in class org.apache.accumulo.core.util.BulkImportHelper.AssignmentStats
 
toString() - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
toString(ByteBuffer) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toString() - Method in class org.apache.accumulo.core.util.ColumnFQ
 
toString() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
toString() - Method in class org.apache.accumulo.core.util.Pair
 
toString() - Method in class org.apache.accumulo.core.util.ServerServices
 
toString() - Method in enum org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode
 
toString() - Method in class org.apache.accumulo.core.util.shell.Token
 
toString() - Method in class org.apache.accumulo.core.util.Stat
 
toString() - Method in class org.apache.accumulo.core.util.Version
 
toString() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
toString() - Method in class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
toString() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
toString() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
toString() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
toString() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
toString() - Method in class org.apache.accumulo.proxy.thrift.Column
 
toString() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
toString() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
toString() - Method in class org.apache.accumulo.proxy.thrift.Key
 
toString() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
toString() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
toString() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
toString() - Method in class org.apache.accumulo.proxy.thrift.Range
 
toString() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
toString() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
toString() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
toString() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
toString() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
toString() - Method in class org.apache.accumulo.server.client.BulkImporter.AssignmentStats
 
toString() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
toString() - Method in class org.apache.accumulo.server.logger.LogFileKey
 
toString() - Method in class org.apache.accumulo.server.logger.LogFileValue
 
toString() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
toString() - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
toString() - Method in class org.apache.accumulo.server.master.state.TabletMigration
 
toString() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
toString() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
toString() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
toString() - Method in class org.apache.accumulo.server.tabletserver.log.DfsLogger
 
toString() - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
toString() - Method in class org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoader
 
toString() - Method in class org.apache.accumulo.test.randomwalk.Module
 
toString() - Method in class org.apache.accumulo.test.randomwalk.Node
 
toString() - Method in class org.apache.accumulo.test.randomwalk.Test
 
toString() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
toString() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
toString() - Method in interface org.apache.accumulo.trace.instrument.Span
 
toString() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
toString() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
toString() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
toString() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
toString() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
toStringNoTime() - Method in class org.apache.accumulo.core.data.Key
 
toStringValue(Configuration) - Static method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
totalIngest() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
totalQueries() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
toText(ByteBuffer) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toThrift() - Method in class org.apache.accumulo.core.data.Column
 
toThrift() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
toThrift() - Method in class org.apache.accumulo.core.data.Key
 
toThrift() - Method in class org.apache.accumulo.core.data.KeyExtent
 
toThrift() - Method in class org.apache.accumulo.core.data.Mutation
Creates a TMutation object containing this Mutation's data.
toThrift() - Method in class org.apache.accumulo.core.data.Range
 
toThrift() - Method in class org.apache.accumulo.core.security.Credentials
 
toThrift(Key) - Static method in class org.apache.accumulo.proxy.Util
 
toThrift() - Method in class org.apache.accumulo.server.tabletserver.Compactor.CompactionInfo
 
toTIteratorSetting(IteratorSetting) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
toZeroPaddedString(long, int, int, byte[]) - Static method in class org.apache.accumulo.core.util.FastFormat
 
toZeroPaddedString(byte[], int, long, int, int, byte[]) - Static method in class org.apache.accumulo.core.util.FastFormat
 
trace - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
Trace - Class in org.apache.accumulo.trace.instrument
A Trace allows a user to gather global, distributed, detailed performance information while requesting a service.
Trace() - Constructor for class org.apache.accumulo.trace.instrument.Trace
 
trace(TInfo, String) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
trace(T) - Static method in class org.apache.accumulo.trace.instrument.TraceProxy
 
trace(T, Sampler) - Static method in class org.apache.accumulo.trace.instrument.TraceProxy
 
TraceCallable<V> - Class in org.apache.accumulo.trace.instrument
Wrap a Callable with a Span that survives a change in threads.
TraceCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TraceCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TraceCommand
 
TraceDump - Class in org.apache.accumulo.core.trace
 
TraceDump() - Constructor for class org.apache.accumulo.core.trace.TraceDump
 
TraceDump.Printer - Interface in org.apache.accumulo.core.trace
 
TraceDumpExample - Class in org.apache.accumulo.examples.simple.client
Example of using the TraceDump class to print a formatted view of a Trace
TraceDumpExample() - Constructor for class org.apache.accumulo.examples.simple.client.TraceDumpExample
 
TraceExecutorService - Class in org.apache.accumulo.trace.instrument
 
TraceExecutorService(ExecutorService) - Constructor for class org.apache.accumulo.trace.instrument.TraceExecutorService
 
TraceFileSystem - Class in org.apache.accumulo.server.trace
 
TraceFormatter - Class in org.apache.accumulo.core.trace
A formatter than can be used in the shell to display trace information.
TraceFormatter() - Constructor for class org.apache.accumulo.core.trace.TraceFormatter
 
TraceFSDataInputStream - Class in org.apache.accumulo.server.trace
 
TraceFSDataInputStream(FSDataInputStream) - Constructor for class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
traceId() - Method in class org.apache.accumulo.trace.instrument.impl.MilliSpan
 
traceId() - Method in class org.apache.accumulo.trace.instrument.impl.NullSpan
 
traceId() - Method in class org.apache.accumulo.trace.instrument.impl.RootMilliSpan
 
traceId() - Method in interface org.apache.accumulo.trace.instrument.Span
A pseudo-unique (random) number assigned to the trace associated with this span
traceId - Variable in class org.apache.accumulo.trace.thrift.RemoteSpan
 
traceId - Variable in class org.apache.accumulo.trace.thrift.TInfo
 
traceInfo() - Static method in class org.apache.accumulo.trace.instrument.Tracer
 
TraceProxy - Class in org.apache.accumulo.trace.instrument
 
TraceProxy() - Constructor for class org.apache.accumulo.trace.instrument.TraceProxy
 
Tracer - Class in org.apache.accumulo.trace.instrument
A Tracer provides the implementation for collecting and distributing Spans within a process.
Tracer() - Constructor for class org.apache.accumulo.trace.instrument.Tracer
 
TraceRepo<T> - Class in org.apache.accumulo.server.master.tableOps
 
TraceRepo(Repo<T>) - Constructor for class org.apache.accumulo.server.master.tableOps.TraceRepo
 
TraceRunnable - Class in org.apache.accumulo.trace.instrument
Wrap a Runnable with a Span that survives a change in threads.
TraceRunnable(Runnable) - Constructor for class org.apache.accumulo.trace.instrument.TraceRunnable
 
TraceRunnable(Span, Runnable) - Constructor for class org.apache.accumulo.trace.instrument.TraceRunnable
 
TraceServer - Class in org.apache.accumulo.server.trace
 
TraceServer(ServerConfiguration, String) - Constructor for class org.apache.accumulo.server.trace.TraceServer
 
TraceWrap - Class in org.apache.accumulo.trace.instrument.thrift
To move trace data from client to server, the RPC call must be annotated to take a TInfo object as its first argument.
TraceWrap() - Constructor for class org.apache.accumulo.trace.instrument.thrift.TraceWrap
 
TracingExample - Class in org.apache.accumulo.examples.simple.client
A simple example showing how to use the distributed tracing API in client code
TracingExample() - Constructor for class org.apache.accumulo.examples.simple.client.TracingExample
 
TRange - Class in org.apache.accumulo.core.data.thrift
 
TRange() - Constructor for class org.apache.accumulo.core.data.thrift.TRange
 
TRange(TKey, TKey, boolean, boolean, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.thrift.TRange
 
TRange(TRange) - Constructor for class org.apache.accumulo.core.data.thrift.TRange
Performs a deep copy on other.
TRange._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
transactionAlive(String, long) - Method in interface org.apache.accumulo.fate.zookeeper.TransactionWatcher.Arbitrator
 
transactionAlive(String, long) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
transactionComplete(String, long) - Method in interface org.apache.accumulo.fate.zookeeper.TransactionWatcher.Arbitrator
 
transactionComplete(String, long) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
TransactionWatcher - Class in org.apache.accumulo.fate.zookeeper
 
TransactionWatcher(TransactionWatcher.Arbitrator) - Constructor for class org.apache.accumulo.fate.zookeeper.TransactionWatcher
 
transactionWatcher - Variable in class org.apache.accumulo.server.client.ClientServiceHandler
 
TransactionWatcher - Class in org.apache.accumulo.server.zookeeper
 
TransactionWatcher() - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
TransactionWatcher.Arbitrator - Interface in org.apache.accumulo.fate.zookeeper
 
TransactionWatcher.ZooArbitrator - Class in org.apache.accumulo.server.zookeeper
 
TransactionWatcher.ZooArbitrator() - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
transform(Key) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
transform(Range) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
transform(Key) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnQualifierFunctor
 
transform(Range) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnQualifierFunctor
 
transform(Range) - Method in interface org.apache.accumulo.core.file.keyfunctor.KeyFunctor
Implementations should return null if a range can not be converted to a bloom key.
transform(Key) - Method in interface org.apache.accumulo.core.file.keyfunctor.KeyFunctor
 
transform(Key) - Method in class org.apache.accumulo.core.file.keyfunctor.RowFunctor
 
transform(Range) - Method in class org.apache.accumulo.core.file.keyfunctor.RowFunctor
 
TransformingIterator - Class in org.apache.accumulo.core.iterators.user
The TransformingIterator allows portions of a key (except for the row) to be transformed.
TransformingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.TransformingIterator
 
TransformingIterator.KVBuffer - Interface in org.apache.accumulo.core.iterators.user
 
transformKeys() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Reads all keys matching the first key's prefix from the source iterator, transforms them, and sorts the resulting keys.
transformRange(SortedKeyValueIterator<Key, Value>, TransformingIterator.KVBuffer) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Transforms input.
transitionTableState(String, TableState) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
translate(Column) - Method in class org.apache.accumulo.core.client.impl.Translator.ColumnTranslator
 
translate(ConstraintViolationSummary) - Method in class org.apache.accumulo.core.client.impl.Translator.CVSTranslator
 
translate(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.Translator.KeyExtentTranslator
 
translate(List<IT>) - Method in class org.apache.accumulo.core.client.impl.Translator.ListTranslator
 
translate(Range) - Method in class org.apache.accumulo.core.client.impl.Translator.RangeTranslator
 
translate(TConstraintViolationSummary) - Method in class org.apache.accumulo.core.client.impl.Translator.TCVSTranslator
 
translate(TKeyExtent) - Method in class org.apache.accumulo.core.client.impl.Translator.TKeyExtentTranslator
 
translate(TRange) - Method in class org.apache.accumulo.core.client.impl.Translator.TRangeTranslator
 
translate(IT) - Method in class org.apache.accumulo.core.client.impl.Translator
 
translate(Map<IKT, T>, Translator<IKT, OKT>) - Static method in class org.apache.accumulo.core.client.impl.Translator
 
translate(Map<IKT, IVT>, Translator<IKT, OKT>, Translator<IVT, OVT>) - Static method in class org.apache.accumulo.core.client.impl.Translator
 
translate(Collection<IT>, Translator<IT, OT>) - Static method in class org.apache.accumulo.core.client.impl.Translator
 
Translator<IT,OT> - Class in org.apache.accumulo.core.client.impl
 
Translator() - Constructor for class org.apache.accumulo.core.client.impl.Translator
 
Translator.ColumnTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.ColumnTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.ColumnTranslator
 
Translator.CVSTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.CVSTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.CVSTranslator
 
Translator.KeyExtentTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.KeyExtentTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.KeyExtentTranslator
 
Translator.ListTranslator<IT,OT> - Class in org.apache.accumulo.core.client.impl
 
Translator.ListTranslator(Translator<IT, OT>) - Constructor for class org.apache.accumulo.core.client.impl.Translator.ListTranslator
 
Translator.RangeTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.RangeTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.RangeTranslator
 
Translator.TCVSTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.TCVSTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.TCVSTranslator
 
Translator.TKeyExtentTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.TKeyExtentTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.TKeyExtentTranslator
 
Translator.TRangeTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.TRangeTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.TRangeTranslator
 
Translators - Class in org.apache.accumulo.core.client.impl
 
Translators() - Constructor for class org.apache.accumulo.core.client.impl.Translators
 
transport - Variable in class org.apache.accumulo.proxy.TestProxyClient
 
transportFactory() - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
transportFactory(int) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
transportFactory(long) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
treeCollapsed(TreeExpansionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
treeExpanded(TreeExpansionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
TREEMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for TreeMap
TRT - Static variable in class org.apache.accumulo.core.client.impl.Translators
 
truncate(Text, int) - Static method in class org.apache.accumulo.core.util.TextUtil
 
truncate(Text) - Static method in class org.apache.accumulo.core.util.TextUtil
 
tryLock(ZooLock.LockWatcher, byte[]) - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
tryToCancelAsyncLockOrUnlock() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
tryToGetFirstAndLastRows(FileSystem, AccumuloConfiguration, Set<String>) - Static method in class org.apache.accumulo.core.file.FileUtil
 
TSERV_MINC_MAXCONCURRENT_NUMWAITING_MULTIPLIER - Static variable in class org.apache.accumulo.core.Constants
 
tserver - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
tserver - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
tserver - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
tServerInfo - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
TServerInstance - Class in org.apache.accumulo.server.master.state
A tablet is assigned to a tablet server at the given address as long as it is alive and well.
TServerInstance(InetSocketAddress, String) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(InetSocketAddress, long) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(String, long) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(Value, Text) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerLinkType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
TServerLinkType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
tserverSession - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
TServersServlet - Class in org.apache.accumulo.server.monitor.servlets
 
TServersServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
TServerUtils - Class in org.apache.accumulo.server.util
 
TServerUtils() - Constructor for class org.apache.accumulo.server.util.TServerUtils
 
TServerUtils.ClientInfoProcessorFactory - Class in org.apache.accumulo.server.util
 
TServerUtils.ClientInfoProcessorFactory(TProcessor) - Constructor for class org.apache.accumulo.server.util.TServerUtils.ClientInfoProcessorFactory
 
TServerUtils.ServerPort - Class in org.apache.accumulo.server.util
 
TServerUtils.ServerPort(TServer, int) - Constructor for class org.apache.accumulo.server.util.TServerUtils.ServerPort
 
TServerUtils.THsHaServer - Class in org.apache.accumulo.server.util
 
TServerUtils.THsHaServer(THsHaServer.Args) - Constructor for class org.apache.accumulo.server.util.TServerUtils.THsHaServer
 
TServerUtils.TimedProcessor - Class in org.apache.accumulo.server.util
 
TStore<T> - Interface in org.apache.accumulo.fate
Transaction Store: a place to save transactions A transaction consists of a number of operations.
TTimeoutTransport - Class in org.apache.accumulo.core.util
 
TTimeoutTransport() - Constructor for class org.apache.accumulo.core.util.TTimeoutTransport
 
type(KeyExtent) - Static method in enum org.apache.accumulo.core.client.impl.TabletType
 
type(Collection<KeyExtent>) - Static method in enum org.apache.accumulo.core.client.impl.TabletType
 
type - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
type - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
TYPE - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
 
type - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
type - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
type - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
type - Variable in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
type - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
typedReduce(Key, Iterator<V>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Reduces a list of V into a single V.
typedReduce(Key, Iterator<BigDecimal>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMaxCombiner
 
typedReduce(Key, Iterator<BigDecimal>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMinCombiner
 
typedReduce(Key, Iterator<BigDecimal>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalSummingCombiner
 
typedReduce(Key, Iterator<Long>) - Method in class org.apache.accumulo.core.iterators.user.MaxCombiner
 
typedReduce(Key, Iterator<Long>) - Method in class org.apache.accumulo.core.iterators.user.MinCombiner
 
typedReduce(Key, Iterator<List<Long>>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
typedReduce(Key, Iterator<Long>) - Method in class org.apache.accumulo.core.iterators.user.SummingCombiner
 
TypedValueCombiner<V> - Class in org.apache.accumulo.core.iterators
A Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value.
TypedValueCombiner() - Constructor for class org.apache.accumulo.core.iterators.TypedValueCombiner
 
TypedValueCombiner.Encoder<V> - Interface in org.apache.accumulo.core.iterators
An interface for translating from byte[] to V and back.

U

unableToMonitorLockNode(Throwable) - Method in interface org.apache.accumulo.fate.zookeeper.ZooLock.LockWatcher
lost the ability to monitor the lock node, and its status is unknown
unassign(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
unassign(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Mark the tablets as having no known or future location.
unassign(TabletLocationState) - Static method in class org.apache.accumulo.server.master.state.TabletStateStore
 
unassign(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
unassigned() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
unassignedTablets - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
UndefinedAnalyzer - Class in org.apache.accumulo.test.continuous
BUGS This code does not handle the fact that these files could include log events from previous months.
UndefinedAnalyzer() - Constructor for class org.apache.accumulo.test.continuous.UndefinedAnalyzer
 
undo(long, T) - Method in interface org.apache.accumulo.fate.Repo
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.BulkImport
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CancelCompactions
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CloneTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CreateTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.DeleteTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ExportTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ImportTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.RenameTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
undo(long, T) - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
UniqueColumns - Class in org.apache.accumulo.examples.simple.mapreduce
A simple map reduce job that computes the unique column families and column qualifiers in a table.
UniqueColumns() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
UniqueColumns.UMapper - Class in org.apache.accumulo.examples.simple.mapreduce
 
UniqueColumns.UMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UMapper
 
UniqueColumns.UReducer - Class in org.apache.accumulo.examples.simple.mapreduce
 
UniqueColumns.UReducer() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UReducer
 
UniqueFileReplicator - Class in org.apache.accumulo.start.classloader.vfs
 
UniqueFileReplicator(File) - Constructor for class org.apache.accumulo.start.classloader.vfs.UniqueFileReplicator
 
UniqueNameAllocator - Class in org.apache.accumulo.server.tabletserver
Allocates unique names for an accumulo instance.
UnknownScanner - Exception in org.apache.accumulo.proxy.thrift
 
UnknownScanner() - Constructor for exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
UnknownScanner(String) - Constructor for exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
UnknownScanner(UnknownScanner) - Constructor for exception org.apache.accumulo.proxy.thrift.UnknownScanner
Performs a deep copy on other.
UnknownScanner._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
unknownTabletErrors - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
UnknownWriter - Exception in org.apache.accumulo.proxy.thrift
 
UnknownWriter() - Constructor for exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
UnknownWriter(String) - Constructor for exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
UnknownWriter(UnknownWriter) - Constructor for exception org.apache.accumulo.proxy.thrift.UnknownWriter
Performs a deep copy on other.
UnknownWriter._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
unloadTablet(TInfo, TCredentials, String, TKeyExtent, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.unloadTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
unloadTablet(TInfo, TCredentials, String, TKeyExtent, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.unloadTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
unloadTablet(TInfo, TCredentials, String, TKeyExtent, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
unloadTablet(TInfo, TCredentials, String, TKeyExtent, boolean) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
unloadTablet(ZooLock, KeyExtent, boolean) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
unloadTablet(TInfo, TCredentials, String, TKeyExtent, boolean) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
unlock() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
 
unnamedOptionDescriptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
unreserve(long, long) - Method in class org.apache.accumulo.fate.AgeOffStore
 
unreserve(long, long) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
unreserve(long, long) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Return the given transaction to the store.
unreserve(long, long) - Method in class org.apache.accumulo.fate.ZooStore
 
unreserveHdfsDirectory(String, long) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
unreserveTable(String, long, boolean) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
UnsatisfiableConstraint - Class in org.apache.accumulo.server.constraints
 
UnsatisfiableConstraint(short, String) - Constructor for class org.apache.accumulo.server.constraints.UnsatisfiableConstraint
 
unsetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetAge() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetAge() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetArguments() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
unsetAsTypeName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
unsetAsTypeName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
unsetAuthorizationFailures() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
unsetAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
unsetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetAuthorizations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
unsetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
unsetAuthorizations() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
unsetAuths() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
unsetAutoClean() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
unsetBadTServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetBatch() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetBatchSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetBufferSize() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
unsetCandidates() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetCells() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
unsetCells() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
unsetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
unsetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
unsetClassName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
unsetClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
unsetClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
unsetClient() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetClient() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetCode() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
unsetCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
unsetColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetColFamily() - Method in class org.apache.accumulo.proxy.thrift.Column
 
unsetColFamily() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
unsetColFamily() - Method in class org.apache.accumulo.proxy.thrift.Key
 
unsetColFamily() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
unsetColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Column
 
unsetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
unsetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.Key
 
unsetColQualifier() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
unsetColumnFamily() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
unsetColumnQualifier() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
unsetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetColumns() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetColumns() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetColumns() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
unsetColumns() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
unsetColumnVisibility() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
unsetColVisibility() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Column
 
unsetColVisibility() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
unsetColVisibility() - Method in class org.apache.accumulo.proxy.thrift.Key
 
unsetConstrainClass() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
unsetConstraint() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
unsetConstraintClassName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
unsetCount() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
unsetCurrent() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
unsetCurrentLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
unsetCve() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
unsetData() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
unsetData() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetDataCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetDataCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetDeadTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetDeleteCell() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
unsetDeleted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetDescription() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
unsetDescription() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetElapsed() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetEndInclusive() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
unsetEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
unsetEndRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
unsetEndRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
unsetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
unsetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
unsetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
unsetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
unsetEndRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
unsetEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
unsetEntries() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
unsetEntriesRead() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetEntriesRead() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetEntriesWritten() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetEntriesWritten() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetErrorDir() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetErrors() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetEstimatedSize() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
unsetEx() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
unsetExportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
unsetExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetExtent() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
unsetExtent() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetExtent() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetFail() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetFailedExtents() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
unsetFailureDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
unsetFailures() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetFilenames() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
unsetFiles() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
unsetFinished() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetFlush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
unsetFlush() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
unsetFlushID() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetForce() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
unsetFullScans() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetGroups() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
unsetHasNext() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
unsetHoldTime() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetIdleTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetIdleTime() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetImportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
unsetImportDir() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
unsetIndexCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetIndexCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetInfiniteStartKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
unsetInfiniteStopKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
unsetIngestByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetIngestRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetIngestRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetInputFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetInputFiles() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetInstanceId() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
unsetInstanceId() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
unsetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
unsetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
unsetInUse() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetIsolated() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetIteratorClass() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
unsetIteratorClass() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
unsetIteratorName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
unsetIterators() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
unsetIterators() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
unsetIterators() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetIterators() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetIterators() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
unsetIterators() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
unsetIterName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
unsetIterName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
unsetK() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
unsetKey() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
unsetKey() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
unsetKey() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
unsetKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
unsetKeyExtent() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
unsetKeyValue() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
unsetLast() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
unsetLastContact() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetLastLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
unsetLastStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
unsetLatencyMs() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
unsetLocalityGroup() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetLocalityGroup() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
unsetLock() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
unsetLogin() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
unsetLoginProperties() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
unsetLogSorts() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetLookups() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetMajors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetMajors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetMaxLoops() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetMaxMemory() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
unsetMaxSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
unsetMaxSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
unsetMessage() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
unsetMinors() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetMinors() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetMore() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetMore() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
unsetMore() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
unsetMsg() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
unsetMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
unsetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
unsetName() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
unsetName() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetName() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
unsetName() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
unsetNewTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
unsetNewTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
unsetNewTablets() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
unsetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
unsetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
unsetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
unsetNssi() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
unsetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
unsetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
unsetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
unsetNste() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
unsetNum() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
unsetNumEntries() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetOldTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
unsetOldTablet() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
unsetOnlineTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetOp() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
unsetOp() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
unsetOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
unsetOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
unsetOpid() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
unsetOptions() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
unsetOptions() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
unsetOptions() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
unsetOpts() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
unsetOsLoad() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
unsetOuch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
unsetOuch2() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
unsetOuch3() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
unsetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
unsetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
unsetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
unsetOuch4() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
unsetOutch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
unsetOutch1() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
unsetOutputFile() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetOutputFile() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetParentId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetParentId() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
unsetPart() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
unsetPartNextKey() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetPartNextKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetPartScan() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
unsetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
unsetPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
unsetPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
unsetPassword() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
unsetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
unsetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
unsetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
unsetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
unsetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
unsetPerm() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
unsetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
unsetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
unsetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
unsetPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
unsetPrevEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
unsetPrevEndRow() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
unsetPrincipal() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
unsetPrincipal() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
unsetPriority() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
unsetPriority() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
unsetPriority() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
unsetProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
unsetProperties() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
unsetProperties() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
unsetProperties() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
unsetPropertiesToExclude() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
unsetPropertiesToSet() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
unsetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
unsetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
unsetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
unsetProperty() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
unsetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
unsetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
unsetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
unsetProperty() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
unsetQueryByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetQueryRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetQueryRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetQueued() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
unsetQueueSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetQueueTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetRange() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetRange() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
unsetRange() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
unsetRanges() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
unsetReason() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetReason() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetRecs() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetRecsInMemory() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetResult() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
unsetResult() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
unsetResults() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetResults() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
unsetResults() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
unsetRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
unsetRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
unsetRow() - Method in class org.apache.accumulo.proxy.thrift.Key
 
unsetRunning() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
unsetRuntime() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
unsetSave() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
unsetScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
unsetScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
unsetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
unsetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
unsetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
unsetScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
unsetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
unsetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
unsetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
unsetScanner() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
unsetScanRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetScans() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetScope() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
unsetScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
unsetScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
unsetScopes() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
unsetSec() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
unsetSec() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
unsetSender() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetServer() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
unsetServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
unsetServerName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
unsetServersShuttingDown() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetSetTime() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetSetTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
unsetSetTime() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
unsetSetting() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
unsetSetting() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
unsetSpan() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
unsetSpanId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetSplit() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
unsetSplitCreationTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
unsetSplits() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetSplits() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
unsetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetSsiList() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetSsio() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetStart() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
unsetStart() - Method in class org.apache.accumulo.proxy.thrift.Range
 
unsetStart() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetStarted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetStartInclusive() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
unsetStartInclusive() - Method in class org.apache.accumulo.proxy.thrift.Range
 
unsetStartKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
unsetStartRow() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
unsetStartRow() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
unsetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
unsetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
unsetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
unsetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
unsetStartRow() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
unsetState() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
unsetState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetState() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetState() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
unsetStatus() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
unsetStatus() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetStop() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
unsetStop() - Method in class org.apache.accumulo.proxy.thrift.Range
 
unsetStop() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetStopInclusive() - Method in class org.apache.accumulo.proxy.thrift.Range
 
unsetStopKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
unsetStopTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
unsetSuccess() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
unsetSuccess() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
unsetSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetSvc() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
unsetTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
unsetTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
unsetTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
unsetTable() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
unsetTable() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
unsetTableId() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
unsetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
unsetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
unsetTableId() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
unsetTableId() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
unsetTableMap() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetTableMap() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
unsetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
unsetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
unsetTableName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
unsetTableName() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
unsetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
unsetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
unsetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
unsetTableName() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
unsetTableName() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
unsetTablet() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
unsetTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetTabletServer() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
unsetTblPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
unsetThreads() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
unsetThreads() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
unsetTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetTid() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
unsetTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
unsetTimeoutMs() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
unsetTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetTimestamp() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
unsetTimestamp() - Method in class org.apache.accumulo.proxy.thrift.Key
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
unsetTinfo() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
unsetTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
unsetTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
unsetToAuth() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
unsetToken() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
unsetTokenClassName() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
unsetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
unsetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
unsetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
unsetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
unsetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
unsetTope() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
unsetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
unsetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
unsetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
unsetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
unsetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
unsetTope() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
unsetTraceId() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
unsetTraceId() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
unsetTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
unsetTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
unsetTserver() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
unsetTServerInfo() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetType() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
unsetType() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
unsetType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
unsetType() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetType() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
unsetType() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
unsetType() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetUnassignedTablets() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
unsetUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
unsetUser() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
unsetUser() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
unsetUser() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
unsetUser() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
unsetUser() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
unsetValue() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
unsetValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
unsetValue() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
unsetValue() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
unsetValue() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
unsetValue() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
unsetValue() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
unsetValues() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
unsetVersioningIter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
unsetViolationCode() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
unsetViolationDescription() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
unsetViolationSummaries() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
unsetViolationSummaries() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
unsetWait() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
unsetWait() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
unsetWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
unsetWaitForWrites() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
unsetWhy() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
unsetWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
unsetWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
unsetWriter() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
untransformColumnFamilies(Collection<ByteSequence>) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
Reverses the transformation applied to column families that are fetched at seek time.
update(Mutation) - Method in class org.apache.accumulo.core.client.impl.Writer
 
update(TInfo, TCredentials, TKeyExtent, TMutation, AsyncMethodCallback<TabletClientService.AsyncClient.update_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
update(TInfo, TCredentials, TKeyExtent, TMutation, AsyncMethodCallback<TabletClientService.AsyncClient.update_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
update(TInfo, TCredentials, TKeyExtent, TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
update(TInfo, TCredentials, TKeyExtent, TMutation) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
update(String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
update(String, Map<ByteBuffer, List<ColumnUpdate>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
update(String, Map<ByteBuffer, List<ColumnUpdate>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
update(String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
update(String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
update(LiveTServerSet, Set<TServerInstance>, Set<TServerInstance>) - Method in interface org.apache.accumulo.server.master.LiveTServerSet.Listener
 
update(LiveTServerSet, Set<TServerInstance>, Set<TServerInstance>) - Method in class org.apache.accumulo.server.master.Master
 
update(KeyExtent, TabletState, boolean, boolean) - Method in class org.apache.accumulo.server.master.state.MergeStats
 
update(Text, TabletState) - Method in class org.apache.accumulo.server.master.state.TableStats
 
update(long) - Method in class org.apache.accumulo.server.tabletserver.Rate
 
update(long, long) - Method in class org.apache.accumulo.server.tabletserver.Rate
 
update(ActionStats, ActionStats) - Static method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
update(TCredentials, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
update(TCredentials, ZooLock, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
update(TInfo, TCredentials, TKeyExtent, TMutation) - Method in class org.apache.accumulo.test.performance.thrift.NullTserver.ThriftClientHandler
 
updateAccumuloVersion(FileSystem) - Static method in class org.apache.accumulo.server.Accumulo
 
updateAndFlush(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.ProxyServer
 
updateAndFlush(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
 
updateAndFlush(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>, AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncIface
 
updateAndFlush(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
 
updateAndFlush(ByteBuffer, String, Map<ByteBuffer, List<ColumnUpdate>>) - Method in interface org.apache.accumulo.proxy.thrift.AccumuloProxy.Iface
 
updateBinningStats(int, long, Map<String, TabletLocator.TabletServerMutations>) - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
UpdateErrors - Class in org.apache.accumulo.core.data.thrift
 
UpdateErrors() - Constructor for class org.apache.accumulo.core.data.thrift.UpdateErrors
 
UpdateErrors(Map<TKeyExtent, Long>, List<TConstraintViolationSummary>, Map<TKeyExtent, SecurityErrorCode>) - Constructor for class org.apache.accumulo.core.data.thrift.UpdateErrors
 
UpdateErrors(UpdateErrors) - Constructor for class org.apache.accumulo.core.data.thrift.UpdateErrors
Performs a deep copy on other.
UpdateErrors._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
updateID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
updateID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
updateMemoryUsageStats(long, long) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
updateMonitorLog4jLocation() - Method in class org.apache.accumulo.server.watcher.MonitorLog4jWatcher
Read the host and port information for the Monitor's log4j socket and update the system properties so that, on logger refresh, it sees the new information.
updateRates(long) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
updateRecoveryInProgress(String) - Method in class org.apache.accumulo.server.master.Master
 
updateScanIteratorOption(String, String, String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Override any existing options on the given named iterator
updateScanIteratorOption(String, String, String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Update the options for an iterator.
updateScanIteratorOption(String, String, String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
updateTableStateCache(String) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
updateTabletCompactID(KeyExtent, long, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTabletDataFile(KeyExtent, String, String, MetadataTable.DataFileValue, String, TCredentials, Set<String>, String, ZooLock, Set<String>, TServerInstance, long) - Static method in class org.apache.accumulo.server.util.MetadataTable
new data file update function adds one data file to a tablet's list
updateTabletDataFile(long, KeyExtent, Map<String, MetadataTable.DataFileValue>, String, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTabletFlushID(KeyExtent, long, TCredentials, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTabletPrevEndRow(KeyExtent, TCredentials) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTime(TabletStatsKeeper.Operation, long, long, long, boolean) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
updateTime(TabletStatsKeeper.Operation, long, long, boolean) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
updateTime(long) - Method in class org.apache.accumulo.server.util.time.BaseRelativeTime
 
updateUser(String, AuthenticationToken) - Method in class org.apache.accumulo.core.util.shell.Shell
 
upperBound(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is strictly greater than the input key.
upperBound(byte[], int, int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is strictly greater than the input key.
upperBound(List<? extends T>, T, Comparator<? super T>) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Upper bound binary search.
upperBound(List<? extends Comparable<? super T>>, T) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Upper bound binary search.
usage() - Method in class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.AuthenticateCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.CloneTableCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.ConstraintCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.DebugCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.DeleteCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.DropUserCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.DUCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.EGrepCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.ExecfileCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.ExportTableCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.HelpCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.ImportDirectoryCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.ImportTableCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.RenameTableCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.RevokeCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.SleepCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.TableCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.TableOperation
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.UserCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
user - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
user - Variable in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
user - Variable in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
user - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
user - Variable in class org.apache.accumulo.proxy.thrift.ActiveScan
 
UserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
UserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.UserCommand
 
userExists(String) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
userExists(String) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
userExists(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
Checks if a user exists
userExists(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
username - Variable in class org.apache.accumulo.core.trace.InstanceUserPassword
 
userOption - Static variable in class org.apache.accumulo.core.util.shell.ShellOptions
 
userPassTransient(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
UserPermissionsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
UserPermissionsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.UserPermissionsCommand
 
UsersCommand - Class in org.apache.accumulo.core.util.shell.commands
 
UsersCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.UsersCommand
 
usesLocalIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Determines whether a configuration uses local iterators.
usesLocalIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration uses local iterators.
usesLocalIterators(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
usesLocalIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Determines whether a configuration uses local iterators.
usesLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
usingKerberos - Static variable in class org.apache.accumulo.server.security.SecurityUtil
 
UTF8 - Static variable in class org.apache.accumulo.core.Constants
Deprecated.
since 1.5.3; statically import Guava's Charsets.UTF_8 or Java 7's built-in StandardCharsets.UTF_8 or use Charset.forName(String) with "UTF-8" instead
Util - Class in org.apache.accumulo.proxy
 
Util() - Constructor for class org.apache.accumulo.proxy.Util
 
Utils - Class in org.apache.accumulo.core.file.rfile.bcfile
Supporting Utility classes used by TFile, and shared by users of TFile.
Utils - Class in org.apache.accumulo.server.master.tableOps
 
Utils() - Constructor for class org.apache.accumulo.server.master.tableOps.Utils
 
Utils.Version - Class in org.apache.accumulo.core.file.rfile.bcfile
A generic Version class.
Utils.Version(DataInput) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Construct the Version object by reading from the input stream.
Utils.Version(short, short) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Constructor.
UtilWaitThread - Class in org.apache.accumulo.core.util
 
UtilWaitThread() - Constructor for class org.apache.accumulo.core.util.UtilWaitThread
 
UtilWaitThread - Class in org.apache.accumulo.fate.util
 
UtilWaitThread() - Constructor for class org.apache.accumulo.fate.util.UtilWaitThread
 

V

VALID_TABLE_NAME_REGEX - Static variable in class org.apache.accumulo.core.Constants
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
validate() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
validate() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
validate(Iterable<Map.Entry<String, String>>) - Static method in class org.apache.accumulo.core.conf.ConfigSanityCheck
Validates the given configuration entries.
validate() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
validate() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
validate() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
validate() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
validate() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
validate() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
validate() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
validate() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
validate() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
validate() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
validate() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
validate() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
validate() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
validate() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
validate(String, String) - Method in class org.apache.accumulo.core.file.rfile.CreateEmpty.IsSupportedCompressionAlgorithm
 
validate(String, String) - Method in class org.apache.accumulo.core.file.rfile.CreateEmpty.NamedLikeRFile
 
validate() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
validate() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
validate() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
validate() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
validate() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
validate() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
validate() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
validate() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
validate() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
validate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
validate() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
validate() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
validate() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
validate() - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
validate() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
validate() - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
validate() - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
validate() - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
validate() - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
validate() - Method in class org.apache.accumulo.proxy.thrift.Column
 
validate() - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
validate() - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
validate() - Method in class org.apache.accumulo.proxy.thrift.Key
 
validate() - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
validate() - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
validate() - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
validate() - Method in class org.apache.accumulo.proxy.thrift.Range
 
validate() - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
validate() - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
validate() - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
validate() - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
validate() - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
Validate - Class in org.apache.accumulo.test.randomwalk.security
 
Validate() - Constructor for class org.apache.accumulo.test.randomwalk.security.Validate
 
validate(State, Logger) - Static method in class org.apache.accumulo.test.randomwalk.security.Validate
 
validate(String, Integer) - Method in class org.apache.accumulo.test.stress.random.IntArgValidator
 
validate() - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
validate() - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
validate() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
validate() - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
validate() - Method in class org.apache.accumulo.trace.thrift.TInfo
 
validateEntries(String, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
validateOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
Check whether a configuration is fully configured to be used with an Accumulo InputFormat.
validateOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Check whether a configuration is fully configured to be used with an Accumulo InputFormat.
validateOptions(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated.
validateOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
Check whether a configuration is fully configured to be used with an Accumulo InputFormat.
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.AggregatingIterator
Deprecated.
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.Combiner
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.DebugIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.Filter
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.LongCombiner
 
validateOptions(Map<String, String>) - Method in interface org.apache.accumulo.core.iterators.OptionDescriber
Check to see if an options map contains all options required by an iterator and that the option values are in the expected formats.
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
validSecurityHandlers(Authorizor, PermissionHandler) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
 
validSecurityHandlers(Authenticator, PermissionHandler) - Method in interface org.apache.accumulo.server.security.handler.Authorizor
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
validSecurityHandlers(Authorizor, PermissionHandler) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
validSecurityHandlers(Authenticator, Authorizor) - Method in class org.apache.accumulo.server.security.handler.InsecurePermHandler
 
validSecurityHandlers(Authenticator, Authorizor) - Method in interface org.apache.accumulo.server.security.handler.PermissionHandler
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
validSecurityHandlers(Authorizor, PermissionHandler) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
validSecurityHandlers(Authenticator, PermissionHandler) - Method in class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
validSecurityHandlers(Authenticator, Authorizor) - Method in class org.apache.accumulo.server.security.handler.ZKPermHandler
 
validSecurityHandlers(Authenticator, PermissionHandler) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
validSecurityHandlers(Authenticator, Authorizor) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
validSecurityHandlers(Authorizor, PermissionHandler) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
validTokenClass(String) - Method in interface org.apache.accumulo.server.security.handler.Authenticator
Returns true if the given token is appropriate for this Authenticator
validTokenClass(String) - Method in class org.apache.accumulo.server.security.handler.InsecureAuthenticator
 
validTokenClass(String) - Method in class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
validTokenClass(String) - Method in class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
value - Variable in class org.apache.accumulo.core.cli.ClientOpts.Password
 
value - Variable in class org.apache.accumulo.core.data.thrift.TKeyValue
 
Value - Class in org.apache.accumulo.core.data
A byte sequence that is usable as a key or value.
Value() - Constructor for class org.apache.accumulo.core.data.Value
Create a zero-size sequence.
Value(byte[]) - Constructor for class org.apache.accumulo.core.data.Value
Create a Value using the byte array as the initial value.
Value(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.Value
 
Value(ByteBuffer, boolean) - Constructor for class org.apache.accumulo.core.data.Value
 
Value(byte[], boolean) - Constructor for class org.apache.accumulo.core.data.Value
 
Value(Value) - Constructor for class org.apache.accumulo.core.data.Value
Set the new Value to a copy of the contents of the passed ibw.
Value(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Value
Set the value to a copy of the given byte range
value - Variable in class org.apache.accumulo.core.data.Value
 
value - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
value - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
value - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
value - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
value - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
value - Variable in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
value - Variable in class org.apache.accumulo.proxy.thrift.KeyValue
 
Value.Comparator - Class in org.apache.accumulo.core.data
A Comparator optimized for Value.
Value.Comparator() - Constructor for class org.apache.accumulo.core.data.Value.Comparator
constructor
VALUE_ENCODING - Static variable in class org.apache.accumulo.core.Constants
Deprecated.
since 1.5.3; not used, but specifies UTF-8
VALUE_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
valueChanged(TreeSelectionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
ValueFormatException - Exception in org.apache.accumulo.core.iterators
Exception used for TypedValueCombiner and it's Encoders decode() function
ValueFormatException(String) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
 
ValueFormatException(Exception) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
 
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.TimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.TabletType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.security.SecurityErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.conf.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.conf.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.PartialKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.LongCombiner.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.state.tables.TableState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterGoalState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.MasterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TableOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletLoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.crypto.CryptoModule.CryptoInitProperty
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.SystemPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.TablePermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.thrift.AuthInfo._Fields
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.thrift.SecurityErrorCode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.util.ServerServices.Service
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.util.shell.commands.OptUtil.AdlOpt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.util.shell.Shell.Command.CompletionSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.fate.ReadOnlyTStore.TStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.fate.zookeeper.ZooLock.LockLossReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeExistsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeMissingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloSecurityException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveCompaction._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ActiveScan._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.BatchScanOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.Column._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ColumnUpdate._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.CompactionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.CompactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.IteratorScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.IteratorSetting._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.Key._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.KeyExtent._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValue._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.KeyValueAndPeek._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.MutationsRejectedException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.NoMoreEntriesException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.PartialKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.Range._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanColumn._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanResult._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.ScanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.SystemPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.TableExistsException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.TableNotFoundException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.TablePermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.TimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownScanner._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.UnknownWriter._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.proxy.thrift.WriterOptions._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.logger.LogEvents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.MergeInfo.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.MergeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.TabletState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.problems.ProblemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.tabletserver.TabletStatsKeeper.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.start.classloader.vfs.providers.HdfsFileAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.test.continuous.ContinuousVerify.Counts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.trace.thrift.RemoteSpan._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.trace.thrift.SpanReceiver.span_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.trace.thrift.TInfo._Fields
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.admin.ScanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.admin.ScanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.admin.TimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.TabletType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.security.SecurityErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
 
values() - Static method in enum org.apache.accumulo.core.conf.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.conf.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.PartialKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.InitialMultiScan._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.InitialScan._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.IterInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.MapFileInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.MultiScanResult._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.ScanResult._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.TColumn._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.TConstraintViolationSummary._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.TKey._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.TKeyExtent._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.TKeyValue._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.TMutation._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.accumulo.core.data.thrift.TMutation
 
values() - Static method in enum org.apache.accumulo.core.data.thrift.TRange._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.data.thrift.UpdateErrors._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.gc.thrift.GcCycleStats._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.gc.thrift.GCStatus._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.iterators.LongCombiner.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.state.tables.TableState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.Compacting._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.DeadServer._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterGoalState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterMonitorInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.MasterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.RecoveryStatus._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.TableInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.TableOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.TabletLoadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.TabletServerStatus._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.master.thrift.TabletSplit._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.crypto.CryptoModule.CryptoInitProperty
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.SystemPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.TablePermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.thrift.AuthInfo._Fields
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.thrift.SecurityErrorCode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.thrift.TCredentials._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ActiveScan._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.CompactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.IteratorConfig._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.ScanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.util.ServerServices.Service
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.util.shell.commands.OptUtil.AdlOpt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.util.shell.Shell.Command.CompletionSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.util.shell.ShellCommandException.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.fate.ReadOnlyTStore.TStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.fate.zookeeper.ZooLock.LockLossReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeExistsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.fate.zookeeper.ZooUtil.NodeMissingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.AccumuloSecurityException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ActiveCompaction._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ActiveScan._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.BatchScanOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.Column._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ColumnUpdate._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.CompactionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.CompactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.IteratorScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.IteratorSetting._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.Key._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.KeyExtent._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.KeyValue._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.KeyValueAndPeek._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.MutationsRejectedException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.NoMoreEntriesException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.PartialKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.Range._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ScanColumn._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ScanOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ScanResult._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ScanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.ScanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.SystemPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.TableExistsException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.TableNotFoundException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.TablePermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.TimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.UnknownScanner._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.UnknownWriter._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.proxy.thrift.WriterOptions._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.logger.LogEvents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.MergeInfo.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.MergeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.TabletState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.problems.ProblemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.tabletserver.TabletStatsKeeper.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.accumulo.server.util.MapCounter
 
values() - Static method in enum org.apache.accumulo.start.classloader.vfs.providers.HdfsFileAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.test.continuous.ContinuousVerify.Counts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.trace.thrift.RemoteSpan._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.trace.thrift.SpanReceiver.span_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.trace.thrift.TestService.checkTrace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.trace.thrift.TInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_LEN_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
 
VAR_LONG_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
ve - Variable in class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
vectorSize - Variable in class org.apache.accumulo.core.bloomfilter.Filter
The vector size of this filter.
verbose - Variable in class org.apache.accumulo.core.util.shell.Shell
 
Verify - Class in org.apache.accumulo.test.randomwalk.bulk
 
Verify() - Constructor for class org.apache.accumulo.test.randomwalk.bulk.Verify
 
Verify - Class in org.apache.accumulo.test.randomwalk.image
 
Verify() - Constructor for class org.apache.accumulo.test.randomwalk.image.Verify
 
Verify - Class in org.apache.accumulo.test.randomwalk.unit
 
Verify() - Constructor for class org.apache.accumulo.test.randomwalk.unit.Verify
 
VerifyIndex - Class in org.apache.accumulo.test.randomwalk.shard
 
VerifyIndex() - Constructor for class org.apache.accumulo.test.randomwalk.shard.VerifyIndex
 
VerifyIngest - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
VerifyIngest() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest
 
VerifyIngest - Class in org.apache.accumulo.test
 
VerifyIngest() - Constructor for class org.apache.accumulo.test.VerifyIngest
 
VerifyIngest.Opts - Class in org.apache.accumulo.test
 
VerifyIngest.Opts() - Constructor for class org.apache.accumulo.test.VerifyIngest.Opts
 
verifyRow(Scanner, String) - Method in class org.apache.accumulo.test.randomwalk.image.Verify
 
VerifyTabletAssignments - Class in org.apache.accumulo.server.util
 
VerifyTabletAssignments() - Constructor for class org.apache.accumulo.server.util.VerifyTabletAssignments
 
verifyTabletInformation(KeyExtent, TServerInstance, SortedMap<Key, Value>, String, ZooLock) - Static method in class org.apache.accumulo.server.tabletserver.TabletServer
 
VERSION - Static variable in class org.apache.accumulo.core.Constants
 
VERSION - Static variable in class org.apache.accumulo.core.FilteredConstants
 
Version - Class in org.apache.accumulo.core.util
 
Version(String) - Constructor for class org.apache.accumulo.core.util.Version
 
VERSION - Static variable in class org.apache.accumulo.server.logger.LogFileKey
 
VERSION - Static variable in class org.apache.accumulo.server.master.tableOps.ExportTable
 
versioningIter - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
VersioningIterator - Class in org.apache.accumulo.core.iterators.user
 
VersioningIterator() - Constructor for class org.apache.accumulo.core.iterators.user.VersioningIterator
 
VersioningIterator - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by VersioningIterator
VersioningIterator() - Constructor for class org.apache.accumulo.core.iterators.VersioningIterator
Deprecated.
 
VersioningIterator(SortedKeyValueIterator<Key, Value>, int) - Constructor for class org.apache.accumulo.core.iterators.VersioningIterator
Deprecated.
 
VFS_CACHE_DIR - Static variable in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
VFS_CLASSLOADER_SYSTEM_CLASSPATH_PROPERTY - Static variable in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
VFS_CONTEXT_CLASSPATH_PROPERTY - Static variable in class org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoader
 
Viewer - Class in org.apache.accumulo.examples.simple.dirlist
Provides a GUI for browsing the file system information stored in Accumulo.
Viewer(Viewer.Opts) - Constructor for class org.apache.accumulo.examples.simple.dirlist.Viewer
 
Viewer.NodeInfo - Class in org.apache.accumulo.examples.simple.dirlist
 
Viewer.NodeInfo(String, Map<String, String>) - Constructor for class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
violationCode - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
violationCode - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
violationDescription - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
violationDescription - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
Violations - Class in org.apache.accumulo.core.constraints
 
Violations() - Constructor for class org.apache.accumulo.core.constraints.Violations
 
violationSummaries - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
violationSummaries - Variable in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
VIS - Static variable in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
VisibilityCombiner - Class in org.apache.accumulo.examples.simple.filedata
A utility for merging visibilities into the form (VIS1)|(VIS2)|...|(VISN).
VisibilityCombiner() - Constructor for class org.apache.accumulo.examples.simple.filedata.VisibilityCombiner
 
VisibilityConstraint - Class in org.apache.accumulo.core.security
 
VisibilityConstraint() - Constructor for class org.apache.accumulo.core.security.VisibilityConstraint
 
VisibilityEvaluator - Class in org.apache.accumulo.core.security
 
VisibilityEvaluator(Authorizations) - Constructor for class org.apache.accumulo.core.security.VisibilityEvaluator
The VisibilityEvaluator computes a trie from the given Authorizations, that ColumnVisibility expressions can be evaluated against.
VisibilityFilter - Class in org.apache.accumulo.core.iterators.system
 
VisibilityFilter() - Constructor for class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
VisibilityFilter(SortedKeyValueIterator<Key, Value>, Authorizations, byte[]) - Constructor for class org.apache.accumulo.core.iterators.system.VisibilityFilter
 
VisibilityFilter - Class in org.apache.accumulo.core.iterators.user
 
VisibilityFilter() - Constructor for class org.apache.accumulo.core.iterators.user.VisibilityFilter
 
VisibilityInterpreter - Interface in org.apache.accumulo.core.security
 
VisibilityInterpreterFactory - Class in org.apache.accumulo.core.security
 
VisibilityInterpreterFactory() - Constructor for class org.apache.accumulo.core.security.VisibilityInterpreterFactory
 
VisibilityParseException - Exception in org.apache.accumulo.core.security
 
VisibilityParseException(String, byte[], int) - Constructor for exception org.apache.accumulo.core.security.VisibilityParseException
 
VisibilityTest - Class in org.apache.accumulo.test.functional
 
VisibilityTest() - Constructor for class org.apache.accumulo.test.functional.VisibilityTest
 
visit(SpanTreeVisitor) - Method in class org.apache.accumulo.core.trace.SpanTree
 
visit(int, RemoteSpan, RemoteSpan, Collection<RemoteSpan>) - Method in interface org.apache.accumulo.core.trace.SpanTreeVisitor
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.bulk.BulkTest
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.bulk.Setup
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.bulk.Verify
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.AddSplits
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.Apocalypse
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.BatchScan
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.BatchWrite
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.BulkImport
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.ChangeAuthorizations
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.ChangePermissions
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.CheckBalance
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.CheckPermission
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.CloneTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.Compact
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.Config
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.CreateUser
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.DeleteRange
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.DeleteTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.DropUser
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.IsolatedScan
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.ListSplits
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.Merge
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.OfflineTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.RenameTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.ScanTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.Setup
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.Shutdown
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.StartAll
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.concurrent.StopTabletServer
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.image.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.image.ScanMeta
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.image.TableOp
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.image.Verify
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.image.Write
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.Module
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.multitable.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.multitable.CopyTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.multitable.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.multitable.DropTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.multitable.OfflineTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.multitable.Write
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.Node
Visits node
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.AlterSystemPerm
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.AlterTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.AlterTablePerm
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.Authenticate
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.ChangePass
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.CreateUser
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.DropTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.DropUser
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.SetAuths
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.TableOp
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.security.Validate
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.sequential.BatchVerify
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.sequential.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.sequential.MapRedVerify
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.sequential.Write
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.BulkInsert
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.CloneIndex
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.CompactFilter
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Delete
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.DeleteSomeDocs
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.DeleteWord
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.ExportIndex
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Flush
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Grep
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Insert
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Merge
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Reindex
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Search
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.Split
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.shard.VerifyIndex
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.unit.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.unit.DeleteTable
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.unit.Ingest
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.unit.Scan
 
visit(State, Properties) - Method in class org.apache.accumulo.test.randomwalk.unit.Verify
 
visitedNode() - Method in class org.apache.accumulo.test.randomwalk.State
 
VisServlet - Class in org.apache.accumulo.server.monitor.servlets
 
VisServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.VisServlet
 
VisServlet.StatType - Enum in org.apache.accumulo.server.monitor.servlets
 
VisServlet.VisualizationConfig - Class in org.apache.accumulo.server.monitor.servlets
 
VisServlet.VisualizationConfig() - Constructor for class org.apache.accumulo.server.monitor.servlets.VisServlet.VisualizationConfig
 

W

wait - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
wait - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
waitForCompletion(long) - Method in class org.apache.accumulo.fate.Fate
 
waitForEvents(long) - Method in class org.apache.accumulo.server.master.EventCoordinator.Listener
 
waitForFlush(TInfo, TCredentials, String, ByteBuffer, ByteBuffer, long, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForFlush_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
waitForFlush(TInfo, TCredentials, String, ByteBuffer, ByteBuffer, long, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForFlush_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
waitForFlush(TInfo, TCredentials, String, ByteBuffer, ByteBuffer, long, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
waitForFlush(TInfo, TCredentials, String, ByteBuffer, ByteBuffer, long, long) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
waitForMinC() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in class org.apache.accumulo.fate.AgeOffStore
 
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in class org.apache.accumulo.fate.ReadOnlyStore
 
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in interface org.apache.accumulo.fate.ReadOnlyTStore
Wait for the satus of a transaction to change
waitForStatusChange(long, EnumSet<ReadOnlyTStore.TStatus>) - Method in class org.apache.accumulo.fate.ZooStore
 
waitForTableOperation(TInfo, TCredentials, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForTableOperation_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
waitForTableOperation(TInfo, TCredentials, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForTableOperation_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
waitForTableOperation(TInfo, TCredentials, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
waitForTableOperation(TInfo, TCredentials, long) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
waitForWrites - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
waitForWrites - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
waitForZookeeperAndHdfs(FileSystem) - Static method in class org.apache.accumulo.server.Accumulo
 
waitUntilDone(Set<String>) - Method in class org.apache.accumulo.server.zookeeper.DistributedWorkQueue
 
WalkingSecurity - Class in org.apache.accumulo.test.randomwalk.security
 
WalkingSecurity(Authorizor, Authenticator, PermissionHandler, String) - Constructor for class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
WalkingSecurity(State) - Constructor for class org.apache.accumulo.test.randomwalk.security.WalkingSecurity
 
walogs - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
waLogWriteTime - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
wasLockAcquired() - Method in class org.apache.accumulo.fate.zookeeper.ZooLock
indicates if the lock was acquired in the past....
whoami() - Method in class org.apache.accumulo.core.client.Connector
Get the current user for this connector
whoami() - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
whoami() - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
WhoAmICommand - Class in org.apache.accumulo.core.util.shell.commands
 
WhoAmICommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.WhoAmICommand
 
WholeRowIterator - Class in org.apache.accumulo.core.iterators.user
The WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.
WholeRowIterator() - Constructor for class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
WholeRowIterator - Class in org.apache.accumulo.core.iterators
Deprecated.
since 1.4, replaced by WholeRowIterator
WholeRowIterator() - Constructor for class org.apache.accumulo.core.iterators.WholeRowIterator
Deprecated.
 
why - Variable in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
WIRE_VERSION - Static variable in class org.apache.accumulo.core.Constants
 
WordCount - Class in org.apache.accumulo.examples.simple.mapreduce
A simple map reduce job that inserts word counts into accumulo.
WordCount() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
WordCount.MapClass - Class in org.apache.accumulo.examples.simple.mapreduce
 
WordCount.MapClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.WordCount.MapClass
 
wrap(FileSystem) - Static method in class org.apache.accumulo.server.trace.TraceFileSystem
 
wrap(Runnable) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
wrapAll(T) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
wrapAll(T, Sampler) - Static method in class org.apache.accumulo.trace.instrument.Trace
 
WrappingIterator - Class in org.apache.accumulo.core.iterators
A convenience class for implementing iterators that select, but do not modify, entries read from a source iterator.
WrappingIterator() - Constructor for class org.apache.accumulo.core.iterators.WrappingIterator
 
write(DataOutput) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
write(DataOutput) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
write(DataOutput) - Method in class org.apache.accumulo.core.bloomfilter.Filter
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result
 
write(TProtocol) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException
 
write(TProtocol) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_result
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.IteratorSetting
 
write(Text, Mutation) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
Push a mutation into a table.
write(Text, Mutation) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
Push a mutation into a table.
write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
 
write(DataOutput) - Method in class org.apache.accumulo.core.data.Column
 
write(DataOutput) - Method in class org.apache.accumulo.core.data.Key
 
write(DataOutput) - Method in class org.apache.accumulo.core.data.KeyExtent
Writes this extent's data fields to a DataOutput object
write(DataOutput) - Method in class org.apache.accumulo.core.data.Mutation
 
write(DataOutput) - Method in class org.apache.accumulo.core.data.Range
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
write(TProtocol) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
write(DataOutput) - Method in class org.apache.accumulo.core.data.Value
 
write(DataOutput) - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Write the object to a DataOutput.
write(DataOutput) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
write(DataOutput) - Method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
write(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
write(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
write(DataOutputStream, V) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
 
write(DataOutputStream, Long) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.FixedLongArrayEncoder
 
write(DataOutputStream, Long) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.VarLongArrayEncoder
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
write(TProtocol) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
write(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
write(TProtocol) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
Deprecated.
 
write(TProtocol) - Method in class org.apache.accumulo.core.security.thrift.TCredentials
 
write(TProtocol) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Deprecated.
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
write(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
 
write(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
 
write(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
 
write(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloException
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addConstraint_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.addSplits_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.attachIterator_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.authenticateUser_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cancelCompaction_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeLocalUserPassword_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.changeUserAuthorizations_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.checkIteratorConflicts_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.clearLocatorCache_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.cloneTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeScanner_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.compactTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createBatchScanner_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createLocalUser_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createScanner_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.createWriter_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteRows_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.deleteTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.dropLocalUser_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.exportTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flushTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveCompactions_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getActiveScans_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getFollowing_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getIteratorSetting_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getLocalityGroups_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getRowRange_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSiteConfiguration_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getSystemConfiguration_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTableProperties_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getTabletServers_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.getUserAuthorizations_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasNext_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importDirectory_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listConstraints_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listIterators_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listLocalUsers_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listSplits_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.listTables_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.login_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.mergeTablets_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextEntry_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.nextK_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.offlineTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.onlineTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.pingTabletServer_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeConstraint_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeIterator_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.removeTableProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.renameTable_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setLocalityGroups_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.setTableProperty_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.splitRangeByTablets_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableExists_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.tableIdMap_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testClassLoad_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.testTableClassLoad_result
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_args
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.updateAndFlush_result
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.AccumuloSecurityException
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ActiveCompaction
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ActiveScan
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.BatchScanOptions
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.Column
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ColumnUpdate
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.IteratorSetting
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.Key
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.KeyExtent
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.KeyValue
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.KeyValueAndPeek
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.MutationsRejectedException
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.NoMoreEntriesException
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.Range
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ScanColumn
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ScanOptions
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.ScanResult
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.TableExistsException
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.TableNotFoundException
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.UnknownScanner
 
write(TProtocol) - Method in exception org.apache.accumulo.proxy.thrift.UnknownWriter
 
write(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.WriterOptions
 
write(DataOutput) - Method in class org.apache.accumulo.server.data.ServerMutation
 
write(DataOutput) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
write(DataOutput) - Method in class org.apache.accumulo.server.logger.LogFileValue
 
write(DataOutput) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
write(DataOutput) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
 
write(DataOutput) - Method in class org.apache.accumulo.server.tabletserver.MemValue
 
write(byte[]) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
write(byte[], int, int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
write(int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
Write - Class in org.apache.accumulo.test.randomwalk.image
 
Write() - Constructor for class org.apache.accumulo.test.randomwalk.image.Write
 
Write - Class in org.apache.accumulo.test.randomwalk.multitable
 
Write() - Constructor for class org.apache.accumulo.test.randomwalk.multitable.Write
 
Write - Class in org.apache.accumulo.test.randomwalk.sequential
 
Write() - Constructor for class org.apache.accumulo.test.randomwalk.sequential.Write
 
Write - Class in org.apache.accumulo.test.stress.random
 
Write() - Constructor for class org.apache.accumulo.test.stress.random.Write
 
write(TProtocol) - Method in class org.apache.accumulo.trace.thrift.RemoteSpan
 
write(TProtocol) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.span_args
 
write(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_args
 
write(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TestService.checkTrace_result
 
write(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TInfo
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticate_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticateUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.bulkImportFiles_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeAuthorizations_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeLocalUserPassword_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkClass_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.checkTableClass_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.createLocalUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.dropLocalUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getConfiguration_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getInstanceId_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getRootTabletLocation_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getTableConfiguration_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getUserAuthorizations_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.getZooKeepers_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantSystemPermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.grantTablePermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasSystemPermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.hasTablePermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.isActive_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.listLocalUsers_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.ping_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeSystemPermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.revokeTablePermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.fails_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.success_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClient.throwsError_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient.getStatus_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.beginTableOperation_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.executeTableOperation_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.finishTableOperation_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.getMasterStats_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.initiateFlush_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.removeSystemProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.removeTableProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.reportSplitExtent_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.reportTabletStatus_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setMasterGoalState_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setSystemProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.setTableProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.shutdown_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.shutdownTabletServer_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.waitForFlush_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient.waitForTableOperation_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.applyUpdates_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.bulkImport_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.chop_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeMultiScan_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeScan_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.closeUpdate_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.compact_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.continueMultiScan_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.continueScan_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.fastHalt_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.flush_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.flushTablet_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getActiveCompactions_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getActiveScans_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getHistoricalStats_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getTabletServerStatus_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.getTabletStats_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.halt_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.loadTablet_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.removeLogs_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.splitTablet_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startMultiScan_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startScan_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.startUpdate_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.unloadTablet_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.update_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.addConstraint_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.addSplits_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.attachIterator_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.authenticateUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.cancelCompaction_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.changeLocalUserPassword_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.changeUserAuthorizations_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.checkIteratorConflicts_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.clearLocatorCache_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.cloneTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.closeScanner_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.closeWriter_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.compactTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createBatchScanner_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createLocalUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createScanner_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.createWriter_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.deleteRows_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.deleteTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.dropLocalUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.exportTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.flush_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.flushTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getActiveCompactions_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getActiveScans_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getFollowing_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getIteratorSetting_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getLocalityGroups_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getMaxRow_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getRowRange_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getSiteConfiguration_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getSystemConfiguration_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getTableProperties_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getTabletServers_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.getUserAuthorizations_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.grantSystemPermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.grantTablePermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasNext_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasSystemPermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.hasTablePermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.importDirectory_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.importTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listConstraints_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listIterators_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listLocalUsers_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listSplits_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.listTables_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.login_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.mergeTablets_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.nextEntry_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.nextK_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.offlineTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.onlineTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.pingTabletServer_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeConstraint_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeIterator_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.removeTableProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.renameTable_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.revokeSystemPermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.revokeTablePermission_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setLocalityGroups_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.setTableProperty_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.splitRangeByTablets_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.tableExists_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.tableIdMap_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.testClassLoad_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.testTableClassLoad_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.update_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.updateAndFlush_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.trace.thrift.SpanReceiver.AsyncClient.span_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.trace.thrift.TestService.AsyncClient.checkTrace_call
 
writeBoolean(boolean) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeByte(int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeBytes(String) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeChar(int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeChars(String) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeDouble(double) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeFloat(float) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeInt(int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeKey(OutputStream) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Writing the key to the output stream.
writeLock() - Method in class org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock
 
writeLong(long) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeMessageBegin(TMessage) - Method in class org.apache.accumulo.core.util.ThriftUtil.TraceProtocol
 
writeMessageEnd() - Method in class org.apache.accumulo.core.util.ThriftUtil.TraceProtocol
 
writeMutation(Reducer<NullWritable, IntWritable, Text, Mutation>.Context, int, int) - Method in class org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool.SeqReduceClass
 
Writer - Class in org.apache.accumulo.core.client.impl
 
Writer(Instance, TCredentials, Text) - Constructor for class org.apache.accumulo.core.client.impl.Writer
 
Writer(Instance, TCredentials, String) - Constructor for class org.apache.accumulo.core.client.impl.Writer
 
writer - Variable in class org.apache.accumulo.core.client.mock.MockShell
 
writer - Variable in class org.apache.accumulo.proxy.ProxyServer.BatchWriterPlusException
 
writer - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.closeWriter_args
 
writer - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.flush_args
 
writer - Variable in class org.apache.accumulo.proxy.thrift.AccumuloProxy.update_args
 
writerCache - Variable in class org.apache.accumulo.proxy.ProxyServer
 
WriterOptions - Class in org.apache.accumulo.proxy.thrift
 
WriterOptions() - Constructor for class org.apache.accumulo.proxy.thrift.WriterOptions
 
WriterOptions(long, long, long, int) - Constructor for class org.apache.accumulo.proxy.thrift.WriterOptions
 
WriterOptions(WriterOptions) - Constructor for class org.apache.accumulo.proxy.thrift.WriterOptions
Performs a deep copy on other.
WriterOptions._Fields - Enum in org.apache.accumulo.proxy.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
writeShort(int) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeString(DataOutput, String) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Write a String as a VInt n, followed by n Bytes as in Text format.
writeUTF(String) - Method in class org.apache.accumulo.start.classloader.vfs.providers.HdfsRandomAccessContent
 
writeValue(OutputStream) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Writing the value to the output stream.
writeVInt(DataOutput, int) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Encoding an integer into a variable-length encoding format.
writeVLong(DataOutput, long) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Encoding a Long integer into a variable-length encoding format.
WrongTabletTest - Class in org.apache.accumulo.test
 
WrongTabletTest() - Constructor for class org.apache.accumulo.test.WrongTabletTest
 

X

XMLServlet - Class in org.apache.accumulo.server.monitor.servlets
 
XMLServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
xor(Filter) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
xor(Filter) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
xor(Filter) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Peforms a logical XOR between this filter and a specified filter.

Z

ZBULK_FAILED_COPYQ - Static variable in class org.apache.accumulo.core.Constants
 
ZCONFIG - Static variable in class org.apache.accumulo.core.Constants
 
ZDEAD - Static variable in class org.apache.accumulo.core.Constants
 
ZDEADTSERVERS - Static variable in class org.apache.accumulo.core.Constants
 
ZFATE - Static variable in class org.apache.accumulo.core.Constants
 
ZGC - Static variable in class org.apache.accumulo.core.Constants
 
ZGC_LOCK - Static variable in class org.apache.accumulo.core.Constants
 
ZHDFS_RESERVATIONS - Static variable in class org.apache.accumulo.core.Constants
 
ZINSTANCES - Static variable in class org.apache.accumulo.core.Constants
 
ZKAuthenticator - Class in org.apache.accumulo.server.security.handler
 
ZKAuthenticator() - Constructor for class org.apache.accumulo.server.security.handler.ZKAuthenticator
 
ZKAuthorizor - Class in org.apache.accumulo.server.security.handler
 
ZKAuthorizor() - Constructor for class org.apache.accumulo.server.security.handler.ZKAuthorizor
 
ZKPermHandler - Class in org.apache.accumulo.server.security.handler
 
ZKPermHandler() - Constructor for class org.apache.accumulo.server.security.handler.ZKPermHandler
 
ZMASTER_GOAL_STATE - Static variable in class org.apache.accumulo.core.Constants
 
ZMASTER_LOCK - Static variable in class org.apache.accumulo.core.Constants
 
ZMASTERS - Static variable in class org.apache.accumulo.core.Constants
 
ZMONITOR - Static variable in class org.apache.accumulo.core.Constants
 
ZMONITOR_HTTP_ADDR - Static variable in class org.apache.accumulo.core.Constants
 
ZMONITOR_LOCK - Static variable in class org.apache.accumulo.core.Constants
 
ZMONITOR_LOG4J_ADDR - Static variable in class org.apache.accumulo.core.Constants
 
ZNEXT_FILE - Static variable in class org.apache.accumulo.core.Constants
 
ZombieTServer - Class in org.apache.accumulo.test.functional
Tablet server that creates a lock in zookeeper, responds to one status request, and then hangs on subsequent requests.
ZombieTServer() - Constructor for class org.apache.accumulo.test.functional.ZombieTServer
 
ZombieTServer.ThriftClientHandler - Class in org.apache.accumulo.test.functional
 
ZooCache - Class in org.apache.accumulo.core.zookeeper
Deprecated.
since 1.5, replaced by ZooCache
ZooCache(String, int) - Constructor for class org.apache.accumulo.core.zookeeper.ZooCache
Deprecated.
 
ZooCache(String, int, Watcher) - Constructor for class org.apache.accumulo.core.zookeeper.ZooCache
Deprecated.
 
ZooCache(ZooReader, Watcher) - Constructor for class org.apache.accumulo.core.zookeeper.ZooCache
Deprecated.
 
ZooCache - Class in org.apache.accumulo.fate.zookeeper
Caches values stored in zookeeper and keeps them up to date as they change in zookeeper.
ZooCache(String, int) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooCache
 
ZooCache(String, int, Watcher) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooCache
 
ZooCache(ZooReader, Watcher) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooCache
 
ZooCache - Class in org.apache.accumulo.server.zookeeper
 
ZooCache() - Constructor for class org.apache.accumulo.server.zookeeper.ZooCache
 
ZooCache(Watcher) - Constructor for class org.apache.accumulo.server.zookeeper.ZooCache
 
ZooCache(AccumuloConfiguration, Watcher) - Constructor for class org.apache.accumulo.server.zookeeper.ZooCache
 
ZooConfiguration - Class in org.apache.accumulo.server.conf
 
zooKeeper - Variable in class org.apache.accumulo.fate.zookeeper.ZooLock
 
ZooKeeperInstance - Class in org.apache.accumulo.core.client
An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo.
ZooKeeperInstance(String, String) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
 
ZooKeeperInstance(String, String, int) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
 
ZooKeeperInstance(UUID, String) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
 
ZooKeeperInstance(UUID, String, int) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
 
ZooKeeperMain - Class in org.apache.accumulo.server.util
 
ZooKeeperMain() - Constructor for class org.apache.accumulo.server.util.ZooKeeperMain
 
zookeepers - Variable in class org.apache.accumulo.core.cli.ClientOpts
 
ZooKeeperStatus - Class in org.apache.accumulo.server.monitor
 
ZooKeeperStatus() - Constructor for class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
ZooKeeperStatus.ZooKeeperState - Class in org.apache.accumulo.server.monitor
 
ZooKeeperStatus.ZooKeeperState(String, String, int) - Constructor for class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
ZooLock - Class in org.apache.accumulo.fate.zookeeper
 
ZooLock(String, int, String, byte[], String) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooLock
 
ZooLock(ZooCache, IZooReaderWriter, String) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooLock
 
ZooLock - Class in org.apache.accumulo.server.zookeeper
 
ZooLock(String) - Constructor for class org.apache.accumulo.server.zookeeper.ZooLock
 
ZooLock.AsyncLockWatcher - Interface in org.apache.accumulo.fate.zookeeper
 
ZooLock.LockLossReason - Enum in org.apache.accumulo.fate.zookeeper
 
ZooLock.LockWatcher - Interface in org.apache.accumulo.fate.zookeeper
 
ZooQueueLock - Class in org.apache.accumulo.fate.zookeeper
 
ZooQueueLock(String, int, String, byte[], String, boolean) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
ZooQueueLock(IZooReaderWriter, String, boolean) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooQueueLock
 
ZooQueueLock - Class in org.apache.accumulo.server.zookeeper
 
ZooQueueLock(String, boolean) - Constructor for class org.apache.accumulo.server.zookeeper.ZooQueueLock
 
ZooReader - Class in org.apache.accumulo.fate.zookeeper
 
ZooReader(String, int) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooReader
 
ZooReaderWriter - Class in org.apache.accumulo.fate.zookeeper
 
ZooReaderWriter(String, int, String, byte[]) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooReaderWriter
 
ZooReaderWriter - Class in org.apache.accumulo.server.zookeeper
 
ZooReaderWriter(String, int, String) - Constructor for class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
ZooReaderWriter.Mutator - Interface in org.apache.accumulo.fate.zookeeper
 
ZooReservation - Class in org.apache.accumulo.fate.zookeeper
 
ZooReservation() - Constructor for class org.apache.accumulo.fate.zookeeper.ZooReservation
 
ZooSession - Class in org.apache.accumulo.fate.zookeeper
 
ZooSession() - Constructor for class org.apache.accumulo.fate.zookeeper.ZooSession
 
ZooSession.ZooSessionShutdownException - Exception in org.apache.accumulo.fate.zookeeper
 
ZooSession.ZooSessionShutdownException() - Constructor for exception org.apache.accumulo.fate.zookeeper.ZooSession.ZooSessionShutdownException
 
ZooSpanClient - Class in org.apache.accumulo.trace.instrument.receivers
Find a Span collector via zookeeper and push spans there via Thrift RPC
ZooSpanClient(String, String, String, String, long) - Constructor for class org.apache.accumulo.trace.instrument.receivers.ZooSpanClient
 
ZooStore<T> - Class in org.apache.accumulo.fate
 
ZooStore(String, IZooReaderWriter) - Constructor for class org.apache.accumulo.fate.ZooStore
 
ZooStore - Class in org.apache.accumulo.server.master.state
 
ZooStore(String) - Constructor for class org.apache.accumulo.server.master.state.ZooStore
 
ZooStore() - Constructor for class org.apache.accumulo.server.master.state.ZooStore
 
ZooTabletStateStore - Class in org.apache.accumulo.server.master.state
 
ZooTabletStateStore(DistributedStore) - Constructor for class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
ZooTabletStateStore() - Constructor for class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
ZooTraceClient - Class in org.apache.accumulo.core.trace
Find a Span collector via zookeeper and push spans there via Thrift RPC
ZooTraceClient(ZooReader, String, String, String, long) - Constructor for class org.apache.accumulo.core.trace.ZooTraceClient
 
ZooUtil - Class in org.apache.accumulo.core.zookeeper
 
ZooUtil() - Constructor for class org.apache.accumulo.core.zookeeper.ZooUtil
 
ZooUtil - Class in org.apache.accumulo.fate.zookeeper
 
ZooUtil() - Constructor for class org.apache.accumulo.fate.zookeeper.ZooUtil
 
ZooUtil.LockID - Class in org.apache.accumulo.fate.zookeeper
 
ZooUtil.LockID(String, String) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
ZooUtil.LockID(String, String, long) - Constructor for class org.apache.accumulo.fate.zookeeper.ZooUtil.LockID
 
ZooUtil.NodeExistsPolicy - Enum in org.apache.accumulo.fate.zookeeper
 
ZooUtil.NodeMissingPolicy - Enum in org.apache.accumulo.fate.zookeeper
 
ZooZap - Class in org.apache.accumulo.server.util
 
ZooZap() - Constructor for class org.apache.accumulo.server.util.ZooZap
 
ZPROBLEMS - Static variable in class org.apache.accumulo.core.Constants
 
ZRECOVERY - Static variable in class org.apache.accumulo.core.Constants
 
ZROOT - Static variable in class org.apache.accumulo.core.Constants
 
ZROOT_TABLET - Static variable in class org.apache.accumulo.core.Constants
 
ZROOT_TABLET_FUTURE_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
ZROOT_TABLET_LAST_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
ZROOT_TABLET_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
ZROOT_TABLET_WALOGS - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLE_COMPACT_CANCEL_ID - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLE_COMPACT_ID - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLE_CONF - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLE_FLUSH_ID - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLE_LOCKS - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLE_NAME - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLE_STATE - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLES - Static variable in class org.apache.accumulo.core.Constants
 
ZTABLES_INITIAL_ID - Static variable in class org.apache.accumulo.core.Constants
 
ZTRACERS - Static variable in class org.apache.accumulo.core.Constants
 
ZTSERVERS - Static variable in class org.apache.accumulo.core.Constants
 
ZUSERS - Static variable in class org.apache.accumulo.core.Constants
 

_

_locateTablet(Text, boolean, boolean, boolean, TCredentials) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

Copyright © 2015 Apache Accumulo Project. All Rights Reserved.