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
 
AboutCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AboutCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AboutCommand
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.Filter
 
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.filter.AgeOffFilter
Deprecated.  
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.filter.ColumnAgeOffFilter
Deprecated.  
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.filter.ColumnQualifierFilter
Deprecated.  
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.filter.DeleteFilter
Deprecated.  
accept(Key, Value) - Method in interface org.apache.accumulo.core.iterators.filter.Filter
Deprecated.  
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.filter.NoLabelFilter
Deprecated.  
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.filter.VisibilityFilter
Deprecated.  
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.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
 
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.
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
 
AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use the Accumulo data file format for output of data The user must specify the output path that does not exist following via static method calls to this class: AccumuloFileOutputFormat.setOutputPath(job, outputDirectory) Other methods from FileOutputFormat to configure options are ignored Compression is using the DefaultCodec and is always on
AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
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.mapreduce
This class allows MapReduce jobs to use Accumulo as the sink of data.
AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapreduce
 
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
 
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
 
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.
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>>) - 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._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.
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
 
addAggregators(String, List<? extends PerColumnIteratorConfig>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Deprecated. since 1.4 TableOperations.attachIterator(String, IteratorSetting)
addAggregators(String, List<? extends PerColumnIteratorConfig>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Deprecated. since 1.4 TableOperationsHelper.attachIterator(String, IteratorSetting)
addAggregators(String, List<? extends PerColumnIteratorConfig>) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
Deprecated. since 1.4
addAggregators(List<? extends PerColumnIteratorConfig>) - Method in class org.apache.accumulo.core.client.mock.MockTable
Deprecated. Since 1.4, use TableOperations.attachIterator(String tableName, IteratorSetting setting)
addAggregators(String, List<? extends PerColumnIteratorConfig>) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
Deprecated. since 1.4 TableOperationsHelper.attachIterator(String, IteratorSetting)
addIterator(JobContext, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.addIterator(Configuration,IteratorSetting) instead
addIterator(Configuration, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Encode an iterator on the input for this configuration object.
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
 
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
 
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
 
addNamedOption(String, String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
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
 
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.
addRange(Map<String, Map<KeyExtent, List<Range>>>, String, KeyExtent, Range) - Static method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
AddressUtil - Class in org.apache.accumulo.core.util
 
AddressUtil() - Constructor for class org.apache.accumulo.core.util.AddressUtil
 
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.
addScanIterators(Shell, Scanner, String) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
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
 
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.MockTableOperations
 
AddSplitsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AddSplitsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
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
 
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
 
addToAuthorizationFailures(TKeyExtent) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
addToAuthorizations(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
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
 
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
 
addToDeadLoggers(DeadServer) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
addToDeadTabletServers(DeadServer) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
addToFiles(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
addToFiles(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
addToFullScans(TKeyExtent) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
addToLoggers(LoggerStatus) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
addToLoggers(String) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
addToLoggers(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
addToMutations(TabletMutations) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
addToMutations(TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
addToMutations(TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
addToNewTablets(TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
addToRecovery(RecoveryStatus) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
addToResults(TKeyValue) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
addToResults(TKeyValue) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
addToServersShuttingDown(String) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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.listUsers_result
 
addToSuccess(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
addToSuccess(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_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
 
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
 
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.ActiveScan
 
AgeOffFilter - Class in org.apache.accumulo.core.iterators.filter
Deprecated. since 1.4, replaced by AgeOffFilter
AgeOffFilter() - Constructor for class org.apache.accumulo.core.iterators.filter.AgeOffFilter
Deprecated.  
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
 
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.
ALL_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
 
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.
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(WritableComparable, Writable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Append a key/value pair to the map.
append(Writable, Writable) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Append a key/value pair.
append(Object, Object) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Append a key/value pair.
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
 
appendPrintableString(byte[], int, int, int, StringBuilder) - Static method in class org.apache.accumulo.core.data.Key
 
appendRaw(byte[], int, int, MySequenceFile.ValueBytes) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated.  
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
 
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)
asList() - Method in class org.apache.accumulo.core.constraints.Violations
 
asThriftException() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
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
 
attemptToFixMapFile(Configuration, FileSystem, String) - Static method in class org.apache.accumulo.core.file.map.MapFileUtil
Deprecated. since 1.4
AUDIT - Static variable in class org.apache.accumulo.core.security.AuditLevel
 
AuditLevel - Class in org.apache.accumulo.core.security
 
AuditLevel() - Constructor for class org.apache.accumulo.core.security.AuditLevel
 
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
Verify a username/password combination is valid
authenticateUser(String, byte[]) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Verify a username/password combination is valid
authenticateUser(TInfo, AuthInfo, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.authenticateUser_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
authenticateUser(TInfo, AuthInfo, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.authenticateUser_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
authenticateUser(TInfo, AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
authenticateUser(TInfo, AuthInfo, String, ByteBuffer) - 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
 
AuthInfo - Class in org.apache.accumulo.core.security.thrift
 
AuthInfo() - Constructor for class org.apache.accumulo.core.security.thrift.AuthInfo
 
AuthInfo(String, ByteBuffer, String) - Constructor for class org.apache.accumulo.core.security.thrift.AuthInfo
 
AuthInfo(AuthInfo) - Constructor for class org.apache.accumulo.core.security.thrift.AuthInfo
Performs a deep copy on other.
AuthInfo._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.
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 - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
Authorizations - Class in org.apache.accumulo.core.security
 
Authorizations(Collection<byte[]>) - Constructor for class org.apache.accumulo.core.security.Authorizations
 
Authorizations(List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.security.Authorizations
 
Authorizations(byte[]) - Constructor for class org.apache.accumulo.core.security.Authorizations
 
Authorizations() - Constructor for class org.apache.accumulo.core.security.Authorizations
 
Authorizations(String...) - Constructor for class org.apache.accumulo.core.security.Authorizations
 
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
 
auths - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
 
autoClean - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 

B

BadArgumentException - Exception in org.apache.accumulo.core.util
 
BadArgumentException(String, String, int) - Constructor for exception org.apache.accumulo.core.util.BadArgumentException
 
badTServers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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.
BatchScanner - Interface in org.apache.accumulo.core.client
Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
batchSize - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
BatchWriter - Interface in org.apache.accumulo.core.client
Send Mutations to a single Table in Accumulo.
BatchWriterImpl - Class in org.apache.accumulo.core.client.impl
 
BatchWriterImpl(Instance, AuthInfo, String, long, long, int) - Constructor for class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
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
 
beginShutdown(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.beginShutdown_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
beginShutdown(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.beginShutdown_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
beginShutdown(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
beginShutdown(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
beginTableOperation(TInfo, AuthInfo, AsyncMethodCallback<MasterClientService.AsyncClient.beginTableOperation_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
beginTableOperation(TInfo, AuthInfo, AsyncMethodCallback<MasterClientService.AsyncClient.beginTableOperation_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
beginTableOperation(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
beginTableOperation(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
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>) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
binRanges(List<Range>, Map<String, Map<KeyExtent, List<Range>>>) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
BLOCK_SIZE - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
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.
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
 
bound(Column, Column) - Method in class org.apache.accumulo.core.data.Range
Creates a new range that is bounded by the columns passed in.
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
 
bufferForColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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
 
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
 
bufferForPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
bufferForPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
bufferForPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
bufferForPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
bufferForPrevEndRow() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
bufferForRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
bufferForRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
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
 
bufferForTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
bufferForValue() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
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
 
BULK_ARBITRATOR_TYPE - Static variable in class org.apache.accumulo.core.Constants
 
BULK_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
bulkImport(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
bulkImport(TInfo, AuthInfo, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
bulkImportFiles(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo, long, String, List<String>, String, boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
bulkImportFiles(TInfo, AuthInfo, long, String, List<String>, String, boolean) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
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
 
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
 
bytesToLong(byte[]) - Static method in class org.apache.accumulo.core.data.Value
Deprecated. since 1.4.1. There is no replacement.
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.  
bytesToString(byte[]) - Static method in class org.apache.accumulo.core.data.Value
Deprecated. since 1.4.1. There is no replacement.

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.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) - 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_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
 
CacheEntry - Class in org.apache.accumulo.core.file.blockfile.cache
 
CacheEntry(String, Long) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.CacheEntry
 
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
 
calculateOverhead(long, long, int) - Static method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
canCreateTables(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.canCreateTables(Configuration) instead
canCreateTables(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
candidates - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
changeAuthorizations(TInfo, AuthInfo, String, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.changeAuthorizations_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
changeAuthorizations(TInfo, AuthInfo, String, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.changeAuthorizations_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
changeAuthorizations(TInfo, AuthInfo, String, List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
changeAuthorizations(TInfo, AuthInfo, String, List<ByteBuffer>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
changePassword(TInfo, AuthInfo, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.changePassword_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
changePassword(TInfo, AuthInfo, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.changePassword_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
changePassword(TInfo, AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
changePassword(TInfo, AuthInfo, String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
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
Set the user's record-level authorizations
changeUserAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
changeUserPassword(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Set the user's password
changeUserPassword(String, byte[]) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Set the user's password
changeUserPassword(String, byte[]) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
charAt(int) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
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
 
checkClass(TInfo, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkClass_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
checkClass(TInfo, String, String, AsyncMethodCallback<ClientService.AsyncClient.checkClass_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
checkClass(TInfo, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
checkClass(TInfo, String, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
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
 
checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
checkTableState() - Method in class org.apache.accumulo.core.util.shell.Shell
 
chop(TInfo, AuthInfo, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.chop_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
chop(TInfo, AuthInfo, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.chop_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
chop(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
chop(TInfo, AuthInfo, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
CLASS_PREFIX - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
 
className - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
className - Variable in class org.apache.accumulo.core.data.thrift.IterInfo
 
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
 
cleanup() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. The default cleanup.
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.changePassword_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
clear() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
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.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.LoggerStatus
 
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
 
clear() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
clear() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
clear() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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.core.zookeeper.ZooCache
 
clear(String) - Method in class org.apache.accumulo.core.zookeeper.ZooCache
 
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).
ClearCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ClearCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClearCommand
 
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
 
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.
client - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
CLIENT_RETRIES - Static variable in class org.apache.accumulo.core.Constants
 
CLIENT_SLEEP_BEFORE_RECONNECT - Static variable in class org.apache.accumulo.core.Constants
 
ClientExec<T> - Interface in org.apache.accumulo.core.client.impl
 
ClientExecReturn<T,C> - Interface in org.apache.accumulo.core.client.impl
 
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.authenticateUser_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.authenticateUser_call(TInfo, AuthInfo, String, ByteBuffer, 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, AuthInfo, 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, AuthInfo, 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.changePassword_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.changePassword_call(TInfo, AuthInfo, String, ByteBuffer, AsyncMethodCallback<ClientService.AsyncClient.changePassword_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changePassword_call
 
ClientService.AsyncClient.checkClass_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.checkClass_call(TInfo, 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.createUser_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.createUser_call(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.createUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.createUser_call
 
ClientService.AsyncClient.dropUser_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.dropUser_call(TInfo, AuthInfo, String, AsyncMethodCallback<ClientService.AsyncClient.dropUser_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.dropUser_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(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(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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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.listUsers_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.listUsers_call(TInfo, AuthInfo, AsyncMethodCallback<ClientService.AsyncClient.listUsers_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.listUsers_call
 
ClientService.AsyncClient.ping_call - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient.ping_call(AuthInfo, 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, AuthInfo, 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, AuthInfo, 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.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, AuthInfo, String, ByteBuffer) - 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, AuthInfo, 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, AuthInfo, 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.changePassword_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.changePassword_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
ClientService.changePassword_args(TInfo, AuthInfo, String, ByteBuffer) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
ClientService.changePassword_args(ClientService.changePassword_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
Performs a deep copy on other.
ClientService.changePassword_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.changePassword_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.changePassword_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_result
 
ClientService.changePassword_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_result
 
ClientService.changePassword_result(ClientService.changePassword_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_result
Performs a deep copy on other.
ClientService.changePassword_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, 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.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.createUser_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.createUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
ClientService.createUser_args(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
ClientService.createUser_args(ClientService.createUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
Performs a deep copy on other.
ClientService.createUser_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.createUser_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.createUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
ClientService.createUser_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
ClientService.createUser_result(ClientService.createUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
Performs a deep copy on other.
ClientService.createUser_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.dropUser_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.dropUser_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
ClientService.dropUser_args(TInfo, AuthInfo, String) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
ClientService.dropUser_args(ClientService.dropUser_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
Performs a deep copy on other.
ClientService.dropUser_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.dropUser_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.dropUser_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_result
 
ClientService.dropUser_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_result
 
ClientService.dropUser_result(ClientService.dropUser_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_result
Performs a deep copy on other.
ClientService.dropUser_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(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(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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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.listUsers_args - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.listUsers_args() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
 
ClientService.listUsers_args(TInfo, AuthInfo) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
 
ClientService.listUsers_args(ClientService.listUsers_args) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
Performs a deep copy on other.
ClientService.listUsers_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.listUsers_result - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.listUsers_result() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_result
 
ClientService.listUsers_result(Set<String>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_result
 
ClientService.listUsers_result(ClientService.listUsers_result) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_result
Performs a deep copy on other.
ClientService.listUsers_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(AuthInfo) - 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 - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.Processor(ClientService.Iface) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor
 
ClientService.Processor.ProcessFunction - Interface in org.apache.accumulo.core.client.impl.thrift
 
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, AuthInfo, 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, AuthInfo, 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.
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 class org.apache.accumulo.core.data.Key
 
cloneFileAttributes(Path, Path, Progressable) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Clones the attributes (like compression of the input file and creates a corresponding Writer
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(ClientService.Iface) - 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() - 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.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.map.MyMapFile.Reader
Deprecated. Close the map.
close() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Close the map.
close() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Close the file.
close() - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.Sorter.RawKeyValueIterator
Deprecated. closes the iterator so that the underlying streams can be closed
close() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Close the file.
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.SequenceFileIterator
 
close(TInfo, long, AsyncMethodCallback<MutationLogger.AsyncClient.close_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
close(TInfo, long, AsyncMethodCallback<MutationLogger.AsyncClient.close_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
close(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
close(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
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
 
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.map.MyMapFile.Reader
Deprecated.  
closeDeepCopies() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
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
 
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
 
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
 
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.security.thrift.ThriftSecurityException
 
COLF_REGEX - Static variable in class org.apache.accumulo.core.iterators.filter.RegExFilter
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
 
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.  
COLQ_REGEX - Static variable in class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
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
 
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
 
ColumnAgeOffFilter - Class in org.apache.accumulo.core.iterators.filter
Deprecated. since 1.4, replaced by ColumnAgeOffFilter
ColumnAgeOffFilter() - Constructor for class org.apache.accumulo.core.iterators.filter.ColumnAgeOffFilter
Deprecated.  
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.filter
Deprecated. since 1.4, replaced by ColumnQualifierFilter
ColumnQualifierFilter(HashSet<Column>) - Constructor for class org.apache.accumulo.core.iterators.filter.ColumnQualifierFilter
Deprecated.  
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_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
 
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[], byte[], int) - Constructor for class org.apache.accumulo.core.data.ColumnUpdate
 
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
See ColumnVisibility.ColumnVisibility(byte[])
ColumnVisibility(Text) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
 
ColumnVisibility(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
Set the column visibility for a Mutation.
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
 
Combiner - Class in org.apache.accumulo.core.iterators
A SortedKeyValueIterator that combines the Values for different versions of a Key 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
 
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, 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(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.compact_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
compact(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.compact_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
compact(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
compact(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
CompactCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CompactCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CompactCommand
 
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.
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
 
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.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.changePassword_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
compareTo(ClientService.changePassword_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
compareTo(ClientService.createUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
compareTo(ClientService.dropUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
compareTo(ClientService.dropUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
 
compareTo(ClientService.listUsers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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(ThriftTableOperationException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
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(Object) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated.  
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(MultiLevelIndex.IndexEntry) - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
compareTo(RelativeKey) - Method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
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(LoggerStatus) - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
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
 
compareTo(ThriftSecurityException) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
compareTo(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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(LogCopyInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
compareTo(LogFile) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
compareTo(LoggerClosedException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
compareTo(MutationLogger.beginShutdown_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
compareTo(MutationLogger.beginShutdown_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
compareTo(MutationLogger.close_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
compareTo(MutationLogger.close_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
compareTo(MutationLogger.create_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
compareTo(MutationLogger.create_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
compareTo(MutationLogger.defineTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
compareTo(MutationLogger.defineTablet_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
compareTo(MutationLogger.getClosedLogs_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
compareTo(MutationLogger.getClosedLogs_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
compareTo(MutationLogger.halt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
compareTo(MutationLogger.log_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
compareTo(MutationLogger.log_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
compareTo(MutationLogger.logManyTablets_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
compareTo(MutationLogger.logManyTablets_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
compareTo(MutationLogger.minorCompactionFinished_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
compareTo(MutationLogger.minorCompactionFinished_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
compareTo(MutationLogger.minorCompactionStarted_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
compareTo(MutationLogger.minorCompactionStarted_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
compareTo(MutationLogger.remove_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
compareTo(MutationLogger.startCopy_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
compareTo(MutationLogger.startCopy_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
compareTo(NoSuchLogIDException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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(TabletClientService.useLoggers_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
compareTo(TabletMutations) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
compareTo(TabletStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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
 
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
 
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.
compressedValSerializer - Variable in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated.  
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
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
config(String...) - Method in class org.apache.accumulo.core.util.shell.Shell
 
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
 
ConfigSanityCheck() - Constructor for class org.apache.accumulo.core.conf.ConfigSanityCheck
 
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
 
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(Instance, String, byte[]) - Constructor for class org.apache.accumulo.core.client.Connector
Deprecated. Not for client use
Connector() - Constructor for class org.apache.accumulo.core.client.Connector
Deprecated. Not for client use
ConnectorImpl - Class in org.apache.accumulo.core.client.impl
 
ConnectorImpl(Instance, String, byte[]) - Constructor for class org.apache.accumulo.core.client.impl.ConnectorImpl
Deprecated. Not for client use
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.Environment - Interface in org.apache.accumulo.core.constraints
 
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.
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.NoLabelIterator
Deprecated.  
consume() - Method in class org.apache.accumulo.core.iterators.RegExIterator
Deprecated.  
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.core.iterators.user.GrepIterator
 
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
 
contains(ByteSequence) - Method in class org.apache.accumulo.core.security.Authorizations
 
containsCommand(String) - Method in class org.apache.accumulo.core.util.shell.Token
 
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
 
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
 
copy(byte[]) - Method in class org.apache.accumulo.core.data.Value
 
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
copyProgress - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
CORE_PACKAGE_NAME - Static variable in class org.apache.accumulo.core.Constants
 
count - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
count() - Method in class org.apache.accumulo.core.util.shell.commands.EscapeTokenizer
 
CountingIterator - Class in org.apache.accumulo.core.iterators.system
 
CountingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.system.CountingIterator
 
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() - 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(TInfo, AuthInfo, String, AsyncMethodCallback<MutationLogger.AsyncClient.create_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
create(TInfo, AuthInfo, String, AsyncMethodCallback<MutationLogger.AsyncClient.create_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
create(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
create(TInfo, AuthInfo, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
create(SocketAddress, long) - Static method in class org.apache.accumulo.core.util.TTimeoutTransport
 
createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
Factory method to create a BatchDeleter connected to Accumulo.
createBatchDeleter(String, Authorizations, int, long, long, int) - 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
 
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
 
createBatchWriter(String, long, long, int) - 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
 
createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
createClient(TServiceClientFactory<T>, TTransport) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
createDataFileReader(FileSystem, Path, Configuration) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Override this method to specialize the type of MySequenceFile.Reader returned.
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
 
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
 
createMultiTableBatchWriter(long, long, int) - 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
 
createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
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
 
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.
createTable(String, String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
CreateTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CreateTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
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
Create a user
createUser(String, byte[], Authorizations) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Create a user
createUser(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.createUser_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
createUser(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>, AsyncMethodCallback<ClientService.AsyncClient.createUser_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
createUser(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
createUser(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
createUser(String, byte[], Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
CreateUserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CreateUserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
createValueBytes() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated.  
createWriter(FileSystem, Configuration, Path, Class, Class) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of MySequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, MySequenceFile.CompressionType) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of MySequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, MySequenceFile.CompressionType, Progressable) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of MySequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, MySequenceFile.CompressionType, CompressionCodec) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of MySequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, MySequenceFile.CompressionType, CompressionCodec, Progressable, MySequenceFile.Metadata) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of MySequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, int, short, long, MySequenceFile.CompressionType, CompressionCodec, Progressable, MySequenceFile.Metadata) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of MySequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, MySequenceFile.CompressionType, CompressionCodec, Progressable) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of MySequenceFile Writer.
createWriter(Configuration, FSDataOutputStream, Class, Class, MySequenceFile.CompressionType, CompressionCodec, MySequenceFile.Metadata) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of 'raw' MySequenceFile Writer.
createWriter(Configuration, FSDataOutputStream, Class, Class, MySequenceFile.CompressionType, CompressionCodec) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Construct the preferred type of 'raw' MySequenceFile Writer.
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.changePassword_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
credentials - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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 - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
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.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.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
 
credentials - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
CT - Static variable in class org.apache.accumulo.core.client.impl.Translator
 
current - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
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.mapreduce.InputFormatBase.RecordReaderBase
 
currentLog - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
currentPartition - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
currentV - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentValue - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
cve - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
CVST - Static variable in class org.apache.accumulo.core.client.impl.Translator
 

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
 
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_FILE_NAME - Static variable in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. The name of the data file.
DATA_VERSION - Static variable in class org.apache.accumulo.core.Constants
 
dataCacheHits - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
dataCacheRequest - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
DATE_FORMAT - Static variable in class org.apache.accumulo.core.trace.TraceFormatter
 
deadLoggers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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.
deadTabletServers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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.SummingArrayCombiner.DOSArrayEncoder
 
decode(byte[]) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
 
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
Deprecated. since 1.4. To be made protected. Do not interact with flags string directly, just use IntersectingIterator.setColumnFamilies(IteratorSetting, Text[], boolean[]).
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
 
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.
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
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.changePassword_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
deepCopy() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
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.map.MyMapFile.Reader
Deprecated.  
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.FilteringIterator
Deprecated.  
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.NoLabelIterator
Deprecated.  
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.RegExIterator
Deprecated.  
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.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.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.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.TimestampFilter
 
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.LoggerStatus
 
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
 
deepCopy() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
deepCopy() - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
deepCopy() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
deepCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
deepCopy() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
DEFAULT_DOC_COLF - Static variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
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_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
 
DefaultFormatter - Class in org.apache.accumulo.core.util.format
 
DefaultFormatter() - Constructor for class org.apache.accumulo.core.util.format.DefaultFormatter
 
defineTablet(TInfo, long, long, int, TKeyExtent, AsyncMethodCallback<MutationLogger.AsyncClient.defineTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
defineTablet(TInfo, long, long, int, TKeyExtent, AsyncMethodCallback<MutationLogger.AsyncClient.defineTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
defineTablet(TInfo, long, long, int, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
defineTablet(TInfo, long, long, int, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
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(FileSystem, String) - Static method in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. Deletes the named map file.
DELETE_ROW_VALUE - Static variable in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
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
 
DeleteFilter - Class in org.apache.accumulo.core.iterators.filter
Deprecated. since 1.4, replaced by Filter with negate flag set to true
DeleteFilter() - Constructor for class org.apache.accumulo.core.iterators.filter.DeleteFilter
Deprecated.  
DeleteIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteIterCommand
 
DeleteManyCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteManyCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteManyCommand
 
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
 
DeleteRowsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteRowsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteRowsCommand
 
DeleteScanIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteScanIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteScanIterCommand
 
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
 
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
 
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.filter.AgeOffFilter
Deprecated.  
describeOptions() - Method in class org.apache.accumulo.core.iterators.filter.ColumnAgeOffFilter
Deprecated.  
describeOptions() - Method in class org.apache.accumulo.core.iterators.Filter
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.filter.NoLabelFilter
Deprecated.  
describeOptions() - Method in class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
describeOptions() - Method in class org.apache.accumulo.core.iterators.FilteringIterator
Deprecated.  
describeOptions() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.LongCombiner
 
describeOptions() - Method in class org.apache.accumulo.core.iterators.NoLabelIterator
Deprecated.  
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.RegExIterator
Deprecated.  
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.ColumnAgeOffFilter
 
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.VersioningIterator
 
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.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.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.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.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.InsertCommand
 
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.MasterStateCommand
 
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.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.SelectCommand
Deprecated.  
description() - Method in class org.apache.accumulo.core.util.shell.commands.SelectrowCommand
Deprecated.  
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.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.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.core.util.shell.Shell.TableOperation
 
DevNull - Class in org.apache.accumulo.core.iterators
An iterator that is useful testing...
DevNull() - Constructor for class org.apache.accumulo.core.iterators.DevNull
 
disableAutoAdjustRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.disableAutoAdjustRanges(Configuration) instead
disableAutoAdjustRanges(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Disables the adjustment of ranges for this configuration object.
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.
DistributedTrace - Class in org.apache.accumulo.core.trace
 
DistributedTrace() - Constructor for class org.apache.accumulo.core.trace.DistributedTrace
 
docSource - Variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
doSync() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. Do the sync checks
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.FlushCommand
 
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.Shell.TableOperation
 
dropIndex() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
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
Delete a user
dropUser(String) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Delete a user
dropUser(TInfo, AuthInfo, String, AsyncMethodCallback<ClientService.AsyncClient.dropUser_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
dropUser(TInfo, AuthInfo, String, AsyncMethodCallback<ClientService.AsyncClient.dropUser_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
dropUser(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
dropUser(TInfo, AuthInfo, String) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
dropUser(String) - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
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_TRACE - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
dumps - Variable in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
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
 
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.core.zookeeper.ZooUtil.LockID
 
elapsed - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.
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(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
 
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
Deprecated. since 1.4. To be made protected. Do not interact with flags string directly, just use IntersectingIterator.setColumnFamilies(IteratorSetting, Text[], boolean[]).
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
Deprecated. since 1.4. To be made protected. Do not interact with flags string directly, just use IntersectingIterator.setColumnFamilies(IteratorSetting, Text[], boolean[]).
encodePrevEndRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
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
 
END - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
END_INCL - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
END_TIME - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
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
 
entries - Variable in class org.apache.accumulo.core.data.thrift.TMutation
 
entry() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Get an entry to access the key and value.
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.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.changePassword_args
 
equals(ClientService.changePassword_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_result
 
equals(ClientService.changePassword_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
equals(ClientService.createUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
equals(ClientService.createUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
equals(ClientService.dropUser_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_result
 
equals(ClientService.dropUser_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
equals(ClientService.listUsers_args) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
 
equals(Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_result
 
equals(ClientService.listUsers_result) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
equals(ThriftTableOperationException) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
equals(Object) - Method in class org.apache.accumulo.core.client.IteratorSetting
 
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.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.blockfile.cache.CacheEntry
 
equals(MySequenceFile.Metadata) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
equals(Object) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
equals(Object) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated.  
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.LoggerStatus
 
equals(LoggerStatus) - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
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
See ColumnVisibility.equals(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
 
equals(AuthInfo) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
equals(Object) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
equals(ThriftSecurityException) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
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.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.LogCopyInfo
 
equals(LogCopyInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
equals(LogFile) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
equals(Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
equals(LoggerClosedException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
equals(MutationLogger.beginShutdown_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
equals(MutationLogger.beginShutdown_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
equals(MutationLogger.close_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
equals(MutationLogger.close_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
equals(MutationLogger.create_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
equals(MutationLogger.create_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
equals(MutationLogger.defineTablet_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
equals(MutationLogger.defineTablet_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
equals(MutationLogger.getClosedLogs_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
equals(MutationLogger.getClosedLogs_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
equals(MutationLogger.halt_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
equals(MutationLogger.log_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
equals(MutationLogger.log_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
equals(MutationLogger.logManyTablets_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
equals(MutationLogger.logManyTablets_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
equals(MutationLogger.minorCompactionFinished_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
equals(MutationLogger.minorCompactionFinished_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
equals(MutationLogger.minorCompactionStarted_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
equals(MutationLogger.minorCompactionStarted_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
equals(MutationLogger.remove_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
equals(MutationLogger.startCopy_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
equals(MutationLogger.startCopy_result) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
equals(Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
equals(NoSuchLogIDException) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
equals(TabletClientService.useLoggers_args) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
equals(Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
equals(TabletMutations) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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 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
 
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
 
EscapeTokenizer - Class in org.apache.accumulo.core.util.shell.commands
EscapeTokenizer - Supports tokenizing with delimiters while being able to escape the delims.
EscapeTokenizer(String, String) - Constructor for class org.apache.accumulo.core.util.shell.commands.EscapeTokenizer
 
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
 
estimatedSize - Variable in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
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
 
evaluate(ColumnVisibility) - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
 
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
 
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
execCommand(String, boolean, boolean) - Method 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.Iface>) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
execute(Instance, ClientExec<MasterClientService.Iface>) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
execute(Instance, ClientExecReturn<T, ClientService.Iface>) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
execute(Instance, ClientExec<ClientService.Iface>) - 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.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.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.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.FlushCommand
 
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
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.InsertCommand
 
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.MasterStateCommand
 
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.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.SelectCommand
Deprecated.  
execute(String, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.SelectrowCommand
Deprecated.  
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.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.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, CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.Shell.TableOperation
 
execute(String, AccumuloConfiguration, ClientExec<TabletClientService.Iface>) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
execute(String, AccumuloConfiguration, ClientExecReturn<T, TabletClientService.Iface>) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
executeRaw(Instance, ClientExecReturn<T, ClientService.Iface>) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
executeRaw(Instance, ClientExec<ClientService.Iface>) - Static method in class org.apache.accumulo.core.client.impl.ServerClient
 
executeTableOperation(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
executeTableOperation(TInfo, AuthInfo, 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.core.zookeeper.IZooReader
 
exists(String, Watcher) - Method in interface org.apache.accumulo.core.zookeeper.IZooReader
 
exists(String) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
exists(String, Watcher) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
exists(ZooKeeper, String) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
ExitCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ExitCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ExitCommand
 
EXTENSION - Static variable in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. since 1.4, replaced by Constants.MAPFILE_EXTENSION
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.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
 

F

fail - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
failedExtents - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
failures - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
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.  
fastHalt(TInfo, AuthInfo, String, AsyncMethodCallback<TabletClientService.AsyncClient.fastHalt_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
fastHalt(TInfo, AuthInfo, String, AsyncMethodCallback<TabletClientService.AsyncClient.fastHalt_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
fastHalt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
fastHalt(TInfo, AuthInfo, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
fetch(ScannerBase, ColumnFQ) - Static method in class org.apache.accumulo.core.util.ColumnFQ
 
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.
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.
fetchColumns(JobContext, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.fetchColumns(Configuration,Collection) instead
fetchColumns(Configuration, 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 configuration object.
fetchColumns(CommandLine, ScannerBase) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
fetchedColumns - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
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.changePassword_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
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.LoggerStatus
 
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
 
fieldForId(int) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
fieldForId(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
fieldForId(int) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
FILE_TYPE - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
filename - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
FileOperations - Class in org.apache.accumulo.core.file
 
FileOperations() - Constructor for class org.apache.accumulo.core.file.FileOperations
 
files - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
files - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
files - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
fileSize - Variable in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
FileSKVIterator - Interface in org.apache.accumulo.core.file
 
FileSKVWriter - Interface in org.apache.accumulo.core.file
 
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 - Interface in org.apache.accumulo.core.iterators.filter
Deprecated. since 1.4, replaced by Filter
filter(Text, List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
FilteringIterator - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by Filter
FilteringIterator() - Constructor for class org.apache.accumulo.core.iterators.FilteringIterator
Deprecated.  
FilteringIterator(SortedKeyValueIterator<Key, Value>, List<? extends Filter>) - Constructor for class org.apache.accumulo.core.iterators.FilteringIterator
Deprecated.  
finalKey(WritableComparable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Reads the final key from the file.
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.changePassword_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.changePassword_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.createUser_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.createUser_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.dropUser_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.dropUser_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.listUsers_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.listUsers_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.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.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.LoggerStatus._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
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
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.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.LogCopyInfo._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.LogFile._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.LoggerClosedException._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.MutationLogger.beginShutdown_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.MutationLogger.beginShutdown_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.MutationLogger.close_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.MutationLogger.close_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.MutationLogger.create_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.MutationLogger.create_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.MutationLogger.defineTablet_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.MutationLogger.defineTablet_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.MutationLogger.getClosedLogs_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.MutationLogger.getClosedLogs_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.MutationLogger.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.MutationLogger.log_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.MutationLogger.log_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.MutationLogger.logManyTablets_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.MutationLogger.logManyTablets_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionStarted_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.MutationLogger.minorCompactionStarted_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.MutationLogger.remove_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.MutationLogger.startCopy_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.MutationLogger.startCopy_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.NoSuchLogIDException._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.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.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.TabletClientService.useLoggers_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.TabletMutations._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.TooManyFilesException._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.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.changePassword_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.changePassword_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.createUser_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.createUser_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.dropUser_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.dropUser_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.listUsers_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.listUsers_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.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.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.LoggerStatus._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
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
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.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.LogCopyInfo._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.LogFile._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.LoggerClosedException._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.MutationLogger.beginShutdown_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.MutationLogger.beginShutdown_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.MutationLogger.close_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.MutationLogger.close_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.MutationLogger.create_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.MutationLogger.create_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.MutationLogger.defineTablet_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.MutationLogger.defineTablet_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.MutationLogger.getClosedLogs_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.MutationLogger.getClosedLogs_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.MutationLogger.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.MutationLogger.log_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.MutationLogger.log_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.MutationLogger.logManyTablets_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.MutationLogger.logManyTablets_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionStarted_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.MutationLogger.minorCompactionStarted_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.MutationLogger.remove_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.MutationLogger.startCopy_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.MutationLogger.startCopy_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.NoSuchLogIDException._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.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.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.TabletClientService.useLoggers_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.TabletMutations._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.TooManyFilesException._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.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.changePassword_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.changePassword_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.createUser_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.createUser_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.dropUser_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.dropUser_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.listUsers_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.listUsers_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.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.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.LoggerStatus._Fields
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
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
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.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.LogCopyInfo._Fields
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.LogFile._Fields
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.LoggerClosedException._Fields
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.MutationLogger.beginShutdown_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.MutationLogger.beginShutdown_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.MutationLogger.close_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.MutationLogger.close_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.MutationLogger.create_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.MutationLogger.create_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.MutationLogger.defineTablet_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.MutationLogger.defineTablet_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.MutationLogger.getClosedLogs_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.MutationLogger.getClosedLogs_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.MutationLogger.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.MutationLogger.log_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.MutationLogger.log_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.MutationLogger.logManyTablets_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.MutationLogger.logManyTablets_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionStarted_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.MutationLogger.minorCompactionStarted_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.MutationLogger.remove_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.MutationLogger.startCopy_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.MutationLogger.startCopy_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.NoSuchLogIDException._Fields
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.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.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.TabletClientService.useLoggers_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.TabletMutations._Fields
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.TooManyFilesException._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.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
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.
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
 
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
 
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
 
finishTableOperation(TInfo, AuthInfo, long, AsyncMethodCallback<MasterClientService.AsyncClient.finishTableOperation_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
finishTableOperation(TInfo, AuthInfo, long, AsyncMethodCallback<MasterClientService.AsyncClient.finishTableOperation_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
finishTableOperation(TInfo, AuthInfo, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
finishTableOperation(TInfo, AuthInfo, long) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
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
 
fix(FileSystem, Path, Class<? extends WritableComparable>, Class<? extends Writable>, boolean, Configuration) - Static method in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. This method attempts to fix a corrupt MapFile by re-creating its index.
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
 
flatten() - Method in class org.apache.accumulo.core.security.ColumnVisibility
 
flush(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Deprecated. As of release 1.4, replaced by TableOperations.flush(String, Text, Text, boolean)
flush(String, Text, Text, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Flush a tables data that is currently in memory.
flush(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Deprecated. since 1.4 TableOperationsImpl.flush(String, Text, Text, boolean)
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
 
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, AuthInfo, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.flush_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
flush(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.flush_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
flush(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
flush(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
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
 
flushTablet(TInfo, AuthInfo, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.flushTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
flushTablet(TInfo, AuthInfo, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.flushTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
flushTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
flushTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
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
 
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
 
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
 
fqfn - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
fqfn - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
fromBytes(byte[]) - Method in class org.apache.accumulo.core.tabletserver.log.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
 
fullScans - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
fullyQualifiedFileName - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 

G

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.
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, AuthInfo, 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, AuthInfo) - 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 - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.Processor(GCMonitorService.Iface) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor
 
GCMonitorService.Processor.ProcessFunction - Interface in org.apache.accumulo.core.gc.thrift
 
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.
generateAggTableProperties(List<? extends PerColumnIteratorConfig>) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
Deprecated. since 1.4
generateInitialTableProperties(boolean) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
Generate the initial (default) properties for a table
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(WritableComparable, Writable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Return the value for the named key, or null if none exists.
get(Text) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
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.core.zookeeper.ZooCache
 
get(String, Stat) - Method in class org.apache.accumulo.core.zookeeper.ZooCache
 
getAbbreviatedValue() - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
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, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveScans_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getActiveScans(TInfo, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.getActiveScans_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getActiveScans(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getActiveScans(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
getAddress(ServerServices.Service) - Method in class org.apache.accumulo.core.util.ServerServices
 
getAddressString(ServerServices.Service) - Method in class org.apache.accumulo.core.util.ServerServices
 
getAge() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getAggregator(Key) - Method in class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorSet
Deprecated.  
getAPIVersion() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get version of BCFile API.
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
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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.MutationLogger.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.Factory
 
getAuthorizationFailures() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getAuthorizationFailures() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getAuthorizationFailuresIterator() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getAuthorizationFailuresSize() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
getAuthorizations(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getAuthorizations(Configuration) instead
getAuthorizations(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the authorizations to set for the scans from the configuration.
getAuthorizations() - Method in interface org.apache.accumulo.core.constraints.Constraint.Environment
 
getAuthorizations() - Method in class org.apache.accumulo.core.security.Authorizations
 
getAuthorizations() - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
 
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
 
getAuthorizationsArray() - Method in class org.apache.accumulo.core.security.Authorizations
 
getAuthorizationsBB() - Method in class org.apache.accumulo.core.security.Authorizations
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getAuthorizationsIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
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
 
getAuthorizationsSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getAuthorizationsSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
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
 
getAuths(CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.MaxRowCommand
 
getAuths(CommandLine, Shell) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
GetAuthsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GetAuthsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GetAuthsCommand
 
getAutoAdjustRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getAutoAdjustRanges(Configuration) instead
getAutoAdjustRanges(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has auto-adjust ranges enabled.
getAverage() - Method in class org.apache.accumulo.core.util.Stat
 
getBackingArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
getBackingArray() - Method in class org.apache.accumulo.core.data.ByteSequence
 
getBadTServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getBadTServersSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getBaseDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getBatch() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getBatchFromServer(AuthInfo, Text, KeyExtent, String, SortedMap<Key, Value>, SortedSet<Column>, boolean, int, Authorizations, boolean, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.client.impl.ThriftScanner
 
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
 
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.
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.
getBoolean(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getBuffer() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
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(Writable) - Static method in class org.apache.accumulo.core.data.Value
Deprecated. since 1.4.1. There is no replacement.
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
 
getCandidates() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getCaseSensitive() - Method in class org.apache.accumulo.core.util.shell.Token
 
getChildren() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getChildren(String) - Method in interface org.apache.accumulo.core.zookeeper.IZooReader
 
getChildren(String, Watcher) - Method in interface org.apache.accumulo.core.zookeeper.IZooReader
 
getChildren(String) - Method in class org.apache.accumulo.core.zookeeper.ZooCache
 
getChildren(String) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
getChildren(String, Watcher) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
getClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
getClassName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
getClassName() - Method in class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.  
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.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.MutationLogger.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client.Factory
 
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
 
getClientString() - Method in class org.apache.accumulo.core.util.TBufferedSocket
 
getClosedLogs(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.getClosedLogs_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
getClosedLogs(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.getClosedLogs_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
getClosedLogs(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
getClosedLogs(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
getClosest(WritableComparable, Writable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Finds the record that is the closest match to the specified key.
getClosest(WritableComparable, Writable, boolean) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Finds the record that is the closest match to the specified key.
getClosest(WritableComparable, Writable, boolean, WritableComparable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
getCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
getColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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
 
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
 
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
 
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.
getColVisibility() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getCommandNames() - Method in class org.apache.accumulo.core.util.shell.Token
 
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.
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
 
getCompressionCodec() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns the compression codec of data in this file.
getCompressionCodec() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Returns the compression codec of data in this file.
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.
getCompressionType(Configuration) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Use org.apache.hadoop.mapred.SequenceFileOutputFormat#getOutputCompressionType(org.apache.hadoop.mapred.JobConf) to get MySequenceFile.CompressionType for job-outputs.
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
 
getConfig() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
getConfiguration(ConfigurationType, AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getConfiguration(ConfigurationType, AsyncMethodCallback<ClientService.AsyncClient.getConfiguration_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getConfiguration(ConfigurationType) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getConfiguration(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
 
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
 
getConnectionWithRetry(Instance) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
getConnector(String, byte[]) - Method in interface org.apache.accumulo.core.client.Instance
Returns a connection to accumulo.
getConnector(AuthInfo) - Method in interface org.apache.accumulo.core.client.Instance
Returns a connection to accumulo.
getConnector(String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.Instance
Returns a connection to accumulo.
getConnector(String, CharSequence) - 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
 
getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getConnector(AuthInfo) - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getConnector(String, byte[]) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getConnector(AuthInfo) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getConnector() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getConstrainClass() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
getConstrainClass() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getConstraintViolationSummaries() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getContents() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getCopyProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
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
 
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.changePassword_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
getCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
getCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
getCredentials() - Method in class org.apache.accumulo.core.util.shell.Shell
 
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
 
getCurrentKey() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
getCurrentLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getCurrentSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the current size of this cache.
getCurrentValue() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
getCurrentValue(Writable) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Get the 'value' corresponding to the last read 'key'.
getCurrentValue(Object) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Get the 'value' corresponding to the last read 'key'.
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, Stat) - Method in interface org.apache.accumulo.core.zookeeper.IZooReader
 
getData(String, Stat) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
getData(ZooKeeper, String, Stat) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
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
 
getDataCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getDataCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getDataVersionLocation(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getDeadLoggers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getDeadLoggersIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getDeadLoggersSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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
 
getDeepCopyDataSource(IteratorEnvironment) - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
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
 
getDefaultFormatter(Iterable<Map.Entry<Key, Value>>, boolean) - Static method in class org.apache.accumulo.core.util.format.FormatterFactory
 
getDefaultTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getDefaultTableName(Configuration) instead
getDefaultTableName(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
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
 
getDescription() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
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
 
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
 
getElapsed() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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
 
getEntries() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getEntries(Instance, AuthInfo, String, boolean, Map<KeyExtent, String>, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
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.
getErrorCode() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
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
 
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
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.ActiveScan
 
getExtent() - Method in interface org.apache.accumulo.core.constraints.Constraint.Environment
 
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
 
getFactor() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Get the number of streams to merge at once.
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
 
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(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getFetchedColumns(Configuration) instead
getFetchedColumns(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the columns to be mapped over from this configuration object.
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.changePassword_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException._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.LoggerStatus._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
 
getFieldName() - Method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._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.LogCopyInfo._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.LogFile._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException._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.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.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.TabletClientService.useLoggers_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletMutations._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._Fields
 
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.changePassword_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
getFieldValue(ClientService.changePassword_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
getFieldValue(ClientService.createUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
getFieldValue(ClientService.dropUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
getFieldValue(ClientService.dropUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
 
getFieldValue(ClientService.listUsers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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(ThriftTableOperationException._Fields) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
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(LoggerStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
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
 
getFieldValue(ThriftSecurityException._Fields) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
getFieldValue(ActionStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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(LogCopyInfo._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
getFieldValue(LogFile._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
getFieldValue(LoggerClosedException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
getFieldValue(MutationLogger.beginShutdown_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
getFieldValue(MutationLogger.beginShutdown_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
getFieldValue(MutationLogger.close_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
getFieldValue(MutationLogger.close_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
getFieldValue(MutationLogger.create_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
getFieldValue(MutationLogger.create_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
getFieldValue(MutationLogger.defineTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
getFieldValue(MutationLogger.defineTablet_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
getFieldValue(MutationLogger.getClosedLogs_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
getFieldValue(MutationLogger.getClosedLogs_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
getFieldValue(MutationLogger.halt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
getFieldValue(MutationLogger.log_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
getFieldValue(MutationLogger.log_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
getFieldValue(MutationLogger.logManyTablets_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
getFieldValue(MutationLogger.logManyTablets_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
getFieldValue(MutationLogger.minorCompactionFinished_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
getFieldValue(MutationLogger.minorCompactionFinished_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
getFieldValue(MutationLogger.minorCompactionStarted_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
getFieldValue(MutationLogger.minorCompactionStarted_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
getFieldValue(MutationLogger.remove_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
getFieldValue(MutationLogger.startCopy_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
getFieldValue(MutationLogger.startCopy_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
getFieldValue(NoSuchLogIDException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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(TabletClientService.useLoggers_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
getFieldValue(TabletMutations._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
getFieldValue(TabletStats._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getFieldValue(TooManyFilesException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
getFiles() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
getFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getFilesIterator() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getFilesIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_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.core.tabletserver.thrift.LogCopyInfo
 
getFilesSize() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getFilesSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
getFilesSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getFileSystem() - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
getFileSystem(Configuration, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.file.FileUtil
 
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.map.MyMapFile.Reader
Deprecated.  
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.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
 
getFormatter(Class<? extends Formatter>, Iterable<Map.Entry<Key, Value>>, boolean) - Static method in class org.apache.accumulo.core.util.format.FormatterFactory
 
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.
getFqfn() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
getFqfn() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
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.
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
 
getFullyQualifiedFileName() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
getGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
GetGroupsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GetGroupsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GetGroupsCommand
 
getHashInfo() - Method in class org.apache.accumulo.core.file.blockfile.cache.CacheEntry
 
getHistoricalStats(TInfo, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.getHistoricalStats_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getHistoricalStats(TInfo, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.getHistoricalStats_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getHistoricalStats(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getHistoricalStats(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
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
 
getHost() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getId() - Method in enum org.apache.accumulo.core.security.SystemPermission
 
getId() - Method in enum org.apache.accumulo.core.security.TablePermission
 
getId() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
getId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
getId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
getId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
getId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
getId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
getId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
getIdleTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getIdToNameMap(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getIndex() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
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
 
getIndexInterval() - Static method in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated.  
getIndexInterval() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. The number of entries that are added before an index entry is added.
getIndexPosition(WritableComparable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
getIngestByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getIngestRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getIngestRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getInputProtocol() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getInputProtocol() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
getInputProtocol() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
getInputProtocol() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
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, AuthInfo, 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(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated. since 1.4, use AccumuloFileOutputFormat.getInstance(Configuration conf) no other configurations are used by OutputFormat
getInstance(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getInstance(Configuration) instead
getInstance(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getInstance(Configuration) instead
getInstance(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Initializes an Accumulo Instance based on the configuration.
getInstance() - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
getInstance() - Static method in class org.apache.accumulo.core.conf.DefaultConfiguration
 
getInstance(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.conf.SiteConfiguration
 
getInstance() - Static method in class org.apache.accumulo.core.file.FileOperations
 
getInstance(CommandLine) - Static method in class org.apache.accumulo.core.trace.TraceDump
 
getInstance() - Static method in class org.apache.accumulo.core.util.CachedConfiguration
 
getInstance(String, int) - Static method in class org.apache.accumulo.core.zookeeper.ZooCache
 
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
 
getInstanceIDFromHdfs(Path) - Static method in class org.apache.accumulo.core.client.ZooKeeperInstance
Deprecated. 
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.mock.MockInstance
 
getInstanceName() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
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.
getIteratorOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getIteratorOptions(Configuration) instead
getIteratorOptions(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets a list of the iterator options specified on this configuration.
getIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getIterators(Configuration) instead
getIterators(Configuration) - 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.
getIteratorScope() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
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
 
getIterName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
getKey() - Method in enum org.apache.accumulo.core.conf.Property
 
getKey() - Method in class org.apache.accumulo.core.data.KeyValue
 
getKey() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
getKey() - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.Sorter.RawKeyValueIterator
Deprecated. Gets the current raw key
getKey() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. Returns the stored rawKey
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
 
getKeyClass() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Returns the class of keys in this file.
getKeyClassName() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns the name of the key class.
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.
getKeyStream() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Streaming access to the key.
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
 
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.map.MyMapFile.Reader
Deprecated.  
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.SequenceFileIterator
 
getLastLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getLastRow() - Method in class org.apache.accumulo.core.file.FileUtil.FileInfo
 
getLastStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
getLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
getLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
getLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
getLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
getLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
getLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
getLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
getLeft() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getLength() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.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() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Returns the current length of the output file.
getlength(int) - Static method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
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.
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(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
getLocalityGroups(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.LocalityGroupUtil
 
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.InputFormatBase.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(ZooCache, String) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
getLogger() - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
getLoggers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getLoggers() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLoggers() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
getLoggersIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getLoggersIterator() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLoggersIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
getLoggersSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getLoggersSize() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLoggersSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
getLoggerZNode() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getLogLevel(Configuration) instead
getLogLevel(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getLogLevel(Configuration) instead
getLogLevel(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the log level from this configuration.
getLookups() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getMajor() - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Get the major version.
getMajor() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getMajor() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getMajorVersion() - Method in class org.apache.accumulo.core.util.Version
 
getMapProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
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
 
getMasterStats(TInfo, AuthInfo, AsyncMethodCallback<MasterClientService.AsyncClient.getMasterStats_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
getMasterStats(TInfo, AuthInfo, AsyncMethodCallback<MasterClientService.AsyncClient.getMasterStats_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
getMasterStats(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
getMasterStats(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
getMax() - Method in class org.apache.accumulo.core.util.Stat
 
getMaxFilesPerTablet() - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getMaxLatency(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getMaxLatency(Configuration) instead
getMaxLatency(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getMaxLoops() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
getMaxMutationBufferSize(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getMaxMutationBufferSize(Configuration) instead
getMaxMutationBufferSize(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
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
 
getMaxSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the maximum size of this cache.
getMaxVersions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getMaxVersions(Configuration) instead
getMaxVersions(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the maxVersions to use for the VersioningIterator from this configuration.
getMaxWriteThreads(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getMaxWriteThreads(Configuration) instead
getMaxWriteThreads(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getMemory() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Get the total amount of buffer memory, in bytes.
getMemoryInBytes(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getMemoryInBytes(String) - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
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
 
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.``
getMetadata() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
getMetadata() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns the metadata object of the file
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
 
getMetadataTableDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
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.map.MyMapFile.Reader
Deprecated.  
getMetaStore(String) - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
getMetaStore(String) - Method in class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
getMin() - Method in class org.apache.accumulo.core.util.Stat
 
getMinor() - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Get the minor version.
getMinor() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getMinor() - 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
 
getMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
getMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
getMutations() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
 
getMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
getMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
getMutationsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
getMutationsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getMutationsIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
getMutationsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
getMutationsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getMutationsSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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.file.blockfile.cache.CacheEntry
 
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.LogFile
 
getName() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
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
 
getNamedOptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
getNameToIdMap(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getNewDataSource() - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
getNewFileExtension(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.file.FileOperations
 
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
 
getNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
getNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
getNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
getNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
getNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
getNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
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
 
getObject(Key) - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
getOffset() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getOldTablet() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getOnlineTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
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
 
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.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.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.DeleteTableCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.DUCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ExecfileCommand
 
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.ListIterCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ListScansCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.MaxRowCommand
 
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.RevokeCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.SelectCommand
Deprecated.  
getOptions() - Method in class org.apache.accumulo.core.util.shell.commands.SelectrowCommand
Deprecated.  
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.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.core.util.shell.Shell.TableOperation
 
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
 
getOsLoad() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getOutputProtocol() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getOutputProtocol() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
getOutputProtocol() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
getOutputProtocol() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
getPackage() - Method in class org.apache.accumulo.core.util.Version
 
getParent() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getParseTree() - Method in class org.apache.accumulo.core.security.ColumnVisibility
 
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
 
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.authenticateUser_args
 
getPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
getPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
getPassword(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getPassword(Configuration) instead
getPassword(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
WARNING: The password is stored in the Configuration and shared with all MapReduce tasks; It is BASE64 encoded to provide a charset safe conversion to a string, and is not intended to be secure.
getPassword(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getPassword(Configuration) instead
getPassword(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the password from the configuration.
getPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
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
 
getPort(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getPosition() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Return the current byte position in the input file.
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
 
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
 
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
 
getProgress(ByteSequence, ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
 
getProgress(Key) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
 
getProgress() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
getProgress() - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.Sorter.RawKeyValueIterator
Deprecated. Gets the Progress object; this has a float (0.0 - 1.0) indicating the bytes processed by the iterator so far
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
 
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
 
getPropertyByKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
 
getQueryByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getQueryRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getQueryRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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
 
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.InputFormatBase.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) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
getRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getRanges(Configuration) instead
getRanges(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the ranges to scan over from a configuration object.
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
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getRecovery() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getRecoveryDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getRecoveryIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getRecoverySize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getRecs() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getRecsInMemory() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getReduceProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getRegex(JobContext, InputFormatBase.RegexType) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. since 1.4 use RegExFilter and InputFormatBase.addIterator(Configuration, IteratorSetting)
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
 
getRequestCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
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.changePassword_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.createUser_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.dropUser_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.listUsers_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() - 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() - 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() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.beginShutdown_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.close_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.create_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.defineTablet_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.getClosedLogs_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.halt_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.log_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.logManyTablets_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.minorCompactionFinished_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.minorCompactionStarted_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.remove_call
 
getResult() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.startCopy_call
 
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.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.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() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.useLoggers_call
 
getResults() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResults() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getResultsIterator() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResultsIterator() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getResultsSize() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResultsSize() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
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
 
getRootTabletDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
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
 
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
 
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.
getRunning() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
getRuntime() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
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
 
getScannerIterator() - Method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
getScannerIterator() - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
getScans() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
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.changePassword_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
getSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
getSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
getSecs(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
getSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
getSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
getSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
getSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
getSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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
 
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) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
getSimulationMode(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getSimulationMode(Configuration) instead
getSimulationMode(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
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
getSize() - Method in class org.apache.accumulo.core.data.Key
Same as Key.getLength().
getSize() - Method in class org.apache.accumulo.core.data.Value
 
getSize() - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.ValueBytes
Deprecated. Size of stored data.
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
 
getSource() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.core.trace.ZooTraceClient
 
getSplit() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
getSplit() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getSplitCreationTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
getSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
getSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
getSplits(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
getSplits(String, int) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
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.MockTableOperations
 
getSplits(String, int) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
GetSplitsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GetSplitsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GetSplitsCommand
 
getSsiList() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
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.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.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.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.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
 
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
 
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
 
getStats() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get counter statistics for this cache.
getStatus(TInfo, AuthInfo, AsyncMethodCallback<GCMonitorService.AsyncClient.getStatus_call>) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient
 
getStatus(TInfo, AuthInfo, AsyncMethodCallback<GCMonitorService.AsyncClient.getStatus_call>) - Method in interface org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncIface
 
getStatus(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
getStatus(TInfo, AuthInfo) - 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(String) - Method in interface org.apache.accumulo.core.zookeeper.IZooReader
 
getStatus(String, Watcher) - Method in interface org.apache.accumulo.core.zookeeper.IZooReader
 
getStatus(String) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
getStatus(String, Watcher) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
getStatus(ZooKeeper, String) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
getStdDev() - Method in class org.apache.accumulo.core.util.Stat
 
getStop() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
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
 
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.listUsers_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.MutationLogger.create_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
getSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
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.listUsers_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_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.getActiveScans_result
 
getSuccessIterator() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_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.listUsers_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_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.getActiveScans_result
 
getSuccessSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_result
 
getSum() - Method in class org.apache.accumulo.core.util.Stat
 
getSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getSupportedCompressionAlgorithms() - Static method in class org.apache.accumulo.core.file.rfile.bcfile.TFile
Get names of supported compression algorithms.
getSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
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
 
getTable() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
getTableConfiguration(String, AsyncMethodCallback<ClientService.AsyncClient.getTableConfiguration_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getTableConfiguration(String, AsyncMethodCallback<ClientService.AsyncClient.getTableConfiguration_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getTableConfiguration(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getTableConfiguration(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
 
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 exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
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
 
getTableMap() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getTableMap() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getTableMapSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getTableMapSize() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
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(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getTablename(Configuration) instead
getTablename(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the table name from the configuration.
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
 
getTablesDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getTableState(Instance, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getTablet() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
getTablet() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
getTabletAndPrevTabletKeyValues(Instance, SortedMap<Key, Value>, KeyExtent, List<ColumnFQ>, AuthInfo) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getTabletEntries(Instance, KeyExtent, List<ColumnFQ>, AuthInfo) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getTabletEntries(SortedMap<Key, Value>, List<ColumnFQ>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getTabletID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
getTabletLocator(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getTabletLocator(Configuration) instead
getTabletLocator(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
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
 
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
 
getTabletServerStatus(TInfo, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletServerStatus_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getTabletServerStatus(TInfo, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletServerStatus_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getTabletServerStatus(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getTabletServerStatus(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
getTabletStats(TInfo, AuthInfo, String, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletStats_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
getTabletStats(TInfo, AuthInfo, String, AsyncMethodCallback<TabletClientService.AsyncClient.getTabletStats_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
getTabletStats(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
getTabletStats(TInfo, AuthInfo, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
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
 
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
 
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.changePassword_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException._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.LoggerStatus._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
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.security.thrift.ThriftSecurityException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.ActionStats._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.LogCopyInfo._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.LogFile._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException._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.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.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.TabletClientService.useLoggers_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletMutations._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TabletStats._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException._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.MutationLogger.defineTablet_args
 
getTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
getTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
getTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
getTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
getTime() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
getTimeInMillis(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getTimeInMillis(String) - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getTimeOut() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
getTimeOut() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
getTimeOut() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
getTimeOut() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
getTimeOut() - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
getTimeOut() - Method in interface org.apache.accumulo.core.client.Scanner
Returns the setting for how long a scanner will automatically retry when a failure occurs.
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
 
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.changePassword_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.createUser_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
getTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
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
 
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.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.file.map.MyMapFile.Reader
Deprecated.  
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.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.WholeRowIterator
 
getTopKey() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
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.file.map.MyMapFile.Reader
Deprecated.  
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.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.WholeRowIterator
 
getTopValue() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
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
 
getTServerClient(String, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
getTServerClient(String, AccumuloConfiguration, Property, Property) - 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
 
getTserverSession() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
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.ActiveScan
 
getUnassignedTablets() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getUnknownExceptions() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getUnnamedOptionDescriptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
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
 
getUser() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
getUser() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
getUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getUser() - Method in interface org.apache.accumulo.core.constraints.Constraint.Environment
 
getUser() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
getUser() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
getUser() - Method in class org.apache.accumulo.core.tabletserver.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
Retrieves the user's authorizations for scanning
getUserAuthorizations(TInfo, AuthInfo, String, AsyncMethodCallback<ClientService.AsyncClient.getUserAuthorizations_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getUserAuthorizations(TInfo, AuthInfo, String, AsyncMethodCallback<ClientService.AsyncClient.getUserAuthorizations_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getUserAuthorizations(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getUserAuthorizations(TInfo, AuthInfo, 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
 
getUsername(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.getUsername(Configuration) instead
getUsername(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getUsername(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.getUsername(Configuration) instead
getUsername(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Gets the user name from the configuration.
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.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.KeyValue
 
getValue() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
getValue() - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.Sorter.RawKeyValueIterator
Deprecated. Gets the current raw value
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
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.
getValueClass() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Returns the class of values in this file.
getValueClass() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns the class of values in this file.
getValueClass() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Returns the class of values in this file.
getValueClassName() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns the name of the value class.
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
 
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
 
getWhy() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
getWritable(byte[], Writable) - Static method in class org.apache.accumulo.core.data.Value
Deprecated. since 1.4.1. There is no replacement.
getZooKeeper() - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
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.mock.MockInstance
 
getZooKeepers() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
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
 
goalState - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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
Grant a user a system permission
grantSystemPermission(TInfo, AuthInfo, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantSystemPermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
grantSystemPermission(TInfo, AuthInfo, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantSystemPermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
grantSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
grantSystemPermission(TInfo, AuthInfo, 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
 
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
Grant a user a specific permission for a specific table
grantTablePermission(TInfo, AuthInfo, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantTablePermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
grantTablePermission(TInfo, AuthInfo, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.grantTablePermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
grantTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
grantTablePermission(TInfo, AuthInfo, 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
 
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
 

H

halt(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.halt_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
halt(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.halt_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
halt(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
halt(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
halt(TInfo, AuthInfo, String, AsyncMethodCallback<TabletClientService.AsyncClient.halt_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
halt(TInfo, AuthInfo, String, AsyncMethodCallback<TabletClientService.AsyncClient.halt_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
halt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
halt(TInfo, AuthInfo, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
handleBlockSize(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated. Use AccumuloFileOutputFormat.handleBlockSize(Configuration) instead
handleBlockSize(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
hasColumns(Key) - Method in class org.apache.accumulo.core.util.ColumnFQ
 
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
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
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.changePassword_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
hashCode() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
hashCode() - Method in class org.apache.accumulo.core.client.IteratorSetting
 
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.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.blockfile.cache.CacheEntry
 
hashCode() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
hashCode() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated.  
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.LoggerStatus
 
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
 
hashCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
hashCode() - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
hashCode() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
hashCode() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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
 
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.PeekingIterator
 
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
Verify the user has a particular system permission
hasSystemPermission(TInfo, AuthInfo, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasSystemPermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
hasSystemPermission(TInfo, AuthInfo, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasSystemPermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
hasSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
hasSystemPermission(TInfo, AuthInfo, 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
 
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
Verify the user has a particular table permission
hasTablePermission(TInfo, AuthInfo, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasTablePermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
hasTablePermission(TInfo, AuthInfo, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.hasTablePermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
hasTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
hasTablePermission(TInfo, AuthInfo, 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
 
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.file.map.MyMapFile.Reader
Deprecated.  
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.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.VersioningIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
hasTop() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
HeapIterator - Class in org.apache.accumulo.core.iterators.system
 
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
 
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.Shell
 
helpOption - Static variable in class org.apache.accumulo.core.util.shell.Shell
 
HiddenCommand - Class in org.apache.accumulo.core.util.shell.commands
 
HiddenCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.HiddenCommand
 
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
 
holdTime - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
host - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 

I

id - Variable in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
id - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
id - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
id - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
id - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
id - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
id - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
idleTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
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, int, int, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Deprecated. Since 1.4 use TableOperations.importDirectory(String, String, String, boolean)
importDirectory(String, String, String, int, int, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Deprecated. since 1.4 TableOperationsImpl.importDirectory(String, String, String, boolean)
importDirectory(String, String, String, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
importDirectory(String, String, String, int, int, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
importDirectory(String, String, String, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
ImportDirectoryCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ImportDirectoryCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ImportDirectoryCommand
 
inclusive - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
INDEX_FILE_NAME - Static variable in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. The name of the index file.
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
 
infiniteStartKey - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
infiniteStopKey - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
InfoCommand - Class in org.apache.accumulo.core.util.shell.commands
 
InfoCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InfoCommand
 
ingestByteRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
ingestRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
ingestRate - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
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.map.MyMapFile.Reader
Deprecated.  
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(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.AgeOffFilter
Deprecated.  
init(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.ColumnAgeOffFilter
Deprecated.  
init(HashSet<Column>) - Method in class org.apache.accumulo.core.iterators.filter.ColumnQualifierFilter
Deprecated.  
init(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.ColumnQualifierFilter
Deprecated.  
init(Map<String, String>) - Method in interface org.apache.accumulo.core.iterators.filter.Filter
Deprecated.  
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Filter
 
init(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.NoLabelFilter
Deprecated.  
init(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
init(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.VisibilityFilter
Deprecated.  
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.FilteringIterator
Deprecated.  
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.NoLabelIterator
Deprecated.  
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.RegExIterator
Deprecated.  
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.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.ColumnAgeOffFilter
 
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.VersioningIterator
 
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
 
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
 
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, AuthInfo, String, AsyncMethodCallback<MasterClientService.AsyncClient.initiateFlush_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
initiateFlush(TInfo, AuthInfo, String, AsyncMethodCallback<MasterClientService.AsyncClient.initiateFlush_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
initiateFlush(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
initiateFlush(TInfo, AuthInfo, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
InputFormatBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
This class allows MapReduce jobs to use Accumulo as the source of data.
InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase
 
InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
The Class RangeInputSplit.
InputFormatBase.RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
 
InputFormatBase.RecordReaderBase<K,V> - Class in org.apache.accumulo.core.client.mapreduce
 
InputFormatBase.RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
InputFormatBase.RegexType - Enum in org.apache.accumulo.core.client.mapreduce
Deprecated. since 1.4 use RegExFilter and InputFormatBase.addIterator(Configuration, IteratorSetting)
InsertCommand - Class in org.apache.accumulo.core.util.shell.commands
 
InsertCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
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_URL - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
instanceId - Variable in class org.apache.accumulo.core.security.thrift.AuthInfo
 
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, AuthInfo) - 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
 
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
 
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
 
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.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
 
iprot_ - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
iprot_ - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
iprot_ - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
iprot_ - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
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
 
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
 
isBlockCompressed() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns true if records are block-compressed.
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.
isCompressed() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns true if values are compressed.
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
 
isDeleted() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
isDeleted() - Method in class org.apache.accumulo.core.data.Key
 
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
 
isEndKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
 
isFixedZooPropertyKey(Property) - Static method in enum org.apache.accumulo.core.conf.Property
 
isForce() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
isFullMajorCompaction() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
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
 
isIsolated(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.isIsolated(Configuration) instead
isIsolated(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration has isolation enabled.
isIsolated() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
isLockHeld(ZooKeeper, ZooUtil.LockID) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
isMore() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
isMore() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
isOfflineScan(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
 
isolated - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
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
 
isPartNextKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
isPreviousExtent(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
 
isSave() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
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.changePassword_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.changePassword_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.createUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.dropUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.dropUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.listUsers_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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(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(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(LoggerStatus._Fields) - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
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
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
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(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(LogCopyInfo._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LogFile._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(LoggerClosedException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.beginShutdown_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.beginShutdown_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.close_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.close_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.create_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.create_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.defineTablet_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.defineTablet_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.getClosedLogs_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.getClosedLogs_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.halt_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.log_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.log_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.logManyTablets_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.logManyTablets_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.minorCompactionFinished_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.minorCompactionFinished_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.minorCompactionStarted_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.minorCompactionStarted_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.remove_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.startCopy_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(MutationLogger.startCopy_result._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(NoSuchLogIDException._Fields) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
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.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.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(TabletClientService.useLoggers_args._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TabletMutations._Fields) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
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(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
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
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
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.client.impl.thrift.ClientService.createUser_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.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
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
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
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.data.thrift.IterInfo
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
isSetCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
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
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
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
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
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
isSetCopyProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field copyProgress 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.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.changePassword_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.createUser_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.dropUser_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.listUsers_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.MutationLogger.beginShutdown_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.MutationLogger.create_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.MutationLogger.getClosedLogs_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.MutationLogger.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.MutationLogger.remove_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.MutationLogger.startCopy_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.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.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
isSetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_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
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
isSetDeadLoggers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field deadLoggers 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
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
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
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
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
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
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
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
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
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.MutationLogger.remove_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
isSetFileSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
Returns true if field fileSize 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
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
isSetFqfn() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
Returns true if field fqfn is set (has been assigned a value) and false otherwise
isSetFqfn() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
Returns true if field fqfn 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
isSetFullyQualifiedFileName() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
Returns true if field fullyQualifiedFileName 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
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
isSetHost() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field host is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
Returns true if field id is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
Returns true if field id 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
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
isSetInstanceId() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
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
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
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
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
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
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
isSetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
Returns true if field lce is set (has been assigned a value) and false otherwise
isSetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
Returns true if field lce is set (has been assigned a value) and false otherwise
isSetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
Returns true if field lce is set (has been assigned a value) and false otherwise
isSetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
Returns true if field lce is set (has been assigned a value) and false otherwise
isSetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
Returns true if field lce is set (has been assigned a value) and false otherwise
isSetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
Returns true if field lce is set (has been assigned a value) and false otherwise
isSetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
Returns true if field lce 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
isSetLogger() - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
Returns true if field logger is set (has been assigned a value) and false otherwise
isSetLoggers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field loggers is set (has been assigned a value) and false otherwise
isSetLoggers() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
Returns true if field loggers is set (has been assigned a value) and false otherwise
isSetLoggers() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
Returns true if field loggers is set (has been assigned a value) and false otherwise
isSetLoggerZNode() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
Returns true if field loggerZNode 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
isSetMajor() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field major is set (has been assigned a value) and false otherwise
isSetMajor() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field major is set (has been assigned a value) and false otherwise
isSetMapProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field mapProgress 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
isSetMinor() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
Returns true if field minor is set (has been assigned a value) and false otherwise
isSetMinor() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Returns true if field minor 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
isSetMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
Returns true if field mutation 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.MutationLogger.logManyTablets_args
Returns true if field mutations 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
isSetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
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.LogFile
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.MutationLogger.startCopy_args
Returns true if field name 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
isSetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
Returns true if field nsli is set (has been assigned a value) and false otherwise
isSetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
Returns true if field nsli is set (has been assigned a value) and false otherwise
isSetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
Returns true if field nsli is set (has been assigned a value) and false otherwise
isSetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
Returns true if field nsli is set (has been assigned a value) and false otherwise
isSetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
Returns true if field nsli is set (has been assigned a value) and false otherwise
isSetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
Returns true if field nsli 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
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
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
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.authenticateUser_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.changePassword_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.createUser_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
Returns true if field password 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
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
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
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
isSetRecovery() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
Returns true if field recovery 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
isSetReduceProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
Returns true if field reduceProgress 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
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
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
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
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.changePassword_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.createUser_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.dropUser_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.listUsers_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.MutationLogger.beginShutdown_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.MutationLogger.create_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.MutationLogger.getClosedLogs_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.MutationLogger.startCopy_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.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
isSetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
Returns true if field seq is set (has been assigned a value) and false otherwise
isSetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
Returns true if field seq is set (has been assigned a value) and false otherwise
isSetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
Returns true if field seq is set (has been assigned a value) and false otherwise
isSetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
Returns true if field seq is set (has been assigned a value) and false otherwise
isSetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
Returns true if field seq 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
isSetSort() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
Returns true if field sort 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
isSetSplit() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
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
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.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
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
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
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
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
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.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.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.listUsers_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.MutationLogger.create_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.MutationLogger.getClosedLogs_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.MutationLogger.startCopy_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.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
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
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
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 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
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
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
isSetTablet() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
Returns true if field tablet is set (has been assigned a value) and false otherwise
isSetTabletID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
Returns true if field tabletID 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
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.MutationLogger.defineTablet_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.MutationLogger.log_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionStarted_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
 
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
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.changePassword_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.createUser_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.dropUser_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.listUsers_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.MutationLogger.beginShutdown_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.MutationLogger.close_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.MutationLogger.create_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.MutationLogger.defineTablet_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.MutationLogger.getClosedLogs_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.MutationLogger.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.MutationLogger.log_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.MutationLogger.logManyTablets_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionStarted_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.MutationLogger.remove_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.MutationLogger.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.useLoggers_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
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.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
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
isSetTserverSession() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
Returns true if field tserverSession 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.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 class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
Returns true if field user is set (has been assigned a value) and false otherwise
isSetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
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
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
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
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
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
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
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
isSort() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
isSorted() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Is the TFile sorted?
isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
 
isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
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.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.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
 
isTimeSet() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
isValidEncoding(String) - Static method in class org.apache.accumulo.core.iterators.conf.ColumnSet
 
isValidFormat(String) - Method in enum org.apache.accumulo.core.conf.PropertyType
 
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
 
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.EscapeTokenizer
 
iterator() - Method in class org.apache.accumulo.core.util.shell.commands.QuotedStringTokenizer
 
IteratorAdapter - Class in org.apache.accumulo.core.client.mock
 
IteratorAdapter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.client.mock.IteratorAdapter
 
IteratorEnvironment - Interface in org.apache.accumulo.core.iterators
 
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.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
 
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
 
IZooReader - Interface in org.apache.accumulo.core.zookeeper
 

J

join(Collection<String>, String) - Static method in class org.apache.accumulo.core.util.StringUtil
 

K

kDepth - Static variable in class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
keepers - Variable in class org.apache.accumulo.core.zookeeper.ZooReader
 
KET - Static variable in class org.apache.accumulo.core.client.impl.Translator
 
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.KeyValue
 
key - Variable in class org.apache.accumulo.core.data.thrift.TKeyValue
 
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
 
KeyFunctor - Interface in org.apache.accumulo.core.file.keyfunctor
 
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
 
keySerializer - Variable in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated.  
KeyValue - Class in org.apache.accumulo.core.data
 
KeyValue(Key, byte[]) - Constructor for class org.apache.accumulo.core.data.KeyValue
 
KeyValue(Key, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.KeyValue
 

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
 
last - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
lastContact - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
lastLog - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
lastStatus - Variable in class org.apache.accumulo.core.master.thrift.DeadServer
 
lastTabletRow - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
lce - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
lce - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
lce - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
lce - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
lce - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
lce - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
lce - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
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.file.blockfile.cache.CacheEntry
 
length() - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
list() - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
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_SPANS - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
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
 
ListIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ListIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ListIterCommand
 
ListScansCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ListScansCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ListScansCommand
 
listUsers() - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Return a list of users in accumulo
listUsers() - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
Return a list of users in accumulo
listUsers(TInfo, AuthInfo, AsyncMethodCallback<ClientService.AsyncClient.listUsers_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
listUsers(TInfo, AuthInfo, AsyncMethodCallback<ClientService.AsyncClient.listUsers_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
listUsers(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
listUsers(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
listUsers() - Method in class org.apache.accumulo.core.client.mock.MockSecurityOperations
 
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<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) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
loadTablet(TInfo, AuthInfo, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.loadTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
loadTablet(TInfo, AuthInfo, String, TKeyExtent, AsyncMethodCallback<TabletClientService.AsyncClient.loadTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
loadTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
loadTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
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) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
locateTablet(Text, boolean, boolean) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
locateTablet(Text, boolean, boolean) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
locateTablet(Text, boolean, boolean) - 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
 
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(TInfo, long, long, int, TMutation, AsyncMethodCallback<MutationLogger.AsyncClient.log_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
log(TInfo, long, long, int, TMutation, AsyncMethodCallback<MutationLogger.AsyncClient.log_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
log(TInfo, long, long, int, TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
log(TInfo, long, long, int, TMutation) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
log - Static variable in class org.apache.accumulo.core.util.shell.Shell
 
LogCopyInfo - Class in org.apache.accumulo.core.tabletserver.thrift
 
LogCopyInfo() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
LogCopyInfo(long, String) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
LogCopyInfo(LogCopyInfo) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
Performs a deep copy on other.
LogCopyInfo._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.
LogEntry - Class in org.apache.accumulo.core.tabletserver.log
 
LogEntry() - Constructor for class org.apache.accumulo.core.tabletserver.log.LogEntry
 
LogFile - Class in org.apache.accumulo.core.tabletserver.thrift
 
LogFile() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
LogFile(String, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
LogFile(LogFile) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.LogFile
Performs a deep copy on other.
LogFile._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.
logger - Variable in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
LoggerClosedException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
LoggerClosedException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
LoggerClosedException(LoggerClosedException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
Performs a deep copy on other.
LoggerClosedException._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.
loggers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
loggers - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
loggers - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
LoggerStatus - Class in org.apache.accumulo.core.master.thrift
 
LoggerStatus() - Constructor for class org.apache.accumulo.core.master.thrift.LoggerStatus
 
LoggerStatus(String) - Constructor for class org.apache.accumulo.core.master.thrift.LoggerStatus
 
LoggerStatus(LoggerStatus) - Constructor for class org.apache.accumulo.core.master.thrift.LoggerStatus
Performs a deep copy on other.
LoggerStatus._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.
loggerZNode - Variable in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
LoggingRunnable - Class in org.apache.accumulo.core.util
 
LoggingRunnable(Logger, Runnable) - Constructor for class org.apache.accumulo.core.util.LoggingRunnable
 
logManyTablets(TInfo, long, List<TabletMutations>, AsyncMethodCallback<MutationLogger.AsyncClient.logManyTablets_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
logManyTablets(TInfo, long, List<TabletMutations>, AsyncMethodCallback<MutationLogger.AsyncClient.logManyTablets_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
logManyTablets(TInfo, long, List<TabletMutations>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
logManyTablets(TInfo, long, List<TabletMutations>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
logSet - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
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.data.Value
Deprecated. since 1.4.1. There is no replacement.
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
 
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) - Method in class org.apache.accumulo.core.client.impl.MetadataLocationObtainer
 
lookupTablet(TabletLocator.TabletLocation, Text, Text, TabletLocator) - Method in interface org.apache.accumulo.core.client.impl.TabletLocatorImpl.TabletLocationObtainer
 
lookupTablets(String, Map<KeyExtent, List<Range>>, TabletLocator) - Method in class org.apache.accumulo.core.client.impl.MetadataLocationObtainer
 
lookupTablets(String, Map<KeyExtent, List<Range>>, TabletLocator) - Method in interface org.apache.accumulo.core.client.impl.TabletLocatorImpl.TabletLocationObtainer
 
LOSSY - Static variable in class org.apache.accumulo.core.iterators.TypedValueCombiner
 
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.map.MyMapFile
Deprecated.  
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.PrintInfo
 
main(String[]) - Static method in class org.apache.accumulo.core.file.rfile.RFile
 
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.LoggingRunnable
 
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
 
major - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
major - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
makeComparator(String) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.TFile
Make a raw comparator from a string name.
MAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for entry in map
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.
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
 
mapFileSeekScanCompareTime - Static variable in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated.  
mapFileSeekScans - Static variable in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated.  
mapFileSeekScanTime - Static variable in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated.  
mapFileSeekTimeStat - Static variable in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated.  
MapFileUtil - Class in org.apache.accumulo.core.file.map
 
MapFileUtil() - Constructor for class org.apache.accumulo.core.file.map.MapFileUtil
 
mapProgress - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo) - 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, AuthInfo, 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, AuthInfo, 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, AuthInfo) - 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, AuthInfo, 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 - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.Processor(MasterClientService.Iface) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.Processor
 
MasterClientService.Processor.ProcessFunction - Interface in org.apache.accumulo.core.master.thrift
 
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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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
 
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>, List<RecoveryStatus>, List<LoggerStatus>, MasterState, MasterGoalState, int, Set<String>, List<DeadServer>, 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
 
MasterState - Enum in org.apache.accumulo.core.master.thrift
 
MasterStateCommand - Class in org.apache.accumulo.core.util.shell.commands
 
MasterStateCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.MasterStateCommand
 
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
 
MaxRowCommand - Class in org.apache.accumulo.core.util.shell.commands
 
MaxRowCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.MaxRowCommand
 
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.
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.MockTableOperations
 
merge(List<MySequenceFile.Sorter.SegmentDescriptor>, Path) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Merges the list of segments of type SegmentDescriptor
merge(Path[], boolean, Path) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Merges the contents of files passed in Path[] using a max factor value that is already set
merge(Path[], boolean, int, Path) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Merges the contents of files passed in Path[]
merge(Path[], Path, boolean) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Merges the contents of files passed in Path[]
merge(Path[], Path) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Merge the provided files.
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.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
 
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.
mergeSome(Connector, String, List<Merge.Size>, int) - Method in class org.apache.accumulo.core.util.Merge
 
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
 
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_PREFIX - 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_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
 
MetadataLocationObtainer - Class in org.apache.accumulo.core.client.impl
 
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.changePassword_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
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.LoggerStatus
 
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
 
metaDataMap - Static variable in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
metaDataMap - Static variable in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
metaDataMap - Static variable in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
metaDataMap - Static variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
metaDataMap - Static variable in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
MetadataTable - Class in org.apache.accumulo.core.util
 
MetadataTable() - Constructor for class org.apache.accumulo.core.util.MetadataTable
 
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
 
midKey() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Get the key at approximately the middle of the file.
MIN_MASTER_LOOP_TIME - Static variable in class org.apache.accumulo.core.Constants
 
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
 
minimizeEndKeyTimeStamp(Range) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
minor - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
minor - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
minorCompactionFinished(TInfo, long, long, int, String, AsyncMethodCallback<MutationLogger.AsyncClient.minorCompactionFinished_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
minorCompactionFinished(TInfo, long, long, int, String, AsyncMethodCallback<MutationLogger.AsyncClient.minorCompactionFinished_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
minorCompactionFinished(TInfo, long, long, int, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
minorCompactionFinished(TInfo, long, long, int, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
minorCompactionStarted(TInfo, long, long, int, String, AsyncMethodCallback<MutationLogger.AsyncClient.minorCompactionStarted_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
minorCompactionStarted(TInfo, long, long, int, String, AsyncMethodCallback<MutationLogger.AsyncClient.minorCompactionStarted_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
minorCompactionStarted(TInfo, long, long, int, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
minorCompactionStarted(TInfo, long, long, int, String) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
miss() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
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
 
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
 
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
 
more - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
more - Variable in class org.apache.accumulo.core.data.thrift.ScanResult
 
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
 
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, AuthInfo, long, long, int) - Constructor for class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
Mutation - Class in org.apache.accumulo.core.data
Mutation represents an action that manipulates a row in a table.
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.MutationLogger.log_args
 
mutation - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
MutationLogger - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger
 
MutationLogger.AsyncClient - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
MutationLogger.AsyncClient.beginShutdown_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.beginShutdown_call(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.beginShutdown_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.beginShutdown_call
 
MutationLogger.AsyncClient.close_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.close_call(TInfo, long, AsyncMethodCallback<MutationLogger.AsyncClient.close_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.close_call
 
MutationLogger.AsyncClient.create_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.create_call(TInfo, AuthInfo, String, AsyncMethodCallback<MutationLogger.AsyncClient.create_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.create_call
 
MutationLogger.AsyncClient.defineTablet_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.defineTablet_call(TInfo, long, long, int, TKeyExtent, AsyncMethodCallback<MutationLogger.AsyncClient.defineTablet_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.defineTablet_call
 
MutationLogger.AsyncClient.Factory - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.Factory
 
MutationLogger.AsyncClient.getClosedLogs_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.getClosedLogs_call(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.getClosedLogs_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.getClosedLogs_call
 
MutationLogger.AsyncClient.halt_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.halt_call(TInfo, AuthInfo, AsyncMethodCallback<MutationLogger.AsyncClient.halt_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.halt_call
 
MutationLogger.AsyncClient.log_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.log_call(TInfo, long, long, int, TMutation, AsyncMethodCallback<MutationLogger.AsyncClient.log_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.log_call
 
MutationLogger.AsyncClient.logManyTablets_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.logManyTablets_call(TInfo, long, List<TabletMutations>, AsyncMethodCallback<MutationLogger.AsyncClient.logManyTablets_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.logManyTablets_call
 
MutationLogger.AsyncClient.minorCompactionFinished_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.minorCompactionFinished_call(TInfo, long, long, int, String, AsyncMethodCallback<MutationLogger.AsyncClient.minorCompactionFinished_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.minorCompactionFinished_call
 
MutationLogger.AsyncClient.minorCompactionStarted_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.minorCompactionStarted_call(TInfo, long, long, int, String, AsyncMethodCallback<MutationLogger.AsyncClient.minorCompactionStarted_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.minorCompactionStarted_call
 
MutationLogger.AsyncClient.remove_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.remove_call(TInfo, AuthInfo, List<String>, AsyncMethodCallback<MutationLogger.AsyncClient.remove_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.remove_call
 
MutationLogger.AsyncClient.startCopy_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.AsyncClient.startCopy_call(TInfo, AuthInfo, String, String, boolean, AsyncMethodCallback<MutationLogger.AsyncClient.startCopy_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.startCopy_call
 
MutationLogger.AsyncIface - Interface in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.beginShutdown_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.beginShutdown_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
MutationLogger.beginShutdown_args(TInfo, AuthInfo) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
MutationLogger.beginShutdown_args(MutationLogger.beginShutdown_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
Performs a deep copy on other.
MutationLogger.beginShutdown_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.
MutationLogger.beginShutdown_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.beginShutdown_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
MutationLogger.beginShutdown_result(ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
MutationLogger.beginShutdown_result(MutationLogger.beginShutdown_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
Performs a deep copy on other.
MutationLogger.beginShutdown_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.
MutationLogger.Client - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.Client(TProtocol) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
MutationLogger.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
MutationLogger.Client.Factory - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.Client.Factory() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client.Factory
 
MutationLogger.close_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.close_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
MutationLogger.close_args(TInfo, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
MutationLogger.close_args(MutationLogger.close_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
Performs a deep copy on other.
MutationLogger.close_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.
MutationLogger.close_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.close_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
MutationLogger.close_result(NoSuchLogIDException, LoggerClosedException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
MutationLogger.close_result(MutationLogger.close_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
Performs a deep copy on other.
MutationLogger.close_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.
MutationLogger.create_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.create_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
MutationLogger.create_args(TInfo, AuthInfo, String) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
MutationLogger.create_args(MutationLogger.create_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
Performs a deep copy on other.
MutationLogger.create_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.
MutationLogger.create_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.create_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
MutationLogger.create_result(LogFile, ThriftSecurityException, LoggerClosedException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
MutationLogger.create_result(MutationLogger.create_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
Performs a deep copy on other.
MutationLogger.create_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.
MutationLogger.defineTablet_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.defineTablet_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
MutationLogger.defineTablet_args(TInfo, long, long, int, TKeyExtent) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
MutationLogger.defineTablet_args(MutationLogger.defineTablet_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
Performs a deep copy on other.
MutationLogger.defineTablet_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.
MutationLogger.defineTablet_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.defineTablet_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
MutationLogger.defineTablet_result(NoSuchLogIDException, LoggerClosedException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
MutationLogger.defineTablet_result(MutationLogger.defineTablet_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
Performs a deep copy on other.
MutationLogger.defineTablet_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.
MutationLogger.getClosedLogs_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.getClosedLogs_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
MutationLogger.getClosedLogs_args(TInfo, AuthInfo) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
MutationLogger.getClosedLogs_args(MutationLogger.getClosedLogs_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
Performs a deep copy on other.
MutationLogger.getClosedLogs_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.
MutationLogger.getClosedLogs_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.getClosedLogs_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
MutationLogger.getClosedLogs_result(List<String>, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
MutationLogger.getClosedLogs_result(MutationLogger.getClosedLogs_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
Performs a deep copy on other.
MutationLogger.getClosedLogs_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.
MutationLogger.halt_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.halt_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
MutationLogger.halt_args(TInfo, AuthInfo) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
MutationLogger.halt_args(MutationLogger.halt_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
Performs a deep copy on other.
MutationLogger.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.
MutationLogger.Iface - Interface in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.log_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.log_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
MutationLogger.log_args(TInfo, long, long, int, TMutation) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
MutationLogger.log_args(MutationLogger.log_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
Performs a deep copy on other.
MutationLogger.log_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.
MutationLogger.log_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.log_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
MutationLogger.log_result(NoSuchLogIDException, LoggerClosedException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
MutationLogger.log_result(MutationLogger.log_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
Performs a deep copy on other.
MutationLogger.log_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.
MutationLogger.logManyTablets_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.logManyTablets_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
MutationLogger.logManyTablets_args(TInfo, long, List<TabletMutations>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
MutationLogger.logManyTablets_args(MutationLogger.logManyTablets_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
Performs a deep copy on other.
MutationLogger.logManyTablets_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.
MutationLogger.logManyTablets_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.logManyTablets_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
MutationLogger.logManyTablets_result(NoSuchLogIDException, LoggerClosedException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
MutationLogger.logManyTablets_result(MutationLogger.logManyTablets_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
Performs a deep copy on other.
MutationLogger.logManyTablets_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.
MutationLogger.minorCompactionFinished_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.minorCompactionFinished_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
MutationLogger.minorCompactionFinished_args(TInfo, long, long, int, String) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
MutationLogger.minorCompactionFinished_args(MutationLogger.minorCompactionFinished_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
Performs a deep copy on other.
MutationLogger.minorCompactionFinished_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.
MutationLogger.minorCompactionFinished_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.minorCompactionFinished_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
MutationLogger.minorCompactionFinished_result(NoSuchLogIDException, LoggerClosedException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
MutationLogger.minorCompactionFinished_result(MutationLogger.minorCompactionFinished_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
Performs a deep copy on other.
MutationLogger.minorCompactionFinished_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.
MutationLogger.minorCompactionStarted_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.minorCompactionStarted_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
MutationLogger.minorCompactionStarted_args(TInfo, long, long, int, String) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
MutationLogger.minorCompactionStarted_args(MutationLogger.minorCompactionStarted_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
Performs a deep copy on other.
MutationLogger.minorCompactionStarted_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.
MutationLogger.minorCompactionStarted_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.minorCompactionStarted_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
MutationLogger.minorCompactionStarted_result(NoSuchLogIDException, LoggerClosedException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
MutationLogger.minorCompactionStarted_result(MutationLogger.minorCompactionStarted_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
Performs a deep copy on other.
MutationLogger.minorCompactionStarted_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.
MutationLogger.Processor - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.Processor(MutationLogger.Iface) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Processor
 
MutationLogger.Processor.ProcessFunction - Interface in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.remove_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.remove_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
MutationLogger.remove_args(TInfo, AuthInfo, List<String>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
MutationLogger.remove_args(MutationLogger.remove_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
Performs a deep copy on other.
MutationLogger.remove_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.
MutationLogger.startCopy_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.startCopy_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
MutationLogger.startCopy_args(TInfo, AuthInfo, String, String, boolean) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
MutationLogger.startCopy_args(MutationLogger.startCopy_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
Performs a deep copy on other.
MutationLogger.startCopy_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.
MutationLogger.startCopy_result - Class in org.apache.accumulo.core.tabletserver.thrift
 
MutationLogger.startCopy_result() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
MutationLogger.startCopy_result(LogCopyInfo, ThriftSecurityException) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
MutationLogger.startCopy_result(MutationLogger.startCopy_result) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
Performs a deep copy on other.
MutationLogger.startCopy_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.
mutations - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
mutations - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
mutations - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
MutationsRejectedException - Exception in org.apache.accumulo.core.client
Communicate the failed mutations of a BatchWriter back to the client.
MutationsRejectedException(List<ConstraintViolationSummary>, ArrayList<KeyExtent>, Collection<String>, int, Throwable) - Constructor for exception org.apache.accumulo.core.client.MutationsRejectedException
 
MyMapFile - Class in org.apache.accumulo.core.file.map
Deprecated. since 1.4, replaced by RFile
MyMapFile() - Constructor for class org.apache.accumulo.core.file.map.MyMapFile
Deprecated.  
MyMapFile.Reader - Class in org.apache.accumulo.core.file.map
Deprecated. Provide access to an existing map.
MyMapFile.Reader(FileSystem, String, Configuration) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Construct a map reader for the named map.
MyMapFile.Reader(FileSystem, String, WritableComparator, Configuration) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Construct a map reader for the named map using the named comparator.
MyMapFile.Reader(FileSystem, String, WritableComparator, Configuration, boolean) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Hook to allow subclasses to defer opening streams until further initialization is complete.
MyMapFile.Writer - Class in org.apache.accumulo.core.file.map
Deprecated. Writes a new map.
MyMapFile.Writer(Configuration, FileSystem, String, Class, Class) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map for keys of the named class.
MyMapFile.Writer(Configuration, FileSystem, String, Class, Class, MySequenceFile.CompressionType, Progressable) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map for keys of the named class.
MyMapFile.Writer(Configuration, FileSystem, String, Class, Class, MySequenceFile.CompressionType, CompressionCodec, Progressable) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map for keys of the named class.
MyMapFile.Writer(Configuration, FileSystem, String, Class, Class, MySequenceFile.CompressionType) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map for keys of the named class.
MyMapFile.Writer(Configuration, FileSystem, String, WritableComparator, Class) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map using the named key comparator.
MyMapFile.Writer(Configuration, FileSystem, String, WritableComparator, Class, MySequenceFile.CompressionType) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map using the named key comparator.
MyMapFile.Writer(Configuration, FileSystem, String, WritableComparator, Class, MySequenceFile.CompressionType, Progressable) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map using the named key comparator.
MyMapFile.Writer(Configuration, FileSystem, String, WritableComparator, Class, MySequenceFile.CompressionType, CompressionCodec, Progressable) - Constructor for class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Create the named map using the named key comparator.
MySequenceFile - Class in org.apache.accumulo.core.file.map
Deprecated. since 1.4, replaced by RFile
MySequenceFile.CompressionType - Enum in org.apache.accumulo.core.file.map
Deprecated. The compression type used to compress key/value pairs in the MySequenceFile.
MySequenceFile.Metadata - Class in org.apache.accumulo.core.file.map
Deprecated. The class encapsulating with the metadata of a file.
MySequenceFile.Metadata() - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
MySequenceFile.Metadata(TreeMap<Text, Text>) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
MySequenceFile.Reader - Class in org.apache.accumulo.core.file.map
Deprecated. Reads key/value pairs from a sequence-format file.
MySequenceFile.Reader(FileSystem, Path, Configuration) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Open the named file.
MySequenceFile.Sorter - Class in org.apache.accumulo.core.file.map
Deprecated. Sorts key/value pairs in a sequence-format file.
MySequenceFile.Sorter(FileSystem, Class<? extends WritableComparable>, Class, Configuration) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Sort and merge files containing the named classes.
MySequenceFile.Sorter(FileSystem, RawComparator, Class, Class, Configuration) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Sort and merge using an arbitrary RawComparator.
MySequenceFile.Sorter.RawKeyValueIterator - Interface in org.apache.accumulo.core.file.map
Deprecated. The interface to iterate over raw keys/values of SequenceFiles.
MySequenceFile.Sorter.SegmentDescriptor - Class in org.apache.accumulo.core.file.map
Deprecated. This class defines a merge segment.
MySequenceFile.Sorter.SegmentDescriptor(long, long, Path) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. Constructs a segment
MySequenceFile.ValueBytes - Interface in org.apache.accumulo.core.file.map
Deprecated. The interface to 'raw' values of SequenceFiles.
MySequenceFile.Writer - Class in org.apache.accumulo.core.file.map
Deprecated. Write key/value pairs to a sequence-format file.
MySequenceFile.Writer(FileSystem, Configuration, Path, Class, Class) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Create the named file.
MySequenceFile.Writer(FileSystem, Configuration, Path, Class, Class, Progressable, MySequenceFile.Metadata) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Create the named file with write-progress reporter.
MySequenceFile.Writer(FileSystem, Configuration, Path, Class, Class, int, short, long, Progressable, MySequenceFile.Metadata) - Constructor for class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. Create the named file with write-progress reporter.

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.LogFile
 
name - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
namedOptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
nbHash - Variable in class org.apache.accumulo.core.bloomfilter.Filter
The number of hash function to consider.
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
 
newTablets - Variable in class org.apache.accumulo.core.master.thrift.TabletSplit
 
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(WritableComparable, Writable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Read the next key/value pair in the map into key and val.
next() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
next(Writable) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Read the next key in the file into key, skipping its value.
next(Writable, Writable) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Read the next key/value pair in the file into key and val.
next(DataOutputBuffer) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Call MySequenceFile.Reader.nextRaw(DataOutputBuffer,MySequenceFile.ValueBytes).
next(Object) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Read the next key in the file, skipping its value.
next() - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.Sorter.RawKeyValueIterator
Deprecated. Sets up the current key and value (for getKey and getValue)
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.DevNull
 
next() - Method in class org.apache.accumulo.core.iterators.Filter
 
next() - Method in class org.apache.accumulo.core.iterators.FilteringIterator
Deprecated.  
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.SequenceFileIterator
 
next() - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
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.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.ShardedTableDistributionFormatter
 
next() - Method in class org.apache.accumulo.core.util.format.StatisticsDisplayFormatter
 
next() - Method in class org.apache.accumulo.core.util.PeekingIterator
 
nextIndex() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
nextRaw(DataOutputBuffer, MySequenceFile.ValueBytes) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Read 'raw' records.
nextRawKey(DataOutputBuffer) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Read 'raw' keys.
nextRawKey() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. Fills up the rawKey object with the key returned by the Reader
nextRawValue(MySequenceFile.ValueBytes) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Read 'raw' values.
nextRawValue(MySequenceFile.ValueBytes) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. Fills up the passed rawValue with the value corresponding to the key read earlier
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.core.zookeeper.ZooUtil.LockID
 
nodes - Variable in class org.apache.accumulo.core.trace.SpanTree
 
NoLabelFilter - Class in org.apache.accumulo.core.iterators.filter
Deprecated. since 1.4, replaced by ReqVisFilter
NoLabelFilter() - Constructor for class org.apache.accumulo.core.iterators.filter.NoLabelFilter
Deprecated.  
NoLabelIterator - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by ReqVisFilter
NoLabelIterator() - Constructor for class org.apache.accumulo.core.iterators.NoLabelIterator
Deprecated.  
NON_ROOT_METADATA_KEYSPACE - Static variable in class org.apache.accumulo.core.Constants
 
NoSuchLogIDException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
NoSuchLogIDException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
NoSuchLogIDException(NoSuchLogIDException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
Performs a deep copy on other.
NoSuchLogIDException._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.
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.
nsli - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
nsli - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
nsli - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
nsli - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
nsli - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
nsli - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
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
 
nullText - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
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.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.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.DeleteTableCommand
 
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.FormatterCommand
 
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.InsertCommand
 
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.MasterStateCommand
 
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.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.SelectCommand
Deprecated.  
numArgs() - Method in class org.apache.accumulo.core.util.shell.commands.SelectrowCommand
Deprecated.  
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.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.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
 
numArgs() - Method in class org.apache.accumulo.core.util.shell.Shell.TableOperation
 
NumArraySummation - Class in org.apache.accumulo.core.iterators.aggregation
Deprecated. since 1.4, replaced by SummingArrayCombiner with SummingArrayCombiner.Type.VARLEN
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
 
numBytes() - Method in class org.apache.accumulo.core.data.Mutation
 
numEntries - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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)
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
 
OfflineScanner - Class in org.apache.accumulo.core.client.impl
 
OfflineScanner(Instance, AuthInfo, String, Authorizations) - Constructor for class org.apache.accumulo.core.client.impl.OfflineScanner
 
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
 
oldTablet - Variable in class org.apache.accumulo.core.master.thrift.TabletSplit
 
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
 
onlineTablets - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
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(FileSystem, String, WritableComparator, Configuration) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
openFile(FileSystem, Path, int, long) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Override this method to specialize the type of FSDataInputStream returned.
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
 
openMapFileWriter(AccumuloConfiguration, Configuration, FileSystem, String) - Static method in class org.apache.accumulo.core.file.map.MapFileUtil
Deprecated. since 1.4
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
Deprecated. since 1.4, MapFiles will no longer be written. Instead use RFileOperations.openWriter(java.lang.String, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.accumulo.core.conf.AccumuloConfiguration).
openWriter(String, FileSystem, Configuration, AccumuloConfiguration) - Method in class org.apache.accumulo.core.file.rfile.RFileOperations
 
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
 
oprot_ - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
oprot_ - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
oprot_ - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
oprot_ - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
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
 
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.filter.RegExFilter
Deprecated.  
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.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.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.mock - package org.apache.accumulo.core.client.mock
 
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.filter - package org.apache.accumulo.core.iterators.filter
 
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.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.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
 
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
 
overlaps(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
 
overrideCurrentTime(long) - Method in class org.apache.accumulo.core.iterators.filter.ColumnAgeOffFilter
Deprecated.  
overrideCurrentTime(long) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 

P

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
 
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
 
parseDocID(Key) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
PartialKey - Enum in org.apache.accumulo.core.data
 
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.client.impl.thrift.ClientService.authenticateUser_args
 
password - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
password - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
password - Variable in class org.apache.accumulo.core.security.thrift.AuthInfo
 
password - Variable in class org.apache.accumulo.core.trace.InstanceUserPassword
 
path - Variable in class org.apache.accumulo.core.zookeeper.ZooUtil.LockID
 
peek() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
peek() - Method in class org.apache.accumulo.core.util.PeekingIterator
 
PeekingIterator<E> - Class in org.apache.accumulo.core.util
 
PeekingIterator(Iterator<E>) - Constructor for class org.apache.accumulo.core.util.PeekingIterator
 
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
 
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.  
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
 
ping(AuthInfo, AsyncMethodCallback<ClientService.AsyncClient.ping_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
ping(AuthInfo, AsyncMethodCallback<ClientService.AsyncClient.ping_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
ping(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
ping(AuthInfo) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
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.
preserveInput(boolean) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. Whether to delete the files when no longer needed
PREV_DATA_VERSION - Static variable in class org.apache.accumulo.core.Constants
 
prevEndRow - Variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
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
 
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
 
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(Iterable<Map.Entry<Key, Value>>, boolean, boolean) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printDiskUsage(AccumuloConfiguration, Collection<String>, FileSystem, Connector) - Static method in class org.apache.accumulo.core.util.TableDiskUsage
 
printException(Exception) - Static method in class org.apache.accumulo.core.util.shell.Shell
 
printHelp() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
printHelp(int) - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
printIndex() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
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
 
printMetaBlockInfo(Configuration, FileSystem, Path) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.PrintInfo
 
printRecords(CommandLine, Shell, Iterable<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
printRecords(CommandLine, Shell, Iterable<Map.Entry<Key, Value>>, Class<? extends Formatter>) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
printRecords(Iterable<Map.Entry<Key, Value>>, boolean, boolean) - 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
 
printStats() - Static method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
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
 
PRIVATE - Static variable in class org.apache.accumulo.core.zookeeper.ZooUtil
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor
 
process(int, TProtocol, TProtocol) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Processor.ProcessFunction
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor
 
process(int, TProtocol, TProtocol) - Method in interface org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor.ProcessFunction
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor
 
process(int, TProtocol, TProtocol) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Processor.ProcessFunction
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Processor
 
process(int, TProtocol, TProtocol) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Processor.ProcessFunction
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor
 
process(WatchedEvent) - Method in class org.apache.accumulo.core.trace.ZooTraceClient
 
processMap_ - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.Processor
 
processMap_ - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Processor
 
processMap_ - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.Processor
 
processMap_ - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Processor
 
propertiesChanged() - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
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
 
propertyChanged(String) - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
PropertyType - Enum in org.apache.accumulo.core.conf
 
protocolFactory() - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
PUBLIC - Static variable in class org.apache.accumulo.core.zookeeper.ZooUtil
 
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(Mutation, ColumnFQ, Value) - Static method in class org.apache.accumulo.core.util.ColumnFQ
 
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(Mutation, ColumnFQ) - Static method in class org.apache.accumulo.core.util.ColumnFQ
 
putEphemeralData(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putEphemeralSequential(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putPersistentData(ZooKeeper, String, byte[], ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
Create a persistent node with the default ACL
putPersistentData(ZooKeeper, String, byte[], int, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putPersistentData(ZooKeeper, String, byte[], int, ZooUtil.NodeExistsPolicy, List<ACL>) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putPersistentSequential(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putPrivatePersistentData(ZooKeeper, String, byte[], ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
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
 
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
 
putToOptions(String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
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
 
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

queryByteRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
queryRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
queryRate - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
QuestionCommand - Class in org.apache.accumulo.core.util.shell.commands
 
QuestionCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.QuestionCommand
 
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
 
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

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
 
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
 
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
 
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.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.changePassword_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
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.LoggerStatus
 
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
 
read(TProtocol) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
read(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
read(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
read(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
read(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
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.mapreduce.InputFormatBase.RangeInputSplit
 
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.map.MySequenceFile.Metadata
Deprecated.  
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
 
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.
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.
receive(Key, Value) - Method in interface org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.ResultReceiver
 
recovery - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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.
RecoveryStatus - Class in org.apache.accumulo.core.master.thrift
 
RecoveryStatus() - Constructor for class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
RecoveryStatus(String, String, double, double, 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(ZooKeeper, String, String, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
recursiveDelete(ZooKeeper, String, int, ZooUtil.NodeMissingPolicy) - Static method in class org.apache.accumulo.core.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.core.zookeeper.ZooUtil
 
recv_authenticateUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_beginShutdown() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.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_changeAuthorizations() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_changePassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_checkClass() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_close() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_closeMultiScan() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_closeUpdate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.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_create() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_createUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_defineTablet() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_dropUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_executeTableOperation() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_finishTableOperation() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_getActiveScans() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_getClosedLogs() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_getConfiguration() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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_getMasterStats() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
recv_getRootTabletLocation() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_getStatus() - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
recv_getTableConfiguration() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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_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_grantTablePermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_halt() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_hasSystemPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_hasTablePermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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_listUsers() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_log() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_logManyTablets() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_minorCompactionFinished() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_minorCompactionStarted() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
recv_ping() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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_revokeSystemPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_revokeTablePermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
recv_setMasterGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.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_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_splitTablet() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
recv_startCopy() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.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_update() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.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
 
reduceFiles(AccumuloConfiguration, Configuration, FileSystem, Text, Text, Collection<String>, int, String, int) - Static method in class org.apache.accumulo.core.file.FileUtil
 
reduceProgress - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
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
RegExFilter - Class in org.apache.accumulo.core.iterators.filter
Deprecated. since 1.4, replaced by RegExFilter
RegExFilter() - Constructor for class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
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
 
RegExIterator - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by RegExFilter
RegExIterator() - Constructor for class org.apache.accumulo.core.iterators.RegExIterator
Deprecated.  
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.DeleteTableCommand
 
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.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.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
 
registerSideChannel(SortedKeyValueIterator<Key, Value>) - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
RelativeKey - Class in org.apache.accumulo.core.file.rfile
 
RelativeKey() - Constructor for class org.apache.accumulo.core.file.rfile.RelativeKey
 
RelativeKey(Key, Key) - Constructor for class org.apache.accumulo.core.file.rfile.RelativeKey
 
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() - 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(TInfo, AuthInfo, List<String>, AsyncMethodCallback<MutationLogger.AsyncClient.remove_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
remove(TInfo, AuthInfo, List<String>, AsyncMethodCallback<MutationLogger.AsyncClient.remove_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
remove(TInfo, AuthInfo, List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
remove(TInfo, AuthInfo, List<String>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
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.PeekingIterator
 
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
 
removeOption(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Remove an option from the iterator.
removeProperty(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
Removes a instance 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
 
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.
removeSystemProperty(TInfo, AuthInfo, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeSystemProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
removeSystemProperty(TInfo, AuthInfo, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeSystemProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
removeSystemProperty(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
removeSystemProperty(TInfo, AuthInfo, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
removeTableProperty(TInfo, AuthInfo, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeTableProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
removeTableProperty(TInfo, AuthInfo, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.removeTableProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
removeTableProperty(TInfo, AuthInfo, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
removeTableProperty(TInfo, AuthInfo, String, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
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.
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(FileSystem, String, String) - Static method in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. Renames an existing map directory.
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
 
reportSplitExtent(TInfo, AuthInfo, String, TabletSplit, AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
reportSplitExtent(TInfo, AuthInfo, String, TabletSplit, AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
reportSplitExtent(TInfo, AuthInfo, String, TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
reportSplitExtent(TInfo, AuthInfo, String, TabletSplit) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
reportTabletStatus(TInfo, AuthInfo, String, TabletLoadState, TKeyExtent, AsyncMethodCallback<MasterClientService.AsyncClient.reportTabletStatus_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
reportTabletStatus(TInfo, AuthInfo, String, TabletLoadState, TKeyExtent, AsyncMethodCallback<MasterClientService.AsyncClient.reportTabletStatus_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
reportTabletStatus(TInfo, AuthInfo, String, TabletLoadState, TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
reportTabletStatus(TInfo, AuthInfo, String, TabletLoadState, TKeyExtent) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
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
 
reserveMapFileReader(String) - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
reset() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Re-positions the reader before its first key.
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
 
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
 
returnClient(Object) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
returnTransport(TTransport) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
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
Revoke a system permission from a user
revokeSystemPermission(TInfo, AuthInfo, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeSystemPermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
revokeSystemPermission(TInfo, AuthInfo, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeSystemPermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
revokeSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
revokeSystemPermission(TInfo, AuthInfo, 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
 
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
Revoke a table permission for a specific user on a specific table
revokeTablePermission(TInfo, AuthInfo, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeTablePermission_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
revokeTablePermission(TInfo, AuthInfo, String, String, byte, AsyncMethodCallback<ClientService.AsyncClient.revokeTablePermission_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
revokeTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
revokeTablePermission(TInfo, AuthInfo, 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
 
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.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
 
ROOT_TABLET_EXTENT - Static variable in class org.apache.accumulo.core.Constants
 
RootTabletLocator - Class in org.apache.accumulo.core.client.impl
 
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_REGEX - Static variable in class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
ROW_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
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
 
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.
RT - Static variable in class org.apache.accumulo.core.client.impl.Translator
 
run() - Method in class org.apache.accumulo.core.util.LoggingRunnable
 
running - Variable in class org.apache.accumulo.core.master.thrift.Compacting
 
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
 
save - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
scan(Instance, AuthInfo, ThriftScanner.ScanState, int, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.client.impl.ThriftScanner
 
SCAN_BATCH_SIZE - Static variable in class org.apache.accumulo.core.Constants
 
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
 
scanIteratorOptions - Variable in class org.apache.accumulo.core.util.shell.Shell
 
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.
ScannerBase - Interface in org.apache.accumulo.core.client
This class hosts configuration methods that are shared between different types of scanners.
ScannerImpl - Class in org.apache.accumulo.core.client.impl
 
ScannerImpl(Instance, AuthInfo, 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.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
 
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._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.
scans - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
ScanState - Enum in org.apache.accumulo.core.client.admin
 
ScanState - Enum in org.apache.accumulo.core.tabletserver.thrift
 
ScanType - Enum in org.apache.accumulo.core.client.admin
 
ScanType - Enum in org.apache.accumulo.core.tabletserver.thrift
 
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.changePassword_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
sec - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
sec - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
SecurityErrorCode - Enum in org.apache.accumulo.core.security.thrift
 
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, AuthInfo) - Constructor for class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
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(WritableComparable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Positions the reader at the named key, or if none such exists, at the first entry after the named key.
seek(WritableComparable, WritableComparable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
seek(long) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Set the current byte position in the input file.
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.FilteringIterator
Deprecated.  
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.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.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.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
 
seekColfams - Variable in class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
seekColfams - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
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.
SelectCommand - Class in org.apache.accumulo.core.util.shell.commands
Deprecated. since 1.4, use scan -r <row> -c <columnfamily>[:<columnqualifier>] instead.
SelectCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SelectCommand
Deprecated.  
SelectrowCommand - Class in org.apache.accumulo.core.util.shell.commands
Deprecated. since 1.4, use scan -r <row> instead.
SelectrowCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SelectrowCommand
Deprecated.  
send_applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_authenticateUser(TInfo, AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_beginShutdown(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_beginTableOperation(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_bulkImport(TInfo, AuthInfo, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_bulkImportFiles(TInfo, AuthInfo, long, String, List<String>, String, boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_changeAuthorizations(TInfo, AuthInfo, String, List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_changePassword(TInfo, AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_checkClass(TInfo, String, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_chop(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_close(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.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_closeUpdate(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_compact(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.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_create(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_createUser(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_defineTablet(TInfo, long, long, int, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_dropUser(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_executeTableOperation(TInfo, AuthInfo, long, TableOperation, List<ByteBuffer>, Map<String, String>, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_fastHalt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_finishTableOperation(TInfo, AuthInfo, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_flush(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_flushTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getActiveScans(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getClosedLogs(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_getConfiguration(ConfigurationType) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getHistoricalStats(TInfo, AuthInfo) - 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_getMasterStats(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_getRootTabletLocation() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getStatus(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
send_getTableConfiguration(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getTabletServerStatus(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getTabletStats(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_getUserAuthorizations(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_getZooKeepers() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_grantSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_grantTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_halt(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_halt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_hasSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_hasTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_initiateFlush(TInfo, AuthInfo, 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_listUsers(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_loadTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_log(TInfo, long, long, int, TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_logManyTablets(TInfo, long, List<TabletMutations>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_minorCompactionFinished(TInfo, long, long, int, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_minorCompactionStarted(TInfo, long, long, int, String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_ping(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_remove(TInfo, AuthInfo, List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_removeSystemProperty(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_removeTableProperty(TInfo, AuthInfo, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_reportSplitExtent(TInfo, AuthInfo, String, TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_reportTabletStatus(TInfo, AuthInfo, String, TabletLoadState, TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_revokeSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_revokeTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
send_setMasterGoalState(TInfo, AuthInfo, MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_setSystemProperty(TInfo, AuthInfo, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_setTableProperty(TInfo, AuthInfo, String, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_shutdown(TInfo, AuthInfo, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_shutdownTabletServer(TInfo, AuthInfo, String, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_splitTablet(TInfo, AuthInfo, TKeyExtent, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_startCopy(TInfo, AuthInfo, String, String, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
send_startMultiScan(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_unloadTablet(TInfo, AuthInfo, String, TKeyExtent, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_update(TInfo, AuthInfo, TKeyExtent, TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_useLoggers(TInfo, AuthInfo, Set<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
send_waitForFlush(TInfo, AuthInfo, String, ByteBuffer, ByteBuffer, long, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
send_waitForTableOperation(TInfo, AuthInfo, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
SEPARATOR_CHAR - Static variable in class org.apache.accumulo.core.util.ServerServices
 
seq - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
seq - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
seq - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
seq - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
seq - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
seqid_ - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
seqid_ - Variable in class org.apache.accumulo.core.gc.thrift.GCMonitorService.Client
 
seqid_ - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
seqid_ - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
SequenceFileIterator - Class in org.apache.accumulo.core.iterators.system
 
SequenceFileIterator(MySequenceFile.Reader, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.SequenceFileIterator
 
serialize() - Method in class org.apache.accumulo.core.security.Authorizations
 
serialize(String) - Method in class org.apache.accumulo.core.zookeeper.ZooUtil.LockID
 
server - Variable in class org.apache.accumulo.core.master.thrift.DeadServer
 
server - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
ServerClient - Class in org.apache.accumulo.core.client.impl
 
ServerClient() - Constructor for class org.apache.accumulo.core.client.impl.ServerClient
 
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
 
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_SEPARATOR - Static variable in class org.apache.accumulo.core.util.ServerServices
 
sessionExpired() - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
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(Text, Text) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Metadata
Deprecated.  
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
 
setAge(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setAgeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.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
 
setAuthorizationFailures(List<TKeyExtent>) - 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(List<ByteBuffer>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
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
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setAuthorizationsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
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
 
SetAuthsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetAuthsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
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
 
setBatchSizeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setBlockSize(JobContext, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated. Use AccumuloFileOutputFormat.setBlockSize(Configuration,int) instead
setBlockSize(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
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
 
setClassName(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setClassName(String) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setClassNameIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
setClassNameIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setClient(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setClientIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setCode(SecurityErrorCode) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
setCodeIsSet(boolean) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
setColFamily(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColFamily(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setColFamilyIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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
 
setColQualifierIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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
 
setColumnFamilyRegex(String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Deprecated. since 1.4, useScannerOptions.addScanIterator(IteratorSetting)
setColumnFamilyRegex(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Deprecated. Since 1.4, use ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting) and RegExFilter
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
 
setColumnQualifierRegex(String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Deprecated. since 1.4, use ScannerOptions.addScanIterator(IteratorSetting)
setColumnQualifierRegex(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Deprecated. Since 1.4, use ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting) and RegExFilter
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
 
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
 
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
 
setColVisibilityIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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(Configuration, MySequenceFile.CompressionType) - Static method in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. Use the one of the many MySequenceFile.createWriter methods to specify the MySequenceFile.CompressionType while creating the MySequenceFile to specify the MySequenceFile.CompressionType for job-outputs.
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
 
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
 
setConstrainClass(String) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setConstrainClassIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
setContents(T) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setCopyProgress(double) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setCopyProgressIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setCount(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setCountIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setCredentials(AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_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.changePassword_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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
 
setCredentialsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_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
 
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
 
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
 
setDeadLoggers(List<DeadServer>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setDeadLoggersIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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
 
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
 
setDescriptionIsSet(boolean) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
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 used to translate Values to V and back.
setEncoder(String) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Instantiates and sets the Encoder 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.
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.
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
 
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
 
setEntries(int) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setEntriesIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
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
 
setExit(boolean) - Method in class org.apache.accumulo.core.util.shell.Shell
 
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
 
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
 
setFactor(int) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Set the number of streams to merge at once.
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
 
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
 
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.changePassword_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
setFieldValue(ClientService.changePassword_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setFieldValue(ClientService.createUser_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
setFieldValue(ClientService.dropUser_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
setFieldValue(ClientService.dropUser_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_args
 
setFieldValue(ClientService.listUsers_result._Fields, Object) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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(ThriftTableOperationException._Fields, Object) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
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(LoggerStatus._Fields, Object) - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
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
 
setFieldValue(ThriftSecurityException._Fields, Object) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
setFieldValue(ActionStats._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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(LogCopyInfo._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
setFieldValue(LogFile._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
setFieldValue(LoggerClosedException._Fields, Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
setFieldValue(MutationLogger.beginShutdown_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
setFieldValue(MutationLogger.beginShutdown_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
setFieldValue(MutationLogger.close_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
setFieldValue(MutationLogger.close_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
setFieldValue(MutationLogger.create_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
setFieldValue(MutationLogger.create_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
setFieldValue(MutationLogger.defineTablet_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setFieldValue(MutationLogger.defineTablet_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
setFieldValue(MutationLogger.getClosedLogs_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
setFieldValue(MutationLogger.getClosedLogs_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
setFieldValue(MutationLogger.halt_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
setFieldValue(MutationLogger.log_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setFieldValue(MutationLogger.log_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
setFieldValue(MutationLogger.logManyTablets_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
setFieldValue(MutationLogger.logManyTablets_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
setFieldValue(MutationLogger.minorCompactionFinished_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setFieldValue(MutationLogger.minorCompactionFinished_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
setFieldValue(MutationLogger.minorCompactionStarted_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
setFieldValue(MutationLogger.minorCompactionStarted_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
setFieldValue(MutationLogger.remove_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
setFieldValue(MutationLogger.startCopy_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
setFieldValue(MutationLogger.startCopy_result._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
setFieldValue(NoSuchLogIDException._Fields, Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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(TabletClientService.useLoggers_args._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
setFieldValue(TabletMutations._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
setFieldValue(TabletStats._Fields, Object) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setFieldValue(TooManyFilesException._Fields, Object) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
setFiles(List<String>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setFiles(List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_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.MutationLogger.remove_args
 
setFilesIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
setFileSize(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
setFileSizeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
setFileType(JobContext, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated. Use AccumuloFileOutputFormat.setFileType(Configuration,String) instead
setFileType(Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
setFinished(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setFinishedIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
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
 
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
 
setFqfn(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setFqfn(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
setFqfnIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setFqfnIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_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
 
setFullyQualifiedFileName(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
setFullyQualifiedFileNameIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
setGoalState(MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setGoalStateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
SetGroupsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetGroupsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
setHoldTime(long) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setHoldTimeIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setHost(String) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setHostIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setId(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
setId(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
setId(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setId(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setId(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
setId(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setId(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
setIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
setIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
setIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
setIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setIdIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
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
 
setIdleTimeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
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.
setIndexInterval(int) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Sets the index interval.
setIndexInterval(Configuration, int) - Static method in class org.apache.accumulo.core.file.map.MyMapFile.Writer
Deprecated. Sets the index interval and stores it in conf
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
 
setInputInfo(JobContext, String, byte[], String, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setInputInfo(Configuration,String,byte[],String,Authorizations) instead
setInputInfo(Configuration, String, byte[], String, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Initialize the user, table, and authorization information for the configuration object that will be used with an Accumulo InputFormat.
setInstance(Configuration) - Static method in class org.apache.accumulo.core.util.CachedConfiguration
 
setInstanceId(String) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setInstanceIdIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setInterfaceMatch(String) - 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.checkClass_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.map.MyMapFile.Reader
Deprecated.  
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.SequenceFileIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
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(JobContext, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setIsolated(Configuration,boolean) instead
setIsolated(Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Enable or disable use of the IsolatedScanner in this configuration object.
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
 
setIterator(JobContext, int, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. since 1.4, see InputFormatBase.addIterator(Configuration, IteratorSetting)
setIteratorClass(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Set the name of the class that implements the iterator.
setIteratorOption(JobContext, String, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. since 1.4, see InputFormatBase.addIterator(Configuration, IteratorSetting)
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
 
setIterNameIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setKey(TKey) - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
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
 
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
 
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
 
setLce(LoggerClosedException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
setLce(LoggerClosedException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
setLce(LoggerClosedException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
setLce(LoggerClosedException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
setLce(LoggerClosedException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
setLce(LoggerClosedException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
setLce(LoggerClosedException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
setLceIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
setLceIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
setLceIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
setLceIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
setLceIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
setLceIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
setLceIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
setLeft(BinaryTree<T>) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setLocalIterators(JobContext, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setLocalIterators(Configuration,boolean) instead
setLocalIterators(Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Enable or disable use of the ClientSideIteratorScanner in this Configuration object.
setLocalityGroups(String, Map<String, Set<Text>>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Sets a tables locality groups.
setLocalityGroups(String, Map<String, Set<Text>>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Sets a tables locality groups.
setLocalityGroups(String, Map<String, Set<Text>>) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
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
 
setLogger(String) - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
setLoggerIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
setLoggers(List<LoggerStatus>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setLoggers(Set<String>) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLoggers(Set<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
setLoggersIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setLoggersIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
setLoggersIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
setLoggerZNode(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
setLoggerZNodeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
setLogLevel(JobContext, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setLogLevel(Configuration,Level) instead
setLogLevel(Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
setLogLevel(JobContext, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setLogLevel(Configuration,Level) instead
setLogLevel(Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the log level for this configuration object.
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.
setMajor(Compacting) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMajor(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMajorIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMajorIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMapProgress(double) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setMapProgressIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setMasterGoalState(TInfo, AuthInfo, MasterGoalState, AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
setMasterGoalState(TInfo, AuthInfo, MasterGoalState, AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
setMasterGoalState(TInfo, AuthInfo, MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
setMasterGoalState(TInfo, AuthInfo, MasterGoalState) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
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(JobContext, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setMaxLatency(Configuration,int) instead
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
 
setMaxMutationBufferSize(JobContext, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setMaxMutationBufferSize(Configuration,long) instead
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
 
setMaxVersions(JobContext, int) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setMaxVersions(Configuration,int) instead
setMaxVersions(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Sets the max # of values that may be returned for an individual Accumulo cell.
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
setMaxWriteThreads(JobContext, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setMaxWriteThreads(Configuration,int) instead
setMaxWriteThreads(Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
setMemory(int) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Set the total amount of buffer memory, in bytes.
setMinor(Compacting) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMinor(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMinorIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setMinorIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
setMockInstance(JobContext, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setMockInstance(Configuration,String) instead
setMockInstance(Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
setMockInstance(JobContext, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setMockInstance(Configuration,String) instead
setMockInstance(Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Configure a MockInstance for this configuration object.
setMore(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setMore(boolean) - Method in class org.apache.accumulo.core.data.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
 
setMutation(TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
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.MutationLogger.log_args
 
setMutationIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
setMutations(List<TabletMutations>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
setMutations(List<TMutation>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setMutations(List<TMutation>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
setMutationsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
setMutationsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setMutationsIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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.LogFile
 
setName(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
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.LogFile
 
setNameIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
setNegate(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.Filter
A convenience method for setting the negation option on a filter.
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
 
setNsli(NoSuchLogIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
setNsli(NoSuchLogIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
setNsli(NoSuchLogIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
setNsli(NoSuchLogIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
setNsli(NoSuchLogIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
setNsli(NoSuchLogIDException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
setNsliIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
setNsliIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
setNsliIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
setNsliIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
setNsliIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
setNsliIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
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(Scanner, String, int) - Static method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
Deprecated. since 1.4, use FirstEntryInRowIterator.setNumScansBeforeSeek(IteratorSetting, int)
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(JobContext, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
Sets the number of random sub-bins per range
setNumSubBins(JobContext, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
Sets the number of random sub-bins per range
setOldTablet(TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
setOldTabletIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
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
 
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
 
setOptionsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_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
 
setOutputInfo(JobContext, String, byte[], boolean, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setOutputInfo(Configuration,String,byte[],boolean,String) instead
setOutputInfo(Configuration, String, byte[], boolean, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Configure the output format.
setParent(BinaryTree<T>) - Method in class org.apache.accumulo.core.util.BinaryTree
 
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.authenticateUser_args
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setPassword(byte[]) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
setPassword(byte[]) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setPassword(byte[]) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setPassword(ByteBuffer) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setPasswordIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
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
 
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
 
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
 
setPrevEndRowIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
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
 
setPriorityIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
setProgressable(Progressable) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Set the progressable object in order to report progress.
setProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
Sets an instance 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
 
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
 
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
 
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.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
 
setRangeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
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(JobContext, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setRanges(Configuration,Collection) instead
setRanges(Configuration, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Set the ranges to map over for this configuration object.
setRanges(Collection<Range>) - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
 
setRecovery(List<RecoveryStatus>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setRecoveryIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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
 
setReduceProgress(double) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setReduceProgressIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
setRegex(JobContext, InputFormatBase.RegexType, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. since 1.4 use InputFormatBase.addIterator(Configuration, IteratorSetting)
setRegexs(IteratorSetting, String, String, String, String, boolean) - Static method in class org.apache.accumulo.core.iterators.RegExIterator
Deprecated. Encode the terms to match against in the iterator
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
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
 
setResultsIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setResultsIsSet(boolean) - Method in class org.apache.accumulo.core.data.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
 
setRowIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setRowIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
setRowRegex(String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Deprecated. since 1.4, use ScannerOptions.addScanIterator(IteratorSetting)
setRowRegex(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Deprecated. Since 1.4, use ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting) and RegExFilter
 // Use the more flexible addScanIterator method:
 ScanIterator cfg = new ScanIterator("regex", RegexIterator.class);
 RegexIterator.setRegexs(cfg, row, null, null, null, false);
 scanner.addScanIterator(priority, cfg);
 
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
 
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
 
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
 
setScanIteratorOption(String, String, String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Deprecated. since 1.4, use ScannerOptions.updateScanIteratorOption(String, String, String)
setScanIteratorOption(String, String, String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Deprecated. Since 1.4, use ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting).
setScanIterators(int, String, String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Deprecated. since 1.4, use ScannerOptions.addScanIterator(IteratorSetting)
setScanIterators(int, String, String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Deprecated. Since 1.4, use ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting).
SetScanIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetScanIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetScanIterCommand
 
setScanOffline(Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Enable reading offline tables.
setScans(Compacting) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setScansIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
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.changePassword_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
setSec(ThriftSecurityException) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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.changePassword_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
setSecIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
setSeq(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setSeq(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setSeq(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setSeq(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
setSeq(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
setSeqIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setSeqIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setSeqIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setSeqIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
setSeqIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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
 
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
 
setSimulationMode(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setSimulationMode(Configuration) instead
setSimulationMode(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
setSort(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
setSortIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
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
 
setSplit(TabletSplit) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
setSplit(ActionStats) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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(JobContext, 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(JobContext, 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
 
setSplitIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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
 
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.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.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.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.
setStarted(long) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setStartedIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
setStartIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
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
 
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
 
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
 
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
 
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
 
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
 
setStopIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
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
 
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(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.listUsers_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(LogFile) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
setSuccess(List<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
setSuccess(LogCopyInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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<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
 
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.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.listUsers_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.MutationLogger.create_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
setSuccessIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
setSumDev(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setSumDevIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setSysPerm(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setSysPermIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setSystemProperty(TInfo, AuthInfo, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setSystemProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
setSystemProperty(TInfo, AuthInfo, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setSystemProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
setSystemProperty(TInfo, AuthInfo, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
setSystemProperty(TInfo, AuthInfo, String, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
setSystemTimestamp(long) - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
setTable(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setTable(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setTableId(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_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
 
setTableIdIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_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
 
setTableIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
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
 
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
 
setTableProperties(CommandLine, Shell, String, int, Map<String, String>, String, String) - Method in class org.apache.accumulo.core.util.shell.commands.SetIterCommand
 
setTableProperties(CommandLine, Shell, String, int, Map<String, String>, String, String) - Method in class org.apache.accumulo.core.util.shell.commands.SetScanIterCommand
 
setTableProperty(TInfo, AuthInfo, String, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setTableProperty_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
setTableProperty(TInfo, AuthInfo, String, String, String, AsyncMethodCallback<MasterClientService.AsyncClient.setTableProperty_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
setTableProperty(TInfo, AuthInfo, String, String, String) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
setTableProperty(TInfo, AuthInfo, String, String, String) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
setTablet(TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setTablet(TKeyExtent) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setTabletID(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
setTabletIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
setTabletIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setTabletIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_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
 
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
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(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setTid(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setTid(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setTid(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_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.MutationLogger.defineTablet_args
 
setTidIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setTidIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setTidIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_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
 
setTimeOut(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
setTimeOut(int) - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
setTimeOut(int) - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
When failure occurs, the scanner automatically retries.
setTimeOut(int) - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
setTimeOut(int) - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
setTimeOut(int) - Method in interface org.apache.accumulo.core.client.Scanner
This setting determines how long a scanner will automatically retry when a failure occurs.
setTimestamp(long) - Method in class org.apache.accumulo.core.data.Key
 
setTimestamp(long) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setTimestampIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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.changePassword_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.createUser_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.useLoggers_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.changePassword_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.createUser_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
setTinfoIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
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
 
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.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.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
 
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
 
setTserverSession(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
setTserverSessionIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_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(ScanType) - Method in class org.apache.accumulo.core.tabletserver.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.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
 
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) - Method in class org.apache.accumulo.core.util.shell.commands.EGrepCommand
 
setUpIterator(int, String, String, BatchScanner) - Method in class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
setupIterators(TaskAttemptContext, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Deprecated. Use InputFormatBase.RecordReaderBase.setupIterators(Configuration,Scanner) instead
setupIterators(Configuration, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Apply the configured iterators from the configuration to the scanner.
setupMaxVersions(TaskAttemptContext, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Deprecated. Use InputFormatBase.RecordReaderBase.setupMaxVersions(Configuration,Scanner) instead
setupMaxVersions(Configuration, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
If maxVersions has been set, configure a VersioningIterator at priority 0 for this scanner.
setupRegex(String, int) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Deprecated. since 1.4, use ScannerOptions.addScanIterator(IteratorSetting)
setupRegex(TaskAttemptContext, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Deprecated. since 1.4, configure RegExFilter instead.
setupRegex(String, int) - Method in interface org.apache.accumulo.core.client.ScannerBase
Deprecated. Since 1.4, use ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting) and RegExFilter
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setUser(String) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setUser(String) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setUser(String) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
setUser(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setUserIsSet(boolean) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
setUserIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setValue(Value) - Method in class org.apache.accumulo.core.data.KeyValue
 
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
 
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
 
setValueRegex(String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Deprecated. since 1.4, use ScannerOptions.addScanIterator(IteratorSetting)
setValueRegex(String) - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
 
setValueRegex(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Deprecated. Since 1.4, use ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting) and RegExFilter
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
 
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
 
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
 
setWhy(String) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
setWhyIsSet(boolean) - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
setZooKeeperInstance(JobContext, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
Deprecated. since 1.4, use AccumuloFileOutputFormat.setZooKeeperInstance(Configuration conf, String instanceName, String zooKeepers)
setZooKeeperInstance(Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
setZooKeeperInstance(JobContext, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
Deprecated. Use AccumuloOutputFormat.setZooKeeperInstance(Configuration,String,String) instead
setZooKeeperInstance(Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
setZooKeeperInstance(JobContext, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.setZooKeeperInstance(Configuration,String,String) instead
setZooKeeperInstance(Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Configure a ZooKeeperInstance for this configuration object.
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
 
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.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
 
Shell.TableOperation - Class in org.apache.accumulo.core.util.shell
 
Shell.TableOperation() - Constructor for class org.apache.accumulo.core.util.shell.Shell.TableOperation
 
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
 
shouldPreserveInput() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated.  
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, AuthInfo, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdown_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
shutdown(TInfo, AuthInfo, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdown_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
shutdown(TInfo, AuthInfo, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
shutdown(TInfo, AuthInfo, boolean) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
shutdownTabletServer(TInfo, AuthInfo, String, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdownTabletServer_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
shutdownTabletServer(TInfo, AuthInfo, String, boolean, AsyncMethodCallback<MasterClientService.AsyncClient.shutdownTabletServer_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
shutdownTabletServer(TInfo, AuthInfo, String, boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
shutdownTabletServer(TInfo, AuthInfo, String, boolean) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
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
SiteConfiguration - Class in org.apache.accumulo.core.conf
 
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
 
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
SkippingIterator - Class in org.apache.accumulo.core.iterators
 
SkippingIterator() - Constructor for class org.apache.accumulo.core.iterators.SkippingIterator
 
sleep(long) - Static method in class org.apache.accumulo.core.util.UtilWaitThread
 
SleepCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SleepCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SleepCommand
 
sort(Path[], Path, boolean) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Perform a file sort from a set of input files into an output file.
sort(Path, Path) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. The backwards compatible interface to sort.
sort - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
sortAndIterate(Path[], Path, boolean) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Perform a file sort from a set of input files and return an iterator.
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.
SortedMapIterator - Class in org.apache.accumulo.core.iterators
A simple iterator over a Java SortedMap
SortedMapIterator(SortedMap<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.SortedMapIterator
 
SourceSwitchingIterator - Class in org.apache.accumulo.core.iterators.system
 
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
 
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
 
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 - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
splitCreationTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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
 
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
 
splitTablet(TInfo, AuthInfo, TKeyExtent, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.splitTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
splitTablet(TInfo, AuthInfo, TKeyExtent, ByteBuffer, AsyncMethodCallback<TabletClientService.AsyncClient.splitTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
splitTablet(TInfo, AuthInfo, TKeyExtent, ByteBuffer) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
splitTablet(TInfo, AuthInfo, TKeyExtent, ByteBuffer) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
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.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
 
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_INCL - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
START_TIME - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
startCopy(TInfo, AuthInfo, String, String, boolean, AsyncMethodCallback<MutationLogger.AsyncClient.startCopy_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient
 
startCopy(TInfo, AuthInfo, String, String, boolean, AsyncMethodCallback<MutationLogger.AsyncClient.startCopy_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncIface
 
startCopy(TInfo, AuthInfo, String, String, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Client
 
startCopy(TInfo, AuthInfo, String, String, boolean) - Method in interface org.apache.accumulo.core.tabletserver.thrift.MutationLogger.Iface
 
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
 
startKeyInclusive - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
startMultiScan(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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
 
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
 
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
 
startScan(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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
 
startUpdate(TInfo, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.startUpdate_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
startUpdate(TInfo, AuthInfo, AsyncMethodCallback<TabletClientService.AsyncClient.startUpdate_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
startUpdate(TInfo, AuthInfo) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
startUpdate(TInfo, AuthInfo) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
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
 
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
 
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
 
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
 
stopIfActive(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
stopKeyInclusive - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
stopTabletServers - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
StopWatch<K extends Enum<K>> - Class in org.apache.accumulo.core.util
 
StopWatch(Class<K>) - Constructor for class org.apache.accumulo.core.util.StopWatch
 
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
 
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.  
stringToBytes(String) - Static method in class org.apache.accumulo.core.data.Value
Deprecated. since 1.4.1. There is no replacement.
stringTopKey(SortedKeyValueIterator<Key, Value>) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
StringUtil - Class in org.apache.accumulo.core.util
 
StringUtil() - Constructor for class org.apache.accumulo.core.util.StringUtil
 
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.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.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.listUsers_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.MutationLogger.create_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
success - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
sumDev - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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
 
switchNow() - Method in class org.apache.accumulo.core.iterators.system.SourceSwitchingIterator
 
sync(long) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Seek to the next sync mark past a given position.
sync() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated. create a sync point
sync(String) - Method in interface org.apache.accumulo.core.zookeeper.IZooReader
 
sync(String) - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
SYNC_INTERVAL - Static variable in class org.apache.accumulo.core.file.map.MySequenceFile
Deprecated. The number of bytes between sync points.
SynchronizedIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> - Class in org.apache.accumulo.core.iterators.system
SynchronizedIterator: wrap 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
 
syncSeen() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns true iff the previous call to next passed a sync mark.
sysPerm - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
SystemPermission - Enum in org.apache.accumulo.core.security
 
SystemPermissionsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SystemPermissionsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SystemPermissionsCommand
 

T

table - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
 
table - Variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
TABLE_TABLET_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
TableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TableCommand
 
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
 
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
 
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 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
 
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
 
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) - 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.
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.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
 
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
 
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
 
TableOperation - Enum in org.apache.accumulo.core.client.impl.thrift
 
TableOperation - Enum in org.apache.accumulo.core.master.thrift
 
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, AuthInfo) - Constructor for class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
tableOption - Static variable in class org.apache.accumulo.core.util.shell.Shell
 
TablePermission - Enum in org.apache.accumulo.core.security
 
TablePermissionsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TablePermissionsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TablePermissionsCommand
 
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
 
TableState - Enum in org.apache.accumulo.core.master.state.tables
 
tablet - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
tablet - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
tablet_extent - Variable in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
tablet_location - Variable in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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.getActiveScans_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.getActiveScans_call(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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.splitTablet_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.splitTablet_call(TInfo, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, TKeyExtent, TMutation, AsyncMethodCallback<TabletClientService.AsyncClient.update_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.update_call
 
TabletClientService.AsyncClient.useLoggers_call - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.AsyncClient.useLoggers_call(TInfo, AuthInfo, Set<String>, AsyncMethodCallback<TabletClientService.AsyncClient.useLoggers_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient.useLoggers_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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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.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, AuthInfo) - 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, AuthInfo) - 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, AuthInfo) - 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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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 - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.Processor(TabletClientService.Iface) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Processor
 
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, AuthInfo, 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, AuthInfo, 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, AuthInfo, 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, AuthInfo) - 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, AuthInfo, 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, AuthInfo, 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.
TabletClientService.useLoggers_args - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletClientService.useLoggers_args() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
TabletClientService.useLoggers_args(TInfo, AuthInfo, Set<String>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
TabletClientService.useLoggers_args(TabletClientService.useLoggers_args) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
Performs a deep copy on other.
TabletClientService.useLoggers_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.
tabletId - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
tabletID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
TabletLoadState - Enum in org.apache.accumulo.core.master.thrift
 
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
 
TabletMutations - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletMutations() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
TabletMutations(int, long, List<TMutation>) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
TabletMutations(TabletMutations) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
Performs a deep copy on other.
TabletMutations._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.
tablets - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
tabletServer - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
TabletServerBatchDeleter - Class in org.apache.accumulo.core.client.impl
 
TabletServerBatchDeleter(Instance, AuthInfo, String, Authorizations, int, long, long, int) - Constructor for class org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
 
TabletServerBatchReader - Class in org.apache.accumulo.core.client.impl
 
TabletServerBatchReader(Instance, AuthInfo, String, Authorizations, int) - Constructor for class org.apache.accumulo.core.client.impl.TabletServerBatchReader
 
TabletServerBatchReaderIterator - Class in org.apache.accumulo.core.client.impl
 
TabletServerBatchReaderIterator(Instance, AuthInfo, String, Authorizations, ArrayList<Range>, int, ExecutorService, ScannerOptions) - 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, AuthInfo, long, long, int) - Constructor for class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
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, Set<String>, long, long, long, long) - 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.
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.
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.
TabletType - Enum in org.apache.accumulo.core.client.impl
 
tblPerm - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
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.
TCVST - Static variable in class org.apache.accumulo.core.client.impl.Translator
 
term - Variable in class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
term - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
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) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
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.
testTable - Static variable in class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
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
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(AuthInfo, 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.security.thrift
 
ThriftSecurityException() - Constructor for exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
ThriftSecurityException(String, SecurityErrorCode) - Constructor for exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
ThriftSecurityException(ThriftSecurityException) - Constructor for exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
Performs a deep copy on other.
ThriftSecurityException._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.
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.
ThriftTransportPool - Class in org.apache.accumulo.core.client.impl
 
ThriftUtil - Class in org.apache.accumulo.core.util
 
ThriftUtil() - Constructor for class org.apache.accumulo.core.util.ThriftUtil
 
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.MutationLogger.defineTablet_args
 
tid - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
tid - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
tid - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
tid - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
timeout - Variable in class org.apache.accumulo.core.zookeeper.ZooReader
 
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
 
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)
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.changePassword_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.createUser_args
 
tinfo - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
tinfo - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
TKET - Static variable in class org.apache.accumulo.core.client.impl.Translator
 
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.
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
 
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.
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
 
toByteBuffers(Collection<byte[]>) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toBytes() - Method in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
toBytes(ByteBuffer) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
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
 
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
 
toLevel(int) - Static method in class org.apache.accumulo.core.security.AuditLevel
 
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._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.
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.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
 
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.client.impl.TabletLocator.TabletLocation
 
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.changePassword_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
toString() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
toString() - Method in class org.apache.accumulo.core.client.IteratorSetting
 
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.KeyValue
 
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.map.MySequenceFile.Metadata
Deprecated.  
toString() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Reader
Deprecated. Returns the name of the file.
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.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.LoggerStatus
 
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
 
toString() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
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.ActiveScan
 
toString() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
toString() - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
toString() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
toString() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
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.core.zookeeper.ZooUtil.LockID
 
toStringNoTime() - Method in class org.apache.accumulo.core.data.Key
 
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
 
toThrift() - Method in class org.apache.accumulo.core.data.Range
 
TRACE_TABLE - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
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
 
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
 
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.
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
 
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
 
transportFactory() - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
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.Translator
 
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
 
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
 
tServerInfo - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
tserverSession - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
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.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<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

unassignedTablets - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
uncompressedValSerializer - Variable in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated.  
unloadTablet(TInfo, AuthInfo, String, TKeyExtent, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.unloadTablet_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
unloadTablet(TInfo, AuthInfo, String, TKeyExtent, boolean, AsyncMethodCallback<TabletClientService.AsyncClient.unloadTablet_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
unloadTablet(TInfo, AuthInfo, String, TKeyExtent, boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
unloadTablet(TInfo, AuthInfo, String, TKeyExtent, boolean) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
unnamedOptionDescriptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
unsetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetArguments() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_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.client.impl.thrift.ClientService.createUser_args
 
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
 
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
 
unsetCandidates() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetClassName() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
unsetClassName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
unsetClient() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
unsetCode() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
unsetColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetColQualifier() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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
 
unsetColumnVisibility() - Method in class org.apache.accumulo.core.data.thrift.TColumn
 
unsetColVisibility() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetConstrainClass() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
unsetCopyProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
unsetCount() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.changePassword_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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
 
unsetCredentials() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_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
 
unsetDataCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetDataCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetDeadLoggers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetDeadTabletServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetDeleted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
unsetDescription() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
unsetElapsed() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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
 
unsetEntries() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
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
 
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
 
unsetFail() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
unsetFailedExtents() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
unsetFailures() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetFiles() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
unsetFiles() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
unsetFileSize() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
unsetFinished() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
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
 
unsetFqfn() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
unsetFqfn() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
unsetFullScans() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
unsetFullyQualifiedFileName() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
unsetGoalState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetHoldTime() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetHost() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
unsetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
unsetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
unsetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
unsetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
unsetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
unsetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
unsetId() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
unsetIdleTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
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
 
unsetInstanceId() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
unsetInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_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
 
unsetIterName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
unsetKey() - Method in class org.apache.accumulo.core.data.thrift.TKeyValue
 
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
 
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
 
unsetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
unsetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
unsetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
unsetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
unsetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
unsetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
unsetLce() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
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
 
unsetLogger() - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
unsetLoggers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetLoggers() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetLoggers() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.useLoggers_args
 
unsetLoggerZNode() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogCopyInfo
 
unsetLookups() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
unsetMajor() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetMajor() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetMapProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
unsetMaxLoops() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
unsetMinor() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetMinor() - 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
 
unsetMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
unsetMutation() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
 
unsetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
unsetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
unsetMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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.LogFile
 
unsetName() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
unsetNewTablets() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
unsetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
unsetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
unsetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
unsetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
unsetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
unsetNsli() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
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
 
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
 
unsetOsLoad() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
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.authenticateUser_args
 
unsetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
unsetPassword() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
unsetPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
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
 
unsetPriority() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
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
 
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
 
unsetRecovery() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetRecs() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetRecsInMemory() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
unsetReduceProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
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
 
unsetRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
unsetRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
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
 
unsetScans() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
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.changePassword_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
unsetSec() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
unsetSec() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
unsetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
unsetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
unsetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
unsetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
unsetSeq() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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
 
unsetSort() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
unsetSplit() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
unsetSplit() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetSplitCreationTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
unsetSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
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.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
 
unsetStarted() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
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
 
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
 
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
 
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.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.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.listUsers_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.MutationLogger.create_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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
 
unsetSumDev() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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
 
unsetTableId() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_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
 
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
 
unsetTablet() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
unsetTablet() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
unsetTabletID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
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
 
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.MutationLogger.defineTablet_args
 
unsetTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
unsetTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
unsetTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
unsetTid() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
unsetTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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.changePassword_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.createUser_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_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.MutationLogger.beginShutdown_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.useLoggers_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
 
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.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
 
unsetTServerInfo() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
unsetTserverSession() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
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.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 class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
unsetUser() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
unsetUser() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
unsetUser() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
unsetUser() - Method in class org.apache.accumulo.core.tabletserver.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
 
unsetValues() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
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
 
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
 
update(Mutation) - Method in class org.apache.accumulo.core.client.impl.Writer
 
update(TInfo, AuthInfo, TKeyExtent, TMutation, AsyncMethodCallback<TabletClientService.AsyncClient.update_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
update(TInfo, AuthInfo, TKeyExtent, TMutation, AsyncMethodCallback<TabletClientService.AsyncClient.update_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
update(TInfo, AuthInfo, TKeyExtent, TMutation) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
update(TInfo, AuthInfo, TKeyExtent, TMutation) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.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>, List<TKeyExtent>) - 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
 
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.
updateUser(AuthInfo) - 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.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.DeleteTableCommand
 
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.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.InsertCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.MasterStateCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.NoTableCommand
 
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.SelectCommand
Deprecated.  
usage() - Method in class org.apache.accumulo.core.util.shell.commands.SelectrowCommand
Deprecated.  
usage() - Method in class org.apache.accumulo.core.util.shell.commands.SetGroupsCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.TableCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.commands.UserCommand
 
usage() - Method in class org.apache.accumulo.core.util.shell.Shell.Command
 
useLoggers(TInfo, AuthInfo, Set<String>, AsyncMethodCallback<TabletClientService.AsyncClient.useLoggers_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
useLoggers(TInfo, AuthInfo, Set<String>, AsyncMethodCallback<TabletClientService.AsyncClient.useLoggers_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
useLoggers(TInfo, AuthInfo, Set<String>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
useLoggers(TInfo, AuthInfo, Set<String>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
user - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
user - Variable in class org.apache.accumulo.core.security.thrift.AuthInfo
 
user - Variable in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
user - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
UserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
UserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.UserCommand
 
username - Variable in class org.apache.accumulo.core.trace.InstanceUserPassword
 
userOption - Static variable in class org.apache.accumulo.core.util.shell.Shell
 
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(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.usesLocalIterators(Configuration) instead
usesLocalIterators(Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Determines whether a configuration uses local iterators.
Utils - Class in org.apache.accumulo.core.file.rfile.bcfile
Supporting Utility classes used by TFile, and shared by users of TFile.
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
 

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.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.changePassword_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
validate() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
validate(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.conf.ConfigSanityCheck
 
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() - 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.LoggerStatus
 
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
 
validate() - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
validate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
validate() - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
validateEntries(String, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
validateOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
Deprecated. Use InputFormatBase.validateOptions(Configuration) instead
validateOptions(Configuration) - 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(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.filter.AgeOffFilter
Deprecated.  
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.ColumnAgeOffFilter
Deprecated.  
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.NoLabelFilter
Deprecated.  
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
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.FilteringIterator
Deprecated.  
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 class org.apache.accumulo.core.iterators.NoLabelIterator
Deprecated.  
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.RegExIterator
Deprecated.  
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.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.VersioningIterator
 
value - Variable in class org.apache.accumulo.core.data.KeyValue
 
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.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
 
VALUE_REGEX - Static variable in class org.apache.accumulo.core.iterators.filter.RegExFilter
Deprecated.  
VALUE_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
 
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.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.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.changePassword_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.changePassword_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.createUser_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.createUser_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.dropUser_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.dropUser_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.listUsers_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.listUsers_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.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.ThriftTableOperationException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.InputFormatBase.RegexType
Deprecated. 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.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.file.map.MySequenceFile.CompressionType
Deprecated. 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.LoggerStatus._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.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
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.security.thrift.SecurityErrorCode
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
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.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.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.LogCopyInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.LogFile._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_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.MutationLogger.beginShutdown_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.MutationLogger.close_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.MutationLogger.close_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.MutationLogger.create_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.MutationLogger.create_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.MutationLogger.defineTablet_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.MutationLogger.defineTablet_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.MutationLogger.getClosedLogs_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.MutationLogger.getClosedLogs_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.MutationLogger.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.MutationLogger.log_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.MutationLogger.log_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.MutationLogger.logManyTablets_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.MutationLogger.logManyTablets_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionStarted_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.MutationLogger.minorCompactionStarted_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.MutationLogger.remove_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.MutationLogger.startCopy_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.MutationLogger.startCopy_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.NoSuchLogIDException._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.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.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.TabletClientService.useLoggers_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.TabletMutations._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.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.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.core.zookeeper.ZooUtil.NodeExistsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.zookeeper.ZooUtil.NodeMissingPolicy
Returns the enum constant of this type with the specified name.
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.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.changePassword_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.changePassword_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.createUser_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.createUser_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.dropUser_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.dropUser_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.listUsers_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.listUsers_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.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.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.mapreduce.InputFormatBase.RegexType
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.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.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.file.map.MySequenceFile.CompressionType
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.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.LoggerStatus._Fields
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.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
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
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
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.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.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.LogCopyInfo._Fields
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.LogFile._Fields
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.LoggerClosedException._Fields
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.MutationLogger.beginShutdown_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.MutationLogger.beginShutdown_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.MutationLogger.close_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.MutationLogger.close_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.MutationLogger.create_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.MutationLogger.create_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.MutationLogger.defineTablet_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.MutationLogger.defineTablet_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.MutationLogger.getClosedLogs_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.MutationLogger.getClosedLogs_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.MutationLogger.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.MutationLogger.log_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.MutationLogger.log_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.MutationLogger.logManyTablets_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.MutationLogger.logManyTablets_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionFinished_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.MutationLogger.minorCompactionStarted_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.MutationLogger.minorCompactionStarted_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.MutationLogger.remove_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.MutationLogger.startCopy_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.MutationLogger.startCopy_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.NoSuchLogIDException._Fields
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.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.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.TabletClientService.useLoggers_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.TabletMutations._Fields
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.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.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.core.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.core.zookeeper.ZooUtil.NodeMissingPolicy
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
 
vectorSize - Variable in class org.apache.accumulo.core.bloomfilter.Filter
The vector size of this filter.
VERSION - Static variable in class org.apache.accumulo.core.Constants
 
Version - Class in org.apache.accumulo.core.util
 
Version(String) - Constructor for class org.apache.accumulo.core.util.Version
 
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.  
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
 
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.filter
Deprecated. since 1.4, replaced by VisibilityFilter
VisibilityFilter(Authorizations, byte[]) - Constructor for class org.apache.accumulo.core.iterators.filter.VisibilityFilter
Deprecated.  
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
 
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
 
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
 

W

waitForFlush(TInfo, AuthInfo, String, ByteBuffer, ByteBuffer, long, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForFlush_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
waitForFlush(TInfo, AuthInfo, String, ByteBuffer, ByteBuffer, long, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForFlush_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
waitForFlush(TInfo, AuthInfo, String, ByteBuffer, ByteBuffer, long, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
waitForFlush(TInfo, AuthInfo, String, ByteBuffer, ByteBuffer, long, long) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.Iface
 
waitForTableOperation(TInfo, AuthInfo, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForTableOperation_call>) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
waitForTableOperation(TInfo, AuthInfo, long, AsyncMethodCallback<MasterClientService.AsyncClient.waitForTableOperation_call>) - Method in interface org.apache.accumulo.core.master.thrift.MasterClientService.AsyncIface
 
waitForTableOperation(TInfo, AuthInfo, long) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.Client
 
waitForTableOperation(TInfo, AuthInfo, 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
 
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
 
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(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.changePassword_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changePassword_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.createUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.createUser_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.dropUser_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.listUsers_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.listUsers_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.ThriftTableOperationException
 
write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
 
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.map.MySequenceFile.Metadata
Deprecated.  
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.LoggerStatus
 
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
 
write(TProtocol) - Method in exception org.apache.accumulo.core.security.thrift.ThriftSecurityException
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
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.LogCopyInfo
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.LogFile
 
write(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.beginShutdown_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.close_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.getClosedLogs_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.halt_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.log_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionFinished_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.minorCompactionStarted_result
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.remove_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_result
 
write(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.NoSuchLogIDException
 
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.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.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.TabletClientService.useLoggers_args
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
write(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
write(TProtocol) - Method in exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
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.changePassword_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.createUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.dropUser_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.listUsers_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.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.MutationLogger.AsyncClient.beginShutdown_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.close_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.create_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.defineTablet_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.getClosedLogs_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.halt_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.log_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.logManyTablets_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.minorCompactionFinished_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.minorCompactionStarted_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.remove_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.AsyncClient.startCopy_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.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.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.core.tabletserver.thrift.TabletClientService.AsyncClient.useLoggers_call
 
writeCompressedBytes(DataOutputStream) - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.ValueBytes
Deprecated. Write compressed bytes to outStream.
writeFile(MySequenceFile.Sorter.RawKeyValueIterator, MySequenceFile.Writer) - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter
Deprecated. Writes records from RawKeyValueIterator into a file represented by the passed writer
writeKey(OutputStream) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner.Entry
Writing the key to the output stream.
Writer - Class in org.apache.accumulo.core.client.impl
 
Writer(Instance, AuthInfo, Text) - Constructor for class org.apache.accumulo.core.client.impl.Writer
 
Writer(Instance, AuthInfo, String) - Constructor for class org.apache.accumulo.core.client.impl.Writer
 
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.
writeUncompressedBytes(DataOutputStream) - Method in interface org.apache.accumulo.core.file.map.MySequenceFile.ValueBytes
Deprecated. Writes the uncompressed bytes to the outStream.
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.

X

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
 
ZDEADLOGGERS - 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
 
ZLOGGERS - Static variable in class org.apache.accumulo.core.Constants
 
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
 
ZNEXT_FILE - Static variable in class org.apache.accumulo.core.Constants
 
ZooCache - Class in org.apache.accumulo.core.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.core.zookeeper.ZooCache
 
ZooCache(String, int, Watcher) - Constructor for class org.apache.accumulo.core.zookeeper.ZooCache
 
ZooCache(ZooReader, Watcher) - Constructor for class org.apache.accumulo.core.zookeeper.ZooCache
 
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
 
ZooReader - Class in org.apache.accumulo.core.zookeeper
 
ZooReader(String, int) - Constructor for class org.apache.accumulo.core.zookeeper.ZooReader
 
ZooReader(Instance) - Constructor for class org.apache.accumulo.core.zookeeper.ZooReader
 
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.LockID - Class in org.apache.accumulo.core.zookeeper
 
ZooUtil.LockID(String, String) - Constructor for class org.apache.accumulo.core.zookeeper.ZooUtil.LockID
 
ZooUtil.LockID(String, String, long) - Constructor for class org.apache.accumulo.core.zookeeper.ZooUtil.LockID
 
ZooUtil.NodeExistsPolicy - Enum in org.apache.accumulo.core.zookeeper
 
ZooUtil.NodeMissingPolicy - Enum in org.apache.accumulo.core.zookeeper
 
ZPROBLEMS - 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_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) - 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 © 2013 The Apache Software Foundation. All Rights Reserved.