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

A

ABlockReader - Interface in org.apache.accumulo.core.file.blockfile
 
ABlockWriter - Interface in org.apache.accumulo.core.file.blockfile
 
abortCommit(Tablet.CommitSession, List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
abortCommit(List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
abortTask(TaskAttemptContext) - Method in class org.apache.accumulo.server.master.LogSort.SortCommit
 
AboutCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AboutCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AboutCommand
 
abs(String) - Static method in class org.apache.accumulo.examples.wikisearch.function.QueryFunctions
 
AbstractEvaluatingIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
This iterator aggregates rows together using the specified key comparator.
AbstractEvaluatingIterator(AbstractEvaluatingIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
AbstractEvaluatingIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
AbstractMetricsImpl - Class in org.apache.accumulo.server.metrics
 
AbstractMetricsImpl() - Constructor for class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
AbstractMetricsImpl.Metric - Class in org.apache.accumulo.server.metrics
 
AbstractMetricsImpl.Metric() - Constructor for class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
AbstractQueryLogic - Class in org.apache.accumulo.examples.wikisearch.logic
AbstractQueryLogic() - Constructor for class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
AbstractQueryLogic.IndexRanges - Class in org.apache.accumulo.examples.wikisearch.logic
Object that is used to hold ranges found in the index.
AbstractQueryLogic.IndexRanges() - Constructor for class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
AbstractQueryLogic.UnionIndexRanges - Class in org.apache.accumulo.examples.wikisearch.logic
Object that computes the ranges by unioning all of the ranges for all of the terms together.
AbstractQueryLogic.UnionIndexRanges() - Constructor for class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.UnionIndexRanges
 
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
 
accept(Key, Value) - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
acceptImpl() - Method in class org.apache.accumulo.server.util.TBufferedServerSocket
 
acceptRow(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
Implementation should return false to suppress a row.
access(long) - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
Block has been accessed.
accumulatedMillis() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
accumulatedMillis() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
accumulatedMillis() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Return the total amount of time elapsed since start was called, if running, or difference between stop and start
Accumulo - Class in org.apache.accumulo.server
 
Accumulo() - Constructor for class org.apache.accumulo.server.Accumulo
 
ACCUMULO_CLASSPATH_VALUE - Static variable in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
AccumuloClassLoader - Class in org.apache.accumulo.start.classloader
This class builds a hierarchy of Classloaders in the form of:
AccumuloClassLoader() - Constructor for class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
AccumuloConfiguration - Class in org.apache.accumulo.core.conf
 
AccumuloConfiguration() - Constructor for class org.apache.accumulo.core.conf.AccumuloConfiguration
 
AccumuloException - Exception in org.apache.accumulo.core.client
A generic Accumulo Exception for general accumulo failures.
AccumuloException(String) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
 
AccumuloException(Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
 
AccumuloException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
 
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
 
AccumuloFilesystemAlterationMonitor - Class in org.apache.accumulo.start.classloader
It's a runnable that spawns of a monitoring thread triggering the the observers and managing the their listeners.
AccumuloFilesystemAlterationMonitor() - Constructor for class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
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
 
acquiredLock() - Method in interface org.apache.accumulo.server.zookeeper.ZooLock.AsyncLockWatcher
 
ActionStats - Class in org.apache.accumulo.core.tabletserver.thrift
 
ActionStats() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
ActionStats(int, double, int, long, double, int, double, double) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
ActionStats(ActionStats) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.ActionStats
Performs a deep copy on other.
ActionStats._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
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
 
add(String, Range) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
add(String, Range) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.UnionIndexRanges
 
add(Range) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
add(String, long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
add(TableInfo, TableInfo) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
add(Object) - Method in class org.apache.accumulo.server.monitor.util.TableRow
 
add(CompactionStats) - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
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)
addAll(Set<Range>) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
addAllUID(Iterable<? extends String>) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
addAllWordOffset(Iterable<? extends Integer>) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
addAssignment(Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
addAvg(long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
addBulkLoadInProgressFlag(String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addColumn(TableColumn<T>) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addConstraint(Constraint) - Method in class org.apache.accumulo.server.constraints.ConstraintChecker
 
addDeleteEntries(KeyExtent, Set<String>, AuthInfo) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addDeleteEntry(String, String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addEntry(byte[]) - Method in interface org.apache.accumulo.server.zookeeper.DistributedReadWriteLock.QueueLock
 
addEntry(byte[]) - Method in class org.apache.accumulo.server.zookeeper.ZooQueueLock
 
AddFilesWithMissingEntries - Class in org.apache.accumulo.server.util
 
AddFilesWithMissingEntries() - Constructor for class org.apache.accumulo.server.util.AddFilesWithMissingEntries
 
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
 
addListener(File, FilesystemAlterationListener) - Method in class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
addLogEntries(AuthInfo, List<MetadataTable.LogEntry>, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addLoggersToMetadata(List<RemoteLogger>, KeyExtent, int) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
addMax(long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
addMetaDataAssignment(Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
addMigration(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
addMin(long) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
addMutation(Mutation) - Method in interface org.apache.accumulo.core.client.BatchWriter
Queues one mutation to write.
addMutation(Mutation) - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
addMutation(KeyExtent, Mutation) - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
 
addMutation(String, Mutation) - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
addMutation(String, Iterator<Mutation>) - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchWriter
 
addMutation(String, Mutation) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
 
addMutation(Mutation) - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
 
addMutation(Mutation) - Method in class org.apache.accumulo.server.test.NullBatchWriter
 
addMutation(Mutation) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
addMutations(Iterable<Mutation>) - Method in interface org.apache.accumulo.core.client.BatchWriter
Queues several mutations to write.
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.core.client.impl.BatchWriterImpl
 
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
 
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.server.test.NullBatchWriter
 
addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
addNamedOption(String, String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
addNewTablet(KeyExtent, String, TServerInstance, Map<String, MetadataTable.DataFileValue>, Map<String, Long>, AuthInfo, String, long, long, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addNode(RemoteSpan) - Method in class org.apache.accumulo.core.trace.SpanTree
 
addObject(Text, K) - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
addObject(Text, Text, K) - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
addObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
addObserver(TableObserver) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
addOption(String, String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Add another option to the iterator.
addOptions(Set<Map.Entry<String, String>>) - Method in class org.apache.accumulo.core.client.IteratorSetting
Add many options to the iterator.
addOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.IteratorSetting
Add many options to the iterator.
addPoint(T) - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
addPoint(T, long) - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
addRange(Map<String, Map<KeyExtent, List<Range>>>, String, KeyExtent, Range) - Static method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
addReceiver(SpanReceiver) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
AddressUtil - Class in org.apache.accumulo.core.util
 
AddressUtil() - Constructor for class org.apache.accumulo.core.util.AddressUtil
 
AddressUtil - Class in org.apache.accumulo.server.util
 
AddressUtil() - Constructor for class org.apache.accumulo.server.util.AddressUtil
 
addRow(TableRow) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addRow(Object...) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addScanIterator(IteratorSetting) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Adds server-side scan iterators.
addScanIterator(IteratorSetting) - Method in interface org.apache.accumulo.core.client.ScannerBase
Add a server-side scan iterator.
addScanIterator(IteratorSetting) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
addScanIterators(Shell, Scanner, String) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
addServlet(Class<? extends HttpServlet>, String) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
addServlet(Class<? extends HttpServlet>, String) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer5_1
 
addServlet(Class<? extends HttpServlet>, String) - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
 
addSortableColumn(String, CellType<T>, String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addSortableColumn(String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addSource(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
addSource(SortedKeyValueIterator<Key, Value>, IteratorEnvironment, Text, boolean) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
addSource(SortedKeyValueIterator<Key, Value>, IteratorEnvironment, Text, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
addSource(SortedKeyValueIterator<Key, Value>, IteratorEnvironment, Text, Text, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
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
 
AddSplits - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
AddSplits() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.AddSplits
 
AddSplitsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AddSplitsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AddSplitsCommand
 
AddSplitTest - Class in org.apache.accumulo.server.test.functional
 
AddSplitTest() - Constructor for class org.apache.accumulo.server.test.functional.AddSplitTest
 
addStat(long) - Method in class org.apache.accumulo.core.util.Stat
 
addSubcommand(Token) - Method in class org.apache.accumulo.core.util.shell.Token
 
addSubcommand(Collection<String>) - Method in class org.apache.accumulo.core.util.shell.Token
 
addTable(String, String, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
addTablet(KeyExtent, String, AuthInfo, char, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
addTerm(SortedKeyValueIterator<Key, Value>, Text, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
 
addTerm(SortedKeyValueIterator<Key, Value>, Text, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
addTerm(SortedKeyValueIterator<Key, Value>, Text, Text, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.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
 
addToSet(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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.
addUID(String) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
addUnnamedOption(String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
addUnsortableColumn(String, CellType<T>, String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addUnsortableColumn(String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
addWordOffset(int) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
Admin - Class in org.apache.accumulo.server.fate
A utility to administer FATE operations
Admin() - Constructor for class org.apache.accumulo.server.fate.Admin
 
Admin - Class in org.apache.accumulo.server.util
 
Admin() - Constructor for class org.apache.accumulo.server.util.Admin
 
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
 
advanceToIntersection() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
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.  
AggregatingRecordReader - Class in org.apache.accumulo.examples.wikisearch.reader
This class aggregates Text values based on a start and end filter.
AggregatingRecordReader() - Constructor for class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
Aggregator - Interface in org.apache.accumulo.core.iterators.aggregation
Deprecated. since 1.4, replaced by Combiner
AggregatorConfiguration - Class in org.apache.accumulo.core.iterators.aggregation.conf
Deprecated. since 1.4
AggregatorConfiguration(Text, String) - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfiguration
Deprecated.  
AggregatorConfiguration(Text, Text, String) - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfiguration
Deprecated.  
AggregatorSet - Class in org.apache.accumulo.core.iterators.aggregation.conf
Deprecated. since 1.4
AggregatorSet(Map<String, String>) - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorSet
Deprecated.  
AggregatorSet() - Constructor for class org.apache.accumulo.core.iterators.aggregation.conf.AggregatorSet
Deprecated.  
align(int) - Static method in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Aligns a number to 8.
align(long) - Static method in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Aligns a number to 8.
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.LoggerLinkType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
alignment() - Method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
ALL_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
 
almostOutOfMemory() - Static method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
AlphaNumKeyConstraint - Class in org.apache.accumulo.examples.simple.constraints
This class is an accumulo constraint that ensures all fields of a key are alpha numeric.
AlphaNumKeyConstraint() - Constructor for class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
alter(State, Properties) - Static method in class org.apache.accumulo.server.test.randomwalk.security.AlterTablePerm
 
AlterSystemPerm - Class in org.apache.accumulo.server.test.randomwalk.security
 
AlterSystemPerm() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.AlterSystemPerm
 
AlterTable - Class in org.apache.accumulo.server.test.randomwalk.security
 
AlterTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.AlterTable
 
AlterTablePerm - Class in org.apache.accumulo.server.test.randomwalk.security
 
AlterTablePerm() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.AlterTablePerm
 
ANALYZER - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
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.
AndIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
 
AndIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Empty default constructor
AndIterator(AndIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
AndIterator.TermSource - Class in org.apache.accumulo.examples.wikisearch.iterator
Used in representing a Term that is intersected on.
AndIterator.TermSource(AndIterator.TermSource) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
AndIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text, Text) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
AndIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text, Text, boolean) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
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
 
append(LoggingEvent) - Method in class org.apache.accumulo.server.monitor.LogService
 
append(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
append(Path, int) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
appendNullByte(Text) - Static method in class org.apache.accumulo.examples.wikisearch.util.TextUtil
Appends a null byte to the given text
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.  
applyCaseSensitivity(String, boolean, boolean) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
applyNormalizedTerms(String, Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>, AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>, AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
applyUpdates(TInfo, long, TKeyExtent, List<TMutation>) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
archive(String) - Method in class org.apache.accumulo.server.logger.LogArchiver
 
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
 
Arithmetic - Class in org.apache.accumulo.examples.wikisearch.jexl
 
Arithmetic(boolean) - Constructor for class org.apache.accumulo.examples.wikisearch.jexl.Arithmetic
 
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)
ArticleExtractor - Class in org.apache.accumulo.examples.wikisearch.ingest
 
ArticleExtractor() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor
 
ArticleExtractor.Article - Class in org.apache.accumulo.examples.wikisearch.ingest
 
ArticleExtractor.Article() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
asColumnQualifier() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
asList() - Method in class org.apache.accumulo.core.constraints.Violations
 
asMap() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
asMutationValue() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
assigned() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
assignedToDeadServers() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
Assignment - Class in org.apache.accumulo.server.master.state
 
Assignment(KeyExtent, TServerInstance) - Constructor for class org.apache.accumulo.server.master.state.Assignment
 
assignTablet(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
asThriftException() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
AsyncSpanReceiver<SpanKey,Destination> - Class in org.apache.accumulo.cloudtrace.instrument.receivers
Deliver Span information periodically to a destination.
AsyncSpanReceiver(String, String, long) - Constructor for class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
atEnd() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Is cursor at the end location?
atEnd - Variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
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
 
attempt(IZooReaderWriter, String, String, String) - Static method in class org.apache.accumulo.server.zookeeper.ZooReservation
 
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
 
Auditor - Class in org.apache.accumulo.server.security
Wrap an authenticator with calls to log4j on success/error.
Auditor(Authenticator) - Constructor for class org.apache.accumulo.server.security.Auditor
 
Authenticate - Class in org.apache.accumulo.server.test.randomwalk.security
 
Authenticate() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.Authenticate
 
authenticate(Connector, State, Properties) - Static method in class org.apache.accumulo.server.test.randomwalk.security.Authenticate
 
AuthenticateCommand - Class in org.apache.accumulo.core.util.shell.commands
 
AuthenticateCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.AuthenticateCommand
 
authenticateUser(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
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
 
authenticateUser(TInfo, AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
authenticateUser(AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.server.security.Auditor
 
authenticateUser(AuthInfo, String, ByteBuffer) - Method in interface org.apache.accumulo.server.security.Authenticator
 
authenticateUser(AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
authenticateUser(AuthInfo, String, byte[]) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
Authenticator - Interface in org.apache.accumulo.server.security
 
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
 
AuthorizationSetName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
auths - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
 
auths - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
auths - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
AUTHS - Static variable in class org.apache.accumulo.server.test.TestIngest
 
autoClean - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
awaitTermination(long, TimeUnit) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 

B

BadArgumentException - Exception in org.apache.accumulo.core.util
 
BadArgumentException(String, String, int) - Constructor for exception org.apache.accumulo.core.util.BadArgumentException
 
BadCombiner - Class in org.apache.accumulo.server.test.functional
 
BadCombiner() - Constructor for class org.apache.accumulo.server.test.functional.BadCombiner
 
BadIterator - Class in org.apache.accumulo.server.test.functional
 
BadIterator() - Constructor for class org.apache.accumulo.server.test.functional.BadIterator
 
BadIteratorMincTest - Class in org.apache.accumulo.server.test.functional
 
BadIteratorMincTest() - Constructor for class org.apache.accumulo.server.test.functional.BadIteratorMincTest
 
badTServers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
Will balance randomly, maintaining distribution
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
balance(List<LoggerUser>, List<String>, Map<LoggerUser, List<String>>, int) - Method in interface org.apache.accumulo.server.master.balancer.LoggerBalancer
Assign loggers to tablet servers
balance(List<LoggerUser>, List<String>, Map<LoggerUser, List<String>>, int) - Method in class org.apache.accumulo.server.master.balancer.SimpleLoggerBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
balance(SortedMap<TServerInstance, TabletServerStatus>, Set<KeyExtent>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Ask the balancer if any migrations are necessary.
banner(StringBuilder, String, String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
BaseKeyParser - Class in org.apache.accumulo.examples.wikisearch.util
 
BaseKeyParser() - Constructor for class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
BaseRelativeTime - Class in org.apache.accumulo.server.util.time
Provide time from a local source and a hint from a time source.
BasicServlet - Class in org.apache.accumulo.server.monitor.servlets
 
BasicServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
batch - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
BatchDeleter - Interface in org.apache.accumulo.core.client
Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
BatchScan - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
BatchScan() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.BatchScan
 
BatchScanner - Interface in org.apache.accumulo.core.client
Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
BatchScanSplitTest - Class in org.apache.accumulo.server.test.functional
 
BatchScanSplitTest() - Constructor for class org.apache.accumulo.server.test.functional.BatchScanSplitTest
 
batchSize - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
BatchVerify - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
BatchVerify() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.BatchVerify
 
BatchWrite - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
BatchWrite() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.BatchWrite
 
BatchWriter - Interface in org.apache.accumulo.core.client
Send Mutations to a single Table in Accumulo.
BatchWriterFlushTest - Class in org.apache.accumulo.server.test.functional
 
BatchWriterFlushTest() - Constructor for class org.apache.accumulo.server.test.functional.BatchWriterFlushTest
 
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
 
begin() - Method in class org.apache.accumulo.server.master.state.TableStats
 
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
 
beginShutdown(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.logger.LogService
 
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
 
beginUpdatingLogsUsed(ArrayList<RemoteLogger>, boolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
between(String, double, double) - Static method in class org.apache.accumulo.examples.wikisearch.function.QueryFunctions
 
between(String, long, long) - Static method in class org.apache.accumulo.examples.wikisearch.function.QueryFunctions
 
bigNumber(long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
bigNumber(double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
bigNumber(long, String[], long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
bigNumber(double, String[], long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
BinaryFormatter - Class in org.apache.accumulo.core.util.format
 
BinaryFormatter() - Constructor for class org.apache.accumulo.core.util.format.BinaryFormatter
 
BinaryTree<T> - Class in org.apache.accumulo.core.util
A class for storing data as a binary tree.
BinaryTree() - Constructor for class org.apache.accumulo.core.util.BinaryTree
 
binMutations(List<Mutation>, Map<String, TabletLocator.TabletServerMutations>, List<Mutation>) - 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
 
BloomFilterTest - Class in org.apache.accumulo.server.test.functional
 
BloomFilterTest() - Constructor for class org.apache.accumulo.server.test.functional.BloomFilterTest
 
BooleanLogicIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
 
BooleanLogicIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
BooleanLogicIterator(BooleanLogicIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
BooleanLogicIterator.BooleanLogicTreeNodeComparator - Class in org.apache.accumulo.examples.wikisearch.iterator
 
BooleanLogicIterator.BooleanLogicTreeNodeComparator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator.BooleanLogicTreeNodeComparator
 
BooleanLogicTreeNode - Class in org.apache.accumulo.examples.wikisearch.iterator
 
BooleanLogicTreeNode() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
BooleanLogicTreeNode(int) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
BooleanLogicTreeNode(int, boolean) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
BooleanLogicTreeNode(int, String, String) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
BooleanLogicTreeNode(int, String, String, boolean) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
bound(Column, Column) - Method in class org.apache.accumulo.core.data.Range
Creates a new range that is bounded by the columns passed in.
breadthFirstEnumeration() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
buf - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
buffer() - Method in class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
 
buffer() - Method in interface org.apache.accumulo.core.file.rfile.bcfile.RawComparable
Get the underlying byte array.
bufferForColFamily() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
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
 
build() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
build() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
buildDocKey() - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
buildFollowingPartitionKey(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
buildFollowingPartitionKey(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Return the key that directly follows the given key
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
 
buildKey(Text, Text) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Build a key from the given row and dataLocation
buildKey(Text, Text, Text) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Build a key from the given row, dataLocation, and term
buildKey(Key) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
buildMutation(ColumnVisibility, String, boolean, boolean, boolean, long, long, String) - Static method in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
buildNullSepText(String...) - Static method in class org.apache.accumulo.examples.simple.filedata.KeyUtil
Join some number of strings using a null byte separator into a text object.
buildPartial() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
buildPartial() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
buildTopKey(OrIterator.TermSource) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
Construct the topKey given the current TermSource
buildTreePathString(TreeNode[]) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
BULK_ARBITRATOR_TYPE - Static variable in class org.apache.accumulo.core.Constants
 
BULK_INGEST - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
BULK_INGEST_BUFFER_SIZE - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
BULK_INGEST_DIR - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
BULK_INGEST_FAILURE_DIR - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
BULK_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
bulkFileImportLock - Variable in class org.apache.accumulo.server.tabletserver.Tablet
 
BulkFileTest - Class in org.apache.accumulo.server.test.functional
 
BulkFileTest() - Constructor for class org.apache.accumulo.server.test.functional.BulkFileTest
 
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
 
BulkImport - Class in org.apache.accumulo.server.master.tableOps
 
BulkImport(String, String, String, boolean) - Constructor for class org.apache.accumulo.server.master.tableOps.BulkImport
 
bulkImport(FileSystem, String, String) - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
bulkImport(TInfo, AuthInfo, long, Map<TKeyExtent, Map<String, MapFileInfo>>, boolean) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
BulkImport - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
BulkImport() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.BulkImport
 
BulkImport.RFileBatchWriter - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
BulkImport.RFileBatchWriter(Configuration, FileSystem, String) - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
BulkImportDirectory - Class in org.apache.accumulo.server.test
 
BulkImportDirectory() - Constructor for class org.apache.accumulo.server.test.BulkImportDirectory
 
BulkImporter - Class in org.apache.accumulo.server.client
 
BulkImporter(AccumuloConfiguration, Instance, AuthInfo, long, String, boolean) - Constructor for class org.apache.accumulo.server.client.BulkImporter
 
BulkImporter.AssignmentStats - Class in org.apache.accumulo.server.client
 
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
 
bulkImportFiles(TInfo, AuthInfo, long, String, List<String>, String, boolean) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
BulkImportHelper - Class in org.apache.accumulo.core.util
 
BulkImportHelper() - Constructor for class org.apache.accumulo.core.util.BulkImportHelper
 
BulkImportHelper.AssignmentStats - Class in org.apache.accumulo.core.util
 
BulkImportHelper.AssignmentStats() - Constructor for class org.apache.accumulo.core.util.BulkImportHelper.AssignmentStats
 
bulkIngest(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
bulkIngestBufferSize(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
bulkIngestDir(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
BulkIngestExample - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
Example map reduce job that bulk ingest data into an accumulo table.
BulkIngestExample() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
BulkIngestExample.MapClass - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
BulkIngestExample.MapClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.MapClass
 
BulkIngestExample.ReduceClass - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
BulkIngestExample.ReduceClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.ReduceClass
 
bulkIngestFailureDir(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
BulkInsert - Class in org.apache.accumulo.server.test.randomwalk.shard
 
BulkInsert() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.BulkInsert
 
bulkLoad(AccumuloConfiguration, Instance, AuthInfo, long, String, List<String>, String, boolean) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
BulkMinusOne - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
BulkMinusOne() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.BulkMinusOne
 
BulkPlusOne - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
BulkPlusOne() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
BulkSplitOptimizationTest - Class in org.apache.accumulo.server.test.functional
This test verifies that when a lot of files are bulk imported into a table with one tablet and then splits that not all map files go to the children tablets.
BulkSplitOptimizationTest() - Constructor for class org.apache.accumulo.server.test.functional.BulkSplitOptimizationTest
 
BulkTest - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
BulkTest() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.BulkTest
 
ByeCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ByeCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ByeCommand
 
BYTE_BUFFER - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ByteBuffer
ByteArray - Class in org.apache.accumulo.core.file.rfile.bcfile
Adaptor class to wrap byte-array backed objects (including java byte array) as RawComparable objects.
ByteArray(BytesWritable) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
Constructing a ByteArray from a BytesWritable.
ByteArray(byte[]) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
Wrap a whole byte array as a RawComparable.
ByteArray(byte[], int, int) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
Wrap a partial byte array as a RawComparable.
ByteArrayBackedCharSequence - Class in org.apache.accumulo.core.util
 
ByteArrayBackedCharSequence(byte[], int, int) - Constructor for class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
ByteArrayBackedCharSequence(byte[]) - Constructor for class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
ByteArrayBackedCharSequence() - Constructor for class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
ByteArrayComparator - Class in org.apache.accumulo.core.util
 
ByteArrayComparator() - Constructor for class org.apache.accumulo.core.util.ByteArrayComparator
 
ByteArraySet - Class in org.apache.accumulo.core.util
 
ByteArraySet() - Constructor for class org.apache.accumulo.core.util.ByteArraySet
 
ByteArraySet(Collection<? extends byte[]>) - Constructor for class org.apache.accumulo.core.util.ByteArraySet
 
byteAt(int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
byteAt(int) - Method in class org.apache.accumulo.core.data.ByteSequence
 
ByteBufferUtil - Class in org.apache.accumulo.core.util
 
ByteBufferUtil() - Constructor for class org.apache.accumulo.core.util.ByteBufferUtil
 
ByteSequence - Class in org.apache.accumulo.core.data
 
ByteSequence() - Constructor for class org.apache.accumulo.core.data.ByteSequence
 
bytesToInt(byte[], int) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
bytesToLong(byte[]) - Static method in class org.apache.accumulo.core.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

c - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
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
 
CacheTestClean - Class in org.apache.accumulo.server.test.functional
 
CacheTestClean() - Constructor for class org.apache.accumulo.server.test.functional.CacheTestClean
 
CacheTestReader - Class in org.apache.accumulo.server.test.functional
 
CacheTestReader() - Constructor for class org.apache.accumulo.server.test.functional.CacheTestReader
 
CacheTestWriter - Class in org.apache.accumulo.server.test.functional
 
CacheTestWriter() - Constructor for class org.apache.accumulo.server.test.functional.CacheTestWriter
 
calculateOverhead(long, long, int) - Static method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
calculateSplits() - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
call() - Method in class org.apache.accumulo.cloudtrace.instrument.TraceCallable
 
call(long, T) - Method in interface org.apache.accumulo.server.fate.Repo
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.BulkImport
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CloneTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CreateTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.DeleteTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.RenameTable
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
call(long, T) - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.DisconnectLogger
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.FlushTablets
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
call(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.StopLogger
 
call() - Method in class org.apache.accumulo.server.tabletserver.Compactor
 
call() - Method in class org.apache.accumulo.server.tabletserver.MinorCompactor
 
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
 
CellType<T> - Class in org.apache.accumulo.server.monitor.util.celltypes
 
CellType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
changeAuthorizations(TInfo, 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
 
changeAuthorizations(TInfo, AuthInfo, String, List<ByteBuffer>) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
changeAuthorizations(AuthInfo, String, Authorizations) - Method in class org.apache.accumulo.server.security.Auditor
 
changeAuthorizations(AuthInfo, String, Authorizations) - Method in interface org.apache.accumulo.server.security.Authenticator
 
changeAuthorizations(AuthInfo, String, Authorizations) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
ChangeAuthorizations - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
ChangeAuthorizations() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.ChangeAuthorizations
 
ChangePass - Class in org.apache.accumulo.server.test.randomwalk.security
 
ChangePass() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.ChangePass
 
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
 
changePassword(TInfo, AuthInfo, String, ByteBuffer) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
changePassword(AuthInfo, String, byte[]) - Method in class org.apache.accumulo.server.security.Auditor
 
changePassword(AuthInfo, String, byte[]) - Method in interface org.apache.accumulo.server.security.Authenticator
 
changePassword(AuthInfo, String, byte[]) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
ChangePermissions - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
ChangePermissions() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.ChangePermissions
 
ChangeSecret - Class in org.apache.accumulo.server.util
 
ChangeSecret() - Constructor for class org.apache.accumulo.server.util.ChangeSecret
 
ChangeTableState - Class in org.apache.accumulo.server.master.tableOps
 
ChangeTableState(String, TableOperation) - Constructor for class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
changeUserAuthorizations(String, Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Set the user's record-level authorizations
changeUserAuthorizations(String, Authorizations) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
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
 
ChaoticLoadBalancer - Class in org.apache.accumulo.server.master.balancer
A chaotic load balancer used for testing.
ChaoticLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
CharacterHistogram - Class in org.apache.accumulo.examples.simple.filedata
A MapReduce that computes a histogram of byte frequency for each file and stores the histogram alongside the file data.
CharacterHistogram() - Constructor for class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
CharacterHistogram.HistMapper - Class in org.apache.accumulo.examples.simple.filedata
 
CharacterHistogram.HistMapper() - Constructor for class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
charAt(int) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
check(Constraint.Environment, Mutation) - Method in interface org.apache.accumulo.core.constraints.Constraint
Checks a mutation for constrain violations.
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.security.VisibilityConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.ConstraintChecker
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.server.constraints.UnsatisfiableConstraint
 
CHECK_COLUMN_FAMILY - Static variable in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
CheckBalance - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
CheckBalance() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.CheckBalance
 
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
 
checkClass(TInfo, String, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
CheckForMetadataProblems - Class in org.apache.accumulo.server.util
 
CheckForMetadataProblems() - Constructor for class org.apache.accumulo.server.util.CheckForMetadataProblems
 
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
 
checkMapFiles(String, int, int, int, int) - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
A utility function that checks that each tablet has an expected number of map files.
checkMetadataTableEntries(boolean, boolean) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkMigrationSanity(Set<TServerInstance>, List<TabletMigration>) - Static method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Utility to ensure that the migrations from balance() are consistent: Tablet objects are not null Source and destination tablet servers are not null and current
checkMounts(String) - Method in class org.apache.accumulo.server.util.FileSystemMonitor
 
checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
CheckPermission - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
CheckPermission() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.CheckPermission
 
checkSplits(String, int, int) - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
A utility method for use by functional test that ensures a tables has between min and max split points inclusive.
checkTable(String, TreeSet<KeyExtent>, boolean) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
checkTableId(String, TableOperation) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
checkTableState() - Method in class org.apache.accumulo.core.util.shell.Shell
 
checkTrace(TInfo, String, AsyncMethodCallback<TestService.AsyncClient.checkTrace_call>) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.AsyncClient
 
checkTrace(TInfo, String, AsyncMethodCallback<TestService.AsyncClient.checkTrace_call>) - Method in interface org.apache.accumulo.cloudtrace.thrift.TestService.AsyncIface
 
checkTrace(TInfo, String) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
checkTrace(TInfo, String) - Method in interface org.apache.accumulo.cloudtrace.thrift.TestService.Iface
 
child(String) - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
child(String) - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
child(String) - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Create a child span of this span with the given description
children - Variable in class org.apache.accumulo.examples.wikisearch.parser.TreeNode.PostorderEnumeration
 
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
 
chop(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
chop(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
chopFiles() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
chopped - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
chopped(KeyExtent, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
CHUNK_CF - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
CHUNK_CF_BS - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
ChunkCombiner - Class in org.apache.accumulo.examples.simple.filedata
This iterator dedupes chunks and sets their visibilities to the combined visibility of the refs columns.
ChunkCombiner() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
ChunkInputFormat - Class in org.apache.accumulo.examples.simple.filedata
An InputFormat that turns the file data ingested with FileDataIngest into an InputStream using ChunkInputStream.
ChunkInputFormat() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputFormat
 
ChunkInputStream - Class in org.apache.accumulo.examples.simple.filedata
An input stream that reads file data stored in one or more Accumulo values.
ChunkInputStream() - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
ChunkInputStream(PeekingIterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
CLASS_PREFIX - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
 
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
 
CLASSPATH_PROPERTY_NAME - Static variable in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
ClasspathCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ClasspathCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClasspathCommand
 
ClassSize - Class in org.apache.accumulo.core.file.blockfile.cache
Class for determining the "size" of a class, an attempt to calculate the actual bytes that an object of this class will occupy in memory The core of this class is taken from the Derby project
ClassSize() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.ClassSize
 
cleanup() - Method in class org.apache.accumulo.core.file.map.MySequenceFile.Sorter.SegmentDescriptor
Deprecated. The default cleanup.
cleanup(Mapper<Text, ArticleExtractor.Article, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.AddSplitTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.BadIteratorMincTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.BatchScanSplitTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.BatchWriterFlushTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.BloomFilterTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.BulkFileTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.BulkSplitOptimizationTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.ConcurrencyTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.ConstraintTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.CreateAndUseTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.CreateManyScannersTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.DeleteEverythingTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsSplitTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.LargeRowTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.LogicalTimeTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.MaxOpenTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.MergeTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.SystemPermissionsTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.TablePermissionsTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.RowDeleteTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.ScanIteratorTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.ScanRangeTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.ScanSessionTimeOutTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.ServerSideErrorTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.SparseColumnFamilyTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.SplitRecoveryTest
 
cleanup() - Method in class org.apache.accumulo.server.test.functional.VisibilityTest
 
cleanupJob(JobContext) - Method in class org.apache.accumulo.server.master.LogSort.SortCommit
 
CleanZookeeper - Class in org.apache.accumulo.server.util
 
CleanZookeeper() - Constructor for class org.apache.accumulo.server.util.CleanZookeeper
 
clear() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
clear() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
clear() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
clear() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
clear() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
clear() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
clear() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
clear() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
clear() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
clear() - Method in class org.apache.accumulo.server.monitor.LogService
 
clear() - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
clearCache(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
clearCache(String) - Method in class org.apache.accumulo.server.security.Auditor
 
clearCache(String, String) - Method in class org.apache.accumulo.server.security.Auditor
 
clearCache(String) - Method in interface org.apache.accumulo.server.security.Authenticator
 
clearCache(String, String) - Method in interface org.apache.accumulo.server.security.Authenticator
 
clearCache(String) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
clearCache(String, String) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
clearColumns() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
clearColumns() - Method in interface org.apache.accumulo.core.client.ScannerBase
Clears the columns to be fetched (useful for resetting the scanner for reuse).
clearColumns() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
ClearCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ClearCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ClearCommand
 
clearCOUNT() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
clearIGNORE() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
clearLastLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
clearLocatorCache(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Clears the tablet locator cache for a specified table
clearLocatorCache(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Clears the tablet locator cache for a specified table
clearLocatorCache(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
clearMergeState(Text) - Method in class org.apache.accumulo.server.master.Master
 
clearMigrations(String) - Method in class org.apache.accumulo.server.master.Master
 
clearNormalizedTermFrequency() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
clearOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
Remove all options from the iterator.
clearScanIterators() - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Clears scan iterators prior to returning a scanner to the pool.
clearScanIterators() - Method in interface org.apache.accumulo.core.client.ScannerBase
Clears scan iterators prior to returning a scanner to the pool.
clearScanIterators() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
clearUID() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
clearWordOffset() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
client(T) - Static method in class org.apache.accumulo.cloudtrace.instrument.thrift.TraceWrap
 
client - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
client() - Method in class org.apache.accumulo.server.test.scalability.Ingest
 
client() - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
CLIENT_RETRIES - Static variable in class org.apache.accumulo.core.Constants
 
CLIENT_SLEEP_BEFORE_RECONNECT - Static variable in class org.apache.accumulo.core.Constants
 
clientAddress - Static variable in class org.apache.accumulo.server.util.TServerUtils
 
ClientExec<T> - Interface in org.apache.accumulo.core.client.impl
 
ClientExecReturn<T,C> - Interface in org.apache.accumulo.core.client.impl
 
clients - Variable in class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
ClientService - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService() - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService
 
ClientService.AsyncClient - Class in org.apache.accumulo.core.client.impl.thrift
 
ClientService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
ClientService.AsyncClient.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.
ClientServiceHandler - Class in org.apache.accumulo.server.client
 
ClientServiceHandler(TransactionWatcher) - Constructor for class org.apache.accumulo.server.client.ClientServiceHandler
 
ClientSideIteratorScanner - Class in org.apache.accumulo.core.client
A scanner that instantiates iterators on the client side instead of on the tablet server.
ClientSideIteratorScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner
Constructs a scanner that can execute client-side iterators.
ClientSideIteratorScanner.ScannerTranslator - Class in org.apache.accumulo.core.client
A class that wraps a Scanner in a SortedKeyValueIterator so that other accumulo iterators can use it as a source.
ClientSideIteratorScanner.ScannerTranslator(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
Constructs an accumulo iterator from a scanner.
clip(Range) - Method in class org.apache.accumulo.core.data.Range
Creates a range which represents the intersection of this range and the passed in range.
clip(Range, boolean) - Method in class org.apache.accumulo.core.data.Range
Same as other clip function except if gives the option to return null of the ranges do not overlap instead of throwing an exception.
clone(String, String, boolean, Map<String, String>, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Clone a table from an existing table.
clone(String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
clone(String, String, boolean, Map<String, String>, Set<String>) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
clone() - Method in class org.apache.accumulo.core.data.Key
 
clone() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
clone() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
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
CloneIndex - Class in org.apache.accumulo.server.test.randomwalk.shard
 
CloneIndex() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.CloneIndex
 
cloneTable(String, String, String, Map<String, String>, Set<String>, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
CloneTable - Class in org.apache.accumulo.server.master.tableOps
 
CloneTable(String, String, String, Map<String, String>, Set<String>) - Constructor for class org.apache.accumulo.server.master.tableOps.CloneTable
 
CloneTable - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
CloneTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.CloneTable
 
cloneTable(Instance, String, String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
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
 
close() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
close() - Method in class org.apache.accumulo.examples.wikisearch.query.Query
 
close() - Method in class org.apache.accumulo.examples.wikisearch.reader.LfLineReader
Close the underlying stream.
close() - Method in class org.apache.accumulo.examples.wikisearch.reader.LongLineRecordReader
 
close(TInfo, long) - Method in class org.apache.accumulo.server.logger.LogService
 
close - Static variable in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
close() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
close() - Method in class org.apache.accumulo.server.monitor.LogService
 
close() - Method in class org.apache.accumulo.server.tabletserver.log.MultiReader
 
close() - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
close() - Method in class org.apache.accumulo.server.tabletserver.MutationLog
 
close(boolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet
Closes the mapfiles associated with a Tablet.
close() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
close() - Method in class org.apache.accumulo.server.test.NullBatchWriter
 
close() - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
close() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
close() - Method in class org.apache.accumulo.server.util.TBufferedServerSocket
 
CLOSE_EVENT - Static variable in class org.apache.accumulo.server.tabletserver.MutationLog
 
closeDeepCopies() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
closeDeepCopies() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
 
closeDeepCopies() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
closeDeepCopies() - Method in class org.apache.accumulo.core.file.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
 
closeMultiScan(TInfo, long) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
closeScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
closeScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
closeScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
closeScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
closeScan(TInfo, long) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
closeUpdate(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeUpdate_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
closeUpdate(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.closeUpdate_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
closeUpdate(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
closeUpdate(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
closeUpdate(TInfo, long) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
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
 
collapseBranches(BooleanLogicTreeNode) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
collect(Value) - Method in interface org.apache.accumulo.core.iterators.aggregation.Aggregator
Deprecated.  
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.LongSummation
Deprecated.  
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.NumArraySummation
Deprecated.  
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.  
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringMax
Deprecated.  
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringMin
Deprecated.  
collect(Value) - Method in class org.apache.accumulo.core.iterators.aggregation.StringSummation
Deprecated.  
collect(FileSystem, GCStatus) - Static method in class org.apache.accumulo.server.gc.GarbageCollectWriteAheadLogs
 
CollectTabletStats - Class in org.apache.accumulo.server.test.performance.scan
 
CollectTabletStats() - Constructor for class org.apache.accumulo.server.test.performance.scan.CollectTabletStats
 
COLNAMES - Static variable in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
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
 
COLS - Static variable in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
Column - Class in org.apache.accumulo.core.data
 
Column() - Constructor for class org.apache.accumulo.core.data.Column
 
Column(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Column
 
Column(TColumn) - Constructor for class org.apache.accumulo.core.data.Column
 
COLUMN_FAMILY_FIELD - Static variable in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
COLUMN_QUALIFIER_FIELD - Static variable in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
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
 
columnFamiliesOptionName - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
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
 
ColumnSetName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
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
 
commas(long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(long, long, long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(double, double, double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(long, long, long, long, long) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commas(double, double, double, double, double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
commit(Tablet.CommitSession, List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
commit(List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
Commit - Class in org.apache.accumulo.server.test.randomwalk.image
 
Commit() - Constructor for class org.apache.accumulo.server.test.randomwalk.image.Commit
 
Commit - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
Commit() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.Commit
 
Commit - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
Commit() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.Commit
 
Commit - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Commit() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Commit
 
commitPrep - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
commitTime - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
compact(String, Text, Text, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Starts a full major compaction of the tablets in the range (start, end].
compact(String, Text, Text, 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
 
compact(ZooLock, String, byte[], byte[]) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
compact(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
Compact - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
Compact() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.Compact
 
Compact - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
Compact() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.Compact
 
compactAll(long) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
CompactCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CompactCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CompactCommand
 
Compacting - Class in org.apache.accumulo.core.master.thrift
 
Compacting() - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
 
Compacting(int, int) - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
 
Compacting(Compacting) - Constructor for class org.apache.accumulo.core.master.thrift.Compacting
Performs a deep copy on other.
Compacting._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
compactionIterator() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
CompactionQueue - Class in org.apache.accumulo.server.tabletserver
 
CompactionQueue() - Constructor for class org.apache.accumulo.server.tabletserver.CompactionQueue
 
CompactionStats - Class in org.apache.accumulo.server.tabletserver
 
CompactionStats() - Constructor for class org.apache.accumulo.server.tabletserver.CompactionStats
 
CompactionsType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
CompactionsType(String) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
Compactor - Class in org.apache.accumulo.server.tabletserver
 
CompactRange - Class in org.apache.accumulo.server.master.tableOps
 
CompactRange(String, byte[], byte[]) - Constructor for class org.apache.accumulo.server.master.tableOps.CompactRange
 
ComparableBytes - Class in org.apache.accumulo.core.data
 
ComparableBytes(byte[]) - Constructor for class org.apache.accumulo.core.data.ComparableBytes
 
COMPARATOR_JCLASS - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
comparator prefix: java class
COMPARATOR_MEMCMP - Static variable in class org.apache.accumulo.core.file.rfile.bcfile.TFile
comparator: memcmp
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.accumulo.core.data.Value.Comparator
compare(IterInfo, IterInfo) - Method in class org.apache.accumulo.core.iterators.IteratorUtil.IterInfoComparator
 
compare(ColumnVisibility.Node, ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
 
compare(byte[], byte[]) - Method in class org.apache.accumulo.core.util.ByteArrayComparator
 
compare(Object, Object) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator.BooleanLogicTreeNodeComparator
 
compare(TableInfo, TableInfo) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
compare(Long, Long) - Method in class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
compare(RecoveryStatus, RecoveryStatus) - Method in class org.apache.accumulo.server.monitor.util.celltypes.LoggerLinkType
 
compare(T, T) - Method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
compare(Double, Double) - Method in class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
compare(T, T) - Method in class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
compare(String, String) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
compare(TableState, TableState) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
compare(TabletServerStatus, TabletServerStatus) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
compareBytes(ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.data.ByteSequence
 
compareColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
Efficiently compare the the column family of a key w/o allocating a text object and copying the column qualifier into it.
compareColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
Efficiently compare the the column qualifier of a key w/o allocating a text object and copying the column qualifier into it.
compareRow(Text) - Method in class org.apache.accumulo.core.data.Key
Efficiently compare the the row of a key w/o allocating a text object and copying the row into it.
compareSystemPassword(byte[]) - Static method in class org.apache.accumulo.server.security.SecurityConstants
Compare a byte array to the system password.
compareTo(TraceRunnable) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceRunnable
 
compareTo(RemoteSpan) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
compareTo(SpanReceiver.span_args) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
compareTo(TestService.checkTrace_args) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
compareTo(TestService.checkTrace_result) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
compareTo(TInfo) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
compareTo(OrIterator.TermSource) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
compareTo(RangeCalculator.MapKey) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
compareTo(RangeCalculator.TermRange) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
compareTo(LogFileKey) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
compareTo(LoggerUser) - Method in class org.apache.accumulo.server.master.balancer.TServerUsesLoggers
 
compareTo(TServerInstance) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
compatibleWith(Utils.Version) - Method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Test compatibility.
complete(String, int, List) - Method in class org.apache.accumulo.core.util.shell.ShellCompletor
 
completeLocalOutput(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
compress(List<? extends KeyValue>) - Static method in class org.apache.accumulo.core.data.Key
Use this to compress a list of keys before sending them via thrift.
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
ConcurrencyTest - Class in org.apache.accumulo.server.test.functional
 
ConcurrencyTest() - Constructor for class org.apache.accumulo.server.test.functional.ConcurrencyTest
 
CONCURRENT_HASHMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentHashMap
CONCURRENT_HASHMAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentHashMap.Entry
CONCURRENT_HASHMAP_SEGMENT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentHashMap.Segment
CONCURRENT_SKIPLISTMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentSkipListMap
CONCURRENT_SKIPLISTMAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for ConcurrentSkipListMap Entry
ConcurrentFixture - Class in org.apache.accumulo.server.test.randomwalk.concurrent
When multiple instance of this test suite are run, all instances will operate on the same set of table names.
ConcurrentFixture() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.ConcurrentFixture
 
confChecksum - Static variable in class org.apache.accumulo.server.security.SecurityConstants
 
config(String...) - Method in class org.apache.accumulo.core.util.shell.Shell
 
config(String[]) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
CONFIG_FILE_RELOAD_DELAY - Static variable in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
ConfigCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ConfigCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ConfigCommand
 
ConfigSanityCheck - Class in org.apache.accumulo.core.conf
 
ConfigSanityCheck() - Constructor for class org.apache.accumulo.core.conf.ConfigSanityCheck
 
ConfigSanityCheck - Class in org.apache.accumulo.server.conf
 
ConfigSanityCheck() - Constructor for class org.apache.accumulo.server.conf.ConfigSanityCheck
 
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
 
configureIngestJob(Job) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
configureJob(Job) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
configurePartitionerJob(Job) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
configureScanner(ScannerBase, CurrentState) - Static method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
confirmDeletes(SortedSet<String>) - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
This method removes candidates from the candidate list under two conditions: 1.
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
ConsistencyCheck - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
ConsistencyCheck() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.ConsistencyCheck
 
Constants - Class in org.apache.accumulo.core
 
Constants() - Constructor for class org.apache.accumulo.core.Constants
 
constrainClass - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
constrainClass - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
Constraint - Interface in org.apache.accumulo.core.constraints
Accumulo uses Constraint objects to determine if mutations will be applied to a table.
Constraint.Environment - Interface in org.apache.accumulo.core.constraints
 
ConstraintChecker - Class in org.apache.accumulo.server.constraints
 
ConstraintChecker() - Constructor for class org.apache.accumulo.server.constraints.ConstraintChecker
 
ConstraintLoader - Class in org.apache.accumulo.server.constraints
 
ConstraintLoader() - Constructor for class org.apache.accumulo.server.constraints.ConstraintLoader
 
ConstraintTest - Class in org.apache.accumulo.server.test.functional
 
ConstraintTest() - Constructor for class org.apache.accumulo.server.test.functional.ConstraintTest
 
ConstraintViolationException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
ConstraintViolationException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
ConstraintViolationException(List<TConstraintViolationSummary>) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
ConstraintViolationException(ConstraintViolationException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
Performs a deep copy on other.
ConstraintViolationException._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
constraintViolations - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
ConstraintViolationSummary - Class in org.apache.accumulo.core.data
 
ConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
 
ConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
 
consume() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
consume() - Method in class org.apache.accumulo.core.iterators.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
 
consume() - Method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
consume() - Method in class org.apache.accumulo.server.test.functional.DropModIter
 
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
 
contains(KT) - Method in class org.apache.accumulo.server.util.MapCounter
 
containsCommand(String) - Method in class org.apache.accumulo.core.util.shell.Token
 
containsEntry(Object, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
containsKey(Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
containsValue(Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
content(String, String) - Method in interface org.apache.accumulo.examples.wikisearch.query.IQuery
 
content(String, String) - Method in class org.apache.accumulo.examples.wikisearch.query.Query
 
ContentLogic - Class in org.apache.accumulo.examples.wikisearch.logic
This query table implementation returns a Results object that contains documents from the wiki table.
ContentLogic() - Constructor for class org.apache.accumulo.examples.wikisearch.logic.ContentLogic
 
continueMultiScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueMultiScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
continueMultiScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueMultiScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
continueMultiScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
continueMultiScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
continueMultiScan(TInfo, long) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
continueScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueScan_call>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClient
 
continueScan(TInfo, long, AsyncMethodCallback<TabletClientService.AsyncClient.continueScan_call>) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncIface
 
continueScan(TInfo, long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
 
continueScan(TInfo, long) - Method in interface org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface
 
continueScan(TInfo, long) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
continueTrace(String, long, long) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
ContinuousBatchWalker - Class in org.apache.accumulo.server.test.continuous
 
ContinuousBatchWalker() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousBatchWalker
 
ContinuousIngest - Class in org.apache.accumulo.server.test.continuous
 
ContinuousIngest() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousIngest
 
ContinuousMoru - Class in org.apache.accumulo.server.test.continuous
A map only job that reads a table created by continuous ingest and creates doubly linked list.
ContinuousMoru() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousMoru
 
ContinuousMoru.CMapper - Class in org.apache.accumulo.server.test.continuous
 
ContinuousMoru.CMapper() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousMoru.CMapper
 
ContinuousQuery - Class in org.apache.accumulo.examples.simple.shard
Using the doc2word table created by Reverse.java, this program randomly selects N words per document.
ContinuousQuery() - Constructor for class org.apache.accumulo.examples.simple.shard.ContinuousQuery
 
ContinuousQuery - Class in org.apache.accumulo.server.test.continuous
 
ContinuousQuery() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousQuery
 
ContinuousScanner - Class in org.apache.accumulo.server.test.continuous
 
ContinuousScanner() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousScanner
 
ContinuousStatsCollector - Class in org.apache.accumulo.server.test.continuous
 
ContinuousStatsCollector() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousStatsCollector
 
ContinuousVerify - Class in org.apache.accumulo.server.test.continuous
A map reduce job that verifies a table created by continuous ingest.
ContinuousVerify() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousVerify
 
ContinuousVerify.CMapper - Class in org.apache.accumulo.server.test.continuous
 
ContinuousVerify.CMapper() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousVerify.CMapper
 
ContinuousVerify.Counts - Enum in org.apache.accumulo.server.test.continuous
 
ContinuousVerify.CReducer - Class in org.apache.accumulo.server.test.continuous
 
ContinuousVerify.CReducer() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousVerify.CReducer
 
ContinuousWalk - Class in org.apache.accumulo.server.test.continuous
 
ContinuousWalk() - Constructor for class org.apache.accumulo.server.test.continuous.ContinuousWalk
 
CoordinateRecoveryTask - Class in org.apache.accumulo.server.master
 
CoordinateRecoveryTask(FileSystem) - Constructor for class org.apache.accumulo.server.master.CoordinateRecoveryTask
 
copy(byte[]) - Method in class org.apache.accumulo.core.data.Value
 
copy - Static variable in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
copyFromLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
COPYONWRITE_ARRAYLIST - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for CopyOnWriteArrayList
COPYONWRITE_ARRAYSET - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for CopyOnWriteArraySet
copyProgress - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
CopyTable - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
CopyTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.CopyTable
 
copyToLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
CopyTool - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
CopyTool() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.CopyTool
 
CopyTool.SeqMapClass - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
CopyTool.SeqMapClass() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.CopyTool.SeqMapClass
 
CORE_PACKAGE_NAME - Static variable in class org.apache.accumulo.core.Constants
 
count - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
count() - Method in class org.apache.accumulo.core.util.shell.commands.EscapeTokenizer
 
count - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
COUNT_FIELD_NUMBER - Static variable in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
CountDiskRows - Class in org.apache.accumulo.server.util
Deprecated. since 1.4
CountDiskRows() - Constructor for class org.apache.accumulo.server.util.CountDiskRows
Deprecated.  
CountingIterator - Class in org.apache.accumulo.core.iterators.system
 
CountingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.system.CountingIterator
 
CountRowKeys - Class in org.apache.accumulo.server.util
 
CountRowKeys() - Constructor for class org.apache.accumulo.server.util.CountRowKeys
 
counts - Variable in class org.apache.accumulo.server.test.continuous.Histogram
 
COUNTS_COLQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
CountSampler - Class in org.apache.accumulo.cloudtrace.instrument
Sampler that returns true every N calls.
CountSampler(long) - Constructor for class org.apache.accumulo.cloudtrace.instrument.CountSampler
 
create(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Create a table with no special configuration
create(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
create(String, boolean, TimeType) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
create(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Create a table with no special configuration
create(String, boolean) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
create(String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
create(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
create(String, boolean) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
create(String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
create() - 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
 
create() - Method in interface org.apache.accumulo.server.fate.TStore
Create a new transaction id
create() - Method in class org.apache.accumulo.server.fate.ZooStore
 
create(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.logger.LogService
 
create - Static variable in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
create(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, short) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, short, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
create(int) - Static method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
create() - Static method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
CreateAndUseTest - Class in org.apache.accumulo.server.test.functional
 
CreateAndUseTest() - Constructor for class org.apache.accumulo.server.test.functional.CreateAndUseTest
 
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.
createDeleteMutation(String, String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
createDestination(SpanKey) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
createDestination(String) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.SendSpansViaThrift
 
createDocument(Key, Value) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
createFilter(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
 
createHeap(int) - Method in class org.apache.accumulo.core.iterators.system.HeapIterator
 
createInstanceFromPropertyName(Property, Class<T>, T) - Static method in class org.apache.accumulo.server.master.Master
 
createLogId(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
CreateManyScannersTest - Class in org.apache.accumulo.server.test.functional
 
CreateManyScannersTest() - Constructor for class org.apache.accumulo.server.test.functional.CreateManyScannersTest
 
CreateMapFiles - Class in org.apache.accumulo.server.test
 
CreateMapFiles() - Constructor for class org.apache.accumulo.server.test.CreateMapFiles
 
createMapFiles(String, String, int, int) - Static method in class org.apache.accumulo.server.util.MapFilePerformanceTest
Deprecated.  
createMetaStore(String) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
createMetaStore(String) - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
createMetaStore(String) - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
createMetric(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.Connector
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
 
createMutation(long, int, ColumnVisibility) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Creates a mutation on a specified row with column family "foo", column qualifier "1", specified visibility, and a random value of specified size.
createNewFile(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
CreateRandomMapFile - Class in org.apache.accumulo.server.test
Deprecated. since 1.4 (will become CreateRandomRFile)
CreateRandomMapFile() - Constructor for class org.apache.accumulo.server.test.CreateRandomMapFile
Deprecated.  
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat
 
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
 
CreateTable - Class in org.apache.accumulo.server.master.tableOps
 
CreateTable(String, String, TimeType, Map<String, String>) - Constructor for class org.apache.accumulo.server.master.tableOps.CreateTable
 
CreateTable - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
CreateTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.CreateTable
 
CreateTable - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
CreateTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.CreateTable
 
CreateTable - Class in org.apache.accumulo.server.test.randomwalk.security
 
CreateTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.CreateTable
 
CreateTable - Class in org.apache.accumulo.server.test.randomwalk.unit
 
CreateTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.unit.CreateTable
 
CreateTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CreateTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
createTabletDirectory(FileSystem, String, Text) - Static method in class org.apache.accumulo.server.util.TabletOperations
 
createTabletDirectory(String, Text) - Static method in class org.apache.accumulo.server.util.TabletOperations
 
createTabletLocationState(Key, Value) - Static method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
createTabletResourceManager() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
CreateTestTable - Class in org.apache.accumulo.server.test
 
CreateTestTable() - Constructor for class org.apache.accumulo.server.test.CreateTestTable
 
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
 
createUser(TInfo, AuthInfo, String, ByteBuffer, List<ByteBuffer>) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
createUser(AuthInfo, String, byte[], Authorizations) - Method in class org.apache.accumulo.server.security.Auditor
 
createUser(AuthInfo, String, byte[], Authorizations) - Method in interface org.apache.accumulo.server.security.Authenticator
 
createUser(AuthInfo, String, byte[], Authorizations) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
Creates a user with no permissions whatsoever
CreateUser - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
CreateUser() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.CreateUser
 
CreateUser - Class in org.apache.accumulo.server.test.randomwalk.security
 
CreateUser() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.CreateUser
 
CreateUserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
CreateUserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.CreateUserCommand
 
createValue(long, int) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Creates a random byte array of specified size using the specified seed.
createValue(long, int) - Static method in class org.apache.accumulo.server.test.CreateRandomMapFile
Deprecated.  
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
 
current - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
currentChunk - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentChunkSize - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentDocID - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
currentK - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentKey - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentKey - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
currentLog - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
currentMaster - Variable in class org.apache.accumulo.server.tabletserver.TabletServer
 
currentPage(HttpServletRequest) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
currentPartition - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
CurrentState - Interface in org.apache.accumulo.server.master.state
 
currentTime() - Method in class org.apache.accumulo.server.util.time.BaseRelativeTime
 
currentTime() - Method in interface org.apache.accumulo.server.util.time.ProvidesTime
 
currentTime() - Method in class org.apache.accumulo.server.util.time.SystemTime
 
currentTime() - Method in class org.apache.accumulo.server.util.time.TestTime
 
currentTimeMillis() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
currentTimeMillis() - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
currentTrace() - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
currentTrace() - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
currentV - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentValue - Variable in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
 
currentVis - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
cve - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
CVST - Static variable in class org.apache.accumulo.core.client.impl.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(String, String) - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
data(String, String) - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
data(String, String) - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Add data associated with this span
data - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
dataLocation - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
dataLocation - Variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
DATATYPE_FIELD - Static variable in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
DATATYPE_FILTER_SET - Static variable in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
Set of datatypes to limit the query to.
DATE_FORMAT - Static variable in class org.apache.accumulo.core.trace.TraceFormatter
 
dateFormat - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor
 
DateTimeType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
DateTimeType(int, int) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
DateTimeType(SimpleDateFormat) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
deadLogger(String) - Method in class org.apache.accumulo.server.master.Master
 
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.
DeadServerList - Class in org.apache.accumulo.server.master.state
 
DeadServerList(String) - Constructor for class org.apache.accumulo.server.master.state.DeadServerList
 
deadTabletServers - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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
 
decode(byte[]) - Method in class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner.UidListEncoder
 
decode(byte[]) - Method in class org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner.TermWeightInfoEncoder
 
decode(String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
decodeBase64FileName(String) - Static method in class org.apache.accumulo.core.util.Encoding
 
decodeBooleans(String) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
Deprecated. since 1.4. To be made protected. Do not interact with flags string directly, just use IntersectingIterator.setColumnFamilies(IteratorSetting, Text[], boolean[]).
decodeBooleans(String) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Decode the encoded NOT flags into a boolean array
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
 
decodeColumns(String) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Decode the encoded columns into a Text array
decodeMetadataEntry(Map.Entry<Key, Value>) - Static method in class org.apache.accumulo.server.problems.ProblemReport
 
decodePrevEndRow(Value) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
decodeResults(Object, Object, StringBuilder, QueryParser.ObjectHolder) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
decodeRow(Key, Value) - Static method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
decodeTermValues(String) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Decode the encoded terms into a Text array
decompress(List<TKeyValue>) - Static method in class org.apache.accumulo.core.data.Key
Use this to decompress a list of keys received from thrift.
decrement(KT, long) - Method in class org.apache.accumulo.server.util.MapCounter
 
DedupedLogEvent - Class in org.apache.accumulo.server.monitor
 
DedupedLogEvent(LoggingEvent) - Constructor for class org.apache.accumulo.server.monitor.DedupedLogEvent
 
DedupedLogEvent(LoggingEvent, int) - Constructor for class org.apache.accumulo.server.monitor.DedupedLogEvent
 
deepCopy() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
deepCopy() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
deepCopy() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
deepCopy() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
deepCopy() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.test.functional.BadIterator
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.test.functional.DropModIter
 
deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.server.test.functional.SlowIterator
 
DEF - Static variable in class org.apache.accumulo.server.test.continuous.ContinuousVerify
 
DEFAULT_CLASSPATH_VALUE - Static variable in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
DEFAULT_DOC_COLF - Static variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
DEFAULT_DYNAMIC_CLASSPATH_VALUE - Static variable in class org.apache.accumulo.start.classloader.AccumuloClassLoader
Dynamic classpath.
DEFAULT_INDEX_COLF - Static variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
DEFAULT_KEY - Static variable in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.UnionIndexRanges
 
DEFAULT_MINOR_COMPACTION_MAX_SLEEP_TIME - Static variable in class org.apache.accumulo.core.Constants
 
DEFAULT_MINUTES - Static variable in class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
DEFAULT_TABLET_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
DefaultConfiguration - Class in org.apache.accumulo.core.conf
 
DefaultConfiguration() - Constructor for class org.apache.accumulo.core.conf.DefaultConfiguration
 
DefaultFormatter - Class in org.apache.accumulo.core.util.format
 
DefaultFormatter() - Constructor for class org.apache.accumulo.core.util.format.DefaultFormatter
 
DefaultIteratorEnvironment - Class in org.apache.accumulo.examples.wikisearch.iterator
 
DefaultIteratorEnvironment() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.DefaultIteratorEnvironment
 
DefaultLoadBalancer - Class in org.apache.accumulo.server.master.balancer
 
DefaultLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
DefaultLoadBalancer(String) - Constructor for class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
DefaultMap<K,V> - Class in org.apache.accumulo.server.util
A HashMap that returns a default value if the key is not stored in the map.
DefaultMap(V) - Constructor for class org.apache.accumulo.server.util.DefaultMap
 
DefaultServlet - Class in org.apache.accumulo.server.monitor.servlets
 
DefaultServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
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
 
defineTablet(TInfo, long, long, int, TKeyExtent) - Method in class org.apache.accumulo.server.logger.LogService
 
defineTablet(int, int, KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
defineTablet(Tablet.CommitSession) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
delete(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Delete a table
delete(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Delete a table
delete() - Method in interface org.apache.accumulo.core.client.BatchDeleter
Deletes the ranges specified by BatchDeleter.setRanges(java.util.Collection).
delete() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
 
delete() - Method in class org.apache.accumulo.core.client.mock.MockBatchDeleter
 
delete(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
delete(FileSystem, String) - Static method in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. Deletes the named map file.
delete(long) - Method in class org.apache.accumulo.server.fate.Fate
 
delete(long) - Method in interface org.apache.accumulo.server.fate.TStore
Remove the transaction from the store.
delete(long) - Method in class org.apache.accumulo.server.fate.ZooStore
 
delete(String) - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
delete(long) - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
delete() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
Delete - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Delete() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Delete
 
delete(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
delete(Path, boolean) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
delete(String, int) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
delete(String, int) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
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
 
DeleteEverythingTest - Class in org.apache.accumulo.server.test.functional
 
DeleteEverythingTest() - Constructor for class org.apache.accumulo.server.test.functional.DeleteEverythingTest
 
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
 
deleteLock(String) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
deleteLock(String, String) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
DeleteManyCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteManyCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteManyCommand
 
deleteProblemReport(String, ProblemType, String) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
deleteProblemReports(String) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
DeleteRange - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
DeleteRange() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.DeleteRange
 
DeleterFormatter - Class in org.apache.accumulo.core.util.format
 
DeleterFormatter(BatchWriter, Iterable<Map.Entry<Key, Value>>, boolean, Shell, boolean) - Constructor for class org.apache.accumulo.core.util.format.DeleterFormatter
 
deleteRows(String, Text, Text) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Delete rows between (start, end]
deleteRows(String, Text, Text) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
deleteRows(String, Text, Text) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
DeleteRowsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteRowsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteRowsCommand
 
DeleteRowsSplitTest - Class in org.apache.accumulo.server.test.functional
 
DeleteRowsSplitTest() - Constructor for class org.apache.accumulo.server.test.functional.DeleteRowsSplitTest
 
DeleteRowsTest - Class in org.apache.accumulo.server.test.functional
 
DeleteRowsTest() - Constructor for class org.apache.accumulo.server.test.functional.DeleteRowsTest
 
DeleteScanIterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteScanIterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteScanIterCommand
 
DeleteSomeDocs - Class in org.apache.accumulo.server.test.randomwalk.shard
 
DeleteSomeDocs() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.DeleteSomeDocs
 
DeleteTable - Class in org.apache.accumulo.server.master.tableOps
 
DeleteTable(String) - Constructor for class org.apache.accumulo.server.master.tableOps.DeleteTable
 
deleteTable(AuthInfo, String) - Method in class org.apache.accumulo.server.security.Auditor
 
deleteTable(AuthInfo, String) - Method in interface org.apache.accumulo.server.security.Authenticator
 
deleteTable(AuthInfo, String) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
DeleteTable - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
DeleteTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.DeleteTable
 
DeleteTable - Class in org.apache.accumulo.server.test.randomwalk.unit
 
DeleteTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.unit.DeleteTable
 
deleteTable(String, boolean, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
DeleteTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
 
DeleteUserCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DeleteUserCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DeleteUserCommand
 
DeleteWord - Class in org.apache.accumulo.server.test.randomwalk.shard
Delete all documents containing a particular word.
DeleteWord() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.DeleteWord
 
DeleteZooInstance - Class in org.apache.accumulo.server.util
 
DeleteZooInstance() - Constructor for class org.apache.accumulo.server.util.DeleteZooInstance
 
DeletingIterator - Class in org.apache.accumulo.core.iterators.system
 
DeletingIterator(DeletingIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.system.DeletingIterator
 
DeletingIterator() - Constructor for class org.apache.accumulo.core.iterators.system.DeletingIterator
 
DeletingIterator(SortedKeyValueIterator<Key, Value>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.DeletingIterator
 
DELIMITER - Static variable in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
DELIMITER - Static variable in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
deliver(Span) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
depthFirstEnumeration() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
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
 
describeOptions() - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
describeOptions() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
describeOptions() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
describeOptions() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
describeOptions() - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
description() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
description() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
description() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Return a textual description of this span
description - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
DIR_COLF - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
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.
disableIsolation() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
disableIsolation() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
DisconnectLogger - Class in org.apache.accumulo.server.master.tserverOps
 
DisconnectLogger(String) - Constructor for class org.apache.accumulo.server.master.tserverOps.DisconnectLogger
 
displayName(RecoveryStatus) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.LoggerLinkType
 
displayName(TabletServerStatus) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
displayName(String) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
DistributedReadWriteLock - Class in org.apache.accumulo.server.zookeeper
 
DistributedReadWriteLock(DistributedReadWriteLock.QueueLock, byte[]) - Constructor for class org.apache.accumulo.server.zookeeper.DistributedReadWriteLock
 
DistributedReadWriteLock.QueueLock - Interface in org.apache.accumulo.server.zookeeper
 
DistributedStore - Interface in org.apache.accumulo.server.master.state
 
DistributedStoreException - Exception in org.apache.accumulo.server.master.state
 
DistributedStoreException(String) - Constructor for exception org.apache.accumulo.server.master.state.DistributedStoreException
 
DistributedStoreException(Exception) - Constructor for exception org.apache.accumulo.server.master.state.DistributedStoreException
 
DistributedStoreException(String, Exception) - Constructor for exception org.apache.accumulo.server.master.state.DistributedStoreException
 
DistributedTrace - Class in org.apache.accumulo.core.trace
 
DistributedTrace() - Constructor for class org.apache.accumulo.core.trace.DistributedTrace
 
doAppend(LoggingEvent) - Method in class org.apache.accumulo.server.monitor.LogService
 
docid - Variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
docSource - Variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
Document - Class in org.apache.accumulo.examples.wikisearch.sample
 
Document() - Constructor for class org.apache.accumulo.examples.wikisearch.sample.Document
 
Document(String, List<Field>) - Constructor for class org.apache.accumulo.examples.wikisearch.sample.Document
 
DOCUMENT_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
DOCUMENT_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
DOCUMENT_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
doDeadServerTable(HttpServletRequest, StringBuilder, Table, List<DeadServer>) - Static method in class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet
 
doInit(Configuration, FileSystem) - Static method in class org.apache.accumulo.server.util.Initialize
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
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
 
drainTo(Collection<? super Runnable>) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
drainTo(Collection<? super Runnable>, int) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
dropIndex() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
DropModIter - Class in org.apache.accumulo.server.test.functional
 
DropModIter() - Constructor for class org.apache.accumulo.server.test.functional.DropModIter
 
DropTable - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
DropTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.DropTable
 
DropTable - Class in org.apache.accumulo.server.test.randomwalk.security
 
DropTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.DropTable
 
dropTable(State, Properties) - Static method in class org.apache.accumulo.server.test.randomwalk.security.DropTable
 
DropTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
DropTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.DropTableCommand
 
dropUser(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
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
 
dropUser(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
dropUser(AuthInfo, String) - Method in class org.apache.accumulo.server.security.Auditor
 
dropUser(AuthInfo, String) - Method in interface org.apache.accumulo.server.security.Authenticator
 
dropUser(AuthInfo, String) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
DropUser - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
DropUser() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.DropUser
 
DropUser - Class in org.apache.accumulo.server.test.randomwalk.security
 
DropUser() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.DropUser
 
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
 
DumpMapFile - Class in org.apache.accumulo.server.test
Deprecated. since 1.4
DumpMapFile() - Constructor for class org.apache.accumulo.server.test.DumpMapFile
Deprecated.  
DumpMapFile - Class in org.apache.accumulo.server.util
Deprecated.  
DumpMapFile() - Constructor for class org.apache.accumulo.server.util.DumpMapFile
Deprecated.  
dumps - Variable in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
DumpTable - Class in org.apache.accumulo.server.util
Deprecated. since 1.4
DumpTable() - Constructor for class org.apache.accumulo.server.util.DumpTable
Deprecated.  
DumpTabletsOnServer - Class in org.apache.accumulo.server.util
 
DumpTabletsOnServer() - Constructor for class org.apache.accumulo.server.util.DumpTabletsOnServer
 
DumpZookeeper - Class in org.apache.accumulo.server.util
 
DumpZookeeper() - Constructor for class org.apache.accumulo.server.util.DumpZookeeper
 
duplicate() - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
duplicate() - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
duplicate() - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
duplicateReads() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
Duration - Class in org.apache.accumulo.core.util
 
Duration() - Constructor for class org.apache.accumulo.core.util.Duration
 
DurationType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
DurationType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DurationType
 
DurationType(Long, Long) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.DurationType
 
DYNAMIC_CLASSPATH_PROPERTY_NAME - Static variable in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
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
 
EmbeddedWebServer - Class in org.apache.accumulo.server.util
 
EmbeddedWebServer() - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer
 
EmbeddedWebServer.EmbeddedWebServer5_1 - Class in org.apache.accumulo.server.util
 
EmbeddedWebServer.EmbeddedWebServer5_1() - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer5_1
 
EmbeddedWebServer.EmbeddedWebServer5_1(int) - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer5_1
 
EmbeddedWebServer.EmbeddedWebServer6_1 - Class in org.apache.accumulo.server.util
 
EmbeddedWebServer.EmbeddedWebServer6_1() - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
 
EmbeddedWebServer.EmbeddedWebServer6_1(int) - Constructor for class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
 
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
 
EMPTY_ENUMERATION - Static variable in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
emptyByteArray - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
enable(Instance, ZooReader, String, String) - Static method in class org.apache.accumulo.core.trace.DistributedTrace
 
enableIsolation() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
enableIsolation() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
enableIsolation() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
enableIsolation() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
enableIsolation() - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
enableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
Enables row isolation.
enableIsolation() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
enableIsolation() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
enableTracing(String, String) - Static method in class org.apache.accumulo.server.Accumulo
 
encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
 
encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
 
encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
 
encode(V) - Method in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder
 
encode(List<V>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
 
encode(List<Long>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
 
encode() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
encode(Uid.List) - Method in class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner.UidListEncoder
 
encode(TermWeight.Info) - Method in class org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner.TermWeightInfoEncoder
 
encode(String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
encodeAsBase64FileName(Text) - Static method in class org.apache.accumulo.core.util.Encoding
 
encodeBooleans(boolean[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
Deprecated. since 1.4. To be made protected. Do not interact with flags string directly, just use IntersectingIterator.setColumnFamilies(IteratorSetting, Text[], boolean[]).
encodeBooleans(boolean[]) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Encode an array of booleans denoted which columns are NOT'ed
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[]).
encodeColumns(Text[]) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Encode a Text array of all the columns to intersect on
EncodedBinaryTreePath - Class in org.apache.accumulo.server.tabletserver
This class provides a way of encoding a path into a binary tree into a string.
EncodedBinaryTreePath() - Constructor for class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
EncodedBinaryTreePath(String) - Constructor for class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
encodePrevEndRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
encoder - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
encodeRow(List<Key>, List<Value>) - Static method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
encodeTermValues(Text[]) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Encode a Text array of all of the terms to intersect on.
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() - Method in class org.apache.accumulo.server.master.state.TableStats
 
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
 
END_TOKEN - Static variable in class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
EndKeyName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
EndOfTableException - Exception in org.apache.accumulo.server.tabletserver
 
EndOfTableException() - Constructor for exception org.apache.accumulo.server.tabletserver.EndOfTableException
 
endRow - Variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
endRow - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args
 
endRow - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
endRow - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
endThread(Span) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
endThread(Span) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
entries - Variable in class org.apache.accumulo.core.data.thrift.TMutation
 
entries() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
entry() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Get an entry to access the key and value.
entryFromKeyValue(Key, Value) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
equals(Object) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
equals(RemoteSpan) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
equals(Object) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
equals(SpanReceiver.span_args) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
equals(Object) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
equals(TestService.checkTrace_args) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
equals(Object) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
equals(TestService.checkTrace_result) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
equals(Object) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
equals(TInfo) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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.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
 
equals(Object, Object) - Method in class org.apache.accumulo.examples.wikisearch.jexl.Arithmetic
This method differs from the parent class in that we are going to try and do a better job of coercing the types.
equals(Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
equals(Object) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
equals(Object) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
equals(Object) - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
equals(Object) - Method in class org.apache.accumulo.server.problems.ProblemReport
 
equals(Object) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
equals(Object) - Method in class org.apache.accumulo.server.test.randomwalk.Node
 
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
 
estimatedSizeInBytes() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
Returns a long representing the size of the InMemoryMap
EstimateInMemMapOverhead - Class in org.apache.accumulo.server.test
 
EstimateInMemMapOverhead() - Constructor for class org.apache.accumulo.server.test.EstimateInMemMapOverhead
 
estimatePercentageLTE(FileSystem, AccumuloConfiguration, Text, Text, Collection<String>, Text) - Static method in class org.apache.accumulo.core.file.FileUtil
 
estimateSizes(AccumuloConfiguration, Path, long, List<KeyExtent>, Configuration, FileSystem) - Static method in class org.apache.accumulo.core.file.FileUtil
 
estimateTabletSize() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns an int representing the total block size of the mapfiles served by this tablet.
evaluate(ColumnVisibility) - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
 
evaluate(EventFields) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
Evaluates the query against an event.
EvaluatingIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
 
EvaluatingIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
EvaluatingIterator(AbstractEvaluatingIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
event - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
event(String, Object...) - Method in class org.apache.accumulo.server.master.EventCoordinator
 
EventCoordinator - Class in org.apache.accumulo.server.master
 
EventCoordinator() - Constructor for class org.apache.accumulo.server.master.EventCoordinator
 
EventCoordinator.Listener - Class in org.apache.accumulo.server.master
 
EventFields - Class in org.apache.accumulo.examples.wikisearch.parser
Object used to hold the fields in an event.
EventFields() - Constructor for class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
EventFields.FieldValue - Class in org.apache.accumulo.examples.wikisearch.parser
 
EventFields.FieldValue(ColumnVisibility, byte[]) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.EventFields.FieldValue
 
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
exactTermSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name.
EXEC_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
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(Runnable) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
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
 
execute(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
execute(Connector, Authorizations, Multimap<String, Normalizer>, Multimap<String, QueryParser.QueryTerm>, String, AbstractQueryLogic, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearDeadServerOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearLogOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearProblemOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearTableProblemsOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.RefreshOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.SortTableOperation
 
execute(HttpServletRequest, HttpServletResponse, Logger) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet.ToggleLegendOperation
 
execute - Static variable in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
executeMajorCompaction(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
executeMajorCompaction(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
executeRaw(Instance, ClientExecReturn<T, ClientService.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
 
executeReadAhead(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
executeSplit(KeyExtent, Runnable) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
executeTableOperation(TInfo, 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
 
exists(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
ExitCommand - Class in org.apache.accumulo.core.util.shell.commands
 
ExitCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.ExitCommand
 
expireAllObservers() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
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
 
extent - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
extent - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
extract(Reader) - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor
 

F

fail - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
failedExtents - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
failedToAcquireLock(Exception) - Method in interface org.apache.accumulo.server.zookeeper.ZooLock.AsyncLockWatcher
 
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.  
FastFormat - Class in org.apache.accumulo.server.test
 
FastFormat() - Constructor for class org.apache.accumulo.server.test.FastFormat
 
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
 
fastHalt(ZooLock) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
fastHalt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.test.functional.ZombieTServer.ThriftClientHandler
 
fastHalt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
Fate<T> - Class in org.apache.accumulo.server.fate
Fault tolerant executor
Fate(T, TStore<T>, int) - Constructor for class org.apache.accumulo.server.fate.Fate
 
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.
fetchColumn(Text, Text) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
fetchColumnFamily(Text) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Limit a scan to the specified column family.
fetchColumnFamily(Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
Adds a column family to the list of columns that will be fetched by this scanner.
fetchColumnFamily(Text) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
fetchColumns(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
 
fetchData() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
fetchedColumns - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
Field - Class in org.apache.accumulo.examples.wikisearch.sample
 
Field() - Constructor for class org.apache.accumulo.examples.wikisearch.sample.Field
 
Field(String, String) - Constructor for class org.apache.accumulo.examples.wikisearch.sample.Field
 
FIELD_INDEX_QUERY - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
FIELD_NAME_PREFIX - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
fieldForId(int) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
fieldForId(int) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
fieldForId(int) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
fieldForId(int) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
fieldForId(int) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
FieldIndexIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
This iterator should only return keys from the fi\0{fieldName}:{fieldValue} part of the shard table.
FieldIndexIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
FieldIndexIterator(int, Text, Text, Text, String) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
FieldIndexIterator(int, Text, Text, Text, boolean, String) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
FieldIndexIterator(FieldIndexIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
FieldIndexKeyParser - Class in org.apache.accumulo.examples.wikisearch.util
 
FieldIndexKeyParser() - Constructor for class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
FieldIndexQueryReWriter - Class in org.apache.accumulo.examples.wikisearch.parser
The server-side field index queries can only support operations on indexed fields.
FieldIndexQueryReWriter() - Constructor for class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
FieldIndexQueryReWriter.RewriterTreeNode - Class in org.apache.accumulo.examples.wikisearch.parser
INNER CLASSES
FieldIndexQueryReWriter.RewriterTreeNode(int) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
FieldIndexQueryReWriter.RewriterTreeNode(int, String, String) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
FieldIndexQueryReWriter.RewriterTreeNode(int, String, String, boolean) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
FIELDNAME_FIELD - Static variable in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
fieldTerm - Variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
FILE_TYPE - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
FileCount - Class in org.apache.accumulo.examples.simple.dirlist
Computes recursive counts over file system information and stores them back into the same Accumulo table.
FileDataIngest - Class in org.apache.accumulo.examples.simple.filedata
Takes a list of files and archives them into Accumulo keyed on the SHA1 hashes of the files.
FileDataIngest(int, ColumnVisibility) - Constructor for class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
FileDataQuery - Class in org.apache.accumulo.examples.simple.filedata
Retrieves file data based on the SHA1 hash of the file.
FileDataQuery(String, String, String, String, String, Authorizations) - Constructor for class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
FileManager - Class in org.apache.accumulo.server.tabletserver
 
FileManager.ScanFileManager - Class in org.apache.accumulo.server.tabletserver
 
filename - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
filename - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
filename - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
FileOperations - Class in org.apache.accumulo.core.file
 
FileOperations() - Constructor for class org.apache.accumulo.core.file.FileOperations
 
filePattern - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
filePattern - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
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
 
FileSystemMonitor - Class in org.apache.accumulo.server.util
 
FileSystemMonitor(String, long) - Constructor for class org.apache.accumulo.server.util.FileSystemMonitor
 
FileUtil - Class in org.apache.accumulo.core.file
 
FileUtil() - Constructor for class org.apache.accumulo.core.file.FileUtil
 
FileUtil.FileInfo - Class in org.apache.accumulo.core.file
 
FileUtil.FileInfo(Key, Key) - Constructor for class org.apache.accumulo.core.file.FileUtil.FileInfo
 
fillMap(EventFields, Key, Value) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
Implementations will need to fill the map with field visibilities, names, and values.
fillMap(EventFields, Key, Value) - Method in class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
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.  
finalize() - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
finalize() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
finalize() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
finalize() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
finalKey(WritableComparable) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Reads the final key from the file.
find(String) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
findByName(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.RemoteSpan._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.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.cloudtrace.thrift.RemoteSpan._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.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.cloudtrace.thrift.RemoteSpan._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
findIndexedTerms(Connector, Authorizations, Set<String>, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
Queries metadata table to determine which terms are indexed.
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
 
findOverlappingTablets(AccumuloConfiguration, FileSystem, TabletLocator, Path) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(AccumuloConfiguration, FileSystem, TabletLocator, Path, KeyExtent) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
findOverlappingTablets(AccumuloConfiguration, FileSystem, TabletLocator, Path, Text, Text) - Static method in class org.apache.accumulo.server.client.BulkImporter
 
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
 
finished(CoordinateRecoveryTask.LogFile) - Method in class org.apache.accumulo.server.master.Master
 
finishSplit(Text, Map<String, MetadataTable.DataFileValue>, List<String>, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
finishSplit(KeyExtent, Map<String, MetadataTable.DataFileValue>, List<String>, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
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
 
finishUpdatingLogsUsed() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
FirstEntryInRowIterator - Class in org.apache.accumulo.core.iterators
 
FirstEntryInRowIterator() - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
FirstEntryInRowIterator(FirstEntryInRowIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
 
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
 
fixLeft(Object, Object) - Method in class org.apache.accumulo.examples.wikisearch.jexl.Arithmetic
 
fixSplit(Text, SortedMap<ColumnFQ, Value>, TServerInstance, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
Fixture - Class in org.apache.accumulo.server.test.randomwalk
 
Fixture() - Constructor for class org.apache.accumulo.server.test.randomwalk.Fixture
 
flatten() - Method in class org.apache.accumulo.core.security.ColumnVisibility
 
flush() - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
flush() - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.LogSpans
 
flush() - Method in interface org.apache.accumulo.cloudtrace.instrument.receivers.SpanReceiver
 
flush() - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.ZooSpanClient
 
flush() - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
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
 
Flush - Class in org.apache.accumulo.examples.simple.client
Simple example for using tableOperations() (like create, delete, flush, etc).
Flush() - Constructor for class org.apache.accumulo.examples.simple.client.Flush
 
flush() - Method in class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner
 
flush(ZooLock, String, byte[], byte[]) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
flush() - Method in class org.apache.accumulo.server.test.NullBatchWriter
 
flush(TInfo, AuthInfo, String, String, ByteBuffer, ByteBuffer) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
flush() - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.BulkImport.RFileBatchWriter
 
Flush - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Flush() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Flush
 
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
 
flushTablet(ZooLock, KeyExtent) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
flushTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
FlushTablets - Class in org.apache.accumulo.server.master.tserverOps
 
FlushTablets(String) - Constructor for class org.apache.accumulo.server.master.tserverOps.FlushTablets
 
FMT - Static variable in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
fold(Value, Value) - Method in class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner.Fold
 
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, long, long, long, long, String, Map<String, String>) - Static method in class org.apache.accumulo.cloudtrace.instrument.receivers.LogSpans
 
format(long) - Static method in class org.apache.accumulo.core.util.Duration
 
format(long, String) - Static method in class org.apache.accumulo.core.util.Duration
 
format(long, String, String) - Static method in class org.apache.accumulo.core.util.Duration
 
format(LogFileValue, int) - Static method in class org.apache.accumulo.server.logger.LogFileValue
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CompactionsType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.DateTimeType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.DurationType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.LoggerLinkType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
format(Object) - Method in class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
formatDate(Date) - Static method in class org.apache.accumulo.core.trace.TraceFormatter
 
formatEntry(Map.Entry<Key, Value>, boolean) - Static method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
formatEntry(Map.Entry<Key, Value>, boolean) - Static method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
Formatter - Interface in org.apache.accumulo.core.util.format
 
FormatterCommand - Class in org.apache.accumulo.core.util.shell.commands
 
FormatterCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.FormatterCommand
 
FormatterFactory - Class in org.apache.accumulo.core.util.format
 
FormatterFactory() - Constructor for class org.apache.accumulo.core.util.format.FormatterFactory
 
FORWARD_PREFIX - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
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
 
Framework - Class in org.apache.accumulo.server.test.randomwalk
 
Framework() - Constructor for class org.apache.accumulo.server.test.randomwalk.Framework
 
fromBytes(byte[]) - Method in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
fromBytes(byte[]) - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
fromStrings(Collection<String>) - Static method in class org.apache.accumulo.core.util.ByteArraySet
 
fromStrings(String...) - Static method in class org.apache.accumulo.core.util.ByteArraySet
 
fullScans - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
fullyQualifiedFileName - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
FunctionalTest - Class in org.apache.accumulo.server.test.functional
 
FunctionalTest() - Constructor for class org.apache.accumulo.server.test.functional.FunctionalTest
 
FunctionalTest.TableSetup - Class in org.apache.accumulo.server.test.functional
 
FunctionalTest.TableSetup(String) - Constructor for class org.apache.accumulo.server.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, Map<String, String>) - Constructor for class org.apache.accumulo.server.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, Map<String, String>, SortedSet<Text>) - Constructor for class org.apache.accumulo.server.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, SortedSet<Text>) - Constructor for class org.apache.accumulo.server.test.functional.FunctionalTest.TableSetup
 
FunctionalTest.TableSetup(String, String...) - Constructor for class org.apache.accumulo.server.test.functional.FunctionalTest.TableSetup
 
future - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 

G

GarbageCollectWriteAheadLogs - Class in org.apache.accumulo.server.gc
 
GarbageCollectWriteAheadLogs() - Constructor for class org.apache.accumulo.server.gc.GarbageCollectWriteAheadLogs
 
GcCycleStats - Class in org.apache.accumulo.core.gc.thrift
 
GcCycleStats() - Constructor for class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
GcCycleStats(long, long, long, long, long, long) - Constructor for class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
GcCycleStats(GcCycleStats) - Constructor for class org.apache.accumulo.core.gc.thrift.GcCycleStats
Performs a deep copy on other.
GcCycleStats._Fields - Enum in org.apache.accumulo.core.gc.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
GCLotsOfCandidatesTest - Class in org.apache.accumulo.server.test
 
GCLotsOfCandidatesTest() - Constructor for class org.apache.accumulo.server.test.GCLotsOfCandidatesTest
 
GCMonitorService - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService() - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService
 
GCMonitorService.AsyncClient - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient
 
GCMonitorService.AsyncClient.Factory - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClient.Factory
 
GCMonitorService.AsyncClient.getStatus_call - Class in org.apache.accumulo.core.gc.thrift
 
GCMonitorService.AsyncClient.getStatus_call(TInfo, 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.
GcStatusServlet - Class in org.apache.accumulo.server.monitor.servlets
 
GcStatusServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.GcStatusServlet
 
generate(HttpServletRequest, StringBuilder) - Method in class org.apache.accumulo.server.monitor.util.Table
 
generateAggTableProperties(List<? extends PerColumnIteratorConfig>) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
Deprecated. since 1.4
generateInitialTableProperties() - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
generateRow(int, int) - Static method in class org.apache.accumulo.server.test.TestIngest
 
GenerateTestData - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
GenerateTestData() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData
 
generateValues(TestIngest.IngestArgs) - Static method in class org.apache.accumulo.server.test.TestIngest
 
genLong(long, long, Random) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousIngest
 
genMutation(long, int, int, byte[], long, byte[], Random, boolean) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousIngest
 
genRandomValue(Random, byte[], int, int, int) - Static method in class org.apache.accumulo.server.test.TestIngest
 
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
 
get(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
get(Property) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
get(Property) - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
get(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
get(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
get(Key) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
get(String) - Method in class org.apache.accumulo.server.test.randomwalk.State
 
get(Object) - Method in class org.apache.accumulo.server.util.DefaultMap
 
get(KT) - Method in class org.apache.accumulo.server.util.MapCounter
 
getAbbreviatedValue() - Method in interface org.apache.accumulo.core.security.VisibilityInterpreter
 
getAccumuloClasspathStrings() - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
getAccumuloDynamicClasspathStrings() - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
getAccumuloPersistentVersion() - Static method in class org.apache.accumulo.server.Accumulo
 
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
 
getActiveScans(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
getAddress(ServerServices.Service) - Method in class org.apache.accumulo.core.util.ServerServices
 
getAddressString(ServerServices.Service) - Method in class org.apache.accumulo.core.util.ServerServices
 
getAdjustMax() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
getAdvanceKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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.  
getAnalyzer(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getAndTermsForOptimizer() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getAndWrap(Configuration) - Static method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getAPIVersion() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get version of BCFile API.
getArguments() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getArgumentsIterator() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getArgumentsSize() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getAssignment(SortedMap<TServerInstance, TabletServerStatus>, KeyExtent, TServerInstance) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.ChaoticLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getAssignments(SortedMap<TServerInstance, TabletServerStatus>, Map<KeyExtent, TServerInstance>, Map<KeyExtent, TServerInstance>) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Assign tablets to tablet servers.
getAST() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncClient.Factory
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.AsyncClient.Factory
 
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
 
getAuthsArray() - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
GetAuthsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GetAuthsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GetAuthsCommand
 
getAuthsMap(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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
 
getAverageFilesPerTablet() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getAverageFilesPerTablet() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getAvg() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getBackingArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
getBackingArray() - Method in class org.apache.accumulo.core.data.ByteSequence
 
getBadStates() - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
 
getBadTServers() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getBadTServersSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getBalancerForTable(String) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getBaseDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getBaseDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getBatch() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
getBatchFromRootTablet(AuthInfo, Text, SortedMap<Key, Value>, SortedSet<Column>, boolean, int) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
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
 
getBatchSize() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
getBatchSize() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
getBatchWriter(String) - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
getBatchWriter(String) - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
 
getBatchWriter(String) - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
Returns a BatchWriter for a particular table.
getBCFileVersion() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get version of BCFile file being read.
getBlock(String) - Method in interface org.apache.accumulo.core.file.blockfile.cache.BlockCache
Fetch block from cache.
getBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the buffer of the block with the specified name.
getBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
getBlockCount() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get the number of data blocks.
getBlockIndexNear(long) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Find the smallest Block index whose starting offset is greater than or equal to the specified offset.
getBlockSize(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getBoolean(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getBuffer() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
getBulkFilesLoaded(Connector, KeyExtent, long) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getBulkFilesLoaded(AuthInfo, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getBulkFilesLoaded(AuthInfo, Text) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getByDepth(int) - Static method in enum org.apache.accumulo.core.data.PartialKey
 
getByteBuffer(Text) - Static method in class org.apache.accumulo.core.util.TextUtil
 
getBytes() - Method in class org.apache.accumulo.core.data.ComparableBytes
 
getBytes(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
 
getByteSize() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
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
 
getCellType() - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
getChart(double, double) - Static method in class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
getChildren() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getChildren(String) - Method in interface org.apache.accumulo.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
 
getChildren() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
getChildren(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
getChildren(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
getChildrenAsEnumeration() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
getClass(String) - Static method in class org.apache.accumulo.examples.wikisearch.parser.JexlOperatorConstants
 
getClassLoader() - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
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(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client.Factory
 
getClient(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.Client.Factory
 
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
 
getClientAddressString() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getClientString() - Method in class org.apache.accumulo.core.util.TBufferedSocket
 
getCloseAvgTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCloseAvgTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCloseCount() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCloseCount() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
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
 
getClosedLogs(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.logger.LogService
 
getClosedLogs() - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
getCloseMaxTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCloseMaxTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCloseMinTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCloseMinTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
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
 
getCol(Key) - Static method in class org.apache.accumulo.server.test.VerifyIngest
 
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
 
getColumnFamily() - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
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
 
getColumnQualifier() - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
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
 
getColumnVisibility(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
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
 
getComments() - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
getCommitAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getCommitPrepMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getCommitPrepMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getComparator() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get an instance of the RawComparator that is constructed based on the string comparator representation.
getComparator(int, Comparator<T>) - Static method in class org.apache.accumulo.server.monitor.util.TableRow
 
getComparatorName() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get the string representation of the comparator.
getCompressedSize() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
 
getCompressedSize() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
getCompressedSize() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader.BlockReader
Get the compressed size of the block.
getCompressedSize() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer.BlockAppender
Get the compressed size of the block in progress.
getCompressedSize() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
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 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
 
getConf() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getConfig() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
getConfig() - Method in class org.apache.accumulo.examples.wikisearch.iterator.DefaultIteratorEnvironment
 
getConfig() - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
getConfigDir() - Static method in class org.apache.accumulo.server.test.randomwalk.Framework
 
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
 
getConfiguration(ConfigurationType) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getConfiguration() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
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(TServerInstance) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
getConnection(TServerInstance) - Method in class org.apache.accumulo.server.master.Master
 
getConnectionWithRetry(Instance) - Static method in class org.apache.accumulo.core.client.impl.MasterClient
 
getConnector(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
 
getConnector(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getConnector(String, byte[]) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getConnector(String, CharSequence) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getConnector(AuthInfo) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getConnector() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
getConnector() - Method in class org.apache.accumulo.server.test.randomwalk.State
 
getConnector() - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
getConstrainClass() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
getConstrainClass() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getConstraintViolationCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getConstraintViolationCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getConstraintViolationSummaries() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getContents() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getContents() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getContents() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
getContentSummary(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getCookie(HttpServletRequest, String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
getCopyAvgTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCopyAvgTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCopyCount() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCopyCount() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCopyMaxTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCopyMaxTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCopyMinTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCopyMinTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
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
 
getCOUNT() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
getCOUNT() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getCount() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getCount() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
getCount(T) - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
getCreateAvgTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCreateAvgTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCreateCount() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCreateCount() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCreateMaxTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCreateMaxTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getCreateMinTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getCreateMinTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
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
 
getCredentials() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
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
 
getCurrentKey() - Method in class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
getCurrentKey() - Method in class org.apache.accumulo.examples.wikisearch.reader.LongLineRecordReader
 
getCurrentLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getCurrentRow() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
getCurrentServers() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
getCurrentSize() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the current size of this cache.
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'.
getCurrentValue() - Method in class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
getCurrentValue() - Method in class org.apache.accumulo.examples.wikisearch.reader.LongLineRecordReader
 
getCve() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
getData() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
getData() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
getData() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Get data associated with this span (read only)
getData() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
getData(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the directory table and pulls out stat information about a path.
getData() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getData(String) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getDataBlock(int) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
 
getDataBlock(long, long, long) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileReader
 
getDataBlock(int) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
It is intended that once the BlockRead object is returned to the caller, that the caller will read the entire block and then call close on the BlockRead class.
getDataBlock(long, long, long) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Reader
 
getDataBlock(int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Stream access to a Data Block.
getDataBlock(long, long, long) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
 
getDataCache() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
getDataCacheHitRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getDataCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getDataCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getDatafiles() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getDataFileSizes(KeyExtent, AuthInfo) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getDataLocation(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Returns the given key's dataLocation
getDataLocation(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
Returns the given key's dataLocation
getDataSize() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
getDataType() - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
getDataType() - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
getDataTypeUid() - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
getDataTypeUid() - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
getDataVersionLocation(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getDataVersionLocation() - Static method in class org.apache.accumulo.server.ServerConstants
 
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
 
getDefaultBlockSize() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getDefaultCompressionName() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Reader
Get the name of the default compression algorithm.
getDefaultConfiguration() - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getDefaultConfiguration() - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getDefaultFormatter(Iterable<Map.Entry<Key, Value>>, boolean) - Static method in class org.apache.accumulo.core.util.format.FormatterFactory
 
getDefaultInstance() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
getDefaultInstance() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getDefaultInstanceForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
getDefaultInstanceForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
getDefaultInstanceForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
getDefaultInstanceForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getDefaultReplication() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
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
 
getDepth(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Calculates the depth of a path, i.e.
getDescription() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
getDescription() - Method in interface org.apache.accumulo.server.fate.Repo
 
getDescription() - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
getDescription() - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
getDescription() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
getDescriptor() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight
 
getDescriptor() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
getDescriptor() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid
 
getDescriptor() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getDescriptorForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
getDescriptorForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
getDirList(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Uses the directory table to list the contents of a directory.
getDocID(Key) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
getDocID(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
getDocID(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Returns the given key's DocID
getDocID(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
Returns the given key's DocID
getDuplicateReads() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getEarlierEntries(long) - Method in interface org.apache.accumulo.server.zookeeper.DistributedReadWriteLock.QueueLock
 
getEarlierEntries(long) - Method in class org.apache.accumulo.server.zookeeper.ZooQueueLock
 
getElapsed() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
getEncoding() - Method in class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
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
 
getEntries() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getEntries() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getEntriesInMemory() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getEntriesInMemory() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getEntriesRead() - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
getEntriesWritten() - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
getEntryComparator() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get a Comparator object to compare Entries.
getEntryCount() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Get the number of key-value pair entries in TFile.
getEnvironmentConfiguration() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
getErrorCode() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
getErrorDir() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getErrors() - Method in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
getErrorServers() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getEstimatedSize() - Method in class org.apache.accumulo.core.data.thrift.MapFileInfo
 
getEtcetera() - Method in class org.apache.accumulo.core.util.Version
 
getEvent() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
getEventCoordinator() - Method in class org.apache.accumulo.server.master.Master
 
getEvents() - Method in class org.apache.accumulo.server.monitor.LogService
 
getEvictedCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getEvictedCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the number of blocks that have been evicted during the lifetime of this cache.
getEvictionCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getEvictionCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the number of eviction runs that have occurred
getException(long) - Method in class org.apache.accumulo.server.fate.Fate
 
getException() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getExecutionAvgTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionAvgTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getExecutionCount() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionCount() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getExecutionMaxTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionMaxTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getExecutionMinTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getExecutionMinTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
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
 
getExtent() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getExtent() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns a KeyExtent object representing this tablet's key range.
getExtent() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
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.cloudtrace.thrift.RemoteSpan._Fields
 
getFieldName() - Method in enum org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.cloudtrace.thrift.TInfo._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
 
getFieldName() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
getFieldName() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getFieldName() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
getFieldName() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
getFieldName() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
getFieldName() - Method in class org.apache.accumulo.examples.wikisearch.sample.Field
 
getFieldName() - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
getFieldName() - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
getFieldNames() - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
getFieldNamesAndValues() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
getFieldOperator() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getFields() - Method in class org.apache.accumulo.examples.wikisearch.sample.Document
 
getFieldValue(RemoteSpan._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
getFieldValue(SpanReceiver.span_args._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
getFieldValue(TestService.checkTrace_args._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
getFieldValue(TestService.checkTrace_result._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
getFieldValue(TInfo._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
getFieldValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getFieldValue() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
getFieldValue() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
getFieldValue() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
getFieldValue() - Method in class org.apache.accumulo.examples.wikisearch.sample.Field
 
getFieldValue(String) - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
getFieldValue() - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
getFieldValue() - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
getFieldValues() - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
getFileAndLogEntries(AuthInfo, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getFileChecksum(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getFileName() - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
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
 
getFileSize() - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
getFileSplit() - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
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
 
getFileStatus(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getFileSystem(Configuration, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.file.FileUtil
 
getFileSystem() - Method in class org.apache.accumulo.server.tabletserver.Compactor
 
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
 
getfName() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
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.
getForwardIndex(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the QueryUtil.FORWARD_PREFIX for the index table.
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.
getFs(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getFullName() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getFullScanRange(Date, Date, Multimap<String, QueryParser.QueryTerm>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getFullScanRange(Date, Date, Multimap<String, QueryParser.QueryTerm>) - Method in class org.apache.accumulo.examples.wikisearch.logic.QueryLogic
 
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
 
getfValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
getGcStatus() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
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
 
getHash() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getHashInfo() - Method in class org.apache.accumulo.core.file.blockfile.cache.CacheEntry
 
getHashValue() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
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
 
getHistoricalStats(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
getHitCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getHitRatio() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getHoldTime() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getHoldTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getHoldTime() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getHomeDirectory() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
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
 
getId() - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
getId() - Method in class org.apache.accumulo.examples.wikisearch.sample.Document
 
getId() - Method in enum org.apache.accumulo.server.master.state.TabletServerState
 
getIdleAvgTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleAvgTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleCount() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleCount() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleMaxTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleMaxTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleMinTime() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getIdleMinTime() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
getIdleTime() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getIdToNameMap(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getIGNORE() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
getIGNORE() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getIndex() - Method in class org.apache.accumulo.core.file.rfile.RFile.Reader
 
getIndexCache() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
getIndexCacheHitRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getIndexCacheHits() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getIndexCacheRequest() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getIndexEntries() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
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.  
getIndexTableName() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getIndexValues() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
getIndexValuesToOriginalValues() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
getIngest() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getIngest() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getIngestByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getIngestByteRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getIngestRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getIngestRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getIngestRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.AddSplitTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.BadIteratorMincTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.BatchScanSplitTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.BatchWriterFlushTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.BloomFilterTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.BulkFileTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.BulkSplitOptimizationTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.ConcurrencyTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.ConstraintTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.CreateAndUseTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.CreateManyScannersTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.DeleteEverythingTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsSplitTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.LargeRowTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.LogicalTimeTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.MaxOpenTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.MergeTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.SystemPermissionsTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.TablePermissionsTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.RowDeleteTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.ScanIteratorTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.ScanRangeTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.ScanSessionTimeOutTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.ServerSideErrorTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.SparseColumnFamilyTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.SplitRecoveryTest
 
getInitialConfig() - Method in class org.apache.accumulo.server.test.functional.VisibilityTest
 
getInputProtocol() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
getInputProtocol() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
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() - Static method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
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
 
getInstance(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getInstance() - Static method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getInstance(Instance, AccumuloConfiguration) - Static method in class org.apache.accumulo.server.conf.ZooConfiguration
 
getInstance(AccumuloConfiguration) - Static method in class org.apache.accumulo.server.conf.ZooConfiguration
 
getInstance() - Method in class org.apache.accumulo.server.master.balancer.TServerUsesLoggers
 
getInstance() - Method in class org.apache.accumulo.server.master.Master
 
getInstance() - Static method in class org.apache.accumulo.server.master.state.tables.TableManager
 
getInstance() - Static method in class org.apache.accumulo.server.monitor.LogService
 
getInstance() - Static method in class org.apache.accumulo.server.problems.ProblemReports
 
getInstance() - Static method in class org.apache.accumulo.server.security.ZKAuthenticator
 
getInstance() - Static method in class org.apache.accumulo.server.tabletserver.UniqueNameAllocator
 
getInstance() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
getInstance() - Static method in class org.apache.accumulo.server.test.randomwalk.Framework
 
getInstance() - Method in class org.apache.accumulo.server.test.randomwalk.State
 
getInstance() - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
getInstance() - Static method in class org.apache.accumulo.server.util.time.SimpleTimer
 
getInstance() - Static method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
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
 
getInstanceId() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getInstanceID() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getInstanceIDFromHdfs(Path) - Static method in class org.apache.accumulo.core.client.ZooKeeperInstance
Deprecated. 
getInstanceIdLocation() - Static method in class org.apache.accumulo.server.ServerConstants
 
getInstanceName() - Method in interface org.apache.accumulo.core.client.Instance
Returns the instance name given at system initialization time.
getInstanceName() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getInstanceName() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getInstanceName(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getInstanceName() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getInteger(String) - Method in class org.apache.accumulo.server.test.randomwalk.State
 
getInterfaceMatch() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_args
 
getIntersection(HashSet<Key>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
getIteratorScope() - Method in class org.apache.accumulo.examples.wikisearch.iterator.DefaultIteratorEnvironment
 
getIteratorScope() - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
getIteratorSetting(String, String, IteratorUtil.IteratorScope) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Get the settings for an iterator.
getIteratorSetting(String, String, IteratorUtil.IteratorScope) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
getIteratorTree() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getIterName() - Method in class org.apache.accumulo.core.data.thrift.IterInfo
 
getJJTNodeType(String) - Static method in class org.apache.accumulo.examples.wikisearch.parser.JexlOperatorConstants
 
getJobName() - Static method in class org.apache.accumulo.server.master.LogSort
 
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
 
getKey() - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
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.
getKeyComparator() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
Implementations will return the PartialKey value to use for comparing keys for aggregating events
getKeyComparator() - Method in class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
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.
getKeys() - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
getKeysInCountSortedOrder() - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
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.
getLanguagesFile(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getLast() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getLast() - Method in class org.apache.accumulo.server.master.state.TableStats
 
getLast(Text) - Method in class org.apache.accumulo.server.master.state.TableStats
 
getLastCommitTime() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getLastContact() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLastContactTime() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getLastKey() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
getLastKey() - Method in interface org.apache.accumulo.core.file.FileSKVIterator
 
getLastKey() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
getLastKey() - Method in class org.apache.accumulo.core.file.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
 
getLastKey(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getLastLog() - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
getLastRefs() - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getLastRow() - Method in class org.apache.accumulo.core.file.FileUtil.FileInfo
 
getLastStatus() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
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
 
getLeftChild() - Method in class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
getLegend() - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
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
 
getLength() - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
getLength(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getList() - Method in class org.apache.accumulo.core.file.blockfile.cache.CachedBlockQueue
Get a sorted List of all elements in this queue, in descending order.
getList() - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
getListener() - Method in class org.apache.accumulo.server.master.EventCoordinator
 
getListenersFor(File) - Method in class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
getLoadBalancerClassNameForTable(String) - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getLoadOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getLocalAddress(String[]) - Static method in class org.apache.accumulo.server.Accumulo
 
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
 
getLocation() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
getLocation() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns a Path object representing the tablet's location on the DFS.
getLocations() - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
 
getLocations() - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
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
 
getLockData(ZooKeeper, String) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getLockData(ZooCache, String, Stat) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getLockData(String) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getLockData(String, Stat) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getLockID() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getLockName() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getLockPath() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getLogAppendAvgTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogAppendAvgTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogAppendCount() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogAppendCount() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogAppendMaxTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogAppendMaxTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogAppendMinTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogAppendMinTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogCount() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getLogEntries(AuthInfo, KeyExtent) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getLogEntries(AuthInfo) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getLogExceptionCount() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogExceptionCount() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogFlushAvgTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogFlushAvgTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogFlushCount() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogFlushCount() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogFlushMaxTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogFlushMaxTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogFlushMinTime() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getLogFlushMinTime() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
getLogger() - Method in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
getLogger() - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
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
 
getLoggers() - Method in interface org.apache.accumulo.server.master.balancer.LoggerUser
 
getLoggers() - Method in class org.apache.accumulo.server.master.balancer.TServerUsesLoggers
 
getLoggers() - Method in class org.apache.accumulo.server.master.Master
 
getLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.LoggerStrategy
 
getLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.RandomLoggerStrategy
 
getLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.RoundRobinLoggerStrategy
 
getLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
getLoggers() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getLoggersFromZooKeeper() - Method in class org.apache.accumulo.server.master.TabletServerLoggers
 
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
 
getLogId() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getLogId() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
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.
getLookupRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getLookups() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getLookupsOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getLower() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
getLowerBound() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
getMajorCompactions() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMajorCompactions() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMajorCompactionsOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getMajorCompactionsQueued() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMajorCompactionsQueued() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMajorVersion() - Method in class org.apache.accumulo.core.util.Version
 
getMapProgress() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getMapReduceJars() - Method in class org.apache.accumulo.server.test.randomwalk.State
 
getMaster() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
getMasterLocations() - Method in interface org.apache.accumulo.core.client.Instance
Returns the location(s) of the accumulo master and any redundant servers.
getMasterLocations() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getMasterLocations() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getMasterLocations() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getMasterLock() - Method in class org.apache.accumulo.server.master.Master
 
getMasterStats(TInfo, 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
 
GetMasterStats - Class in org.apache.accumulo.server.test
 
GetMasterStats() - Constructor for class org.apache.accumulo.server.test.GetMasterStats
 
getMax() - Method in class org.apache.accumulo.core.util.Stat
 
getMax() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getMax() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
getMaxBufferSize(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
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
 
getMemoryManagementActions(List<TabletState>) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
getMemoryManagementActions(List<TabletState>) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
An implementation of this function will be called periodically by accumulo and should return a list of tablets to minor compact.
getMemoryUsed() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
getMemTableSize() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getMergeInfo(Text) - Method in class org.apache.accumulo.server.master.Master
 
getMergeInfo() - Method in class org.apache.accumulo.server.master.state.MergeStats
 
getMessage() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
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
getMetadataDirectoryEntries(SortedMap<Key, Value>) - Static method in class org.apache.accumulo.server.util.MetadataTable
convenience method for reading entries from the metadata table
getMetadataEntry() - Method in class org.apache.accumulo.core.data.KeyExtent
Returns a String representing this extent's entry in the Metadata table
getMetadataEntry(Text, Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
getMetadataEntry(KeyExtent) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
getMetadataLocationEntries(SortedMap<Key, Value>) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getMetadataTable(AuthInfo) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
getMetadataTableDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getMetadataTableDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getMetadataTableName() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
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
 
getMetric(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricAvg(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricCount(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricMax(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricMin(String) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricsConfiguration() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMetricsPrefix() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getMigrations(Map<TServerInstance, TabletServerStatus>, List<TabletMigration>) - Method in class org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
 
getMin() - Method in class org.apache.accumulo.core.util.Stat
 
getMin() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
getMinInputSplitSize(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
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
 
getMinorCompactingMemTableSize() - Method in interface org.apache.accumulo.server.tabletserver.TabletState
 
getMinorCompactionAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactionQueueMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getMinorCompactionQueueMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
getMinorCompactions() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMinorCompactions() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMinorCompactionsOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getMinorCompactionsQueued() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getMinorCompactionsQueued() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getMinorVersion() - Method in class org.apache.accumulo.core.util.Version
 
getMinUniqueID() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getMissCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getMissRatio() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getMmi() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getModifiedQuery() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
 
getMultiTableBatchWriter() - Method in class org.apache.accumulo.server.test.randomwalk.State
 
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
 
getMutationArrayAvgSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMutationArrayAvgSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getMutationArrayMaxSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMutationArrayMaxSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getMutationArrayMinSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getMutationArrayMinSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getMutations() - Method in class org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
 
getMutations() - Method in class org.apache.accumulo.core.tabletserver.thrift.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
 
getName() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
getName() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getName() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getName() - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
getNamedOptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
getNamespacesFile(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getNameToIdMap(Instance) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getNativeLibPath() - Static method in class org.apache.accumulo.server.tabletserver.NativeMap
 
getNegatedTermsForOptimizer() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getNewDataSource() - Method in interface org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.DataSource
 
getNewFileExtension(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.file.FileOperations
 
getNewState() - Method in exception org.apache.accumulo.server.master.state.tables.TableManager.IllegalTableTransitionException
 
getNewTablets() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getNewTabletsIterator() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getNewTabletsSize() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getNextName() - Method in class org.apache.accumulo.server.tabletserver.UniqueNameAllocator
 
getNode(String) - Method in class org.apache.accumulo.server.test.randomwalk.Framework
Creates node (if it does not already exist) and inserts into map
getNormalizedFieldValues() - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
getNormalizedTermFrequency() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
getNormalizedTermFrequency() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
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
 
getNumberOfLoggersToUse() - Method in class org.apache.accumulo.server.tabletserver.log.LoggerStrategy
 
getNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
getNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
getNumEntries() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getNumEntries() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getNumEntries() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
getNumEntries() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
getNumEntries() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getNumEntriesInMemory() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getNumGroups(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getNumPartitions(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getObject(Key) - Method in class org.apache.accumulo.core.iterators.conf.ColumnToClassMapping
 
getObjectName() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
getObjectName() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getObjectName() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getObjectName() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
getOffset() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
getOldState() - Method in exception org.apache.accumulo.server.master.state.tables.TableManager.IllegalTableTransitionException
 
getOldTablet() - Method in class org.apache.accumulo.core.master.thrift.TabletSplit
 
getOnlineCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getOnlineCount() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getOnlineTabletCount() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getOnlineTablets() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getOnlineTabletsForTable(TServerInstance, String) - Method in class org.apache.accumulo.server.master.balancer.TabletBalancer
Fetch the tablets for the given table by asking the tablet server.
getOp() - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
getOp() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
getOpeningCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getOpeningCount() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getOperation() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getOperator() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
getOperator(Class<? extends JexlNode>) - Static method in class org.apache.accumulo.examples.wikisearch.parser.JexlOperatorConstants
 
getOperator(Integer) - Static method in class org.apache.accumulo.examples.wikisearch.parser.JexlOperatorConstants
 
getOperator() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
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
 
getOptions() - Static method in class org.apache.accumulo.server.test.TestIngest
 
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
 
getOriginalLower() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
getOriginalQueryValue() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
getOriginalUpper() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
getOrTermsForOptimizer() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getOsLoad() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
getOutputProtocol() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
getOutputProtocol() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
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
 
getParent() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
getParent() - Method in class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
getParentId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
getParentId() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
getPartition() - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
getPartition(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
getPartition(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
Returns the given key's row
getPartition(LogFileKey, LogFileValue, int) - Method in class org.apache.accumulo.server.master.RoundRobinPartitioner
 
getPartitionedArticlesPath(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getPartitionId(ArticleExtractor.Article, int) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
We will partition the documents based on the document id
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
 
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
 
getPassword() - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
getPassword(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getPassword() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
getPathName(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
getPercentage(T) - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
getPermission() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
getPermissionById(byte) - Static method in enum org.apache.accumulo.core.security.SystemPermission
 
getPermissionById(byte) - Static method in enum org.apache.accumulo.core.security.TablePermission
 
getPermissionErrorCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getPermissionErrorCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getPid() - Method in class org.apache.accumulo.server.test.randomwalk.State
 
getPlatform() - Static method in class org.apache.accumulo.start.Platform
 
getPort(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getPort() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer5_1
 
getPort() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
 
getPort() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
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
 
getProblemException() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getProblemSummary() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getProblemType() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getProcessor(TTransport) - Method in class org.apache.accumulo.server.util.TServerUtils.ClientInfoProcessorFactory
 
getProgress(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
getProgress() - Method in class org.apache.accumulo.examples.wikisearch.reader.LongLineRecordReader
Get the progress within the split
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
 
getProperty(long, String) - Method in interface org.apache.accumulo.server.fate.TStore
 
getProperty(long, String) - Method in class org.apache.accumulo.server.fate.ZooStore
 
getProperty(String) - Method in class org.apache.accumulo.server.test.randomwalk.State
 
getPropertyByKey(String) - Static method in enum org.apache.accumulo.core.conf.Property
 
getQueries() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getQueries() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getQuery() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
 
getQueryByteRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getQueryByteRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getQueryExpression() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
getQueryIdentifiers() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getQueryLiterals() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getQueryRate() - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
getQueryRate() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
getQueryRateOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getQueryTerms() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
getQueryThreads() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
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
 
getRandomRow(Random) - Static method in class org.apache.accumulo.server.test.randomwalk.bulk.Merge
 
getRandomTabletRange(State) - Static method in class org.apache.accumulo.server.test.randomwalk.bulk.Merge
 
getRange() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
getRange() - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
getRange() - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
getRange() - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
getRange() - Method in class org.apache.accumulo.core.client.mapreduce.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
 
getRange() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getRange() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
getRange() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
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.
getRanges() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
getRanges() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.UnionIndexRanges
 
getRanges() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
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
 
getReadAheadQueueSize() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getReadAheadTimeOut() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getReader() - Method in class org.apache.accumulo.core.util.shell.Shell
 
getReadLock(String, long) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
getRecoveriesOverTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getRecovery() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getRecoveryDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getRecoveryDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
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
 
getReplication(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getRequestCount() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
getResource() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getResource() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getResult() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncClient.span_call
 
getResult() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.AsyncClient.checkTrace_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticateUser_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.bulkImportFiles_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeAuthorizations_call
 
getResult() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.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
 
getResult() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
getResultAvgSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultAvgSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResultCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResultMaxSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultMaxSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResultMinSize() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getResultMinSize() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getResults() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResults() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getResults() - Method in class org.apache.accumulo.examples.wikisearch.sample.Results
 
getResultsIterator() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResultsIterator() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getResultsKey(Map.Entry<Key, Value>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getResultsSize() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
getResultsSize() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
getRetryingInstance() - Static method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
get an instance that retries when zookeeper connection errors occur
getReturn(long) - Method in class org.apache.accumulo.server.fate.Fate
 
getReturn() - Method in interface org.apache.accumulo.server.fate.Repo
 
getReturn() - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
getReturn() - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
getReturnKey(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
When the query expression evaluates to true against the event, the event fields will be serialized into the Value and returned up the iterator stack.
getReturnKey(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
getReverseIndex(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the QueryUtil.REVERSE_PREFIX with the path reversed for the index table.
getReverseIndexTableName() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getRight() - Method in class org.apache.accumulo.core.util.BinaryTree
 
getRightChild() - Method in class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
getRoot(Instance) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
getRoot(String) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
getRootNode() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
getRootTabletDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getRootTabletDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getRootTabletLocation(AsyncMethodCallback<ClientService.AsyncClient.getRootTabletLocation_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getRootTabletLocation(AsyncMethodCallback<ClientService.AsyncClient.getRootTabletLocation_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getRootTabletLocation() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getRootTabletLocation() - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getRootTabletLocation() - Method in interface org.apache.accumulo.core.client.Instance
Returns the location of the tablet server that is serving the root tablet.
getRootTabletLocation() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getRootTabletLocation() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getRootTabletLocation() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getRootTabletLocation() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getRootUsername() - Method in class org.apache.accumulo.server.security.Auditor
 
getRootUsername() - Method in interface org.apache.accumulo.server.security.Authenticator
 
getRootUsername() - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
getRow(Text) - Method in class org.apache.accumulo.core.data.Key
This method gives users control over allocation of Text objects by copying into the passed in text.
getRow() - Method in class org.apache.accumulo.core.data.Key
This method allocates a Text object and copies into it.
getRow() - Method in class org.apache.accumulo.core.data.Mutation
 
getRow() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getRow() - Method in class org.apache.accumulo.core.data.thrift.TMutation
 
getRow(String) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Given a path, construct an accumulo row prepended with the path's depth for the directory table.
getRow() - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
getRow(Key) - Static method in class org.apache.accumulo.server.test.VerifyIngest
 
getRowData() - Method in class org.apache.accumulo.core.data.Key
This method returns a pointer to the keys internal data and does not copy it.
getRunnable(TNonblockingServer.FrameBuffer) - Method in class org.apache.accumulo.server.util.TServerUtils.THsHaServer
 
getRunning() - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
getRuntime() - Method in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
getScanAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getScanCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getScanid() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
getScanID() - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_args
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_args
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_args
 
getScanID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_args
 
getScanMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
getScanMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
getScanMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
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
 
getScanTime() - Method in class org.apache.accumulo.server.master.state.TableStats
 
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
 
getSelector() - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
getSelector() - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
getSender() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
getSerializedSize() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
getSerializedSize() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getSerialVersion() - Method in class org.apache.accumulo.core.bloomfilter.Filter
 
getServer() - Method in exception org.apache.accumulo.core.client.impl.AccumuloServerException
 
getServer() - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
getServer() - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
getServer() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
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
 
getSession() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
getSessionId(ZooCache, String) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getSessionId() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
getSetIterator() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getSignificance() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
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
getSiteConfiguration() - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
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
 
getSlaves - Class in org.apache.accumulo.server.util
Function to get the list of expected tablet servers.
getSlaves() - Constructor for class org.apache.accumulo.server.util.getSlaves
 
getSomeData(String, int) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataQuery
 
getSource() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
 
getSource() - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
getSpan() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
getSpanId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.SendSpansViaThrift
 
getSpanKey(Map<String, String>) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.ZooSpanClient
 
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
 
getSplitCreationTime() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
getSplitPoint() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
getSplitPoints(long, long, long) - Static method in class org.apache.accumulo.server.test.TestIngest.CreateTable
 
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
 
getSplits(JobContext) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat
 
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.cloudtrace.thrift.RemoteSpan
 
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
 
getStartTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getStartTimeMillis() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
getStartTimeMillis() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
getStartTimeMillis() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Get the start time, in milliseconds
getState() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getState() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
getState() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getState() - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
getState() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
getState(Set<TServerInstance>) - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
getStateById(byte) - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
 
getStats() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get counter statistics for this cache.
getStats(Map<String, MapCounter<ScanRunState>>) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getStatsKeeper() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getStatus(TInfo, 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
 
getStatus(long) - Method in interface org.apache.accumulo.server.fate.TStore
Get the state of a given transaction.
getStatus(long) - Method in class org.apache.accumulo.server.fate.ZooStore
 
getStatus(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
getStdDev() - Method in class org.apache.accumulo.core.util.Stat
 
getStop() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
getStop() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
getStopTimeMillis() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
getStopTimeMillis() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
getStopTimeMillis() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Get the stop time, in milliseconds
getStream() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockReader
 
getStream() - Method in interface org.apache.accumulo.core.file.blockfile.ABlockWriter
 
getStream() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockRead
It is intended that the caller of this method will close the stream we also only intend that this be called once per BlockRead.
getStream() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.BlockWrite
 
getString(String) - Method in class org.apache.accumulo.server.test.randomwalk.State
 
getSubcommand(String) - Method in class org.apache.accumulo.core.util.shell.Token
 
getSubcommandList() - Method in class org.apache.accumulo.core.util.shell.Token
 
getSubcommandNames() - Method in class org.apache.accumulo.core.util.shell.Token
 
getSubcommandNames(String) - Method in class org.apache.accumulo.core.util.shell.Token
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_result
 
getSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
getSum() - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
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.
getSvc() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
getSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
getSysPerm(State, String, SystemPermission) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getSystemConfiguration() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
 
getSystemConfiguration() - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
getSystemConfiguration() - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
getSystemConfiguration() - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getSystemConfiguration() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
getSystemConnector(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getSystemCredentials() - Static method in class org.apache.accumulo.server.security.SecurityConstants
 
getSysUserName(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getSysUserPass(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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
 
getTableConfiguration(String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getTableConfiguration(String, String) - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getTableConfiguration(String) - Static method in class org.apache.accumulo.server.conf.ServerConfiguration
 
getTableExists(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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
 
getTableMap() - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
getTableMapSize() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getTableMapSize() - Method in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
getTableName(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
 
getTableName(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getTableName() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getTableName() - Method in class org.apache.accumulo.examples.wikisearch.logic.ContentLogic
 
getTableName() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getTableName() - Static method in class org.apache.accumulo.server.test.randomwalk.bulk.Setup
 
getTableName(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getTableOperations() - Method in class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
getTablesDir(AccumuloConfiguration) - Static method in class org.apache.accumulo.core.Constants
 
getTablesDir() - Static method in class org.apache.accumulo.server.ServerConstants
 
getTableState(Instance, String) - Static method in class org.apache.accumulo.core.client.impl.Tables
 
getTableState(String) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.AddSplitTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.BadIteratorMincTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.BatchScanSplitTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.BatchWriterFlushTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.BloomFilterTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.BulkFileTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.BulkSplitOptimizationTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.ConcurrencyTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.ConstraintTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.CreateAndUseTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.CreateManyScannersTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.DeleteEverythingTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsSplitTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.LargeRowTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.LogicalTimeTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.MaxOpenTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.MergeTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.SystemPermissionsTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.TablePermissionsTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.RowDeleteTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.ScanIteratorTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.ScanRangeTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.ScanSessionTimeOutTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.ServerSideErrorTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.SparseColumnFamilyTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.SplitRecoveryTest
 
getTablesToCreate() - Method in class org.apache.accumulo.server.test.functional.VisibilityTest
 
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
 
getTablet() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getTabletAndPrevTabletKeyValues(Instance, SortedMap<Key, Value>, KeyExtent, List<ColumnFQ>, AuthInfo) - Static method in class org.apache.accumulo.core.util.MetadataTable
 
getTabletAndPrevTabletKeyValues(SortedMap<Key, Value>, KeyExtent, List<ColumnFQ>, AuthInfo) - Static method in class org.apache.accumulo.server.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
 
getTabletEntries(KeyExtent, List<ColumnFQ>, AuthInfo) - Static method in class org.apache.accumulo.server.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
 
getTabletServerResourceManager() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
getTabletServers() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
List the currently active tablet servers participating in the accumulo instance
getTabletServers() - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
getTabletServers() - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
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
 
getTabletServerStatus(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.test.functional.ZombieTServer.ThriftClientHandler
 
getTabletServerStatus(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
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
 
getTabletStats() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
getTabletStats(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
getTabPerm(State, String, TablePermission) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getTabUserExists(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getTabUserName(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getTabUserPass(State) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
getTblPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
getTerm(Key) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
getTerm(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
getTerm(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Returns the given key's term
getTerm(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
Returns the given key's term
getTermCardinalities() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
getTermCardinality() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
getTermEnd() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getTermIndexInformation(Connector, Authorizations, String, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
Performs a lookup in the global index for a single non-fielded term.
getTermIndexInformation(Connector, Authorizations, Multimap<String, Normalizer>, Multimap<String, QueryParser.QueryTerm>, String, String, String, int, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
Performs a lookup in the global index / reverse index and returns a RangeCalculator
getTermIndexInformation(Connector, Authorizations, Multimap<String, Normalizer>, Multimap<String, QueryParser.QueryTerm>, String, String, String, int, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.QueryLogic
 
getTermIndexInformation(Connector, Authorizations, String, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.QueryLogic
 
getTerms() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
getTermStart() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
 
getTermString() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
getTermString() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
getTestProperty(String) - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
getText(DefaultMutableTreeNode) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
getText(Map<String, String>) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
getText() - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
getThreadPool(State) - Static method in class org.apache.accumulo.server.test.randomwalk.bulk.Setup
 
getThriftFieldId() - Method in enum org.apache.accumulo.cloudtrace.thrift.RemoteSpan._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.cloudtrace.thrift.TInfo._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result._Fields
 
getThriftFieldId() - Method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
getTime() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
getTimeID(TimeType) - Static method in class org.apache.accumulo.server.tabletserver.TabletTime
 
getTimeInMillis(Property) - Method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getTimeInMillis(String) - Static method in class org.apache.accumulo.core.conf.AccumuloConfiguration
 
getTimeOut() - 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.
getTimeOut() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
getTimeOut() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
getTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
getTimestamp() - Method in class org.apache.accumulo.core.data.Key
 
getTimestamp() - Method in class org.apache.accumulo.core.data.thrift.TKey
 
getTimestamp() - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
getTinfo() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
getTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
getTitle() - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.GcStatusServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.LoggersServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.LogServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.MasterServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.OperationServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.ProblemServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.TablesServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ListType
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.VisServlet
 
getTitle(HttpServletRequest) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
getTitle() - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
getTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
getTmfe() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
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
 
getTopKey() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
getTopKey() - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
getTopKey() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTopKey() - Method in class org.apache.accumulo.server.test.functional.BadIterator
 
getTopValue() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
getTopValue() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Reader
 
getTopValue() - Method in class org.apache.accumulo.core.file.map.MapFileOperations.RangeIterator
 
getTopValue() - Method in class org.apache.accumulo.core.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
 
getTopValue() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
getTopValue() - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
getTopValue() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
getTotalEntries() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalHoldTime() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalIngestByteRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalIngestRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalLookups() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalMinorCompactions() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getTotalMinorCompactions() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getTotalQueryByteRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalQueryRate() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalTables() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTotalTabletCount() - Static method in class org.apache.accumulo.server.monitor.Monitor
 
getTraceId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
getTraceId() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
getTransport(String, int) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransport(InetSocketAddress, long) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransport(String, int, long) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransportWithDefaultTimeout(InetSocketAddress, AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTransportWithDefaultTimeout(String, int, AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
getTServerClient(String, AccumuloConfiguration) - 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
 
getType(Text) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Returns either the QueryUtil.DIR_COLF or a decoded string version of the colf.
getType() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getType() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
getType() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
getUID(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
Returns the given key's UID
getUID(Key) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
Returns the given key's UID
getUID(int) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
getUID(int) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getUid() - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
getUid() - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
getUIDCount() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
getUIDCount() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getUIDList() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
getUIDList() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
getUnassignedTablets() - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
getUnevaluatedFields() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
getUnknownExceptions() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
 
getUnknownTabletErrorCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getUnknownTabletErrorCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getUnnamedOptionDescriptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
getUnopenedCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMBean
 
getUnopenedCount() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
getUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
getUpdateID() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
getUpdates() - Method in class org.apache.accumulo.core.data.Mutation
 
getUpper() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
getUpperBound() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
getUri() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getUsed() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getUser() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
 
getUser() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
 
getUser() - Method in 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
 
getUser(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
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
 
getUserAuthorizations(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getUserAuthorizations(AuthInfo, String) - Method in class org.apache.accumulo.server.security.Auditor
 
getUserAuthorizations(AuthInfo, String) - Method in interface org.apache.accumulo.server.security.Authenticator
 
getUserAuthorizations(AuthInfo, String) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
getUserAuths(State, String) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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.
getUsername() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
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.
getValue() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields.FieldValue
 
getValue() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
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
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
getViolationDescription(short) - Method in class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
getViolationDescription(short) - Method in class org.apache.accumulo.server.constraints.MetadataConstraints
 
getViolationDescription(short) - Method in class org.apache.accumulo.server.constraints.UnsatisfiableConstraint
 
getViolationSummaries() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getViolationSummaries() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
getViolationSummariesIterator() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getViolationSummariesIterator() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
getViolationSummariesSize() - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
getViolationSummariesSize() - Method in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
getVisibilities() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
getVisibility() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields.FieldValue
 
getWALogSeq() - Method in class org.apache.accumulo.server.tabletserver.Tablet.CommitSession
 
getWALogWriteAvgTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteAvgTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWALogWriteCount() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteCount() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWALogWriteMaxTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteMaxTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWALogWriteMinTime() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
getWALogWriteMinTime() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
getWhy() - Method in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
getWordOffset(int) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
getWordOffset(int) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
getWordOffsetCount() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
getWordOffsetCount() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
getWordOffsetList() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
getWordOffsetList() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
getWorkingDirectory(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getWorkingDirectory() - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
getWritable(byte[], Writable) - Static method in class org.apache.accumulo.core.data.Value
Deprecated. since 1.4.1. There is no replacement.
getZooCache() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
getZooKeeper() - Method in class org.apache.accumulo.core.zookeeper.ZooReader
 
getZooKeeper() - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
getZooKeeper() - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
getZooKeepers(AsyncMethodCallback<ClientService.AsyncClient.getZooKeepers_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
getZooKeepers(AsyncMethodCallback<ClientService.AsyncClient.getZooKeepers_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
getZooKeepers() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
getZooKeepers() - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
getZooKeepers() - Method in interface org.apache.accumulo.core.client.Instance
Returns a comma-separated list of zookeeper servers the instance is using.
getZooKeepers() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getZooKeepers() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getZookeepers(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
getZooKeepers() - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
getZooKeepers() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getZooKeepersSessionTimeOut() - Method in interface org.apache.accumulo.core.client.Instance
Returns the zookeeper connection timeout.
getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
getZooKeeperStatus() - Static method in class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
globalIndexResults - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
GlobalIndexUidCombiner - Class in org.apache.accumulo.examples.wikisearch.iterator
 
GlobalIndexUidCombiner() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner
 
GlobalIndexUidCombiner.UidListEncoder - Class in org.apache.accumulo.examples.wikisearch.iterator
 
GlobalIndexUidCombiner.UidListEncoder() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner.UidListEncoder
 
globStatus(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
globStatus(Path, PathFilter) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
goalState - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
gotEndMarker - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
GrantCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GrantCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GrantCommand
 
grantSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
Grant a user a system permission
grantSystemPermission(String, SystemPermission) - Method in class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
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
 
grantSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
grantSystemPermission(AuthInfo, String, SystemPermission) - Method in class org.apache.accumulo.server.security.Auditor
 
grantSystemPermission(AuthInfo, String, SystemPermission) - Method in interface org.apache.accumulo.server.security.Authenticator
 
grantSystemPermission(AuthInfo, String, SystemPermission) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
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
 
grantTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
grantTablePermission(AuthInfo, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.Auditor
 
grantTablePermission(AuthInfo, String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.Authenticator
 
grantTablePermission(AuthInfo, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
GRAPH_HEIGHT - Static variable in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
GRAPH_WIDTH - Static variable in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
Grep - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Grep() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Grep
 
GrepCommand - Class in org.apache.accumulo.core.util.shell.commands
 
GrepCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.GrepCommand
 
GrepIterator - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by GrepIterator
GrepIterator() - Constructor for class org.apache.accumulo.core.iterators.GrepIterator
Deprecated.  
GrepIterator - Class in org.apache.accumulo.core.iterators.user
This iterator provides exact string matching.
GrepIterator() - Constructor for class org.apache.accumulo.core.iterators.user.GrepIterator
 

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
 
halt(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.logger.LogService
 
halt(ZooLock) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
halt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.test.functional.ZombieTServer.ThriftClientHandler
 
halt(TInfo, AuthInfo, String) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
Halt - Class in org.apache.accumulo.server.util
 
Halt() - Constructor for class org.apache.accumulo.server.util.Halt
 
halt(String) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(String, int) - Static method in class org.apache.accumulo.server.util.Halt
 
halt(int, Runnable) - Static method in class org.apache.accumulo.server.util.Halt
 
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
 
hasCOUNT() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
hasCOUNT() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
hasCycled(long) - Method in class org.apache.accumulo.server.master.Master
 
hash - Variable in class org.apache.accumulo.core.bloomfilter.Filter
The hash function used to map a key to several positions in the vector.
HASH_COUNT - Static variable in class org.apache.accumulo.core.file.BloomFilterLayer
 
HASH_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
hashCode() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
hashCode() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
hashCode() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
hashCode() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
hashCode() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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.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
 
hashCode() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
hashCode() - Method in class org.apache.accumulo.server.logger.LogFileKey
 
hashCode() - Method in class org.apache.accumulo.server.master.balancer.TServerUsesLoggers
 
hashCode() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
hashCode() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
hashCode() - Method in class org.apache.accumulo.server.problems.ProblemReport
 
hashCode() - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
hashCode() - Method in class org.apache.accumulo.server.test.randomwalk.Node
 
hashType - Variable in class org.apache.accumulo.core.bloomfilter.Filter
Type of hashing function to use.
hasIGNORE() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
hasIGNORE() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
hasMoreElements() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode.PostorderEnumeration
 
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
 
hasNext() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
hasNext() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
hasNext() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
hasNext() - Method in class org.apache.accumulo.server.util.TabletIterator
 
hasNormalizedTermFrequency() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
hasNormalizedTermFrequency() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
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
 
hasSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
hasSystemPermission(AuthInfo, String, SystemPermission) - Method in class org.apache.accumulo.server.security.Auditor
 
hasSystemPermission(AuthInfo, String, SystemPermission) - Method in interface org.apache.accumulo.server.security.Authenticator
 
hasSystemPermission(AuthInfo, String, SystemPermission) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
Checks if a user has a system permission
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
 
hasTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
hasTablePermission(AuthInfo, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.Auditor
 
hasTablePermission(AuthInfo, String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.Authenticator
 
hasTablePermission(AuthInfo, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
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.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
 
hasTop() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
hasTop() - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
hasTop() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
HdfsZooInstance - Class in org.apache.accumulo.server.client
An implementation of Instance that looks in HDFS and ZooKeeper to find the master and root tablet location.
HdfsZooInstance.AccumuloNotInitializedException - Exception in org.apache.accumulo.server.client
 
HdfsZooInstance.AccumuloNotInitializedException(String) - Constructor for exception org.apache.accumulo.server.client.HdfsZooInstance.AccumuloNotInitializedException
 
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
 
HEX_SIZE - Static variable in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
hexString(byte[]) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
HIDDEN_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
HiddenCommand - Class in org.apache.accumulo.core.util.shell.commands
 
HiddenCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.HiddenCommand
 
Histogram<T> - Class in org.apache.accumulo.server.test.continuous
 
Histogram() - Constructor for class org.apache.accumulo.server.test.continuous.Histogram
 
HistoryCommand - Class in org.apache.accumulo.core.util.shell.commands
 
HistoryCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.HistoryCommand
 
hit() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
holdAllCommits(boolean) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
holdTime - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
holdTime() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
HoldTimeoutException - Exception in org.apache.accumulo.server.tabletserver
 
HoldTimeoutException(String) - Constructor for exception org.apache.accumulo.server.tabletserver.HoldTimeoutException
 
host - Variable in class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
host - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 
host() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
hosted() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
hostPort() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
html(String, String) - Method in interface org.apache.accumulo.examples.wikisearch.query.IQuery
 
html(String, String) - Method in class org.apache.accumulo.examples.wikisearch.query.Query
 

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
 
IdentityReducer - Class in org.apache.accumulo.server.logger
 
IdentityReducer() - Constructor for class org.apache.accumulo.server.logger.IdentityReducer
 
idle - Static variable in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
idleTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
IGNORE_FIELD_NUMBER - Static variable in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
ImageFixture - Class in org.apache.accumulo.server.test.randomwalk.image
 
ImageFixture() - Constructor for class org.apache.accumulo.server.test.randomwalk.image.ImageFixture
 
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
 
importedMapFiles() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
importFiles(List<String>, Path) - Method in class org.apache.accumulo.server.client.BulkImporter
 
importMapFiles(long, Map<String, MapFileInfo>, boolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
incCount() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
inclusive - Variable in class org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
 
inclusive - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
increaseAuthMap(State, String, int) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
increment(KT, long) - Method in class org.apache.accumulo.server.util.MapCounter
 
incrementStatusMajor() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
incrementStatusMinor() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
incrementStatusSplit() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
Index - Class in org.apache.accumulo.examples.simple.shard
This program indexes a set of documents given on the command line into a shard table.
Index() - Constructor for class org.apache.accumulo.examples.simple.shard.Index
 
index(int, Text, String, String, BatchWriter) - Static method in class org.apache.accumulo.examples.simple.shard.Index
 
INDEX_COLF - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
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
 
INDEXED_TERMS_LIST - Static variable in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
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
 
indexedTerms - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
indexEntries - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
indexTableName - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
indexValues - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
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
 
Ingest - Class in org.apache.accumulo.examples.simple.dirlist
Recursively lists the files and directories under a given path, ingests their names and file info into one Accumulo table, indexes the file names in a separate table, and the file data into a third table.
Ingest() - Constructor for class org.apache.accumulo.examples.simple.dirlist.Ingest
 
Ingest - Class in org.apache.accumulo.server.test.randomwalk.unit
 
Ingest() - Constructor for class org.apache.accumulo.server.test.randomwalk.unit.Ingest
 
Ingest - Class in org.apache.accumulo.server.test.scalability
 
Ingest() - Constructor for class org.apache.accumulo.server.test.scalability.Ingest
 
INGEST_LANGUAGE - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
INGEST_LANGUAGE - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
ingestByteRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
ingestByteRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
ingestRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
ingestRate - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
ingestRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
init(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
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
init() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
init is responsible for setting up the iterator.
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
init() - Method in class org.apache.accumulo.examples.wikisearch.query.Query
 
init(String) - Static method in class org.apache.accumulo.server.Accumulo
 
init(FileSystem, Instance, AuthInfo, AccumuloConfiguration) - Method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.test.functional.DropModIter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.server.test.functional.SlowIterator
 
init(Properties, Properties, int) - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
Initialize a scanner over the given input split using this task attempt configuration.
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.trace.TraceFormatter
 
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.BinaryFormatter
 
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in class org.apache.accumulo.core.util.format.DefaultFormatter
 
initialize(Iterable<Map.Entry<Key, Value>>, boolean) - Method in interface org.apache.accumulo.core.util.format.Formatter
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.examples.wikisearch.reader.LongLineRecordReader
 
initialize(Map<String, TableState>) - Method in class org.apache.accumulo.server.master.Master
 
initialize(Map<String, TableState>) - Method in interface org.apache.accumulo.server.master.state.tables.TableObserver
 
initialize(URI, Configuration) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
Initialize - Class in org.apache.accumulo.server.util
This class is used to setup the directory structure and the root tablet to get an instance started
Initialize() - Constructor for class org.apache.accumulo.server.util.Initialize
 
initializeKryo(Kryo) - Static method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
initializeSecurity(AuthInfo, String, byte[]) - Method in class org.apache.accumulo.server.security.Auditor
 
initializeSecurity(AuthInfo, String, byte[]) - Method in interface org.apache.accumulo.server.security.Authenticator
 
initializeSecurity(AuthInfo, String, byte[]) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
Only SYSTEM user can call this method
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
 
initMetadataConfig() - Static method in class org.apache.accumulo.server.util.Initialize
 
InMemoryMap - Class in org.apache.accumulo.server.tabletserver
 
InMemoryMap(boolean, String) - Constructor for class org.apache.accumulo.server.tabletserver.InMemoryMap
 
InMemoryMap() - Constructor for class org.apache.accumulo.server.tabletserver.InMemoryMap
 
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)
Insert - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Insert() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Insert
 
InsertCommand - Class in org.apache.accumulo.core.util.shell.commands
 
InsertCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.InsertCommand
 
insertFileData(String, BatchWriter) - Method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
InsertWithBatchWriter - Class in org.apache.accumulo.examples.simple.helloworld
Inserts 10K rows (50K entries) into accumulo with each row having 5 entries.
InsertWithBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.helloworld.InsertWithBatchWriter
 
InsertWithOutputFormat - Class in org.apache.accumulo.examples.simple.helloworld
Inserts 10K rows (50K entries) into accumulo with each row having 5 entries using an OutputFormat.
InsertWithOutputFormat() - Constructor for class org.apache.accumulo.examples.simple.helloworld.InsertWithOutputFormat
 
inSet(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
Instance - Interface in org.apache.accumulo.core.client
This class represents the information a client needs to know to connect to an instance of accumulo.
instance - Variable in class org.apache.accumulo.core.trace.InstanceUserPassword
 
instance - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
INSTANCE_ID_PROPERTY - Static variable in class org.apache.accumulo.server.master.LogSort
 
INSTANCE_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
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
 
InterferenceTest - Class in org.apache.accumulo.examples.simple.isolation
This example shows how a concurrent reader and writer can interfere with each other.
InterferenceTest() - Constructor for class org.apache.accumulo.examples.simple.isolation.InterferenceTest
 
IntermediateKeyName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
internalForceInit() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight
 
internalForceInit() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid
 
internalGetFieldAccessorTable() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
internalGetFieldAccessorTable() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
internalGetResult() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
internalGetResult() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
InterruptibleIterator - Interface in org.apache.accumulo.core.iterators.system
 
IntersectingIterator - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by IntersectingIterator
IntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.IntersectingIterator
Deprecated.  
IntersectingIterator - Class in org.apache.accumulo.core.iterators.user
This iterator facilitates document-partitioned indexing.
IntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
IntersectingIterator.TermSource - Class in org.apache.accumulo.core.iterators.user
 
IntersectingIterator.TermSource(IntersectingIterator.TermSource) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
IntersectingIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
IntersectingIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text, boolean) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
intToBytes(int) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
inUse - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.client.impl.RootTabletLocator
 
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TabletLocator
Invalidate entire cache
invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TabletLocator
Invalidate all metadata entries that point to server
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache(String) - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache() - Method in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
invalidateCache(KeyExtent) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache(Collection<KeyExtent>) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache() - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache(String) - Method in class org.apache.accumulo.core.client.mock.MockTabletLocator
 
invalidateCache() - Static method in class org.apache.accumulo.server.conf.TableConfiguration
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
iprot_ - Variable in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
iprot_ - Variable in class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
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
 
IQuery - Interface in org.apache.accumulo.examples.wikisearch.query
 
isActive(TInfo, long, AsyncMethodCallback<ClientService.AsyncClient.isActive_call>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient
 
isActive(TInfo, long, AsyncMethodCallback<ClientService.AsyncClient.isActive_call>) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncIface
 
isActive(TInfo, long) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
 
isActive(TInfo, long) - Method in interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
 
isActive(TInfo, long) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
isActive(long) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
isActive(long) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
isArchive(String) - Static method in class org.apache.accumulo.server.logger.LogArchiver
 
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.
isChildrenAllNegated() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
isCloseComplete() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
isClosed() - Method in class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
isClosed() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
 
isClosed() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
Returns true if this batch writer has been closed.
isClosed() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
isClosing() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
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
 
isDelete() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
isDeleted() - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
isDeleted() - Method in class org.apache.accumulo.core.data.Key
 
isDerived() - Method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
isDirectory(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
isDone() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
isEmpty() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
isEnabled() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
 
isEnabled() - Method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
isEndKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
 
isFile(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
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
 
isFullMajorCompaction() - Method in class org.apache.accumulo.examples.wikisearch.iterator.DefaultIteratorEnvironment
 
isFullMajorCompaction() - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.Range
 
isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.Range
 
isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.thrift.TRange
 
isInitialized() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
isInitialized() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
isInitialized() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
isInitialized() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
isInitialized(FileSystem) - Static method in class org.apache.accumulo.server.util.Initialize
 
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
 
isKeyAccepted(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
Provides the ability to skip this key and all of the following ones that match using the comparator.
isKeyAccepted(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
Don't accept this key if the colf starts with 'fi'
isLeaf() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
isLocked() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
isLockHeld(ZooKeeper, ZooUtil.LockID) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
isLockHeld(ZooUtil.LockID) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
isLockHeld(ZooKeeper, ZooUtil.LockID) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
isLockHeld(ZooCache, ZooUtil.LockID) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
isLockHeld(ZooUtil.LockID) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
isMetadataTablet() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
isMore() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
isMore() - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
isNegated() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
isNegated() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
isNegated() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
isNegated() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
isNull(Configuration, String, Class<T>) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
Helper method to get properties from Hadoop configuration
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
 
IsolatedScan - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
IsolatedScan() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.IsolatedScan
 
IsolatedScanner - Class in org.apache.accumulo.core.client
A scanner that presents a row isolated view of an accumulo table.
IsolatedScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
 
IsolatedScanner(Scanner, IsolatedScanner.RowBufferFactory) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
 
IsolatedScanner.MemoryRowBuffer - Class in org.apache.accumulo.core.client
 
IsolatedScanner.MemoryRowBuffer() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
 
IsolatedScanner.MemoryRowBufferFactory - Class in org.apache.accumulo.core.client
 
IsolatedScanner.MemoryRowBufferFactory() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
 
IsolatedScanner.RowBuffer - Interface in org.apache.accumulo.core.client
 
IsolatedScanner.RowBufferFactory - Interface in org.apache.accumulo.core.client
 
IsolationException - Exception in org.apache.accumulo.core.client.impl
 
IsolationException() - Constructor for exception org.apache.accumulo.core.client.impl.IsolationException
 
isOnline(String) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
isPartNextKeyInclusive() - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
isPreviousExtent(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
 
isPropertyValid(String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
isRangeNode() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
isReady(long, T) - Method in interface org.apache.accumulo.server.fate.Repo
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.BulkImport
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CloneTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CreateTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.DeleteTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.RenameTable
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
isReady(long, T) - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.DisconnectLogger
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.FlushTablets
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
isReady(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.StopLogger
 
isRemoval() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
isRollUp() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
isSave() - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
isSet(RemoteSpan._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SpanReceiver.span_args._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TestService.checkTrace_args._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TestService.checkTrace_result._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TInfo._Fields) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.authenticateUser_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.authenticateUser_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.bulkImportFiles_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.bulkImportFiles_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.changeAuthorizations_args._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.changeAuthorizations_result._Fields) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ClientService.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.cloudtrace.thrift.RemoteSpan
Returns true if field data 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 class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Returns true if field description 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
isSetMessage() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
Returns true if field message 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
isSetParentId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Returns true if field parentId is set (has been assigned a value) and false otherwise
isSetParentId() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
Returns true if field parentId 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
isSetSender() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Returns true if field sender 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
isSetSpan() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
Returns true if field span is set (has been assigned a value) and false otherwise
isSetSpanId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Returns true if field spanId is set (has been assigned a value) and false otherwise
isSetSplit() - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
Returns true if field split is set (has been assigned a value) and false otherwise
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.cloudtrace.thrift.RemoteSpan
Returns true if field start 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.cloudtrace.thrift.RemoteSpan
Returns true if field stop 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.cloudtrace.thrift.TestService.checkTrace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
isSetSvc() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Returns true if field svc is set (has been assigned a value) and false otherwise
isSetSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
Returns true if field sysPerm is set (has been assigned a value) and false otherwise
isSetTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
Returns true if field table is set (has been assigned a value) and false otherwise
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.cloudtrace.thrift.TestService.checkTrace_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
Returns true if field tinfo is set (has been assigned a value) and false otherwise
isSetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
isSetTraceId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Returns true if field traceId is set (has been assigned a value) and false otherwise
isSetTraceId() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
Returns true if field traceId 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
isShutdown() - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
isSort() - Method in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.startCopy_args
 
isSortable() - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
isSorted() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader
Is the TFile sorted?
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.cloudtrace.thrift.TestService.checkTrace_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
isSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
isTerminated() - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
isTimeSet() - Method in class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
isTracing() - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
isTracing() - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
isUseReadAheadIterator() - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
isValid() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
iter - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
iter - Variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.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
 
iterator - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
iterator() - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
iterator() - Method in class org.apache.accumulo.server.conf.ZooConfiguration
 
iterator() - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
iterator() - Method in class org.apache.accumulo.server.master.state.RootTabletStateStore
 
iterator() - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Scan the information about the tablets covered by this store
iterator() - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
iterator() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
iterator(String) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
iterator() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
iterator() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
iterator() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
iterator(Key) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
iterator() - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
iterator() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
IteratorAdapter - Class in org.apache.accumulo.core.client.mock
 
IteratorAdapter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.client.mock.IteratorAdapter
 
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
 
IZooReaderWriter - Interface in org.apache.accumulo.server.zookeeper
 

J

JexlOperatorConstants - Class in org.apache.accumulo.examples.wikisearch.parser
 
JexlOperatorConstants() - Constructor for class org.apache.accumulo.examples.wikisearch.parser.JexlOperatorConstants
 
JOB_NAME - Static variable in class org.apache.accumulo.server.test.functional.RunTests
 
join(Collection<String>, String) - Static method in class org.apache.accumulo.core.util.StringUtil
 
json(String, String) - Method in interface org.apache.accumulo.examples.wikisearch.query.IQuery
 
json(String, String) - Method in class org.apache.accumulo.examples.wikisearch.query.Query
 
jump(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
jump(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
jump(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
jump(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 

K

kDepth - Static variable in class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
keeper - Variable in class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
keepers - Variable in class org.apache.accumulo.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
 
key - Variable in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
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
 
keyFields - Variable in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
KeyFunctor - Interface in org.apache.accumulo.core.file.keyfunctor
 
KeyParser - Class in org.apache.accumulo.examples.wikisearch.util
 
KeyParser() - Constructor for class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
KeyRangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
Hadoop partitioner that uses ranges based on row keys, and optionally sub-bins based on hashing.
KeyRangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
 
keys() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
keySerializer - Variable in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated.  
keySet() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
keySet() - Method in class org.apache.accumulo.server.util.MapCounter
 
KeyUtil - Class in org.apache.accumulo.examples.simple.filedata
A utility for creating and parsing null-byte separated strings into/from Text objects.
KeyUtil() - Constructor for class org.apache.accumulo.examples.simple.filedata.KeyUtil
 
KeyValue - Class in org.apache.accumulo.core.data
 
KeyValue(Key, byte[]) - Constructor for class org.apache.accumulo.core.data.KeyValue
 
KeyValue(Key, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.KeyValue
 
killTServer(TServerInstance) - Method in class org.apache.accumulo.server.master.Master
 

L

LANGUAGES_FILENAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
LargeRowFilter - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by LargeRowFilter
LargeRowFilter() - Constructor for class org.apache.accumulo.core.iterators.LargeRowFilter
Deprecated.  
LargeRowFilter - Class in org.apache.accumulo.core.iterators.user
This iterator suppresses rows that exceed a specified number of columns.
LargeRowFilter() - Constructor for class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
LargeRowTest - Class in org.apache.accumulo.server.test.functional
 
LargeRowTest() - Constructor for class org.apache.accumulo.server.test.functional.LargeRowTest
 
LargestFirstMemoryManager - Class in org.apache.accumulo.server.tabletserver
 
last - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
last - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
lastContact - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
lastLog - Variable in class org.apache.accumulo.core.gc.thrift.GCStatus
 
LASTMOD_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
lastPingTime - Variable in class org.apache.accumulo.server.tabletserver.TabletServer
 
lastProgress() - Method in class org.apache.accumulo.server.test.randomwalk.Node
 
lastScanFinished() - Method in class org.apache.accumulo.server.master.state.TableStats
 
lastStatus - Variable in class org.apache.accumulo.core.master.thrift.DeadServer
 
lastTabletRow - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
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
 
LcNoDiacriticsNormalizer - Class in org.apache.accumulo.examples.wikisearch.normalizer
An Normalizer which performs the following steps: Unicode canonical decomposition (Normalizer.Form.NFD) Removal of diacritical marks Unicode canonical composition (Normalizer.Form.NFC) lower casing in the English local
LcNoDiacriticsNormalizer() - Constructor for class org.apache.accumulo.examples.wikisearch.normalizer.LcNoDiacriticsNormalizer
 
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
 
LENGTH_CQ - Static variable in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
lessThan(Object, Object) - Method in class org.apache.accumulo.examples.wikisearch.jexl.Arithmetic
 
LfLineReader - Class in org.apache.accumulo.examples.wikisearch.reader
A class that provides a line reader from an input stream.
LfLineReader(InputStream) - Constructor for class org.apache.accumulo.examples.wikisearch.reader.LfLineReader
Create a line reader that reads from the given stream using the default buffer-size (64k).
LfLineReader(InputStream, int) - Constructor for class org.apache.accumulo.examples.wikisearch.reader.LfLineReader
Create a line reader that reads from the given stream using the given buffer-size.
LfLineReader(InputStream, Configuration) - Constructor for class org.apache.accumulo.examples.wikisearch.reader.LfLineReader
Create a line reader that reads from the given stream using the io.file.buffer.size specified in the given Configuration.
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() - Method in class org.apache.accumulo.server.fate.ZooStore
 
LIST_SPANS - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
listen() - Method in class org.apache.accumulo.server.util.TBufferedServerSocket
 
listFiles(Path, FileSystem, List<Path>, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
listFiles(Path, FileSystem, List<Path>, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
ListInstances - Class in org.apache.accumulo.server.util
 
ListInstances() - Constructor for class org.apache.accumulo.server.util.ListInstances
 
listIterators(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Get a list of iterators for this table.
listIterators(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsHelper
 
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
 
listStatus(Path, PathFilter) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
listStatus(Path[]) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
listStatus(Path[], PathFilter) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
listStatus(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
ListTables - Class in org.apache.accumulo.server.test
This little program is used by the functional test to get a list of table ids.
ListTables() - Constructor for class org.apache.accumulo.server.test.ListTables
 
ListType - Class in org.apache.accumulo.server.monitor.servlets.trace
 
ListType() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.ListType
 
listUsers() - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
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
 
listUsers(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
listUsers(AuthInfo) - Method in class org.apache.accumulo.server.security.Auditor
 
listUsers(AuthInfo) - Method in interface org.apache.accumulo.server.security.Authenticator
 
listUsers(AuthInfo) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
LiveTServerSet - Class in org.apache.accumulo.server.master
 
LiveTServerSet(Instance, LiveTServerSet.Listener) - Constructor for class org.apache.accumulo.server.master.LiveTServerSet
 
LiveTServerSet.Listener - Interface in org.apache.accumulo.server.master
 
LiveTServerSet.TServerConnection - Class in org.apache.accumulo.server.master
 
LiveTServerSet.TServerConnection(InetSocketAddress) - Constructor for class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
load(String) - Static method in class org.apache.accumulo.server.constraints.ConstraintLoader
 
loadClass(String, Class<U>) - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
loadClass(String) - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
loadedNativeLibraries() - Static method in class org.apache.accumulo.server.tabletserver.NativeMap
 
loadIterators(IteratorUtil.IteratorScope, SortedKeyValueIterator<K, V>, KeyExtent, AccumuloConfiguration, IteratorEnvironment) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
 
loadIterators(IteratorUtil.IteratorScope, SortedKeyValueIterator<K, V>, KeyExtent, AccumuloConfiguration, List<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
 
loadNativeLib(String) - Static method in class org.apache.accumulo.server.tabletserver.NativeMap
 
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
 
loadTablet(TInfo, AuthInfo, String, TKeyExtent) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
LocalityCheck - Class in org.apache.accumulo.server.util
 
LocalityCheck() - Constructor for class org.apache.accumulo.server.util.LocalityCheck
 
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
 
LOCK_PREFIX - Static variable in class org.apache.accumulo.server.zookeeper.ZooLock
 
lockAsync(ZooLock.AsyncLockWatcher, byte[]) - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
lockMemoryPages() - Static method in class org.apache.accumulo.server.tabletserver.MLock
 
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
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.function.QueryFunctions
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.logic.QueryLogic
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
log - Static variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
log(TInfo, long, long, int, TMutation) - Method in class org.apache.accumulo.server.logger.LogService
 
log - Static variable in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
log - Static variable in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
log - Static variable in class org.apache.accumulo.server.security.Auditor
 
log(int, int, Mutation) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
log(Tablet.CommitSession, int, Mutation) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
log(Mutation) - Method in class org.apache.accumulo.server.tabletserver.MutationLog
 
log - Variable in class org.apache.accumulo.server.test.randomwalk.Fixture
 
log - Variable in class org.apache.accumulo.server.test.randomwalk.multitable.CopyTool
 
log - Variable in class org.apache.accumulo.server.test.randomwalk.Node
 
log - Static variable in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
log - Variable in class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool
 
log - Variable in class org.apache.accumulo.server.test.randomwalk.shard.SortTool
 
log - Static variable in class org.apache.accumulo.server.zookeeper.DistributedReadWriteLock
 
logAppend - Static variable in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
LogArchiver - Class in org.apache.accumulo.server.logger
 
logAsync(Level, String, Exception) - Method in class org.apache.accumulo.server.util.FileSystemMonitor
 
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
 
LogEvents - Enum in org.apache.accumulo.server.logger
 
logException - Static variable in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
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.
LogFileKey - Class in org.apache.accumulo.server.logger
 
LogFileKey() - Constructor for class org.apache.accumulo.server.logger.LogFileKey
 
LogFileValue - Class in org.apache.accumulo.server.logger
 
LogFileValue() - Constructor for class org.apache.accumulo.server.logger.LogFileValue
 
logFlush - Static variable in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
logger - Variable in class org.apache.accumulo.core.master.thrift.LoggerStatus
 
LoggerBalancer - Interface in org.apache.accumulo.server.master.balancer
 
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.
LoggerLinkType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
LoggerLinkType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.LoggerLinkType
 
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
 
LoggersServlet - Class in org.apache.accumulo.server.monitor.servlets
 
LoggersServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.LoggersServlet
 
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.
LoggerStrategy - Class in org.apache.accumulo.server.tabletserver.log
 
LoggerStrategy() - Constructor for class org.apache.accumulo.server.tabletserver.log.LoggerStrategy
 
LoggerUser - Interface in org.apache.accumulo.server.master.balancer
 
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
 
LOGICAL_TIME_ID - Static variable in class org.apache.accumulo.server.tabletserver.TabletTime
 
LogicalTimeTest - Class in org.apache.accumulo.server.test.functional
 
LogicalTimeTest() - Constructor for class org.apache.accumulo.server.test.functional.LogicalTimeTest
 
login(String, String) - Static method in class org.apache.accumulo.server.security.SecurityUtil
This will log in the given user in kerberos.
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
 
logManyTablets(TInfo, long, List<TabletMutations>) - Method in class org.apache.accumulo.server.logger.LogService
 
logManyTablets(List<TabletMutations>) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
logManyTablets(Map<Tablet.CommitSession, List<Mutation>>) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
LogReader - Class in org.apache.accumulo.server.logger
 
LogReader() - Constructor for class org.apache.accumulo.server.logger.LogReader
 
LogService - Class in org.apache.accumulo.server.logger
A Mutation logging service.
LogService(String[]) - Constructor for class org.apache.accumulo.server.logger.LogService
 
LogService - Class in org.apache.accumulo.server.monitor
Hijack log4j and capture log events for display.
LogService() - Constructor for class org.apache.accumulo.server.monitor.LogService
 
LogServlet - Class in org.apache.accumulo.server.monitor.servlets
 
LogServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.LogServlet
 
logSet - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
logSet - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
LogSort - Class in org.apache.accumulo.server.master
 
LogSort() - Constructor for class org.apache.accumulo.server.master.LogSort
 
LogSort.SortCommit - Class in org.apache.accumulo.server.master
 
LogSort.SortCommit(Path, TaskAttemptContext) - Constructor for class org.apache.accumulo.server.master.LogSort.SortCommit
 
LogSpans - Class in org.apache.accumulo.cloudtrace.instrument.receivers
A SpanReceiver that just logs the data using log4j.
LogSpans() - Constructor for class org.apache.accumulo.cloudtrace.instrument.receivers.LogSpans
 
LogSpans.SpanLevel - Class in org.apache.accumulo.cloudtrace.instrument.receivers
 
LogSpans.SpanLevel() - Constructor for class org.apache.accumulo.cloudtrace.instrument.receivers.LogSpans.SpanLevel
 
logStats() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
 
LogWriterMetrics - Class in org.apache.accumulo.server.logger.metrics
 
LogWriterMetrics() - Constructor for class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
LogWriterMetricsMBean - Interface in org.apache.accumulo.server.logger.metrics
 
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
 
LongLineRecordReader - Class in org.apache.accumulo.examples.wikisearch.reader
A copy of LineRecordReader which does not discard lines longer than "mapred.linerecordreader.maxlength".
LongLineRecordReader() - Constructor for class org.apache.accumulo.examples.wikisearch.reader.LongLineRecordReader
 
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
 
lookup(List<Range>, HashSet<Column>, Authorizations, ArrayList<Tablet.KVEntry>, long, List<IterInfo>, Map<String, Map<String, String>>, AtomicBoolean) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
lookupInstanceName(ZooCache, UUID) - Static method in class org.apache.accumulo.core.client.ZooKeeperInstance
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
 
lostLock(ZooLock.LockLossReason) - Method in interface org.apache.accumulo.server.zookeeper.ZooLock.LockWatcher
 
LOTS - Static variable in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
lowerBound(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(byte[], int, int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(List<? extends T>, T, Comparator<? super T>) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Lower bound binary search.
lowerBound(List<? extends Comparable<? super T>>, T) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils
Lower bound binary search.
LruBlockCache - Class in org.apache.accumulo.core.file.blockfile.cache
A block cache implementation that is memory-aware using HeapSize, memory-bound using an LRU eviction algorithm, and concurrent: backed by a ConcurrentHashMap and with a non-blocking eviction thread giving constant-time LruBlockCache.cacheBlock(java.lang.String, byte[], boolean) and LruBlockCache.getBlock(java.lang.String) operations.
LruBlockCache(long, long) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Default constructor.
LruBlockCache(long, long, boolean) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Constructor used for testing.
LruBlockCache(long, long, boolean, int, float, int, float, float, float, float, float) - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Configurable constructor.
LruBlockCache.CacheStats - Class in org.apache.accumulo.core.file.blockfile.cache
 
LruBlockCache.CacheStats() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
LRUOutputCombiner<Key,Value> - Class in org.apache.accumulo.examples.wikisearch.ingest
 
LRUOutputCombiner(int, LRUOutputCombiner.Fold<Value>, LRUOutputCombiner.Output<Key, Value>) - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner
 
LRUOutputCombiner.Fold<Value> - Class in org.apache.accumulo.examples.wikisearch.ingest
 
LRUOutputCombiner.Fold() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner.Fold
 
LRUOutputCombiner.Output<Key,Value> - Class in org.apache.accumulo.examples.wikisearch.ingest
 
LRUOutputCombiner.Output() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner.Output
 

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
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.Flush
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchScanner
Scans over a specified number of entries to Accumulo using a BatchScanner.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RandomBatchWriter
Writes a specified number of entries to Accumulo using a BatchWriter.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.ReadWriteExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.RowOperations
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.client.SequentialBatchWriter
Writes a specified number of entries to Accumulo using a BatchWriter.
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.FileCount
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.Ingest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Lists the contents of a directory using the directory table, or searches for file or directory names (if the -search flag is included).
main(String[]) - Static method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.InsertWithBatchWriter
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.InsertWithOutputFormat
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.helloworld.ReadData
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.isolation.InterferenceTest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.SetupTable
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.ContinuousQuery
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Index
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Query
 
main(String[]) - Static method in class org.apache.accumulo.examples.simple.shard.Reverse
 
main(String[]) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
main(String[]) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
main(String[]) - Static method in class org.apache.accumulo.server.client.HdfsZooInstance
 
main(String[]) - Static method in class org.apache.accumulo.server.conf.ConfigSanityCheck
 
main(String[]) - Static method in class org.apache.accumulo.server.fate.Admin
 
main(String[]) - Static method in class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
main(String[]) - Static method in class org.apache.accumulo.server.logger.LogReader
Dump a Log File (Map or Sequence) to stdout.
main(String[]) - Static method in class org.apache.accumulo.server.logger.LogService
 
main(String[]) - Static method in class org.apache.accumulo.server.master.LogSort
 
main(String[]) - Static method in class org.apache.accumulo.server.master.Master
 
main(String[]) - Static method in class org.apache.accumulo.server.master.state.MergeStats
 
main(String[]) - Static method in class org.apache.accumulo.server.master.state.SetGoalState
Utility program that will change the goal state for the master from the command line.
main(String[]) - Static method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
main(String[]) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
main(String[]) - Static method in class org.apache.accumulo.server.problems.ProblemReports
 
main(String[]) - Static method in class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
main(String[]) - Static method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
main(String[]) - Static method in class org.apache.accumulo.server.tabletserver.TabletServer
 
main(String[]) - Static method in class org.apache.accumulo.server.test.BulkImportDirectory
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousBatchWalker
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousIngest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousMoru
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousQuery
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousScanner
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousStatsCollector
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousVerify
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.ContinuousWalk
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.PrintScanTimeHistogram
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.TimeBinner
 
main(String[]) - Static method in class org.apache.accumulo.server.test.continuous.UndefinedAnalyzer
 
main(String[]) - Static method in class org.apache.accumulo.server.test.CreateMapFiles
 
main(String[]) - Static method in class org.apache.accumulo.server.test.CreateRandomMapFile
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.test.CreateTestTable
 
main(String[]) - Static method in class org.apache.accumulo.server.test.DumpMapFile
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.test.EstimateInMemMapOverhead
 
main(String[]) - Static method in class org.apache.accumulo.server.test.functional.CacheTestClean
 
main(String[]) - Static method in class org.apache.accumulo.server.test.functional.CacheTestReader
 
main(String[]) - Static method in class org.apache.accumulo.server.test.functional.CacheTestWriter
 
main(String[]) - Static method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.functional.RunTests
 
main(String[]) - Static method in class org.apache.accumulo.server.test.functional.ZombieTServer
 
main(String[]) - Static method in class org.apache.accumulo.server.test.GCLotsOfCandidatesTest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.GetMasterStats
 
main(String[]) - Static method in class org.apache.accumulo.server.test.ListTables
 
main(String[]) - Static method in class org.apache.accumulo.server.test.MidPointPerfTest2
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.test.MMFITest
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.test.NativeMapConcurrencyTest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.NativeMapPerformanceTest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.NativeMapStressTest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.performance.metadata.MetadataBatchScanTest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.performance.scan.CollectTabletStats
 
main(String[]) - Static method in class org.apache.accumulo.server.test.performance.thrift.NullTserver
 
main(String[]) - Static method in class org.apache.accumulo.server.test.QueryMetadataTable
 
main(String[]) - Static method in class org.apache.accumulo.server.test.randomwalk.bulk.Verify
 
main(String[]) - Static method in class org.apache.accumulo.server.test.randomwalk.Framework
 
main(String[]) - Static method in class org.apache.accumulo.server.test.scalability.Run
 
main(String[]) - Static method in class org.apache.accumulo.server.test.TestBinaryRows
 
main(String[]) - Static method in class org.apache.accumulo.server.test.TestIngest.CreateTable
 
main(String[]) - Static method in class org.apache.accumulo.server.test.TestIngest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.TestMultiTableIngest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.TestRandomDeletes
 
main(String[]) - Static method in class org.apache.accumulo.server.test.VerifyIngest
 
main(String[]) - Static method in class org.apache.accumulo.server.test.WrongTabletTest
 
main(String[]) - Static method in class org.apache.accumulo.server.trace.TraceServer
 
main(String[]) - Static method in class org.apache.accumulo.server.util.AddFilesWithMissingEntries
 
main(String[]) - Static method in class org.apache.accumulo.server.util.Admin
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ChangeSecret
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CheckForMetadataProblems
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CleanZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.CountDiskRows
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.util.CountRowKeys
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DeleteZooInstance
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DumpMapFile
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.util.DumpTable
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.util.DumpTabletsOnServer
 
main(String[]) - Static method in class org.apache.accumulo.server.util.DumpZookeeper
 
main() - Static method in class org.apache.accumulo.server.util.getSlaves
 
main(String[]) - Static method in class org.apache.accumulo.server.util.Initialize
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ListInstances
 
main(String[]) - Static method in class org.apache.accumulo.server.util.LocalityCheck
 
main(String[]) - Static method in class org.apache.accumulo.server.util.MapFilePerformanceTest
Deprecated.  
main(String[]) - Static method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
main(String[]) - Static method in class org.apache.accumulo.server.util.PrintTable
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RandomWriter
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RemoveEntriesForMissingFiles
 
main(String[]) - Static method in class org.apache.accumulo.server.util.RestoreZookeeper
 
main(String[]) - Static method in class org.apache.accumulo.server.util.SendLogToChainsaw
 
main(String[]) - Static method in class org.apache.accumulo.server.util.TableDiskUsage
 
main(String[]) - Static method in class org.apache.accumulo.server.util.TabletServerLocks
 
main(String[]) - Static method in class org.apache.accumulo.server.util.VerifyTabletAssignments
 
main(String[]) - Static method in class org.apache.accumulo.server.util.ZooZap
 
main(String[]) - Static method in class org.apache.accumulo.server.zookeeper.ZooLock
 
main(String[]) - Static method in class org.apache.accumulo.server.zookeeper.ZooQueueLock
 
Main - Class in org.apache.accumulo.start
 
Main() - Constructor for class org.apache.accumulo.start.Main
 
main(String[]) - Static method in class org.apache.accumulo.start.Main
 
main(String[]) - Static method in class org.apache.accumulo.start.Platform
 
main(String[]) - Static method in class org.apache.accumulo.start.TestMain
 
major - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
major - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
majorCompactionQueued() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
majorCompactionRunning() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
makeComparator(String) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.TFile
Make a raw comparator from a string name.
makingProgress() - Method in class org.apache.accumulo.server.test.randomwalk.Node
 
map(List<Map.Entry<Key, Value>>, InputStream, Mapper<List<Map.Entry<Key, Value>>, InputStream, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.MapClass
 
map(Key, Value, Mapper<Key, Value, Key, Value>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample.RegexMapper
 
map(Key, Value, Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
map(Key, Value, Mapper<Key, Value, NullWritable, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile.TTFMapper
 
map(LongWritable, NullWritable, Mapper<LongWritable, NullWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
map(Key, Value, Mapper<Key, Value, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.WordCount.MapClass
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
map(Text, ArticleExtractor.Article, Mapper<Text, ArticleExtractor.Article, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, ArticleExtractor.Article>.Context) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
map(Key, Value, Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.server.test.continuous.ContinuousMoru.CMapper
 
map(Key, Value, Mapper<Key, Value, LongWritable, VLongWritable>.Context) - Method in class org.apache.accumulo.server.test.continuous.ContinuousVerify.CMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, Text, Text>.Context) - Method in class org.apache.accumulo.server.test.functional.RunTests.TestMapper
 
map(Key, Value, Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.CopyTool.SeqMapClass
 
map(Key, Value, Mapper<Key, Value, NullWritable, IntWritable>.Context) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool.SeqMapClass
 
MAP_ENTRY - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for entry in map
MapCounter<KT> - Class in org.apache.accumulo.server.util
 
MapCounter() - Constructor for class org.apache.accumulo.server.util.MapCounter
 
MAPFILE_EXTENSION - Static variable in class org.apache.accumulo.core.Constants
 
MapFileInfo - Class in org.apache.accumulo.core.data.thrift
 
MapFileInfo() - Constructor for class org.apache.accumulo.core.data.thrift.MapFileInfo
 
MapFileInfo(long) - Constructor for class org.apache.accumulo.core.data.thrift.MapFileInfo
 
MapFileInfo(MapFileInfo) - Constructor for class org.apache.accumulo.core.data.thrift.MapFileInfo
Performs a deep copy on other.
MapFileInfo._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
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
 
MapFilePerformanceTest - Class in org.apache.accumulo.server.util
Deprecated. since 1.4
MapFilePerformanceTest() - Constructor for class org.apache.accumulo.server.util.MapFilePerformanceTest
Deprecated.  
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
 
MapRedVerify - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
MapRedVerify() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerify
 
MapRedVerifyTool - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
MapRedVerifyTool() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool
 
MapRedVerifyTool.SeqMapClass - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
MapRedVerifyTool.SeqMapClass() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool.SeqMapClass
 
MapRedVerifyTool.SeqReduceClass - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
MapRedVerifyTool.SeqReduceClass() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool.SeqReduceClass
 
MARKER_CF - Static variable in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
Master - Class in org.apache.accumulo.server.master
The Master is responsible for assigning and balancing tablets and loggers to tablet servers.
Master(String[]) - Constructor for class org.apache.accumulo.server.master.Master
 
MASTER_TABLETSERVER_CONNECTION_TIMEOUT - Static variable in class org.apache.accumulo.core.Constants
 
MasterClient - Class in org.apache.accumulo.core.client.impl
 
MasterClient() - Constructor for class org.apache.accumulo.core.client.impl.MasterClient
 
MasterClientService - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService() - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService
 
MasterClientService.AsyncClient - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.core.master.thrift.MasterClientService.AsyncClient
 
MasterClientService.AsyncClient.beginTableOperation_call - Class in org.apache.accumulo.core.master.thrift
 
MasterClientService.AsyncClient.beginTableOperation_call(TInfo, 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
 
MasterMessage - Interface in org.apache.accumulo.server.tabletserver.mastermessage
 
MasterMonitorInfo - Class in org.apache.accumulo.core.master.thrift
 
MasterMonitorInfo() - Constructor for class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
MasterMonitorInfo(Map<String, TableInfo>, List<TabletServerStatus>, Map<String, Byte>, 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
 
MasterRepo - Class in org.apache.accumulo.server.master.tableOps
 
MasterRepo() - Constructor for class org.apache.accumulo.server.master.tableOps.MasterRepo
 
MasterServlet - Class in org.apache.accumulo.server.monitor.servlets
 
MasterServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.MasterServlet
 
MasterState - Enum in org.apache.accumulo.core.master.thrift
 
MasterStateCommand - Class in org.apache.accumulo.core.util.shell.commands
 
MasterStateCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.MasterStateCommand
 
matches(Object, Object) - Method in class org.apache.accumulo.examples.wikisearch.jexl.Arithmetic
This method differs from the parent in that we are not calling String.matches() because it does not match on a newline.
MAX - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner
 
MAX_BUFFER_SIZE - Static variable in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
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
 
maxMetadataTime(String, String) - Static method in class org.apache.accumulo.server.tabletserver.TabletTime
 
MaxMutationSize - Class in org.apache.accumulo.examples.simple.constraints
Ensure that mutations are a reasonable size: we must be able to fit several in memory at a time.
MaxMutationSize() - Constructor for class org.apache.accumulo.examples.simple.constraints.MaxMutationSize
 
MaxOpenTest - Class in org.apache.accumulo.server.test.functional
A functional test that excercises hitting the max open file limit on a tablet server.
MaxOpenTest() - Constructor for class org.apache.accumulo.server.test.functional.MaxOpenTest
 
MaxResultsName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
MaxRowCommand - Class in org.apache.accumulo.core.util.shell.commands
 
MaxRowCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.MaxRowCommand
 
maxVersions - Variable in class org.apache.accumulo.core.iterators.user.VersioningIterator
 
membershipTest(Key) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
membershipTest(Key) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
membershipTest(Key) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Determines whether a specified key belongs to this filter.
MemoryManagementActions - Class in org.apache.accumulo.server.tabletserver
 
MemoryManagementActions() - Constructor for class org.apache.accumulo.server.tabletserver.MemoryManagementActions
 
MemoryManager - Interface in org.apache.accumulo.server.tabletserver
A MemoryManager in accumulo currently determines when minor compactions should occur and when ingest should be put on hold.
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 - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
Merge() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.Merge
 
Merge - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
Merge() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.Merge
 
Merge - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Merge() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Merge
 
Merge.MergeException - Exception in org.apache.accumulo.core.util
 
Merge.Size - Class in org.apache.accumulo.core.util
 
Merge.Size(KeyExtent, long) - Constructor for class org.apache.accumulo.core.util.Merge.Size
 
MergeCommand - Class in org.apache.accumulo.core.util.shell.commands
 
MergeCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.MergeCommand
 
mergeFrom(Message) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
mergeFrom(TermWeight.Info) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
mergeFrom(Message) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
mergeFrom(Uid.List) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
MergeInfo - Class in org.apache.accumulo.server.master.state
Information about the current merge/rangeDelete.
MergeInfo() - Constructor for class org.apache.accumulo.server.master.state.MergeInfo
 
MergeInfo(KeyExtent, MergeInfo.Operation) - Constructor for class org.apache.accumulo.server.master.state.MergeInfo
 
MergeInfo.Operation - Enum in org.apache.accumulo.server.master.state
 
mergeMany(Connector, String, List<Merge.Size>, long, boolean, boolean) - Method in class org.apache.accumulo.core.util.Merge
 
mergeOverlapping(Collection<Range>) - Static method in class org.apache.accumulo.core.data.Range
Takes a collection on range and merges overlapping and adjacent ranges.
merges() - Method in class org.apache.accumulo.server.master.Master
 
merges() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
mergeSome(Connector, String, List<Merge.Size>, int) - Method in class org.apache.accumulo.core.util.Merge
 
MergeState - Enum in org.apache.accumulo.server.master.state
 
MergeStats - Class in org.apache.accumulo.server.master.state
 
MergeStats(MergeInfo) - Constructor for class org.apache.accumulo.server.master.state.MergeStats
 
MergeTest - Class in org.apache.accumulo.server.test.functional
 
MergeTest() - Constructor for class org.apache.accumulo.server.test.functional.MergeTest
 
mergomatic(Connector, String, Text, Text, long, boolean) - Method in class org.apache.accumulo.core.util.Merge
 
message - Variable in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
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_EVENT_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
METADATA_EVENT_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
METADATA_EVENT_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
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_INDEX_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
METADATA_INDEX_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
METADATA_INDEX_COLUMN_FAMILY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
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
 
MetadataBatchScanTest - Class in org.apache.accumulo.server.test.performance.metadata
This little program can be used to write a lot of entries to the !METADATA table and measure the performance of varying numbers of threads doing !METADATA lookups using the batch scanner.
MetadataBatchScanTest() - Constructor for class org.apache.accumulo.server.test.performance.metadata.MetadataBatchScanTest
 
MetadataBulkLoadFilter - Class in org.apache.accumulo.server.iterators
A special iterator for the metadata table that removes inactive bulk load flags
MetadataBulkLoadFilter() - Constructor for class org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
 
MetadataConstraints - Class in org.apache.accumulo.server.constraints
 
MetadataConstraints() - Constructor for class org.apache.accumulo.server.constraints.MetadataConstraints
 
MetadataLocationObtainer - Class in org.apache.accumulo.core.client.impl
 
metaDataMap - Static variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
metaDataMap - Static variable in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
metaDataMap - Static variable in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
metaDataMap - Static variable in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
metaDataMap - Static variable in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
MetaDataStateStore - Class in org.apache.accumulo.server.master.state
 
MetaDataStateStore(Instance, AuthInfo, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetaDataStateStore() - Constructor for class org.apache.accumulo.server.master.state.MetaDataStateStore
 
MetadataTable - Class in org.apache.accumulo.core.util
 
MetadataTable() - Constructor for class org.apache.accumulo.core.util.MetadataTable
 
MetadataTable - Class in org.apache.accumulo.server.util
 
MetadataTable.DataFileValue - Class in org.apache.accumulo.core.util
 
MetadataTable.DataFileValue(long, long, long) - Constructor for class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
MetadataTable.DataFileValue(long, long) - Constructor for class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
MetadataTable.DataFileValue(byte[]) - Constructor for class org.apache.accumulo.core.util.MetadataTable.DataFileValue
 
MetadataTable.LogEntry - Class in org.apache.accumulo.server.util
 
MetadataTable.LogEntry() - Constructor for class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
MetaDataTableScanner - Class in org.apache.accumulo.server.master.state
 
MetaDataTableScanner(Instance, AuthInfo, Range, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
MetaDataTableScanner(Instance, AuthInfo, Range) - Constructor for class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
METRICS_PREFIX - Static variable in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
MetricsConfiguration - Class in org.apache.accumulo.server.metrics
 
MetricsConfiguration(String) - Constructor for class org.apache.accumulo.server.metrics.MetricsConfiguration
 
midKey() - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated. Get the key at approximately the middle of the file.
MidPointPerfTest2 - Class in org.apache.accumulo.server.test
Deprecated. since 1.4
MidPointPerfTest2() - Constructor for class org.apache.accumulo.server.test.MidPointPerfTest2
Deprecated.  
MILLIS_TIME_ID - Static variable in class org.apache.accumulo.server.tabletserver.TabletTime
 
MilliSpan - Class in org.apache.accumulo.cloudtrace.instrument.impl
A Span implementation that stores its information in milliseconds since the epoch.
MilliSpan(String, long, Span) - Constructor for class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
MIN_MASTER_LOOP_TIME - Static variable in class org.apache.accumulo.core.Constants
 
minc - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
mincMetrics - Variable in class org.apache.accumulo.server.tabletserver.TabletServer
 
MinCombiner - Class in org.apache.accumulo.core.iterators.user
A Combiner that interprets Values as Longs and returns the smallest Long among them.
MinCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.MinCombiner
 
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
 
minorCompactionFinished(TInfo, long, long, int, String) - Method in class org.apache.accumulo.server.logger.LogService
 
minorCompactionFinished(int, int, String) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
minorCompactionFinished(Tablet.CommitSession, String, int) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
minorCompactionFinished(Tablet.CommitSession, String, int) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
minorCompactionQueued() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
minorCompactionRunning() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
minorCompactionStarted(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
 
minorCompactionStarted(TInfo, long, long, int, String) - Method in class org.apache.accumulo.server.logger.LogService
 
minorCompactionStarted(int, int, String) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
minorCompactionStarted(Tablet.CommitSession, int, String) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
minorCompactionStarted(Tablet.CommitSession, int, String) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
MinorCompactor - Class in org.apache.accumulo.server.tabletserver
 
miss() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache.CacheStats
 
mkdirs(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
mkdirs(String) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
mkdirs(String) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
MLock - Class in org.apache.accumulo.server.tabletserver
 
MLock() - Constructor for class org.apache.accumulo.server.tabletserver.MLock
 
MMFITest - Class in org.apache.accumulo.server.test
Deprecated. since 1.4
MMFITest() - Constructor for class org.apache.accumulo.server.test.MMFITest
Deprecated.  
MockAccumulo - Class in org.apache.accumulo.core.client.mock
 
MockAccumulo() - Constructor for class org.apache.accumulo.core.client.mock.MockAccumulo
 
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
 
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
 
mode - Variable in class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
Module - Class in org.apache.accumulo.server.test.randomwalk
A module is directed graph of tests
Module(File) - Constructor for class org.apache.accumulo.server.test.randomwalk.Module
 
Monitor - Class in org.apache.accumulo.server.monitor
Serve master statistics with an embedded web server.
Monitor() - Constructor for class org.apache.accumulo.server.monitor.Monitor
 
monitorSwappiness() - Static method in class org.apache.accumulo.server.Accumulo
 
more - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
more - Variable in class org.apache.accumulo.core.data.thrift.ScanResult
 
moveFromLocalFile(Path[], Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
moveFromLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
moveToLocalFile(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
MultiIterator - Class in org.apache.accumulo.core.iterators.system
An iterator capable of iterating over other iterators in sorted order.
MultiIterator(List<SortedKeyValueIterator<Key, Value>>, Range) - Constructor for class org.apache.accumulo.core.iterators.system.MultiIterator
 
MultiIterator(List<SortedKeyValueIterator<Key, Value>>, KeyExtent) - Constructor for class org.apache.accumulo.core.iterators.system.MultiIterator
 
MultiIterator(List<SortedKeyValueIterator<Key, Value>>, boolean) - Constructor for class org.apache.accumulo.core.iterators.system.MultiIterator
 
MultiLevelIndex - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex() - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex
 
MultiLevelIndex.BufferedWriter - Class in org.apache.accumulo.core.file.rfile
this class buffers writes to the index so that chunks of index blocks are contiguous in the file instead of having index blocks sprinkled throughout the file making scans of the entire index slow.
MultiLevelIndex.BufferedWriter(MultiLevelIndex.Writer) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.BufferedWriter
 
MultiLevelIndex.IndexEntry - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.IndexEntry(boolean) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
 
MultiLevelIndex.Reader - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.Reader(BlockFileReader, int) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
MultiLevelIndex.Reader.IndexIterator - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.Reader.IndexIterator() - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
MultiLevelIndex.Reader.IndexIterator(MultiLevelIndex.Reader.Node) - Constructor for class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
MultiLevelIndex.Reader.Node - Class in org.apache.accumulo.core.file.rfile
 
MultiLevelIndex.Writer - Class in org.apache.accumulo.core.file.rfile
 
MultiReader - Class in org.apache.accumulo.server.tabletserver.log
Provide simple Map.Reader methods over multiple Maps.
MultiReader(FileSystem, Configuration, String) - Constructor for class org.apache.accumulo.server.tabletserver.log.MultiReader
 
MultiScanResult - Class in org.apache.accumulo.core.data.thrift
 
MultiScanResult() - Constructor for class org.apache.accumulo.core.data.thrift.MultiScanResult
 
MultiScanResult(List<TKeyValue>, Map<TKeyExtent, List<TRange>>, List<TKeyExtent>, TKeyExtent, TKey, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.thrift.MultiScanResult
 
MultiScanResult(MultiScanResult) - Constructor for class org.apache.accumulo.core.data.thrift.MultiScanResult
Performs a deep copy on other.
MultiScanResult._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
MultiTableBatchWriter - Interface in org.apache.accumulo.core.client
This class enables efficient batch writing to multiple tables.
MultiTableBatchWriterImpl - Class in org.apache.accumulo.core.client.impl
 
MultiTableBatchWriterImpl(Instance, AuthInfo, long, long, int) - Constructor for class org.apache.accumulo.core.client.impl.MultiTableBatchWriterImpl
 
MultiTableFixture - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
MultiTableFixture() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.MultiTableFixture
 
mustBeOnline(String) - Method in class org.apache.accumulo.server.master.Master
 
mutate(List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
Applies changes to a row in the InMemoryMap
mutate(Mutation, int) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
mutate(List<Mutation>, int) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
mutate(String, byte[], List<ACL>, ZooReaderWriter.Mutator) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
mutate(String, byte[], List<ACL>, ZooReaderWriter.Mutator) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
mutate(byte[]) - Method in interface org.apache.accumulo.server.zookeeper.ZooReaderWriter.Mutator
 
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
 
MUTATION_EVENT - Static variable in class org.apache.accumulo.server.tabletserver.MutationLog
 
mutationArraySize - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
MutationLog - Class in org.apache.accumulo.server.tabletserver
 
MutationLog(Path) - Constructor for class org.apache.accumulo.server.tabletserver.MutationLog
 
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.
MutationReceiver - Interface in org.apache.accumulo.server.tabletserver.log
 
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
 
mutations - Variable in class org.apache.accumulo.server.logger.LogFileValue
 
MutationsRejectedException - Exception in org.apache.accumulo.core.client
Communicate the failed mutations of a BatchWriter back to the client.
MutationsRejectedException(List<ConstraintViolationSummary>, 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
 
name() - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
name() - Method in class org.apache.accumulo.server.master.state.RootTabletStateStore
 
name() - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Identifying name for this tablet state store.
name() - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
namedOptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
NAMESPACES_FILENAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
NamingThreadFactory - Class in org.apache.accumulo.server.util
 
NamingThreadFactory(String) - Constructor for class org.apache.accumulo.server.util.NamingThreadFactory
 
NativeMap - Class in org.apache.accumulo.server.tabletserver
This class stores data in a C++ map.
NativeMap() - Constructor for class org.apache.accumulo.server.tabletserver.NativeMap
 
NativeMapConcurrencyTest - Class in org.apache.accumulo.server.test
 
NativeMapConcurrencyTest() - Constructor for class org.apache.accumulo.server.test.NativeMapConcurrencyTest
 
NativeMapPerformanceTest - Class in org.apache.accumulo.server.test
 
NativeMapPerformanceTest() - Constructor for class org.apache.accumulo.server.test.NativeMapPerformanceTest
 
NativeMapStressTest - Class in org.apache.accumulo.server.test
 
NativeMapStressTest() - Constructor for class org.apache.accumulo.server.test.NativeMapStressTest
 
NativeMapTest - Class in org.apache.accumulo.server.test.functional
 
NativeMapTest() - Constructor for class org.apache.accumulo.server.test.functional.NativeMapTest
 
nbHash - Variable in class org.apache.accumulo.core.bloomfilter.Filter
The number of hash function to consider.
needsMajorCompaction(Tablet.MajorCompactionReason) - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns true if a major compaction should be performed on the tablet.
needsSplit() - Method in class org.apache.accumulo.server.tabletserver.Tablet
Returns true if this tablet needs to be split
needsToBeChopped(KeyExtent) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
negatedTerms - Variable in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
newBuffer() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
 
newBuffer() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory
 
newBuilder() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
newBuilder(TermWeight.Info) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
newBuilder() - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
newBuilder(Uid.List) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
newBuilderForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
newBuilderForType() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
newLogger(String) - Method in class org.apache.accumulo.server.master.Master
 
newScanFileManager(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.FileManager
 
newServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
newTablets - Variable in class org.apache.accumulo.core.master.thrift.TabletSplit
 
newThread(Runnable) - Method in class org.apache.accumulo.server.util.NamingThreadFactory
 
next() - Method in class org.apache.accumulo.cloudtrace.instrument.CountSampler
 
next() - Method in interface org.apache.accumulo.cloudtrace.instrument.Sampler
 
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
 
next() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
Populate the key and value
next() - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
next() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
next() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
next() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
next(WritableComparable, Writable) - Method in class org.apache.accumulo.server.tabletserver.log.MultiReader
 
next() - Method in class org.apache.accumulo.server.test.functional.SlowIterator
 
next() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
next() - Method in class org.apache.accumulo.server.util.TabletIterator
 
nextElement() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode.PostorderEnumeration
 
nextIndex() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
nextKeyValue() - Method in class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
nextKeyValue() - Method in class org.apache.accumulo.examples.wikisearch.reader.LongLineRecordReader
 
nextMergeState(Connector, CurrentState) - Method in class org.apache.accumulo.server.master.state.MergeStats
 
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
 
Node - Class in org.apache.accumulo.server.test.randomwalk
Represents a point in graph of RandomFramework
Node() - Constructor for class org.apache.accumulo.server.test.randomwalk.Node
 
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
 
NoOpNormalizer - Class in org.apache.accumulo.examples.wikisearch.normalizer
 
NoOpNormalizer() - Constructor for class org.apache.accumulo.examples.wikisearch.normalizer.NoOpNormalizer
 
NORMALIZEDTERMFREQUENCY_FIELD_NUMBER - Static variable in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
normalizeFieldValue(String, Object) - Method in class org.apache.accumulo.examples.wikisearch.normalizer.LcNoDiacriticsNormalizer
 
normalizeFieldValue(String, Object) - Method in class org.apache.accumulo.examples.wikisearch.normalizer.NoOpNormalizer
 
normalizeFieldValue(String, Object) - Method in interface org.apache.accumulo.examples.wikisearch.normalizer.Normalizer
Creates normalized content for ingest based upon implemented logic.
normalizeFieldValue(String, Object) - Method in class org.apache.accumulo.examples.wikisearch.normalizer.NumberNormalizer
 
Normalizer - Interface in org.apache.accumulo.examples.wikisearch.normalizer
 
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
 
notFlag - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
notFlagsOptionName - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
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
 
NULL_BYTE - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
NULL_BYTE_STRING - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.EvaluatingIterator
 
NULL_SPAN - Static variable in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
NullBatchWriter - Class in org.apache.accumulo.server.test
 
NullBatchWriter() - Constructor for class org.apache.accumulo.server.test.NullBatchWriter
 
nullbyte - Static variable in class org.apache.accumulo.examples.simple.filedata.KeyUtil
 
NullKeyValueIterator - Class in org.apache.accumulo.server.monitor.servlets.trace
 
NullKeyValueIterator() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
NullScanner - Class in org.apache.accumulo.server.monitor.servlets.trace
 
NullScanner() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
NullSpan - Class in org.apache.accumulo.cloudtrace.instrument.impl
A Span that does nothing.
NullSpan() - Constructor for class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
nullText - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
nullText - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
nullText - Variable in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
NullTserver - Class in org.apache.accumulo.server.test.performance.thrift
The purpose of this class is to server as fake tserver that is a data sink like /dev/null.
NullTserver() - Constructor for class org.apache.accumulo.server.test.performance.thrift.NullTserver
 
NullTserver.ThriftClientHandler - Class in org.apache.accumulo.server.test.performance.thrift
 
NullTserver.ThriftClientHandler(TransactionWatcher) - Constructor for class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
num - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
NUM_GROUPS - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
NUM_PARTITIONS - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
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.  
NumberNormalizer - Class in org.apache.accumulo.examples.wikisearch.normalizer
 
NumberNormalizer() - Constructor for class org.apache.accumulo.examples.wikisearch.normalizer.NumberNormalizer
 
numberOfViolatingMutations - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
numberOfViolatingMutations - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
NumberType<T extends Number> - Class in org.apache.accumulo.server.monitor.util.celltypes
 
NumberType(T, T, T, T) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
NumberType(T, T) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
NumberType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.NumberType
 
numBytes() - Method in class org.apache.accumulo.core.data.Mutation
 
numDerived() - Static method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
 
numEntries - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
NumericValueConstraint - Class in org.apache.accumulo.examples.simple.constraints
This class is an accumulo constraint that ensures values are numeric strings.
NumericValueConstraint() - Constructor for class org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
 
numKeysRead - Variable in class org.apache.accumulo.core.client.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)
OBJECT_NAME - Static variable in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
off() - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
offer(Runnable) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
offer(Runnable, long, TimeUnit) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
offline(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
offline(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
offline(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
OfflineCommand - Class in org.apache.accumulo.core.util.shell.commands
 
OfflineCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.OfflineCommand
 
OfflineMetadataScanner - Class in org.apache.accumulo.server.util
 
OfflineMetadataScanner() - Constructor for class org.apache.accumulo.server.util.OfflineMetadataScanner
 
OfflineScanner - Class in org.apache.accumulo.core.client.impl
 
OfflineScanner(Instance, AuthInfo, String, Authorizations) - Constructor for class org.apache.accumulo.core.client.impl.OfflineScanner
 
OfflineTable - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
OfflineTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.OfflineTable
 
OfflineTable - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
OfflineTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.OfflineTable
 
offNoFlush() - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
offset - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
 
offset() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
offset() - Method in class org.apache.accumulo.core.data.ByteSequence
 
offset() - Method in class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
 
offset() - Method in interface org.apache.accumulo.core.file.rfile.bcfile.RawComparable
Get the offset of the first byte in the byte array.
OLD_BULK_PREFIX - Static variable in class org.apache.accumulo.core.Constants
 
OLD_PACKAGE_NAME - Static variable in class org.apache.accumulo.core.Constants
 
oldServer - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
oldTablet - Variable in class org.apache.accumulo.core.master.thrift.TabletSplit
 
on(String) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
on(String) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
online(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
online(String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
online(String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
OnlineCommand - Class in org.apache.accumulo.core.util.shell.commands
 
OnlineCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.OnlineCommand
 
onlineTables() - Method in class org.apache.accumulo.server.master.Master
 
onlineTables() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
onlineTablets - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
onlineTabletServers() - Method in class org.apache.accumulo.server.master.Master
 
onlineTabletServers() - Method in interface org.apache.accumulo.server.master.state.CurrentState
 
op - Variable in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
op - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
open(FileSystem, String, WritableComparator, Configuration) - Method in class org.apache.accumulo.core.file.map.MyMapFile.Reader
Deprecated.  
open(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
open(Path, int) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
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
 
OperationServlet - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet
 
OperationServlet.ClearDeadServerOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearDeadServerOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearDeadServerOperation
 
OperationServlet.ClearLogOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearLogOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearLogOperation
 
OperationServlet.ClearProblemOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearProblemOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearProblemOperation
 
OperationServlet.ClearTableProblemsOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ClearTableProblemsOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ClearTableProblemsOperation
 
OperationServlet.RefreshOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.RefreshOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.RefreshOperation
 
OperationServlet.SortTableOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.SortTableOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.SortTableOperation
 
OperationServlet.ToggleLegendOperation - Class in org.apache.accumulo.server.monitor.servlets
 
OperationServlet.ToggleLegendOperation() - Constructor for class org.apache.accumulo.server.monitor.servlets.OperationServlet.ToggleLegendOperation
 
opid - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
opid - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_args
 
opid - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_args
 
oprot_ - Variable in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
oprot_ - Variable in class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
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
 
OptimizedQueryIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
This iterator internally uses the BooleanLogicIterator to find event UIDs in the field index portion of the partition and uses the EvaluatingIterator to evaluate the events against an expression.
OptimizedQueryIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
OptimizedQueryIterator(OptimizedQueryIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
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.cloudtrace.instrument - package org.apache.accumulo.cloudtrace.instrument
 
org.apache.accumulo.cloudtrace.instrument.impl - package org.apache.accumulo.cloudtrace.instrument.impl
 
org.apache.accumulo.cloudtrace.instrument.receivers - package org.apache.accumulo.cloudtrace.instrument.receivers
 
org.apache.accumulo.cloudtrace.instrument.thrift - package org.apache.accumulo.cloudtrace.instrument.thrift
 
org.apache.accumulo.cloudtrace.thrift - package org.apache.accumulo.cloudtrace.thrift
 
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
 
org.apache.accumulo.examples.simple.client - package org.apache.accumulo.examples.simple.client
 
org.apache.accumulo.examples.simple.combiner - package org.apache.accumulo.examples.simple.combiner
 
org.apache.accumulo.examples.simple.constraints - package org.apache.accumulo.examples.simple.constraints
 
org.apache.accumulo.examples.simple.dirlist - package org.apache.accumulo.examples.simple.dirlist
 
org.apache.accumulo.examples.simple.filedata - package org.apache.accumulo.examples.simple.filedata
 
org.apache.accumulo.examples.simple.helloworld - package org.apache.accumulo.examples.simple.helloworld
 
org.apache.accumulo.examples.simple.isolation - package org.apache.accumulo.examples.simple.isolation
 
org.apache.accumulo.examples.simple.mapreduce - package org.apache.accumulo.examples.simple.mapreduce
 
org.apache.accumulo.examples.simple.mapreduce.bulk - package org.apache.accumulo.examples.simple.mapreduce.bulk
 
org.apache.accumulo.examples.simple.shard - package org.apache.accumulo.examples.simple.shard
 
org.apache.accumulo.examples.wikisearch.function - package org.apache.accumulo.examples.wikisearch.function
 
org.apache.accumulo.examples.wikisearch.ingest - package org.apache.accumulo.examples.wikisearch.ingest
 
org.apache.accumulo.examples.wikisearch.iterator - package org.apache.accumulo.examples.wikisearch.iterator
 
org.apache.accumulo.examples.wikisearch.jexl - package org.apache.accumulo.examples.wikisearch.jexl
 
org.apache.accumulo.examples.wikisearch.logic - package org.apache.accumulo.examples.wikisearch.logic
 
org.apache.accumulo.examples.wikisearch.normalizer - package org.apache.accumulo.examples.wikisearch.normalizer
 
org.apache.accumulo.examples.wikisearch.output - package org.apache.accumulo.examples.wikisearch.output
 
org.apache.accumulo.examples.wikisearch.parser - package org.apache.accumulo.examples.wikisearch.parser
 
org.apache.accumulo.examples.wikisearch.protobuf - package org.apache.accumulo.examples.wikisearch.protobuf
 
org.apache.accumulo.examples.wikisearch.query - package org.apache.accumulo.examples.wikisearch.query
 
org.apache.accumulo.examples.wikisearch.reader - package org.apache.accumulo.examples.wikisearch.reader
 
org.apache.accumulo.examples.wikisearch.sample - package org.apache.accumulo.examples.wikisearch.sample
 
org.apache.accumulo.examples.wikisearch.util - package org.apache.accumulo.examples.wikisearch.util
 
org.apache.accumulo.server - package org.apache.accumulo.server
 
org.apache.accumulo.server.client - package org.apache.accumulo.server.client
 
org.apache.accumulo.server.conf - package org.apache.accumulo.server.conf
 
org.apache.accumulo.server.constraints - package org.apache.accumulo.server.constraints
 
org.apache.accumulo.server.fate - package org.apache.accumulo.server.fate
 
org.apache.accumulo.server.gc - package org.apache.accumulo.server.gc
 
org.apache.accumulo.server.iterators - package org.apache.accumulo.server.iterators
 
org.apache.accumulo.server.logger - package org.apache.accumulo.server.logger
 
org.apache.accumulo.server.logger.metrics - package org.apache.accumulo.server.logger.metrics
 
org.apache.accumulo.server.master - package org.apache.accumulo.server.master
 
org.apache.accumulo.server.master.balancer - package org.apache.accumulo.server.master.balancer
 
org.apache.accumulo.server.master.state - package org.apache.accumulo.server.master.state
 
org.apache.accumulo.server.master.state.tables - package org.apache.accumulo.server.master.state.tables
 
org.apache.accumulo.server.master.tableOps - package org.apache.accumulo.server.master.tableOps
 
org.apache.accumulo.server.master.tserverOps - package org.apache.accumulo.server.master.tserverOps
 
org.apache.accumulo.server.metrics - package org.apache.accumulo.server.metrics
 
org.apache.accumulo.server.monitor - package org.apache.accumulo.server.monitor
 
org.apache.accumulo.server.monitor.servlets - package org.apache.accumulo.server.monitor.servlets
 
org.apache.accumulo.server.monitor.servlets.trace - package org.apache.accumulo.server.monitor.servlets.trace
 
org.apache.accumulo.server.monitor.util - package org.apache.accumulo.server.monitor.util
 
org.apache.accumulo.server.monitor.util.celltypes - package org.apache.accumulo.server.monitor.util.celltypes
 
org.apache.accumulo.server.problems - package org.apache.accumulo.server.problems
 
org.apache.accumulo.server.security - package org.apache.accumulo.server.security
 
org.apache.accumulo.server.tabletserver - package org.apache.accumulo.server.tabletserver
 
org.apache.accumulo.server.tabletserver.log - package org.apache.accumulo.server.tabletserver.log
 
org.apache.accumulo.server.tabletserver.mastermessage - package org.apache.accumulo.server.tabletserver.mastermessage
 
org.apache.accumulo.server.tabletserver.metrics - package org.apache.accumulo.server.tabletserver.metrics
 
org.apache.accumulo.server.test - package org.apache.accumulo.server.test
 
org.apache.accumulo.server.test.continuous - package org.apache.accumulo.server.test.continuous
 
org.apache.accumulo.server.test.functional - package org.apache.accumulo.server.test.functional
 
org.apache.accumulo.server.test.performance.metadata - package org.apache.accumulo.server.test.performance.metadata
 
org.apache.accumulo.server.test.performance.scan - package org.apache.accumulo.server.test.performance.scan
 
org.apache.accumulo.server.test.performance.thrift - package org.apache.accumulo.server.test.performance.thrift
 
org.apache.accumulo.server.test.randomwalk - package org.apache.accumulo.server.test.randomwalk
 
org.apache.accumulo.server.test.randomwalk.bulk - package org.apache.accumulo.server.test.randomwalk.bulk
 
org.apache.accumulo.server.test.randomwalk.concurrent - package org.apache.accumulo.server.test.randomwalk.concurrent
 
org.apache.accumulo.server.test.randomwalk.image - package org.apache.accumulo.server.test.randomwalk.image
 
org.apache.accumulo.server.test.randomwalk.multitable - package org.apache.accumulo.server.test.randomwalk.multitable
 
org.apache.accumulo.server.test.randomwalk.security - package org.apache.accumulo.server.test.randomwalk.security
 
org.apache.accumulo.server.test.randomwalk.sequential - package org.apache.accumulo.server.test.randomwalk.sequential
 
org.apache.accumulo.server.test.randomwalk.shard - package org.apache.accumulo.server.test.randomwalk.shard
 
org.apache.accumulo.server.test.randomwalk.unit - package org.apache.accumulo.server.test.randomwalk.unit
 
org.apache.accumulo.server.test.scalability - package org.apache.accumulo.server.test.scalability
 
org.apache.accumulo.server.thrift.metrics - package org.apache.accumulo.server.thrift.metrics
 
org.apache.accumulo.server.trace - package org.apache.accumulo.server.trace
 
org.apache.accumulo.server.util - package org.apache.accumulo.server.util
 
org.apache.accumulo.server.util.time - package org.apache.accumulo.server.util.time
 
org.apache.accumulo.server.zookeeper - package org.apache.accumulo.server.zookeeper
 
org.apache.accumulo.start - package org.apache.accumulo.start
 
org.apache.accumulo.start.classloader - package org.apache.accumulo.start.classloader
 
originalQueryValues - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
origName(String) - Static method in class org.apache.accumulo.server.logger.LogArchiver
 
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 - Class in org.apache.accumulo.examples.wikisearch.iterator
An iterator that handles "OR" query constructs on the server side.
OrIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.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
 
OrIterator.TermSource - Class in org.apache.accumulo.examples.wikisearch.iterator
 
OrIterator.TermSource(OrIterator.TermSource) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
OrIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
OrIterator.TermSource(SortedKeyValueIterator<Key, Value>, Text, Text) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
osLoad - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
output(Key, Value) - Method in class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner.Output
 
overlaps(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
 
overlaps(KeyExtent) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
overrideCurrentTime(long) - Method in class org.apache.accumulo.core.iterators.filter.ColumnAgeOffFilter
Deprecated.  
overrideCurrentTime(long) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
 

P

pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.GcStatusServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.LoggersServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.LogServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.MasterServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.ProblemServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.TablesServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ListType
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.VisServlet
 
pageBody(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
pageEnd(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
pageEnd(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
pageStart(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
pageStart(HttpServletRequest, HttpServletResponse, StringBuilder) - Method in class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
Pair<A,B> - Class in org.apache.accumulo.core.util
 
Pair(A, B) - Constructor for class org.apache.accumulo.core.util.Pair
 
parent() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
parent() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
parent() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
The parent span: returns null if this is the root span
parent - Variable in class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
parentId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
parentId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
parentId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.RootMilliSpan
 
parentId() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Return the pseudo-unique (random) number of the parent span, returns ROOT_SPAN_ID if this is the root span
parentId - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
parentId - Variable in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
parse(Key) - Method in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
Parses a Key object into its constituent fields.
parse(Key) - Method in class org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
 
parse(Key) - Method in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
parse(byte[]) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
parseAddress(String, int) - Static method in class org.apache.accumulo.core.util.AddressUtil
 
parseAddress(Text, int) - Static method in class org.apache.accumulo.core.util.AddressUtil
 
parseAddress(String, Property) - Static method in class org.apache.accumulo.server.util.AddressUtil
 
parseArgs(String[]) - Static method in class org.apache.accumulo.server.test.TestIngest
 
parseConfig(String...) - Static method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseDocID(Key) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
 
parseFrom(ByteString) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(byte[]) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(InputStream) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(CodedInputStream) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
parseFrom(ByteString) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseFrom(byte[]) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseFrom(InputStream) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseFrom(CodedInputStream) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
parseIndexedTerms(Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
partFilter - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
partFilter - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
PartialKey - Enum in org.apache.accumulo.core.data
 
PARTITIONED_ARTICLES_DIRECTORY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
PARTITIONED_INPUT_MIN_SPLIT_SIZE - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
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
 
PASSWORD - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
path - Variable in class org.apache.accumulo.core.zookeeper.ZooUtil.LockID
 
PATH_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
peek() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
peek() - Method in class org.apache.accumulo.core.util.PeekingIterator
 
peek() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
PeekingIterator<E> - Class in org.apache.accumulo.core.util
 
PeekingIterator(Iterator<E>) - Constructor for class org.apache.accumulo.core.util.PeekingIterator
 
peekPrevious() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader.IndexIterator
 
PER_BLOCK_OVERHEAD - Static variable in class org.apache.accumulo.core.file.blockfile.cache.CachedBlock
 
PercentageType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
PercentageType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.PercentageType
 
PerColumnIteratorConfig - Class in org.apache.accumulo.core.iterators.conf
Deprecated. since 1.4
PerColumnIteratorConfig(Text, String) - Constructor for class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.  
PerColumnIteratorConfig(Text, Text, String) - Constructor for class org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig
Deprecated.  
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
permission - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
permissionErrors - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
PermissionsTest - Class in org.apache.accumulo.server.test.functional
 
PermissionsTest() - Constructor for class org.apache.accumulo.server.test.functional.PermissionsTest
 
PermissionsTest.SystemPermissionsTest - Class in org.apache.accumulo.server.test.functional
 
PermissionsTest.SystemPermissionsTest() - Constructor for class org.apache.accumulo.server.test.functional.PermissionsTest.SystemPermissionsTest
 
PermissionsTest.TablePermissionsTest - Class in org.apache.accumulo.server.test.functional
 
PermissionsTest.TablePermissionsTest() - Constructor for class org.apache.accumulo.server.test.functional.PermissionsTest.TablePermissionsTest
 
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
 
ping(AuthInfo) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
Platform - Class in org.apache.accumulo.start
 
Platform() - Constructor for class org.apache.accumulo.start.Platform
 
poll() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
poll(long, TimeUnit) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
pop(Span) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
pop(long) - Method in interface org.apache.accumulo.server.fate.TStore
Remove the last pushed operation from the given transaction.
pop(long) - Method in class org.apache.accumulo.server.fate.ZooStore
 
populate(DefaultMutableTreeNode) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
populateChildren(DefaultMutableTreeNode) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
port() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
port - Variable in class org.apache.accumulo.server.util.TServerUtils.ServerPort
 
pos - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
post(String, String) - Method in class org.apache.accumulo.server.master.state.DeadServerList
 
preferLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.LoggerStrategy
 
preferLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.RandomLoggerStrategy
 
preferLoggers(Set<String>) - Method in class org.apache.accumulo.server.tabletserver.log.RoundRobinLoggerStrategy
 
prefix(Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all rows beginning with a prefix
prefix(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column families beginning with a prefix within a given row
prefix(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family
prefix(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier
prefix(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all rows beginning with a prefix
prefix(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column families beginning with a prefix within a given row
prefix(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family
prefix(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier
prepareAppendKey(int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for writing a key into TFile.
prepareAppendValue(int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for writing a value into TFile.
prepareDataBlock() - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
 
prepareDataBlock() - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
prepareDataBlock() - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Create a Data Block and obtain an output stream for adding data into the block.
prepareMetaBlock(String, String) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
 
prepareMetaBlock(String) - Method in interface org.apache.accumulo.core.file.blockfile.BlockFileWriter
 
prepareMetaBlock(String) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
prepareMetaBlock(String, String) - Method in class org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.Writer
 
prepareMetaBlock(String, String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Create a Meta Block and obtain an output stream for adding data into the block.
prepareMetaBlock(String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.BCFile.Writer
Create a Meta Block and obtain an output stream for adding data into the block.
prepareMetaBlock(String, String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for creating a meta block.
prepareMetaBlock(String) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Writer
Obtain an output stream for creating a meta block.
prepareMutationsForCommit(TabletServer.TservConstraintEnv, List<Mutation>) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
prepareNewTableState(String, String, String, TableState, ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.server.master.state.tables.TableManager
 
prepareRow() - Method in class org.apache.accumulo.server.monitor.util.Table
 
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
 
PreviousQueryStatusName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
PreviousQueryTypeName - Static variable in class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
print(String) - Method in interface org.apache.accumulo.core.trace.TraceDump.Printer
 
print(String) - Method in class org.apache.accumulo.core.util.shell.Shell.PrintFile
 
print(String) - Method in interface org.apache.accumulo.core.util.shell.Shell.PrintLine
 
print(String) - Method in class org.apache.accumulo.core.util.shell.Shell.PrintShell
 
print() - Method in class org.apache.accumulo.core.util.StopWatch
 
print(LogFileValue) - Static method in class org.apache.accumulo.server.logger.LogFileValue
 
print() - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
printableValues() - Static method in enum org.apache.accumulo.core.security.SystemPermission
 
printableValues() - Static method in enum org.apache.accumulo.core.security.TablePermission
 
printBinaryRecords(CommandLine, Shell, Iterable<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
printBinaryRecords(Iterable<Map.Entry<Key, Value>>, boolean, boolean) - Method in class org.apache.accumulo.core.util.shell.Shell
 
printClassPath() - Static method in class org.apache.accumulo.start.classloader.AccumuloClassLoader
 
printDiskUsage(AccumuloConfiguration, Collection<String>, FileSystem, Connector) - Static method in class org.apache.accumulo.core.util.TableDiskUsage
 
printEntry(LogFileKey) - Static method in class org.apache.accumulo.server.logger.LogFileKey
 
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
 
printLiterals() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
 
printLogEvent(LogFileKey, LogFileValue, Text, Matcher, KeyExtent, Set<Integer>, int) - Static method in class org.apache.accumulo.server.logger.LogReader
 
printMetaBlockInfo(Configuration, FileSystem, Path) - Static method in class org.apache.accumulo.core.file.rfile.bcfile.PrintInfo
 
printNode() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
printNode() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
printProblems() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
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
 
PrintScanTimeHistogram - Class in org.apache.accumulo.server.test.continuous
 
PrintScanTimeHistogram() - Constructor for class org.apache.accumulo.server.test.continuous.PrintScanTimeHistogram
 
printStats() - Static method in class org.apache.accumulo.core.file.rfile.RelativeKey
 
PrintTable - Class in org.apache.accumulo.server.util
 
PrintTable() - Constructor for class org.apache.accumulo.server.util.PrintTable
 
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
 
ProblemReport - Class in org.apache.accumulo.server.problems
 
ProblemReport(String, ProblemType, String, String, Throwable) - Constructor for class org.apache.accumulo.server.problems.ProblemReport
 
ProblemReport(String, ProblemType, String, Throwable) - Constructor for class org.apache.accumulo.server.problems.ProblemReport
 
ProblemReportingIterator - Class in org.apache.accumulo.server.problems
 
ProblemReportingIterator(String, String, boolean, SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.server.problems.ProblemReportingIterator
 
ProblemReports - Class in org.apache.accumulo.server.problems
 
ProblemReports() - Constructor for class org.apache.accumulo.server.problems.ProblemReports
 
ProblemServlet - Class in org.apache.accumulo.server.monitor.servlets
 
ProblemServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.ProblemServlet
 
ProblemType - Enum in org.apache.accumulo.server.problems
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Processor
 
process(int, TProtocol, TProtocol) - Method in interface org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Processor.ProcessFunction
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.Processor
 
process(int, TProtocol, TProtocol) - Method in interface org.apache.accumulo.cloudtrace.thrift.TestService.Processor.ProcessFunction
 
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
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.logger.LogService
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.master.TabletServerLoggers
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.trace.TraceServer
 
process(TProtocol, TProtocol) - Method in class org.apache.accumulo.server.util.TServerUtils.TimedProcessor
 
process(WatchedEvent) - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
processLogFiles() - Method in class org.apache.accumulo.server.util.SendLogToChainsaw
 
processMap_ - Variable in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Processor
 
processMap_ - Variable in class org.apache.accumulo.cloudtrace.thrift.TestService.Processor
 
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
 
ProgressChartType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
ProgressChartType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
ProgressChartType(Double) - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.ProgressChartType
 
propertiesChanged() - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
propertiesChanged(String) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
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
 
propertyChanged(String) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
PropertyType - Enum in org.apache.accumulo.core.conf
 
protocolFactory() - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
ProvidesTime - Interface in org.apache.accumulo.server.util.time
An interface for anything that returns the time in the same format as System.currentTimeMillis().
PUBLIC - Static variable in class org.apache.accumulo.core.zookeeper.ZooUtil
 
push(Span) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
push(long, Repo<T>) - Method in interface org.apache.accumulo.server.fate.TStore
Update the given transaction with the next operation
push(long, Repo<T>) - Method in class org.apache.accumulo.server.fate.ZooStore
 
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
 
put(Key, Value) - Method in class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner
 
put(String, EventFields.FieldValue) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
put(String, byte[]) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
put(String, byte[]) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
put(Runnable) - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
put(Key, Value) - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
putAll(String, Iterable<? extends EventFields.FieldValue>) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
putAll(Multimap<? extends String, ? extends EventFields.FieldValue>) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
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
 
putEphemeralSequential(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putEphemeralSequential(String, byte[]) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
putEphemeralSequential(String, byte[]) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
putFutureLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLastLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLocation(Mutation) - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
putLockID(ZooLock, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
putPersistentData(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
 
putPersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
Create a persistent node with the default ACL
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
putPersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
Create a persistent node with the default ACL
putPersistentData(String, byte[], int, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
putPersistentSequential(ZooKeeper, String, byte[]) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putPersistentSequential(String, byte[]) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
putPersistentSequential(String, byte[]) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
putPrivatePersistentData(ZooKeeper, String, byte[], ZooUtil.NodeExistsPolicy) - Static method in class org.apache.accumulo.core.zookeeper.ZooUtil
 
putPrivatePersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
putPrivatePersistentData(String, byte[], ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
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
 
putToData(String, String) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
putToFailedExtents(TKeyExtent, long) - Method in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
putToFailures(TKeyExtent, List<TRange>) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
putToFiles(TKeyExtent, Map<String, MapFileInfo>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
 
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

Query - Class in org.apache.accumulo.examples.simple.shard
This program queries a set of terms in the shard table (populated by Index) using the IntersectingIterator.
Query() - Constructor for class org.apache.accumulo.examples.simple.shard.Query
 
Query - Class in org.apache.accumulo.examples.wikisearch.query
 
Query() - Constructor for class org.apache.accumulo.examples.wikisearch.query.Query
 
query(String, String) - Method in class org.apache.accumulo.examples.wikisearch.query.Query
calls the query logic with the parameters, returns results
QUERY_OPTION - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
QUERY_OPTION - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
queryByteRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
queryByteRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
QueryEvaluator - Class in org.apache.accumulo.examples.wikisearch.parser
This class evaluates events against a query.
QueryEvaluator(String) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
 
QueryEvaluator(String, boolean) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
 
QueryFunctions - Class in org.apache.accumulo.examples.wikisearch.function
 
QueryFunctions() - Constructor for class org.apache.accumulo.examples.wikisearch.function.QueryFunctions
 
queryGlobalIndex(Map<RangeCalculator.MapKey, Set<Range>>, String, String, boolean, RangeCalculator.MapKey, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
QueryLogic - Class in org.apache.accumulo.examples.wikisearch.logic
QueryLogic() - Constructor for class org.apache.accumulo.examples.wikisearch.logic.QueryLogic
 
QueryMetadataTable - Class in org.apache.accumulo.server.test
 
QueryMetadataTable() - Constructor for class org.apache.accumulo.server.test.QueryMetadataTable
 
QueryParser - Class in org.apache.accumulo.examples.wikisearch.parser
Parses the query for the purposes of extracting terms, operators, and literals for query optimization.
QueryParser() - Constructor for class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
QueryParser.QueryTerm - Class in org.apache.accumulo.examples.wikisearch.parser
 
QueryParser.QueryTerm(boolean, String, Object) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
queryRate - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
queryRate - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
queryRate() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
queryThreads - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
QueryUtil - Class in org.apache.accumulo.examples.simple.dirlist
Provides utility methods for getting the info for a file, listing the contents of a directory, and performing single wild card searches on file or directory names.
QueryUtil(String, String, String, String, String, Authorizations) - Constructor for class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
QuestionCommand - Class in org.apache.accumulo.core.util.shell.commands
 
QuestionCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.QuestionCommand
 
queue - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
QUEUE_SIZE - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
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

RADIX_OPTION - Static variable in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
RandomBatchScanner - Class in org.apache.accumulo.examples.simple.client
Simple example for reading random batches of data from Accumulo.
RandomBatchScanner() - Constructor for class org.apache.accumulo.examples.simple.client.RandomBatchScanner
 
RandomBatchWriter - Class in org.apache.accumulo.examples.simple.client
Simple example for writing random data to Accumulo.
RandomBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.client.RandomBatchWriter
 
RandomLoggerStrategy - Class in org.apache.accumulo.server.tabletserver.log
 
RandomLoggerStrategy() - Constructor for class org.apache.accumulo.server.tabletserver.log.RandomLoggerStrategy
 
RandomLoggerStrategy(TabletServer) - Constructor for class org.apache.accumulo.server.tabletserver.log.RandomLoggerStrategy
 
RandomWriter - Class in org.apache.accumulo.server.util
 
RandomWriter() - Constructor for class org.apache.accumulo.server.util.RandomWriter
 
RandomWriter.RandomMutationGenerator - Class in org.apache.accumulo.server.util
 
RandomWriter.RandomMutationGenerator(long) - Constructor for class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
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
 
RangeCalculator - Class in org.apache.accumulo.examples.wikisearch.parser
This class is used to query the global indices to determine that set of ranges to use when querying the shard table.
RangeCalculator() - Constructor for class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
RangeCalculator.MapKey - Class in org.apache.accumulo.examples.wikisearch.parser
Container used as map keys in this class
RangeCalculator.MapKey(String, String) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
RangeCalculator.RangeBounds - Class in org.apache.accumulo.examples.wikisearch.parser
Container used to hold the lower and upper bound of a range
RangeCalculator.RangeBounds() - Constructor for class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
RangeCalculator.TermRange - Class in org.apache.accumulo.examples.wikisearch.parser
Object that is used to hold ranges found in the index.
RangeCalculator.TermRange(String, Object) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
rangeNodeSet - Static variable in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
RangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
Hadoop partitioner that uses ranges, and optionally sub-bins based on hashing.
RangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
 
ranges - Variable in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
rangeToString(Text[]) - Static method in class org.apache.accumulo.server.test.randomwalk.bulk.Merge
 
Rate - Class in org.apache.accumulo.server.tabletserver
 
Rate(double) - Constructor for class org.apache.accumulo.server.tabletserver.Rate
Turn a counter into an exponentially smoothed rate over time.
rate() - Method in class org.apache.accumulo.server.tabletserver.Rate
 
RawComparable - Interface in org.apache.accumulo.core.file.rfile.bcfile
Interface for objects that can be compared through RawComparator.
read(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
read(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
read(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
read(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
read(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
read() - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
read(byte[], int, int) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
read(long, byte[], int, int) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
ReadAheadIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
This iterator takes the source iterator (the one below it in the iterator stack) and puts it in a background thread.
ReadAheadIterator(ReadAheadIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
ReadAheadIterator() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
ReadData - Class in org.apache.accumulo.examples.simple.helloworld
Reads all data between two rows; all data after a given row; or all data in a table, depending on the number of arguments given.
ReadData() - Constructor for class org.apache.accumulo.examples.simple.helloworld.ReadData
 
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
 
readFields(DataInput) - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
readFields(DataInput) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
readFields(DataInput) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
readFields(DataInput) - Method in class org.apache.accumulo.server.logger.LogFileValue
 
readFields(DataInput) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
readFully(long, byte[], int, int) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
readFully(long, byte[]) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
readLine(Text, int, int) - Method in class org.apache.accumulo.examples.wikisearch.reader.LfLineReader
Read one line from the InputStream into the given Text.
readLine(Text, int) - Method in class org.apache.accumulo.examples.wikisearch.reader.LfLineReader
Read from the InputStream into the given Text.
readLine(Text) - Method in class org.apache.accumulo.examples.wikisearch.reader.LfLineReader
Read from the InputStream into the given Text.
readLock() - Method in class org.apache.accumulo.server.zookeeper.DistributedReadWriteLock
 
readObjectData(Kryo, ByteBuffer) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
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.
ReadWriteExample - Class in org.apache.accumulo.examples.simple.client
 
receive(Key, Value) - Method in interface org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator.ResultReceiver
 
receive(Mutation) - Method in interface org.apache.accumulo.server.tabletserver.log.MutationReceiver
 
receive(List<Tablet.KVEntry>) - Method in interface org.apache.accumulo.server.tabletserver.Tablet.KVReceiver
 
recordRootTabletLocation(String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
recover(AuthInfo, KeyExtent, Collection<Collection<String>>, CoordinateRecoveryTask.JobComplete) - Method in class org.apache.accumulo.server.master.CoordinateRecoveryTask
 
recover(KeyExtent, List<String>, Set<String>, MutationReceiver) - Method in class org.apache.accumulo.server.tabletserver.log.SortedLogRecovery
 
recover(Tablet, List<String>, Set<String>, MutationReceiver) - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
recover(Tablet, List<MetadataTable.LogEntry>, Set<String>, MutationReceiver) - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
recoverLock(DistributedReadWriteLock.QueueLock, byte[]) - Static method in class org.apache.accumulo.server.zookeeper.DistributedReadWriteLock
 
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
 
recursiveCopyPersistent(String, String, ZooUtil.NodeExistsPolicy) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
recursiveCopyPersistent(String, String, ZooUtil.NodeExistsPolicy) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
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
 
recursiveDelete(String, ZooUtil.NodeMissingPolicy) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
recursiveDelete(String, int, ZooUtil.NodeMissingPolicy) - Method in interface org.apache.accumulo.server.zookeeper.IZooReaderWriter
 
recursiveDelete(String, ZooUtil.NodeMissingPolicy) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
recursiveDelete(String, int, ZooUtil.NodeMissingPolicy) - Method in class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
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_checkTrace() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.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
 
reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Key, Value>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample.ReduceClass
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Text, Text>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UReducer
 
reduce(LongWritable, Iterable<VLongWritable>, Reducer<LongWritable, VLongWritable, Text, Text>.Context) - Method in class org.apache.accumulo.server.test.continuous.ContinuousVerify.CReducer
 
reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.server.test.functional.BadCombiner
 
reduce(NullWritable, Iterable<IntWritable>, Reducer<NullWritable, IntWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool.SeqReduceClass
 
reduceFiles(AccumuloConfiguration, Configuration, FileSystem, Text, Text, Collection<String>, int, String, int) - Static method in class org.apache.accumulo.core.file.FileUtil
 
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
refactorTree(BooleanLogicTreeNode) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
refactorTree(FieldIndexQueryReWriter.RewriterTreeNode) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
REFERENCE - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Reference size is 8 bytes on 64-bit, 4 bytes on 32-bit
REFRESH_TIME - Static variable in class org.apache.accumulo.server.monitor.Monitor
 
REFS_CF - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_CF_BS - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_FILE_EXT - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
REFS_ORIG_FILE - Static variable in class org.apache.accumulo.examples.simple.filedata.FileDataIngest
 
RegexExample - Class in org.apache.accumulo.examples.simple.mapreduce
 
RegexExample() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
RegexExample.RegexMapper - Class in org.apache.accumulo.examples.simple.mapreduce
 
RegexExample.RegexMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RegexExample.RegexMapper
 
RegExFilter - Class in org.apache.accumulo.core.iterators.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.  
register(StandardMBean) - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
Registers a StandardMBean with the MBean Server
register() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl
Registers this MBean with the MBean Server
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid
 
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
 
registerSideChannel(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.DefaultIteratorEnvironment
 
registerSideChannel(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
Reindex - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Reindex() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Reindex
 
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
 
RelativeTime - Class in org.apache.accumulo.server.util.time
Provide time from System time and hints from another time source.
release(IZooReaderWriter, String, String) - Static method in class org.apache.accumulo.server.zookeeper.ZooReservation
 
remainingCapacity() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
RemoteLogger - Class in org.apache.accumulo.server.tabletserver.log
Wrap a connection to a logger.
RemoteLogger(String, UUID) - Constructor for class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
RemoteLogger(String) - Constructor for class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
RemoteLogger(String, String, UUID) - Constructor for class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
RemoteSpan - Class in org.apache.accumulo.cloudtrace.thrift
 
RemoteSpan() - Constructor for class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
RemoteSpan(String, String, long, long, long, long, long, String, Map<String, String>) - Constructor for class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
RemoteSpan(RemoteSpan) - Constructor for class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
Performs a deep copy on other.
RemoteSpan._Fields - Enum in org.apache.accumulo.cloudtrace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
remove() - Method in class org.apache.accumulo.core.client.impl.ScannerIterator
 
remove() - Method in class org.apache.accumulo.core.client.impl.TabletServerBatchReaderIterator
 
remove() - Method in class org.apache.accumulo.core.client.mock.IteratorAdapter
 
remove() - Method in class org.apache.accumulo.core.client.RowIterator
Unsupported.
remove() - 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
 
remove(Object, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
remove(TInfo, AuthInfo, List<String>) - Method in class org.apache.accumulo.server.logger.LogService
 
remove(TServerInstance) - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
remove(String) - Method in interface org.apache.accumulo.server.master.state.DistributedStore
 
remove() - Method in class org.apache.accumulo.server.master.state.MetaDataTableScanner
 
remove(String) - Method in class org.apache.accumulo.server.master.state.ZooStore
 
remove() - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
 
remove() - Method in class org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
 
remove() - Method in class org.apache.accumulo.server.util.TabletIterator
 
removeAll(Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
removeBulkLoadEntries(Connector, String, long) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
removeBulkLoadInProgressFlag(String) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
removeEldestEntry(Map.Entry<Key, Value>) - Method in class org.apache.accumulo.examples.wikisearch.ingest.LRUOutputCombiner
 
RemoveEntriesForMissingFiles - Class in org.apache.accumulo.server.util
Remove file entries for map files that don't exist.
RemoveEntriesForMissingFiles() - Constructor for class org.apache.accumulo.server.util.RemoveEntriesForMissingFiles
 
removeEntry(long) - Method in interface org.apache.accumulo.server.zookeeper.DistributedReadWriteLock.QueueLock
 
removeEntry(long) - Method in class org.apache.accumulo.server.zookeeper.ZooQueueLock
 
removeFile(List<String>) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
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
 
removeListener(FilesystemAlterationListener) - Method in class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
removeNonIndexedTermsAndInvalidRanges(String, Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
removeObserver(ConfigurationObserver) - Method in class org.apache.accumulo.server.conf.TableConfiguration
 
removeObserver(TableObserver) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
removeOption(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
Remove an option from the iterator.
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
 
removeReceiver(SpanReceiver) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
removeScanFiles(KeyExtent, Set<String>, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
removeScanIterator(String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
 
removeScanIterator(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Remove an iterator from the list of iterators.
removeScanIterator(String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
removeSystemProperty(TInfo, 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
 
removeSystemProperty(String) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
removeTable(String) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
removeTableProperty(TInfo, 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
 
removeTableProperty(String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
removeTTL(IteratorSetting, IteratorSetting.Column) - Static method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
A convenience method for removing an age off threshold for a column.
removeUnusedWALEntries(KeyExtent, List<MetadataTable.LogEntry>, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
rename(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
Rename a table
rename(String, String) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
Rename a table
rename(String, String) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
rename(FileSystem, String, String) - Static method in class org.apache.accumulo.core.file.map.MyMapFile
Deprecated. Renames an existing map directory.
rename(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
RenameTable - Class in org.apache.accumulo.server.master.tableOps
 
RenameTable(String, String, String) - Constructor for class org.apache.accumulo.server.master.tableOps.RenameTable
 
RenameTable - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
RenameTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.RenameTable
 
renameTable(Connector, State, String, String, boolean, boolean) - Static method in class org.apache.accumulo.server.test.randomwalk.security.AlterTable
 
RenameTableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
RenameTableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.RenameTableCommand
 
repeat(String, int) - Static method in class org.apache.accumulo.core.util.shell.Shell
 
replaceDatafiles(KeyExtent, Set<String>, Set<String>, String, Long, MetadataTable.DataFileValue, AuthInfo, String, TServerInstance, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
replaceDatafiles(KeyExtent, Set<String>, Set<String>, String, Long, MetadataTable.DataFileValue, AuthInfo, String, TServerInstance, ZooLock, boolean) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
replaceValues(String, Iterable<? extends EventFields.FieldValue>) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
replay(Path, Tablet, long) - Static method in class org.apache.accumulo.server.tabletserver.MutationLog
 
Repo<T> - Interface in org.apache.accumulo.server.fate
Repeatable persisted operation
report(ProblemReport) - Method in class org.apache.accumulo.server.problems.ProblemReports
 
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
 
requiresLayout() - Method in class org.apache.accumulo.server.monitor.LogService
 
ReqVisFilter - Class in org.apache.accumulo.core.iterators.user
A Filter that matches entries with a non-empty ColumnVisibility.
ReqVisFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ReqVisFilter
 
reserve() - Method in interface org.apache.accumulo.server.fate.TStore
Reserve a transaction that is IN_PROGRESS or FAILED_IN_PROGRESS.
reserve(long) - Method in interface org.apache.accumulo.server.fate.TStore
 
reserve() - Method in class org.apache.accumulo.server.fate.ZooStore
 
reserve(long) - Method in class org.apache.accumulo.server.fate.ZooStore
 
reserveHdfsDirectory(String, long) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
reserveMapFileReader(String) - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
 
reserveMapFileReader(String) - Method in class org.apache.accumulo.examples.wikisearch.iterator.DefaultIteratorEnvironment
 
reserveMapFileReader(String) - Method in class org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
 
reserveTable(String, long, boolean, boolean, TableOperation) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
reset() - Method in 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
 
reset() - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
Reset state.
reSet() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
reset() - Method in class org.apache.accumulo.server.logger.metrics.LogWriterMetrics
 
reset() - Method in interface org.apache.accumulo.server.logger.metrics.LogWriterMetricsMBean
 
reset() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
reset() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetricsMBean
 
reset() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
reset() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
reset() - Method in class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
reset() - Method in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
reset() - Method in class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
reset() - Method in interface org.apache.accumulo.server.thrift.metrics.ThriftMetricsMBean
 
resetLoggers() - Method in class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
resetScanner() - Method in class org.apache.accumulo.server.util.TabletIterator
 
resetTimes() - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
RestoreZookeeper - Class in org.apache.accumulo.server.util
 
RestoreZookeeper() - Constructor for class org.apache.accumulo.server.util.RestoreZookeeper
 
result - Variable in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
result - Variable in class org.apache.accumulo.core.data.thrift.InitialScan
 
result - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
results - Variable in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
results - Variable in class org.apache.accumulo.core.data.thrift.ScanResult
 
Results - Class in org.apache.accumulo.examples.wikisearch.sample
 
Results() - Constructor for class org.apache.accumulo.examples.wikisearch.sample.Results
 
resultSize - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
RETURN_PARTIAL_MATCHES - Static variable in class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
returnClient(Object) - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
returnTransport(TTransport) - Method in class org.apache.accumulo.core.client.impl.ThriftTransportPool
 
Reverse - Class in org.apache.accumulo.examples.simple.shard
The program reads an accumulo table written by Index and writes out to another table.
Reverse() - Constructor for class org.apache.accumulo.examples.simple.shard.Reverse
 
REVERSE_PREFIX - Static variable in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
 
reverseIndexTableName - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
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
 
revokeSystemPermission(TInfo, AuthInfo, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
revokeSystemPermission(AuthInfo, String, SystemPermission) - Method in class org.apache.accumulo.server.security.Auditor
 
revokeSystemPermission(AuthInfo, String, SystemPermission) - Method in interface org.apache.accumulo.server.security.Authenticator
 
revokeSystemPermission(AuthInfo, String, SystemPermission) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
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
 
revokeTablePermission(TInfo, AuthInfo, String, String, byte) - Method in class org.apache.accumulo.server.client.ClientServiceHandler
 
revokeTablePermission(AuthInfo, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.Auditor
 
revokeTablePermission(AuthInfo, String, String, TablePermission) - Method in interface org.apache.accumulo.server.security.Authenticator
 
revokeTablePermission(AuthInfo, String, String, TablePermission) - Method in class org.apache.accumulo.server.security.ZKAuthenticator
 
rewind() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Rewind to the first entry in the scanner.
rewriteQuery(StringBuilder, String, Collection<EventFields.FieldValue>) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
 
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 - Variable in class org.apache.accumulo.examples.wikisearch.parser.TreeNode.PostorderEnumeration
 
ROOT_SPAN_ID - Static variable in interface org.apache.accumulo.cloudtrace.instrument.Span
 
ROOT_TABLET_EXTENT - Static variable in class org.apache.accumulo.core.Constants
 
RootMilliSpan - Class in org.apache.accumulo.cloudtrace.instrument.impl
Span that roots the span tree in a process, but perhaps not the whole trace.
RootMilliSpan(String, long, long, long) - Constructor for class org.apache.accumulo.cloudtrace.instrument.impl.RootMilliSpan
 
RootTabletLocator - Class in org.apache.accumulo.core.client.impl
 
RootTabletStateStore - Class in org.apache.accumulo.server.master.state
 
RootTabletStateStore(Instance, AuthInfo, CurrentState) - Constructor for class org.apache.accumulo.server.master.state.RootTabletStateStore
 
RoundRobinLoggerStrategy - Class in org.apache.accumulo.server.tabletserver.log
 
RoundRobinLoggerStrategy(TabletServer) - Constructor for class org.apache.accumulo.server.tabletserver.log.RoundRobinLoggerStrategy
 
RoundRobinPartitioner - Class in org.apache.accumulo.server.master
 
RoundRobinPartitioner() - Constructor for class org.apache.accumulo.server.master.RoundRobinPartitioner
 
row - Variable in class org.apache.accumulo.core.data.Key
 
row - Variable in class org.apache.accumulo.core.data.thrift.TKey
 
row - Variable in class org.apache.accumulo.core.data.thrift.TMutation
 
ROW_FIELD - Static variable in class org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
 
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
 
RowDeleteTest - Class in org.apache.accumulo.server.test.functional
 
RowDeleteTest() - Constructor for class org.apache.accumulo.server.test.functional.RowDeleteTest
 
RowDeletingIterator - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by RowDeletingIterator
RowDeletingIterator() - Constructor for class org.apache.accumulo.core.iterators.RowDeletingIterator
Deprecated.  
RowDeletingIterator - Class in org.apache.accumulo.core.iterators.user
An iterator for deleting whole rows.
RowDeletingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.RowDeletingIterator
 
RowFilter - Class in org.apache.accumulo.core.iterators.user
This iterator makes it easy to select rows that meet a given criteria.
RowFilter() - Constructor for class org.apache.accumulo.core.iterators.user.RowFilter
 
RowFunctor - Class in org.apache.accumulo.core.file.keyfunctor
 
RowFunctor() - Constructor for class org.apache.accumulo.core.file.keyfunctor.RowFunctor
 
RowHash - Class in org.apache.accumulo.examples.simple.mapreduce
 
RowHash() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
RowHash.HashDataMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
RowHash.HashDataMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
RowIterator - Class in org.apache.accumulo.core.client
Group Key/Value pairs into Iterators over rows.
RowIterator(Iterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
Create an iterator from an (ordered) sequence of KeyValue pairs.
RowIterator(Iterable<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
Create an iterator from an Iterable.
RowOperations - Class in org.apache.accumulo.examples.simple.client
A demonstration of reading entire rows and deleting entire rows.
RowOperations() - Constructor for class org.apache.accumulo.examples.simple.client.RowOperations
 
RT - Static variable in class org.apache.accumulo.core.client.impl.Translator
 
run() - Method in class org.apache.accumulo.cloudtrace.instrument.TraceRunnable
 
run() - Method in class org.apache.accumulo.core.util.LoggingRunnable
 
run() - Method in class org.apache.accumulo.examples.simple.dirlist.FileCount
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.helloworld.InsertWithOutputFormat
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.RegexExample
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
run(String[]) - Method in class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
run(String[]) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
run(String[]) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
run() - Method in class org.apache.accumulo.server.logger.LogService
 
run() - Method in class org.apache.accumulo.server.master.CoordinateRecoveryTask
 
run(String[]) - Method in class org.apache.accumulo.server.master.LogSort
The main driver for sort program.
run() - Method in class org.apache.accumulo.server.master.Master
 
run(String[]) - Method in class org.apache.accumulo.server.monitor.Monitor
 
run() - Method in class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
run() - Method in class org.apache.accumulo.server.tabletserver.TabletServer
 
run(String[]) - Method in class org.apache.accumulo.server.test.continuous.ContinuousMoru
 
run(String[]) - Method in class org.apache.accumulo.server.test.continuous.ContinuousVerify
 
run() - Method in class org.apache.accumulo.server.test.functional.AddSplitTest
 
run() - Method in class org.apache.accumulo.server.test.functional.BadIteratorMincTest
 
run() - Method in class org.apache.accumulo.server.test.functional.BatchScanSplitTest
 
run() - Method in class org.apache.accumulo.server.test.functional.BatchWriterFlushTest
 
run() - Method in class org.apache.accumulo.server.test.functional.BloomFilterTest
 
run() - Method in class org.apache.accumulo.server.test.functional.BulkFileTest
 
run() - Method in class org.apache.accumulo.server.test.functional.BulkSplitOptimizationTest
 
run() - Method in class org.apache.accumulo.server.test.functional.ConcurrencyTest
 
run() - Method in class org.apache.accumulo.server.test.functional.ConstraintTest
 
run() - Method in class org.apache.accumulo.server.test.functional.CreateAndUseTest
 
run() - Method in class org.apache.accumulo.server.test.functional.CreateManyScannersTest
 
run() - Method in class org.apache.accumulo.server.test.functional.DeleteEverythingTest
 
run() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsSplitTest
 
run() - Method in class org.apache.accumulo.server.test.functional.DeleteRowsTest
 
run() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
run() - Method in class org.apache.accumulo.server.test.functional.LargeRowTest
 
run() - Method in class org.apache.accumulo.server.test.functional.LogicalTimeTest
 
run() - Method in class org.apache.accumulo.server.test.functional.MaxOpenTest
 
run() - Method in class org.apache.accumulo.server.test.functional.MergeTest
 
run() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.SystemPermissionsTest
 
run() - Method in class org.apache.accumulo.server.test.functional.PermissionsTest.TablePermissionsTest
 
run() - Method in class org.apache.accumulo.server.test.functional.RowDeleteTest
 
run(String[]) - Method in class org.apache.accumulo.server.test.functional.RunTests
 
run() - Method in class org.apache.accumulo.server.test.functional.ScanIteratorTest
 
run() - Method in class org.apache.accumulo.server.test.functional.ScanRangeTest
 
run() - Method in class org.apache.accumulo.server.test.functional.ScanSessionTimeOutTest
 
run() - Method in class org.apache.accumulo.server.test.functional.ServerSideErrorTest
 
run() - Method in class org.apache.accumulo.server.test.functional.SparseColumnFamilyTest
 
run() - Method in class org.apache.accumulo.server.test.functional.SplitRecoveryTest
 
run() - Method in class org.apache.accumulo.server.test.functional.VisibilityTest
 
run(State, Runnable) - Static method in class org.apache.accumulo.server.test.randomwalk.bulk.Setup
 
run(String, State, String) - Method in class org.apache.accumulo.server.test.randomwalk.Framework
Run random walk framework
run(String[]) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.CopyTool
 
run(String[]) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool
 
run(String[]) - Method in class org.apache.accumulo.server.test.randomwalk.shard.SortTool
 
Run - Class in org.apache.accumulo.server.test.scalability
 
Run() - Constructor for class org.apache.accumulo.server.test.scalability.Run
 
run() - Method in class org.apache.accumulo.server.trace.TraceServer
 
run(String[]) - Method in class org.apache.accumulo.server.util.CountRowKeys
 
run(String[]) - Method in class org.apache.accumulo.server.util.LocalityCheck
 
run(String, long, Callable<T>) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
run() - Method in class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
RUN_INGEST - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
RUN_PARTITIONER - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
runIngest(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
runLater(State) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.BulkMinusOne
 
runLater(State) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.BulkPlusOne
 
runLater(State) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.BulkTest
 
runLater(State) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.Compact
 
runLater(State) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.ConsistencyCheck
 
runLater(State) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.Merge
 
runLater(State) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.Split
 
running() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
running() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
running() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Has the span been started and not yet stopped?
running - Variable in class org.apache.accumulo.core.master.thrift.Compacting
 
runPartitioner(Configuration) - Static method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
runQuery(Connector, List<String>, String, Date, Date, Set<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
runQuery(Connector, String, List<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.ContentLogic
 
runTest(String, String[], ArrayList<Key>) - Static method in class org.apache.accumulo.server.util.MapFilePerformanceTest
Deprecated.  
RunTests - Class in org.apache.accumulo.server.test.functional
Runs the functional tests via map-reduce.
RunTests() - Constructor for class org.apache.accumulo.server.test.functional.RunTests
 
RunTests.TestMapper - Class in org.apache.accumulo.server.test.functional
 
RunTests.TestMapper() - Constructor for class org.apache.accumulo.server.test.functional.RunTests.TestMapper
 
runtime - Variable in class org.apache.accumulo.core.master.thrift.RecoveryStatus
 

S

safeAdd(long, long) - Static method in class org.apache.accumulo.core.iterators.aggregation.NumSummation
Deprecated.  
safeAdd(long, long) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
 
Sampler - Interface in org.apache.accumulo.cloudtrace.instrument
Extremely simple callback to determine the frequency that an action should be performed.
sanitize(String) - Static method in class org.apache.accumulo.server.monitor.servlets.BasicServlet
 
save - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
save(String) - Method in class org.apache.accumulo.server.test.continuous.Histogram
 
saveMajorTimes(TabletStatsKeeper) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
saveMinorTimes(TabletStatsKeeper) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
sawError() - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
ScaleTest - Class in org.apache.accumulo.server.test.scalability
 
ScaleTest() - Constructor for class org.apache.accumulo.server.test.scalability.ScaleTest
 
scan(Instance, AuthInfo, ThriftScanner.ScanState, int, AccumuloConfiguration) - Static method in class org.apache.accumulo.core.client.impl.ThriftScanner
 
scan - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetricsMBean
 
Scan - Class in org.apache.accumulo.server.test.randomwalk.unit
 
Scan() - Constructor for class org.apache.accumulo.server.test.randomwalk.unit.Scan
 
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
 
ScanIteratorTest - Class in org.apache.accumulo.server.test.functional
 
ScanIteratorTest() - Constructor for class org.apache.accumulo.server.test.functional.ScanIteratorTest
 
ScanMeta - Class in org.apache.accumulo.server.test.randomwalk.image
 
ScanMeta() - Constructor for class org.apache.accumulo.server.test.randomwalk.image.ScanMeta
 
scanner - Variable in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
 
Scanner - Interface in org.apache.accumulo.core.client
Scans a table over a given range.
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
 
ScanRangeTest - Class in org.apache.accumulo.server.test.functional
 
ScanRangeTest() - Constructor for class org.apache.accumulo.server.test.functional.ScanRangeTest
 
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
 
scanServers() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
ScanSessionTimeOutTest - Class in org.apache.accumulo.server.test.functional
 
ScanSessionTimeOutTest() - Constructor for class org.apache.accumulo.server.test.functional.ScanSessionTimeOutTest
 
ScanState - Enum in org.apache.accumulo.core.client.admin
 
ScanState - Enum in org.apache.accumulo.core.tabletserver.thrift
 
ScanTable - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
ScanTable() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.ScanTable
 
ScanType - Enum in org.apache.accumulo.core.client.admin
 
ScanType - Enum in org.apache.accumulo.core.tabletserver.thrift
 
scanZooKeeperForUpdates() - Method in class org.apache.accumulo.server.master.TabletServerLoggers
 
schedule(TimerTask, long) - Method in class org.apache.accumulo.server.util.time.SimpleTimer
 
schedule(TimerTask, long, long) - Method in class org.apache.accumulo.server.util.time.SimpleTimer
 
Search - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Search() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Search
 
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
 
SecurityConstants - Class in org.apache.accumulo.server.security
 
SecurityConstants() - Constructor for class org.apache.accumulo.server.security.SecurityConstants
 
SecurityErrorCode - Enum in org.apache.accumulo.core.security.thrift
 
SecurityFixture - Class in org.apache.accumulo.server.test.randomwalk.security
 
SecurityFixture() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.SecurityFixture
 
SecurityHelper - Class in org.apache.accumulo.server.test.randomwalk.security
 
SecurityHelper() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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
 
SecurityUtil - Class in org.apache.accumulo.server.security
 
SecurityUtil() - Constructor for class org.apache.accumulo.server.security.SecurityUtil
 
seedTransaction(long, Repo<T>, boolean) - Method in class org.apache.accumulo.server.fate.Fate
 
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
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkCombiner
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
Seek to the next matching cell and call next to populate the key and value.
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
seek(WritableComparable) - Method in class org.apache.accumulo.server.tabletserver.log.MultiReader
 
seek(long) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
seekColumnFamilies - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
 
seekTo(byte[]) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
seekTo(byte[], int, int) - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
seekToEnd() - Method in class org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner
Seek to the end of the scanner.
seekToNewSource(long) - Method in class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
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.  
SELECTOR_FIELD - Static variable in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
selectRandomKeys(String, double, ArrayList<Key>) - Static method in class org.apache.accumulo.server.util.MapFilePerformanceTest
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(Destination, RemoteSpan) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
send(SpanReceiver.Client, RemoteSpan) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.SendSpansViaThrift
 
send(AuthInfo, String, MasterClientService.Iface) - Method in interface org.apache.accumulo.server.tabletserver.mastermessage.MasterMessage
 
send(AuthInfo, String, MasterClientService.Iface) - Method in class org.apache.accumulo.server.tabletserver.mastermessage.SplitReportMessage
 
send(AuthInfo, String, MasterClientService.Iface) - Method in class org.apache.accumulo.server.tabletserver.mastermessage.TabletStatusMessage
 
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_checkTrace(TInfo, String) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.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_span(RemoteSpan) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.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
 
sender - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
SendLogToChainsaw - Class in org.apache.accumulo.server.util
 
SendLogToChainsaw(String, String, String, int, Date, Date, String, String) - Constructor for class org.apache.accumulo.server.util.SendLogToChainsaw
 
SendSpansViaThrift - Class in org.apache.accumulo.cloudtrace.instrument.receivers
Send Span data to a destination using thrift.
SendSpansViaThrift(String, String, long) - Constructor for class org.apache.accumulo.cloudtrace.instrument.receivers.SendSpansViaThrift
 
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
 
seq - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
seqid_ - Variable in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
seqid_ - Variable in class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
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
 
SequentialBatchWriter - Class in org.apache.accumulo.examples.simple.client
Simple example for writing random data in sequential order to Accumulo.
SequentialBatchWriter() - Constructor for class org.apache.accumulo.examples.simple.client.SequentialBatchWriter
 
SequentialFixture - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
SequentialFixture() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.SequentialFixture
 
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
 
server - Variable in class org.apache.accumulo.server.master.state.Assignment
 
server - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
server - Variable in class org.apache.accumulo.server.util.TServerUtils.ServerPort
 
ServerClient - Class in org.apache.accumulo.core.client.impl
 
ServerClient() - Constructor for class org.apache.accumulo.core.client.impl.ServerClient
 
ServerConfiguration - Class in org.apache.accumulo.server.conf
 
ServerConfiguration() - Constructor for class org.apache.accumulo.server.conf.ServerConfiguration
 
ServerConstants - Class in org.apache.accumulo.server
 
ServerConstants() - Constructor for class org.apache.accumulo.server.ServerConstants
 
serverLogin() - Static method in class org.apache.accumulo.server.security.SecurityUtil
This method is for logging a server in kerberos.
serverName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_args
 
serverName - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
ServerServices - Class in org.apache.accumulo.core.util
 
ServerServices(String) - Constructor for class org.apache.accumulo.core.util.ServerServices
 
ServerServices(String, ServerServices.Service) - Constructor for class org.apache.accumulo.core.util.ServerServices
 
ServerServices.Service - Enum in org.apache.accumulo.core.util
 
ServerSideErrorTest - Class in org.apache.accumulo.server.test.functional
 
ServerSideErrorTest() - Constructor for class org.apache.accumulo.server.test.functional.ServerSideErrorTest
 
serverSideIteratorList - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
serverSideIteratorOptions - Variable in class org.apache.accumulo.core.client.impl.ScannerOptions
 
serversShuttingDown - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
serversWaitedForWrites - Static variable in class org.apache.accumulo.core.client.impl.ThriftScanner
 
service - Variable in class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
service(T) - Static method in class org.apache.accumulo.cloudtrace.instrument.thrift.TraceWrap
 
SERVICE_SEPARATOR - Static variable in class org.apache.accumulo.core.util.ServerServices
 
sessionExpired() - Method in interface org.apache.accumulo.core.conf.ConfigurationObserver
 
sessionExpired() - Method in class org.apache.accumulo.server.master.Master
 
sessionExpired() - Method in interface org.apache.accumulo.server.master.state.tables.TableObserver
 
set(Property, String) - Method in class org.apache.accumulo.core.conf.ConfigurationCopy
 
set(String, String) - Method in class org.apache.accumulo.core.conf.ConfigurationCopy
 
set(Property, String) - Method in class org.apache.accumulo.core.conf.SiteConfiguration
method here to support testing, do not call
set(String, String) - Method in class org.apache.accumulo.core.conf.SiteConfiguration
method here to support testing, do not call
set(Key) - Method in class org.apache.accumulo.core.data.Key
Sets this key's row, column family, column qualifier, column visibility, timestamp, and delete marker to be the same as another key's.
set(byte[]) - Method in class org.apache.accumulo.core.data.Value
 
set(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
 
set(String, Object) - Method in class org.apache.accumulo.server.test.randomwalk.State
 
setAdvanceKey(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
SetAuths - Class in org.apache.accumulo.server.test.randomwalk.security
 
SetAuths() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.SetAuths
 
SetAuthsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SetAuthsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SetAuthsCommand
 
setAuthsMap(State, Map<String, Integer>) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setAutoClean(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setAutoCleanIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setBadTServers(Map<String, Byte>) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setBadTServersIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setBatch(Map<TKeyExtent, List<TRange>>) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setBatchIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_args
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
setBatchSize(int) - Method in interface org.apache.accumulo.core.client.Scanner
Sets the number of Key/Value pairs that will be fetched at a time from a tablet server.
setBatchSize(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setBatchSize(int) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
setBatchSize(int) - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
setBatchSizeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
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
 
setChildren(List<TreeNode>) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
setChildrenAllNegated(boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
setColumnFamilyRegex(String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
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
setColumnQualifierRegex(String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
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
 
setConf(Configuration) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setConfigDir(String) - Static method in class org.apache.accumulo.server.test.randomwalk.Framework
 
setConfiguration(AccumuloConfiguration) - Method in interface org.apache.accumulo.core.client.Instance
Set the AccumuloConfiguration to use when interacting with this instance.
setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.mock.MockInstance
 
setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
 
setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.server.client.HdfsZooInstance
 
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
 
setCOUNT(long) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
setCount(int) - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
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
 
setCurrentServers(IteratorSetting, Set<TServerInstance>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setCurrentTime(IteratorSetting, Long) - Static method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
A convenience method for setting the current time (from which to measure the age off threshold).
setCve(ConstraintViolationException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setCveIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_result
 
setData(Map<String, String>) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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.cloudtrace.thrift.RemoteSpan
 
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
 
setDebug(Level) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
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 class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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 class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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.
setDone(boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
setFieldName(Text) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
setFieldName(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
setFieldName(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
setFieldName(String) - Method in class org.apache.accumulo.examples.wikisearch.sample.Field
 
setFieldNamesAndValues(Multimap<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
setFields(List<Field>) - Method in class org.apache.accumulo.examples.wikisearch.sample.Document
 
setFieldValue(RemoteSpan._Fields, Object) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setFieldValue(SpanReceiver.span_args._Fields, Object) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
setFieldValue(TestService.checkTrace_args._Fields, Object) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
setFieldValue(TestService.checkTrace_result._Fields, Object) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
setFieldValue(TInfo._Fields, Object) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
setFieldValue(Text) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
setFieldValue(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
setFieldValue(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
setFieldValue(String) - Method in class org.apache.accumulo.examples.wikisearch.sample.Field
 
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
 
setFileSize(long) - Method in class org.apache.accumulo.server.tabletserver.CompactionStats
 
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
 
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Store the assigned locations in the data store.
setFutureLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
setGoalState(MasterGoalState) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
SetGoalState - Class in org.apache.accumulo.server.master.state
 
SetGoalState() - Constructor for class org.apache.accumulo.server.master.state.SetGoalState
 
setGoalStateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
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
 
setId(String) - Method in class org.apache.accumulo.examples.wikisearch.sample.Document
 
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
 
setIGNORE(boolean) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
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
setIndexTableName(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
setIndexValuesToOriginalValues(Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic.IndexRanges
 
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(Tracer) - Static method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
setInstance(Configuration) - Static method in class org.apache.accumulo.core.util.CachedConfiguration
 
setInstance(BaseRelativeTime) - Static method in class org.apache.accumulo.server.util.time.RelativeTime
 
setInstanceId(String) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setInstanceIdIsSet(boolean) - Method in class org.apache.accumulo.core.security.thrift.AuthInfo
 
setInstanceName(String) - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
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
 
setInterruptFlag(AtomicBoolean) - Method in class org.apache.accumulo.server.problems.ProblemReportingIterator
 
setInterval(long) - Method in class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
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
 
setLastKey(State, String) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setLastLog(GcCycleStats) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setLastLogIsSet(boolean) - Method in class org.apache.accumulo.core.gc.thrift.GCStatus
 
setLastStatus(long) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setLastStatusIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
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
 
setLevel(Level) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryEvaluator
 
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
 
setLocation(Assignment) - Static method in class org.apache.accumulo.server.master.state.TabletStateStore
 
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Tablet servers will update the data store with the location when they bring the tablet online
setLocations(Collection<Assignment>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setLock(String) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_args
 
setLockIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_args
 
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.
setLogLevel(Level) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
setLogLevel(Level) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.FieldIndexIterator
 
setLogLevel(Level) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
setLogLevel(Level) - Static method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter
 
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.
setLower(Text) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
setLowerBound(Text) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
setMaster(String) - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
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
 
setMaxBufferSize(Configuration, long) - Static method in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
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
setMaxVisits(int) - Method in class org.apache.accumulo.server.test.randomwalk.State
 
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.
setMerges(IteratorSetting, Collection<MergeInfo>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setMergeState(MergeInfo, MergeState) - Method in class org.apache.accumulo.server.master.Master
 
setMessage(String) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
setMessageIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
setMetadataTableName(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
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.
setNegated(boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
setNegated(boolean) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
setNegated(boolean) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
setNew() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
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
 
setNormalizedTermFrequency(float) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
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
 
setOnlineTables(IteratorSetting, Set<String>) - Static method in class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
setOnlineTablets(int) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setOnlineTabletsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.TableInfo
 
setOp(TableOperation) - Method in exception org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException
 
setOp(TableOperation) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args
 
setOperator(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
setOperator(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
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
 
setOriginalLower(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
setOriginalQueryValue(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
setOriginalUpper(String) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
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.
setOwner(Path, String, String) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setParent(BinaryTree<T>) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setParent(TreeNode) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
setParentId(long) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setParentId(long) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
setParentIdIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setParentIdIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
setPassword(String) - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
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
 
setPathName(Configuration, String) - Static method in class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setPermission(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
setPermission(Path, FsPermission) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args
 
setPermissionIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args
 
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
 
setProperty(long, String, Serializable) - Method in interface org.apache.accumulo.server.fate.TStore
 
setProperty(long, String, Serializable) - Method in class org.apache.accumulo.server.fate.ZooStore
 
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
 
setQueryThreads(int) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
setQueued(int) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
setQueuedIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.Compacting
 
setQueueSumDev(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setQueueSumDevIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setQueueTime(double) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setQueueTimeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setRadix(IteratorSetting, int) - Static method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
A convenience method for setting the expected base/radix of the numbers
setRange(Range) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
 
setRange(Range) - Method in class org.apache.accumulo.core.client.impl.OfflineScanner
 
setRange(Range) - Method in class org.apache.accumulo.core.client.impl.ScannerImpl
 
setRange(Range) - Method in class org.apache.accumulo.core.client.IsolatedScanner
 
setRange(Range) - Method in class org.apache.accumulo.core.client.mock.MockScanner
 
setRange(Range) - Method in interface org.apache.accumulo.core.client.Scanner
Sets the range of keys to scan over.
setRange(IteratorSetting, String, String) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(IteratorSetting, String, boolean, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(IteratorSetting, long, long) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(IteratorSetting, long, boolean, long, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
A convenience method for setting the range of timestamps accepted by the timestamp filter.
setRange(TRange) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setRange(Range) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
setRange(Range) - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
setRangeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
 
setRangeNode(boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
setReadAheadQueueSize(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
setReadAheadTimeOut(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
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
setRemoval(boolean) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
setReplication(Path, short) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setResult(MultiScanResult) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
setResult(ScanResult) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
setResultIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.InitialMultiScan
 
setResultIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.InitialScan
 
setResults(List<TKeyValue>) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setResults(List<TKeyValue>) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
setResults(List<Document>) - Method in class org.apache.accumulo.examples.wikisearch.sample.Results
 
setResultsIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.MultiScanResult
 
setResultsIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.ScanResult
 
setReverseIndexTableName(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
setRight(BinaryTree<T>) - Method in class org.apache.accumulo.core.util.BinaryTree
 
setRollUp(boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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);
 
setRowRegex(String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
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).
setScanIteratorOption(String, String, String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
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).
setScanIterators(int, String, String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
setScanIterators(int, String, String) - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
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
 
setSender(String) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setSenderIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
setSortable(boolean) - Method in class org.apache.accumulo.server.monitor.util.celltypes.CellType
 
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
 
setSource(PeekingIterator<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
setSource(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
setSpan(RemoteSpan) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
setSpanId(long) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setSpanIdIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setSpanIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
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(long) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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.cloudtrace.thrift.RemoteSpan
 
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
 
setState(MergeState) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
setStateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
setStateIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setStateIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
setStatus(String) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setStatus(TabletLoadState) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setStatus(int) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setStatus(long, TStore.TStatus) - Method in interface org.apache.accumulo.server.fate.TStore
Update the state of a given transaction
setStatus(long, TStore.TStatus) - Method in class org.apache.accumulo.server.fate.ZooStore
 
setStatusIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.DeadServer
 
setStatusIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
setStatusIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
setStop(long) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setStop(TKey) - Method in class org.apache.accumulo.core.data.thrift.TRange
 
setStopIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
setSubCaption(String) - Method in class org.apache.accumulo.server.monitor.util.Table
 
setSuccess(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
setSuccess(List<String>) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
setSuccess(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
setSuccess(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.cloudtrace.thrift.TestService.checkTrace_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
 
setSvc(String) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setSvcIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setSysPerm(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setSysPerm(State, String, SystemPermission, boolean) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setSysPermIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
setSystemConnector(State, Connector) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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
 
setSystemProperty(String, String) - Static method in class org.apache.accumulo.server.util.SystemPropUtil
 
setSystemTimes(Mutation, long) - Method in class org.apache.accumulo.server.tabletserver.TabletTime
 
setSystemTimestamp(long) - Method in class org.apache.accumulo.core.data.ColumnUpdate
 
setSysUserName(State, String) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setSysUserPass(State, byte[]) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setTable(byte[]) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setTable(ByteBuffer) - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
setTableExists(State, boolean) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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
 
setTableName(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
setTableName(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.ContentLogic
 
setTableName(State, String) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
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
 
setTableProperty(String, String, String) - Static method in class org.apache.accumulo.server.util.TablePropUtil
 
setTablet(TKeyExtent) - Method in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
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
 
setTabPerm(State, String, TablePermission, boolean) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setTabUserExists(State, boolean) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setTabUserName(State, String) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setTabUserPass(State, byte[]) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setTblPerm(byte) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTblPermIsSet(boolean) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
setTerm(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
Encode the grep term as an option for a ScanIterator
setTerms(Multimap<String, QueryParser.QueryTerm>) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
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.
setTimeOut(int) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
setTimeOut(int) - Method in class org.apache.accumulo.server.util.OfflineMetadataScanner
 
setTimes(Path, long, long) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
setTimestamp(long) - Method in class org.apache.accumulo.core.data.Key
 
setTimestamp(long) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setTimestampIsSet(boolean) - Method in class org.apache.accumulo.core.data.thrift.TKey
 
setTinfo(TInfo) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
setTinfo(TInfo) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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.cloudtrace.thrift.TestService.checkTrace_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
 
setTitle(String) - Method in class org.apache.accumulo.server.monitor.util.TableColumn
 
setTmfe(TooManyFilesException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setTmfe(TooManyFilesException) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
setTmfeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
setTmfeIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
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
 
setTopKey(Key) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
setTraceId(long) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setTraceId(long) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
setTraceIdIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
setTraceIdIsSet(boolean) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
setType(int) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
setType(int) - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
setType(Class<? extends JexlNode>) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
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
 
setUID(int, String) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List.Builder
 
setUnassignedTablets(int) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setUnassignedTabletsIsSet(boolean) - Method in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
setUnevaluatedFields(List<String>) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
setUnevaluatedFields(String) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
setUnnamedOptionDescriptions(List<String>) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
setup(Mapper<List<Map.Entry<Key, Value>>, InputStream, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram.HistMapper
 
setup(Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.RowHash.HashDataMapper
 
setup(Mapper<LongWritable, NullWritable, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
setup(Mapper<LongWritable, Text, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
setup(Mapper<Text, ArticleExtractor.Article, Text, Mutation>.Context) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
setup(Mapper<LongWritable, Text, Text, ArticleExtractor.Article>.Context) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
setup(Mapper<Key, Value, Text, Mutation>.Context) - Method in class org.apache.accumulo.server.test.continuous.ContinuousMoru.CMapper
 
setup() - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
setUp() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
Setup - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
Setup() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.Setup
 
setUp(State) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.ConcurrentFixture
 
Setup - Class in org.apache.accumulo.server.test.randomwalk.concurrent
 
Setup() - Constructor for class org.apache.accumulo.server.test.randomwalk.concurrent.Setup
 
setUp(State) - Method in class org.apache.accumulo.server.test.randomwalk.Fixture
 
setUp(State) - Method in class org.apache.accumulo.server.test.randomwalk.image.ImageFixture
 
setUp(State) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.MultiTableFixture
 
setUp(State) - Method in class org.apache.accumulo.server.test.randomwalk.security.SecurityFixture
 
setUp(State) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.SequentialFixture
 
setUp(State) - Method in class org.apache.accumulo.server.test.randomwalk.shard.ShardFixture
 
setup() - Method in class org.apache.accumulo.server.test.scalability.Ingest
 
setup() - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
setUpdateID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setUpdateID(long) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
setUpdateIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
 
setUpdateIDIsSet(boolean) - Method in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
 
setUpIterator(int, String, String, BatchScanner) - 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.
setupOptions() - Static method in class org.apache.accumulo.server.test.CreateTestTable
 
setUpper(Text) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.RangeBounds
 
setUpperBound(Text) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
setupRegex(String, int) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
SetupTable - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
SetupTable() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.SetupTable
 
setUser(String) - Method in 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
 
setUserAuths(State, String, Authorizations) - Static method in class org.apache.accumulo.server.test.randomwalk.security.SecurityHelper
 
setUseReadAheadIterator(boolean) - Method in class org.apache.accumulo.examples.wikisearch.logic.AbstractQueryLogic
 
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
 
setUsername(String) - Method in class org.apache.accumulo.server.test.functional.FunctionalTest
 
setValid(boolean) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
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
 
setValue(byte[]) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields.FieldValue
 
setValue(Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
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
setValueRegex(String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
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
 
setVerifyChecksum(boolean) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
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
 
setVisibility(ColumnVisibility) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields.FieldValue
 
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
 
setWordOffset(int, int) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info.Builder
 
setWorkingDirectory(Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
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
 
ShardFixture - Class in org.apache.accumulo.server.test.randomwalk.shard
 
ShardFixture() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.ShardFixture
 
Shell - Class in org.apache.accumulo.core.util.shell
A convenient console interface to perform basic accumulo functions Includes auto-complete, help, and quoted strings with escape sequences
Shell() - Constructor for class org.apache.accumulo.core.util.shell.Shell
 
Shell.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.  
showBreadthFirstTraversal(BooleanLogicTreeNode) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
showDepthFirstTraversal(BooleanLogicTreeNode) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
Small utility function to print out the depth-first enumeration of the tree.
ShowTrace - Class in org.apache.accumulo.server.monitor.servlets.trace
 
ShowTrace() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
 
shutdown() - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
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
 
shutdownNow() - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
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
 
shutdownTServer(TServerInstance) - Method in class org.apache.accumulo.server.master.Master
 
ShutdownTServer - Class in org.apache.accumulo.server.master.tserverOps
 
ShutdownTServer(TServerInstance, boolean) - Constructor for class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
SimpleBlockCache - Class in org.apache.accumulo.core.file.blockfile.cache
Simple one RFile soft reference cache.
SimpleBlockCache() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
Constructor
SimpleGarbageCollector - Class in org.apache.accumulo.server.gc
 
SimpleGarbageCollector(String[]) - Constructor for class org.apache.accumulo.server.gc.SimpleGarbageCollector
 
SimpleLoggerBalancer - Class in org.apache.accumulo.server.master.balancer
 
SimpleLoggerBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.SimpleLoggerBalancer
 
SimpleLoggerBalancer(long) - Constructor for class org.apache.accumulo.server.master.balancer.SimpleLoggerBalancer
 
SimpleTimer - Class in org.apache.accumulo.server.util.time
Generic singleton timer: don't use it if you are going to do anything that will take very long.
singleRestrictedWildCardSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name, prefix, or suffix (indicated by a wildcard '*' at the beginning or end of the term.
singleWildCardSearch(String) - Method in class org.apache.accumulo.examples.simple.dirlist.QueryUtil
Scans over the index table for files or directories with a given name that can contain a single wildcard '*' anywhere in the term.
SiteConfiguration - Class in org.apache.accumulo.core.conf
 
size() - Method in class org.apache.accumulo.core.data.Mutation
 
size() - Method in class org.apache.accumulo.core.file.blockfile.cache.LruBlockCache
Get the size of this cache (number of cached blocks)
size() - Method in class org.apache.accumulo.core.file.blockfile.cache.SimpleBlockCache
 
size() - Method in class org.apache.accumulo.core.file.rfile.bcfile.ByteArray
 
size() - Method in interface org.apache.accumulo.core.file.rfile.bcfile.RawComparable
Get the size of the byte range in the byte array.
size() - Static method in class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Get the size of the serialized Version object.
size() - Method in class org.apache.accumulo.core.file.rfile.MultiLevelIndex.Reader
 
size() - Method in class org.apache.accumulo.core.security.Authorizations
 
size() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields.FieldValue
 
size() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
size() - Method in class org.apache.accumulo.examples.wikisearch.sample.Results
 
size() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
size() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
size() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
size() - Method in class org.apache.accumulo.server.util.MapCounter
 
SizeConstants - Class in org.apache.accumulo.core.file.blockfile.cache
 
SizeConstants() - Constructor for class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
 
SIZEOF_BOOLEAN - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
 
SIZEOF_BYTE - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of byte in bytes
SIZEOF_CHAR - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of char in bytes
SIZEOF_DOUBLE - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of double in bytes
SIZEOF_FLOAT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of float in bytes
SIZEOF_INT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of int in bytes
SIZEOF_LONG - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of long in bytes
SIZEOF_SHORT - Static variable in class org.apache.accumulo.core.file.blockfile.cache.SizeConstants
Size of short in bytes
SkippingIterator - Class in org.apache.accumulo.core.iterators
 
SkippingIterator() - Constructor for class org.apache.accumulo.core.iterators.SkippingIterator
 
skvIterator() - Method in class org.apache.accumulo.server.tabletserver.InMemoryMap
 
skvIterator() - Method in class org.apache.accumulo.server.tabletserver.NativeMap
 
sleep(long) - Static method in class org.apache.accumulo.core.util.UtilWaitThread
 
SleepCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SleepCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SleepCommand
 
SlowIterator - Class in org.apache.accumulo.server.test.functional
 
SlowIterator() - Constructor for class org.apache.accumulo.server.test.functional.SlowIterator
 
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.
SortedLogRecovery - Class in org.apache.accumulo.server.tabletserver.log
Extract Mutations for a tablet from a set of logs that have been sorted by operation and tablet.
SortedLogRecovery() - Constructor for class org.apache.accumulo.server.tabletserver.log.SortedLogRecovery
 
SortedMapIterator - Class in org.apache.accumulo.core.iterators
A simple iterator over a Java SortedMap
SortedMapIterator(SortedMap<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.SortedMapIterator
 
SortingRFileOutputFormat - Class in org.apache.accumulo.examples.wikisearch.output
 
SortingRFileOutputFormat() - Constructor for class org.apache.accumulo.examples.wikisearch.output.SortingRFileOutputFormat
 
SortTool - Class in org.apache.accumulo.server.test.randomwalk.shard
 
SortTool(String, String, String, Collection<Text>) - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.SortTool
 
source - Variable in class org.apache.accumulo.examples.simple.filedata.ChunkInputStream
 
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
 
span(long, long, long, long, long, String, Map<String, String>) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.AsyncSpanReceiver
 
SPAN - Static variable in class org.apache.accumulo.cloudtrace.instrument.receivers.LogSpans
 
span(long, long, long, long, long, String, Map<String, String>) - Method in class org.apache.accumulo.cloudtrace.instrument.receivers.LogSpans
 
span(long, long, long, long, long, String, Map<String, String>) - Method in interface org.apache.accumulo.cloudtrace.instrument.receivers.SpanReceiver
 
Span - Interface in org.apache.accumulo.cloudtrace.instrument
Base interface for gathering and reporting statistics about a block of execution.
span(RemoteSpan, AsyncMethodCallback<SpanReceiver.AsyncClient.span_call>) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncClient
 
span(RemoteSpan, AsyncMethodCallback<SpanReceiver.AsyncClient.span_call>) - Method in interface org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncIface
 
span(RemoteSpan) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
span(RemoteSpan) - Method in interface org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Iface
 
span - Variable in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
spanId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
spanId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
spanId() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
A pseudo-unique (random) number assigned to this span instance
spanId - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
SpanReceiver - Interface in org.apache.accumulo.cloudtrace.instrument.receivers
The collector within a process that is the destination of Spans when a trace is running.
SpanReceiver - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver() - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver
 
SpanReceiver.AsyncClient - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncClient
 
SpanReceiver.AsyncClient.Factory - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncClient.Factory
 
SpanReceiver.AsyncClient.span_call - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.AsyncClient.span_call(RemoteSpan, AsyncMethodCallback<SpanReceiver.AsyncClient.span_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncClient.span_call
 
SpanReceiver.AsyncIface - Interface in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.Client - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.Client(TProtocol) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
SpanReceiver.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client
 
SpanReceiver.Client.Factory - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.Client.Factory() - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Client.Factory
 
SpanReceiver.Iface - Interface in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.Processor - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.Processor(SpanReceiver.Iface) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.Processor
 
SpanReceiver.Processor.ProcessFunction - Interface in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.span_args - Class in org.apache.accumulo.cloudtrace.thrift
 
SpanReceiver.span_args() - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
SpanReceiver.span_args(RemoteSpan) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
SpanReceiver.span_args(SpanReceiver.span_args) - Constructor for class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
Performs a deep copy on other.
SpanReceiver.span_args._Fields - Enum in org.apache.accumulo.cloudtrace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
SpanTree - Class in org.apache.accumulo.core.trace
 
SpanTree() - Constructor for class org.apache.accumulo.core.trace.SpanTree
 
SpanTreeVisitor - Interface in org.apache.accumulo.core.trace
 
SparseColumnFamilyTest - Class in org.apache.accumulo.server.test.functional
This test recreates issue ACCUMULO-516.
SparseColumnFamilyTest() - Constructor for class org.apache.accumulo.server.test.functional.SparseColumnFamilyTest
 
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
 
split(byte[]) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
Split - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
Split() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.Split
 
Split - Class in org.apache.accumulo.server.test.randomwalk.shard
 
Split() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.Split
 
SPLIT_FILE - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
SPLIT_FILE - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
splitCreationTime - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
splitDatafiles(Text, Text, double, Map<String, FileUtil.FileInfo>, SortedMap<String, MetadataTable.DataFileValue>, SortedMap<String, MetadataTable.DataFileValue>, SortedMap<String, MetadataTable.DataFileValue>, List<String>) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
SplitLarge - Class in org.apache.accumulo.core.file.rfile
Split an RFile into large and small key/value files.
SplitLarge() - Constructor for class org.apache.accumulo.core.file.rfile.SplitLarge
 
splitNullSepText(Text) - Static method in class org.apache.accumulo.examples.simple.filedata.KeyUtil
Split a text object using a null byte separator into an array of strings.
splitPoint - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_args
 
splitRangeByTablets(String, Range, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
 
splitRangeByTablets(String, Range, int) - Method in class org.apache.accumulo.core.client.admin.TableOperationsImpl
 
splitRangeByTablets(String, Range, int) - Method in class org.apache.accumulo.core.client.mock.MockTableOperations
 
SplitRecoveryTest - Class in org.apache.accumulo.server.test.functional
 
SplitRecoveryTest() - Constructor for class org.apache.accumulo.server.test.functional.SplitRecoveryTest
 
SplitReportMessage - Class in org.apache.accumulo.server.tabletserver.mastermessage
 
SplitReportMessage(KeyExtent, Map<KeyExtent, Text>) - Constructor for class org.apache.accumulo.server.tabletserver.mastermessage.SplitReportMessage
 
SplitReportMessage(KeyExtent, KeyExtent, Text, KeyExtent, Text) - Constructor for class org.apache.accumulo.server.tabletserver.mastermessage.SplitReportMessage
 
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
 
splitTablet(ZooLock, KeyExtent, Text) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
splitTablet(TInfo, AuthInfo, TKeyExtent, ByteBuffer) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
splitTablet(KeyExtent, Text, double, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
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
 
StackOverflowException - Exception in org.apache.accumulo.server.fate
 
StackOverflowException(String) - Constructor for exception org.apache.accumulo.server.fate.StackOverflowException
 
start() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
start() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
start() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
Begin gathering timing information
start(String) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
start(String) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
start - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
start - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
START - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
 
start(String[]) - Method in class org.apache.accumulo.core.util.Merge
 
start(String) - Method in class org.apache.accumulo.core.util.OpTimer
 
start() - Method in class org.apache.accumulo.core.util.shell.Shell
 
start(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
start() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer5_1
 
start() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
 
start() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
start(Property) - Static method in class org.apache.accumulo.server.util.FileSystemMonitor
 
start(String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
start() - Method in class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
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
 
START_TOKEN - Static variable in class org.apache.accumulo.examples.wikisearch.reader.AggregatingRecordReader
 
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
 
startCopy(TInfo, AuthInfo, String, String, boolean) - Method in class org.apache.accumulo.server.logger.LogService
 
startCopy(String, String, boolean) - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
startDefaultLocalityGroup() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
startDefaultLocalityGroup() - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
startDefaultLocalityGroup() - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
started - Variable in class org.apache.accumulo.core.gc.thrift.GcCycleStats
 
startHsHaServer(int, TProcessor, String, String, int, long) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
startKeyInclusive - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
startListeningForTabletServerChanges() - Method in class org.apache.accumulo.server.master.LiveTServerSet
 
startLocalOutput(Path, Path) - Method in class org.apache.accumulo.server.trace.TraceFileSystem
 
startMultiScan(TInfo, 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
 
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.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
startNewLocalityGroup(String, Set<ByteSequence>) - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
startNewLocalityGroup(String, Set<ByteSequence>) - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
startNewLocalityGroup(String, Set<ByteSequence>) - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
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
 
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.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
startServer(Property, TProcessor, String, String, Property, Property, Property) - Static method in class org.apache.accumulo.server.util.TServerUtils
Start a server, at the given port, or higher, if that port is not available.
startSort(boolean, String[]) - Static method in class org.apache.accumulo.server.master.LogSort
 
startThread(Span, String) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
startThread(Span, String) - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
startThreadPoolServer(int, TProcessor, String, String, int) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
startTimer() - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
startTransaction() - Method in class org.apache.accumulo.server.fate.Fate
 
startTServer(int, TProcessor, String, String, int, long) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
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
 
startUpdate(TInfo, AuthInfo) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
Stat - Class in org.apache.accumulo.core.util
 
Stat() - Constructor for class org.apache.accumulo.core.util.Stat
 
state - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_args
 
state - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
state - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActiveScan
 
state - Variable in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
State - Class in org.apache.accumulo.server.test.randomwalk
 
stateChanged(String, TableState) - Method in class org.apache.accumulo.server.master.Master
 
stateChanged(String, TableState) - Method in interface org.apache.accumulo.server.master.state.tables.TableObserver
 
StatisticsDisplayFormatter - Class in org.apache.accumulo.core.util.format
Does not show contents from scan, only displays statistics.
StatisticsDisplayFormatter() - Constructor for class org.apache.accumulo.core.util.format.StatisticsDisplayFormatter
 
StatsCombiner - Class in org.apache.accumulo.examples.simple.combiner
This combiner calculates the max, min, sum, and count of long integers represented as strings in values.
StatsCombiner() - Constructor for class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
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
 
status() - Method in class org.apache.accumulo.server.master.CoordinateRecoveryTask
 
stillMaster() - Method in class org.apache.accumulo.server.master.Master
 
stop() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
stop() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
stop() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
The block has completed, stop the clock
stop - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
stop - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
stop(String) - Method in class org.apache.accumulo.core.util.OpTimer
 
stop(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
stop() - Method in class org.apache.accumulo.server.master.CoordinateRecoveryTask
 
stop() - Method in class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
stop() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer5_1
 
stop() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
 
stop() - Method in class org.apache.accumulo.server.util.EmbeddedWebServer
 
stop(String, long) - Static method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
stop() - Method in class org.apache.accumulo.start.classloader.AccumuloFilesystemAlterationMonitor
 
stopIfActive(K) - Method in class org.apache.accumulo.core.util.StopWatch
 
stopKeyInclusive - Variable in class org.apache.accumulo.core.data.thrift.TRange
 
StopLogger - Class in org.apache.accumulo.server.master.tserverOps
 
StopLogger(String) - Constructor for class org.apache.accumulo.server.master.tserverOps.StopLogger
 
stopMetadataAssignments() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
stopNormalAssignments() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
stopSplits() - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
stopTabletServers - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_args
 
stopTimer(long, long) - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
stopTracing() - Method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
stopTServer(TServer) - Static method in class org.apache.accumulo.server.util.TServerUtils
 
StopWatch<K extends Enum<K>> - Class in org.apache.accumulo.core.util
 
StopWatch(Class<K>) - Constructor for class org.apache.accumulo.core.util.StopWatch
 
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
 
stringTopKey(SortedKeyValueIterator<Key, Value>) - Static method in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
StringType<T> - Class in org.apache.accumulo.server.monitor.util.celltypes
 
StringType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.StringType
 
StringUtil - Class in org.apache.accumulo.core.util
 
StringUtil() - Constructor for class org.apache.accumulo.core.util.StringUtil
 
submit(Callable<T>) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
submit(Runnable, T) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
submit(Runnable) - Method in class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
subSequence(int, int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
 
subSequence(int, int) - Method in class org.apache.accumulo.core.data.ByteSequence
 
subSequence(int, int) - Method in class org.apache.accumulo.core.util.ByteArrayBackedCharSequence
 
subtree - Variable in class org.apache.accumulo.examples.wikisearch.parser.TreeNode.PostorderEnumeration
 
success - Variable in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
success - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
sum - Variable in class org.apache.accumulo.server.test.continuous.Histogram
 
sumDev - Variable in class org.apache.accumulo.core.tabletserver.thrift.ActionStats
 
summarize() - Method in class org.apache.accumulo.server.problems.ProblemReports
 
summarizeTableStats(MasterMonitorInfo) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
summarizeTableStats(TabletServerStatus) - Static method in class org.apache.accumulo.server.monitor.Monitor
 
Summary - Class in org.apache.accumulo.server.monitor.servlets.trace
 
Summary() - Constructor for class org.apache.accumulo.server.monitor.servlets.trace.Summary
 
SummingArrayCombiner - Class in org.apache.accumulo.core.iterators.user
A Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.
SummingArrayCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
 
SummingArrayCombiner.DOSArrayEncoder<V> - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.DOSArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
 
SummingArrayCombiner.FixedLongArrayEncoder - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.FixedLongArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.FixedLongArrayEncoder
 
SummingArrayCombiner.StringArrayEncoder - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.StringArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
 
SummingArrayCombiner.Type - Enum in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.VarLongArrayEncoder - Class in org.apache.accumulo.core.iterators.user
 
SummingArrayCombiner.VarLongArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.VarLongArrayEncoder
 
SummingCombiner - Class in org.apache.accumulo.core.iterators.user
A Combiner that interprets Values as Longs and returns their sum.
SummingCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.SummingCombiner
 
supportsLocalityGroups() - Method in class org.apache.accumulo.core.file.BloomFilterLayer.Writer
 
supportsLocalityGroups() - Method in interface org.apache.accumulo.core.file.FileSKVWriter
 
supportsLocalityGroups() - Method in class org.apache.accumulo.core.file.rfile.RFile.Writer
 
SUPPRESS_ROW_VALUE - Static variable in class org.apache.accumulo.core.iterators.user.LargeRowFilter
 
svc - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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_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
 
SYSTEM_USERNAME - Static variable in class org.apache.accumulo.server.security.SecurityConstants
 
SystemConstraint - Class in org.apache.accumulo.server.constraints
 
SystemConstraint() - Constructor for class org.apache.accumulo.server.constraints.SystemConstraint
 
SystemPermission - Enum in org.apache.accumulo.core.security
 
SystemPermissionsCommand - Class in org.apache.accumulo.core.util.shell.commands
 
SystemPermissionsCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.SystemPermissionsCommand
 
SystemPropUtil - Class in org.apache.accumulo.server.util
 
SystemPropUtil() - Constructor for class org.apache.accumulo.server.util.SystemPropUtil
 
SystemTime - Class in org.apache.accumulo.server.util.time
The most obvious implementation of ProvidesTime.
SystemTime() - Constructor for class org.apache.accumulo.server.util.time.SystemTime
 

T

table - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
 
table - Variable in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
Table - Class in org.apache.accumulo.server.monitor.util
 
Table(String, String) - Constructor for class org.apache.accumulo.server.monitor.util.Table
 
Table(String, String, String) - Constructor for class org.apache.accumulo.server.monitor.util.Table
 
TABLE_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
TABLE_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
TABLE_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
TABLE_TABLET_LOCATION - Static variable in class org.apache.accumulo.core.Constants
 
TableColumn<T> - Class in org.apache.accumulo.server.monitor.util
 
TableColumn(String, CellType<T>, String) - Constructor for class org.apache.accumulo.server.monitor.util.TableColumn
 
TableCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TableCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TableCommand
 
TableConfiguration - Class in org.apache.accumulo.server.conf
 
TableConfiguration(String, String, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.conf.TableConfiguration
 
TableCounts - Class in org.apache.accumulo.server.master.state
 
TableCounts() - Constructor for class org.apache.accumulo.server.master.state.TableCounts
 
TableDeletedException - Exception in org.apache.accumulo.core.client
This exception is thrown if a table is deleted after an operation starts.
TableDeletedException(String) - Constructor for exception org.apache.accumulo.core.client.TableDeletedException
 
TableDiskUsage - Class in org.apache.accumulo.core.util
 
TableDiskUsage() - Constructor for class org.apache.accumulo.core.util.TableDiskUsage
 
TableDiskUsage - Class in org.apache.accumulo.server.util
 
TableDiskUsage() - Constructor for class org.apache.accumulo.server.util.TableDiskUsage
 
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.
TableLinkType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
TableLinkType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.TableLinkType
 
TableLoadBalancer - Class in org.apache.accumulo.server.master.balancer
 
TableLoadBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TableLoadBalancer
 
TableManager - Class in org.apache.accumulo.server.master.state.tables
 
TableManager.IllegalTableTransitionException - Exception in org.apache.accumulo.server.master.state.tables
 
TableManager.IllegalTableTransitionException(TableState, TableState) - Constructor for exception org.apache.accumulo.server.master.state.tables.TableManager.IllegalTableTransitionException
 
tableMap - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
tableMap - Variable in class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
tableName - Variable in class org.apache.accumulo.core.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
 
TableObserver - Interface in org.apache.accumulo.server.master.state.tables
 
TableOfflineException - Exception in org.apache.accumulo.core.client
 
TableOfflineException(Instance, String) - Constructor for exception org.apache.accumulo.core.client.TableOfflineException
 
tableOfMetadataRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
 
TableOp - Class in org.apache.accumulo.server.test.randomwalk.image
 
TableOp() - Constructor for class org.apache.accumulo.server.test.randomwalk.image.TableOp
 
TableOp - Class in org.apache.accumulo.server.test.randomwalk.security
 
TableOp() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.TableOp
 
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
 
TablePropUtil - Class in org.apache.accumulo.server.util
 
TablePropUtil() - Constructor for class org.apache.accumulo.server.util.TablePropUtil
 
TableRangeOp - Class in org.apache.accumulo.server.master.tableOps
 
TableRangeOp(MergeInfo.Operation, String, Text, Text) - Constructor for class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
tableRow(StringBuilder, boolean, Object...) - Static method in class org.apache.accumulo.server.monitor.servlets.DefaultServlet
 
TableRow - Class in org.apache.accumulo.server.monitor.util
 
Tables - Class in org.apache.accumulo.core.client.impl
 
Tables() - Constructor for class org.apache.accumulo.core.client.impl.Tables
 
TablesCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TablesCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TablesCommand
 
TablesServlet - Class in org.apache.accumulo.server.monitor.servlets
 
TablesServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.TablesServlet
 
TableState - Enum in org.apache.accumulo.core.master.state.tables
 
TableStateType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
TableStateType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.TableStateType
 
TableStats - Class in org.apache.accumulo.server.master.state
 
TableStats() - Constructor for class org.apache.accumulo.server.master.state.TableStats
 
tablet - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args
 
tablet - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.defineTablet_args
 
tablet - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
tablet - Variable in class org.apache.accumulo.server.master.state.Assignment
 
tablet - Variable in class org.apache.accumulo.server.master.state.TabletMigration
 
Tablet - Class in org.apache.accumulo.server.tabletserver
this class just provides an interface to read from a MapFile mostly takes care of reporting start and end keys need this because a single row extent can have multiple columns this manages all the columns (each handled by a store) for a single row-extent
Tablet(TabletServer, Text, KeyExtent, TabletServerResourceManager.TabletResourceManager, SortedMap<Key, Value>) - Constructor for class org.apache.accumulo.server.tabletserver.Tablet
 
Tablet(TabletServer, Text, KeyExtent, TabletServerResourceManager.TabletResourceManager, SortedMap<String, MetadataTable.DataFileValue>, String, long, long) - Constructor for class org.apache.accumulo.server.tabletserver.Tablet
 
Tablet.CommitSession - Class in org.apache.accumulo.server.tabletserver
 
Tablet.KVEntry - Class in org.apache.accumulo.server.tabletserver
 
Tablet.KVEntry(Key, Value) - Constructor for class org.apache.accumulo.server.tabletserver.Tablet.KVEntry
 
Tablet.KVReceiver - Interface in org.apache.accumulo.server.tabletserver
 
Tablet.TabletClosedException - Exception in org.apache.accumulo.server.tabletserver
 
Tablet.TabletClosedException(Exception) - Constructor for exception org.apache.accumulo.server.tabletserver.Tablet.TabletClosedException
 
Tablet.TabletClosedException() - Constructor for exception org.apache.accumulo.server.tabletserver.Tablet.TabletClosedException
 
tablet_extent - Variable in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
TABLET_HIST - Static variable in class org.apache.accumulo.server.tabletserver.TLevel
 
tablet_location - Variable in class org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
 
TabletBalancer - Class in org.apache.accumulo.server.master.balancer
 
TabletBalancer() - Constructor for class org.apache.accumulo.server.master.balancer.TabletBalancer
 
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.
tabletClosed(KeyExtent) - Method in class org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
 
tabletClosed(KeyExtent) - Method in interface org.apache.accumulo.server.tabletserver.MemoryManager
This method is called when a tablet is closed.
tabletId - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
tabletID - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletMutations
 
tabletId - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
TabletIterator - Class in org.apache.accumulo.server.util
This class iterates over the metadata table returning all key values for a tablet in one chunk.
TabletIterator(Scanner, Range, boolean, boolean) - Constructor for class org.apache.accumulo.server.util.TabletIterator
 
TabletIterator.TabletDeletedException - Exception in org.apache.accumulo.server.util
 
TabletIterator.TabletDeletedException(String) - Constructor for exception org.apache.accumulo.server.util.TabletIterator.TabletDeletedException
 
TabletIteratorEnvironment - Class in org.apache.accumulo.server.tabletserver
 
TabletLoadState - Enum in org.apache.accumulo.core.master.thrift
 
TabletLocationState - Class in org.apache.accumulo.server.master.state
When a tablet is assigned, we mark its future location.
TabletLocationState(KeyExtent, TServerInstance, TServerInstance, TServerInstance, Collection<Collection<String>>, boolean) - Constructor for class org.apache.accumulo.server.master.state.TabletLocationState
 
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.TabletServerMutations - Class in org.apache.accumulo.core.client.impl
 
TabletLocator.TabletServerMutations() - Constructor for class org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
 
TabletLocatorImpl - Class in org.apache.accumulo.core.client.impl
 
TabletLocatorImpl(Text, TabletLocator, TabletLocatorImpl.TabletLocationObtainer) - Constructor for class org.apache.accumulo.core.client.impl.TabletLocatorImpl
 
TabletLocatorImpl.TabletLocationObtainer - Interface in org.apache.accumulo.core.client.impl
 
TabletMigration - Class in org.apache.accumulo.server.master.state
 
TabletMigration(KeyExtent, TServerInstance, TServerInstance) - Constructor for class org.apache.accumulo.server.master.state.TabletMigration
 
TabletMutations - Class in org.apache.accumulo.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.
TableToFile - Class in org.apache.accumulo.examples.simple.mapreduce
Takes a table and outputs the specified column to a set of part files on hdfs accumulo accumulo.examples.mapreduce.TableToFile
TableToFile() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TableToFile
 
TableToFile.TTFMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
TableToFile.TTFMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TableToFile.TTFMapper
 
TabletOperations - Class in org.apache.accumulo.server.util
 
TabletOperations() - Constructor for class org.apache.accumulo.server.util.TabletOperations
 
tablets - Variable in class org.apache.accumulo.core.master.thrift.TableInfo
 
tabletServer - Variable in class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_args
 
TabletServer - Class in org.apache.accumulo.server.tabletserver
 
TabletServer() - Constructor for class org.apache.accumulo.server.tabletserver.TabletServer
 
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
 
TabletServerConstants - Class in org.apache.accumulo.server.tabletserver
 
TabletServerConstants() - Constructor for class org.apache.accumulo.server.tabletserver.TabletServerConstants
 
TabletServerLocks - Class in org.apache.accumulo.server.util
 
TabletServerLocks() - Constructor for class org.apache.accumulo.server.util.TabletServerLocks
 
TabletServerLogger - Class in org.apache.accumulo.server.tabletserver.log
Central logging facility for the TServerInfo.
TabletServerLogger(TabletServer, long) - Constructor for class org.apache.accumulo.server.tabletserver.log.TabletServerLogger
 
TabletServerLoggers - Class in org.apache.accumulo.server.master
 
TabletServerLoggers(TabletServerLoggers.LoggerWatcher, AccumuloConfiguration) - Constructor for class org.apache.accumulo.server.master.TabletServerLoggers
 
TabletServerMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerMinCMetrics - Class in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerMinCMetrics() - Constructor for class org.apache.accumulo.server.tabletserver.metrics.TabletServerMinCMetrics
 
TabletServerMinCMetricsMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerResourceManager - Class in org.apache.accumulo.server.tabletserver
ResourceManager is responsible for managing the resources of all tablets within a tablet server.
TabletServerResourceManager(Configuration, FileSystem) - Constructor for class org.apache.accumulo.server.tabletserver.TabletServerResourceManager
 
TabletServerResourceManager.TabletResourceManager - Class in org.apache.accumulo.server.tabletserver
 
TabletServerScanMetrics - Class in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerScanMetrics() - Constructor for class org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
 
TabletServerScanMetricsMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerState - Enum in org.apache.accumulo.server.master.state
 
TabletServerStatus - Class in org.apache.accumulo.core.master.thrift
 
TabletServerStatus() - Constructor for class org.apache.accumulo.core.master.thrift.TabletServerStatus
 
TabletServerStatus(Map<String, TableInfo>, long, String, double, long, long, 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.
TabletServerUpdateMetrics - Class in org.apache.accumulo.server.tabletserver.metrics
 
TabletServerUpdateMetrics() - Constructor for class org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
 
TabletServerUpdateMetricsMBean - Interface in org.apache.accumulo.server.tabletserver.metrics
 
TabletSplit - Class in org.apache.accumulo.core.master.thrift
 
TabletSplit() - Constructor for class org.apache.accumulo.core.master.thrift.TabletSplit
 
TabletSplit(TKeyExtent, List<TKeyExtent>) - Constructor for class org.apache.accumulo.core.master.thrift.TabletSplit
 
TabletSplit(TabletSplit) - Constructor for class org.apache.accumulo.core.master.thrift.TabletSplit
Performs a deep copy on other.
TabletSplit._Fields - Enum in org.apache.accumulo.core.master.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletState - Enum in org.apache.accumulo.server.master.state
 
TabletState - Interface in org.apache.accumulo.server.tabletserver
 
TabletStateChangeIterator - Class in org.apache.accumulo.server.master.state
 
TabletStateChangeIterator() - Constructor for class org.apache.accumulo.server.master.state.TabletStateChangeIterator
 
TabletStateStore - Class in org.apache.accumulo.server.master.state
Interface for storing information about tablet assignments.
TabletStateStore() - Constructor for class org.apache.accumulo.server.master.state.TabletStateStore
 
TabletStats - Class in org.apache.accumulo.core.tabletserver.thrift
 
TabletStats() - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
TabletStats(TKeyExtent, ActionStats, ActionStats, ActionStats, long, double, double, long) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletStats
 
TabletStats(TabletStats) - Constructor for class org.apache.accumulo.core.tabletserver.thrift.TabletStats
Performs a deep copy on other.
TabletStats._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TabletStatsKeeper - Class in org.apache.accumulo.server.tabletserver
 
TabletStatsKeeper() - Constructor for class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
TabletStatsKeeper.Operation - Enum in org.apache.accumulo.server.tabletserver
 
TabletStatusMessage - Class in org.apache.accumulo.server.tabletserver.mastermessage
 
TabletStatusMessage(TabletLoadState, KeyExtent) - Constructor for class org.apache.accumulo.server.tabletserver.mastermessage.TabletStatusMessage
 
tabletsToMinorCompact - Variable in class org.apache.accumulo.server.tabletserver.MemoryManagementActions
 
TabletTime - Class in org.apache.accumulo.server.tabletserver
 
TabletTime() - Constructor for class org.apache.accumulo.server.tabletserver.TabletTime
 
TabletType - Enum in org.apache.accumulo.core.client.impl
 
take() - Method in class org.apache.accumulo.server.tabletserver.CompactionQueue
 
tblPerm - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args
 
TBufferedServerSocket - Class in org.apache.accumulo.server.util
 
TBufferedServerSocket(ServerSocket, int) - Constructor for class org.apache.accumulo.server.util.TBufferedServerSocket
 
TBufferedSocket - Class in org.apache.accumulo.core.util
 
TBufferedSocket(TSocket, int) - Constructor for class org.apache.accumulo.core.util.TBufferedSocket
 
TColumn - Class in org.apache.accumulo.core.data.thrift
 
TColumn() - Constructor for class org.apache.accumulo.core.data.thrift.TColumn
 
TColumn(ByteBuffer, ByteBuffer, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.thrift.TColumn
 
TColumn(TColumn) - Constructor for class org.apache.accumulo.core.data.thrift.TColumn
Performs a deep copy on other.
TColumn._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TConstraintViolationSummary - Class in org.apache.accumulo.core.data.thrift
 
TConstraintViolationSummary() - Constructor for class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
TConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
TConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
Performs a deep copy on other.
TConstraintViolationSummary._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TCVST - Static variable in class org.apache.accumulo.core.client.impl.Translator
 
tearDown(State) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.ConcurrentFixture
 
tearDown(State) - Method in class org.apache.accumulo.server.test.randomwalk.Fixture
 
tearDown(State) - Method in class org.apache.accumulo.server.test.randomwalk.image.ImageFixture
 
tearDown(State) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.MultiTableFixture
 
tearDown(State) - Method in class org.apache.accumulo.server.test.randomwalk.security.SecurityFixture
 
tearDown(State) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.SequentialFixture
 
tearDown(State) - Method in class org.apache.accumulo.server.test.randomwalk.shard.ShardFixture
 
teardown() - Method in class org.apache.accumulo.server.test.scalability.Ingest
 
teardown() - Method in class org.apache.accumulo.server.test.scalability.ScaleTest
 
TeraSortIngest - Class in org.apache.accumulo.examples.simple.mapreduce
Generate the *almost* official terasort input data set.
TeraSortIngest() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest
 
TeraSortIngest.SortGenMapper - Class in org.apache.accumulo.examples.simple.mapreduce
The Mapper class that given a row number, will generate the appropriate output line.
TeraSortIngest.SortGenMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.TeraSortIngest.SortGenMapper
 
term - Variable in class org.apache.accumulo.core.iterators.OrIterator.TermSource
 
term - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
 
term - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
 
term - Variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
TERM_CARDINALITIES - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
termCardinalities - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
termsCopy - Variable in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
termValuesOptionName - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
TermWeight - Class in org.apache.accumulo.examples.wikisearch.protobuf
 
TermWeight.Info - Class in org.apache.accumulo.examples.wikisearch.protobuf
 
TermWeight.Info.Builder - Class in org.apache.accumulo.examples.wikisearch.protobuf
 
TERMWEIGHT_INFO_ENCODER - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner
 
Test - Class in org.apache.accumulo.server.test.randomwalk
Tests are extended by users to perform actions on accumulo and are a node of the graph
Test() - Constructor for class org.apache.accumulo.server.test.randomwalk.Test
 
test1() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test10() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test11() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test2() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test4() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test5() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test7() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test8() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
test9() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
testBinary() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
TestBinaryRows - Class in org.apache.accumulo.server.test
 
TestBinaryRows() - Constructor for class org.apache.accumulo.server.test.TestBinaryRows
 
testClassLoad(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
Test to see if the instance can load the given class as the given type.
testClassLoad(String, String) - Method in class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
 
testClassLoad(String, String) - Method in class org.apache.accumulo.core.client.mock.MockInstanceOperations
 
testConcurrentIter() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
testEmpty() - Method in class org.apache.accumulo.server.test.functional.NativeMapTest
 
testEncoder(V) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Tests whether v remains the same when encoded and decoded with the current encoder.
testEncoder(TypedValueCombiner.Encoder<V>, V) - Static method in class org.apache.accumulo.core.iterators.TypedValueCombiner
Tests whether v remains the same when encoded and decoded with the given encoder.
TestIngest - Class in org.apache.accumulo.server.test
 
TestIngest() - Constructor for class org.apache.accumulo.server.test.TestIngest
 
TestIngest.CreateTable - Class in org.apache.accumulo.server.test
 
TestIngest.CreateTable() - Constructor for class org.apache.accumulo.server.test.TestIngest.CreateTable
 
TestIngest.IngestArgs - Class in org.apache.accumulo.server.test
 
TestIngest.IngestArgs() - Constructor for class org.apache.accumulo.server.test.TestIngest.IngestArgs
 
TestMain - Class in org.apache.accumulo.start
 
TestMain() - Constructor for class org.apache.accumulo.start.TestMain
 
TestMultiTableIngest - Class in org.apache.accumulo.server.test
 
TestMultiTableIngest() - Constructor for class org.apache.accumulo.server.test.TestMultiTableIngest
 
TestRandomDeletes - Class in org.apache.accumulo.server.test
 
TestRandomDeletes() - Constructor for class org.apache.accumulo.server.test.TestRandomDeletes
 
TestService - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService() - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService
 
TestService.AsyncClient - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.AsyncClient
 
TestService.AsyncClient.checkTrace_call - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.AsyncClient.checkTrace_call(TInfo, String, AsyncMethodCallback<TestService.AsyncClient.checkTrace_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.AsyncClient.checkTrace_call
 
TestService.AsyncClient.Factory - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.AsyncClient.Factory
 
TestService.AsyncIface - Interface in org.apache.accumulo.cloudtrace.thrift
 
TestService.checkTrace_args - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.checkTrace_args() - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
TestService.checkTrace_args(TInfo, String) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
TestService.checkTrace_args(TestService.checkTrace_args) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
Performs a deep copy on other.
TestService.checkTrace_args._Fields - Enum in org.apache.accumulo.cloudtrace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TestService.checkTrace_result - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.checkTrace_result() - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
TestService.checkTrace_result(boolean) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
TestService.checkTrace_result(TestService.checkTrace_result) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
Performs a deep copy on other.
TestService.checkTrace_result._Fields - Enum in org.apache.accumulo.cloudtrace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TestService.Client - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.Client(TProtocol) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
TestService.Client(TProtocol, TProtocol) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.Client
 
TestService.Client.Factory - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.Client.Factory() - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.Client.Factory
 
TestService.Iface - Interface in org.apache.accumulo.cloudtrace.thrift
 
TestService.Processor - Class in org.apache.accumulo.cloudtrace.thrift
 
TestService.Processor(TestService.Iface) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TestService.Processor
 
TestService.Processor.ProcessFunction - Interface in org.apache.accumulo.cloudtrace.thrift
 
testTable - Static variable in class org.apache.accumulo.core.util.shell.commands.CreateTableCommand
 
TestTime - Class in org.apache.accumulo.server.util.time
 
TestTime(long) - Constructor for class org.apache.accumulo.server.util.time.TestTime
 
textAppend(Text, String) - Static method in class org.apache.accumulo.examples.wikisearch.util.TextUtil
Appends a null byte followed by the UTF-8 bytes of the given string to the given Text
textAppend(Text, String, boolean) - Static method in class org.apache.accumulo.examples.wikisearch.util.TextUtil
 
textAppend(Text, long) - Static method in class org.apache.accumulo.examples.wikisearch.util.TextUtil
 
textAppendNoNull(Text, String) - Static method in class org.apache.accumulo.examples.wikisearch.util.TextUtil
Appends the UTF-8 bytes of the given string to the given Text
textAppendNoNull(Text, String, boolean) - Static method in class org.apache.accumulo.examples.wikisearch.util.TextUtil
Appends the UTF-8 bytes of the given string to the given Text
TextIndexCombiner - Class in org.apache.accumulo.examples.wikisearch.iterator
 
TextIndexCombiner() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner
 
TextIndexCombiner.TermWeightInfoEncoder - Class in org.apache.accumulo.examples.wikisearch.iterator
 
TextIndexCombiner.TermWeightInfoEncoder() - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner.TermWeightInfoEncoder
 
TextUtil - Class in org.apache.accumulo.core.util
 
TextUtil() - Constructor for class org.apache.accumulo.core.util.TextUtil
 
TextUtil - Class in org.apache.accumulo.examples.wikisearch.util
 
TextUtil() - Constructor for class org.apache.accumulo.examples.wikisearch.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
ThriftMetrics - Class in org.apache.accumulo.server.thrift.metrics
 
ThriftMetrics(String, String) - Constructor for class org.apache.accumulo.server.thrift.metrics.ThriftMetrics
 
ThriftMetricsMBean - Interface in org.apache.accumulo.server.thrift.metrics
 
ThriftScanner - Class in org.apache.accumulo.core.client.impl
 
ThriftScanner() - Constructor for class org.apache.accumulo.core.client.impl.ThriftScanner
 
ThriftScanner.ScanState - Class in org.apache.accumulo.core.client.impl
 
ThriftScanner.ScanState(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
 
tid - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
TimeBinner - Class in org.apache.accumulo.server.test.continuous
 
TimeBinner() - Constructor for class org.apache.accumulo.server.test.continuous.TimeBinner
 
timeout - Variable in class org.apache.accumulo.core.zookeeper.ZooReader
 
TIMEOUT - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
timer - Variable in class org.apache.accumulo.server.tabletserver.Tablet
 
TimeSettingIterator - Class in org.apache.accumulo.core.iterators.system
 
TimeSettingIterator(SortedKeyValueIterator<Key, Value>, long) - Constructor for class org.apache.accumulo.core.iterators.system.TimeSettingIterator
 
timestamp - Variable in class org.apache.accumulo.core.data.Key
 
timestamp - Variable in class org.apache.accumulo.core.data.thrift.TKey
 
timestamp - Variable in class org.apache.accumulo.core.tabletserver.log.LogEntry
 
timestamp - Variable in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
TimestampFilter - Class in org.apache.accumulo.core.iterators.user
A Filter that matches entries whose timestamps fall within a range.
TimestampFilter() - Constructor for class org.apache.accumulo.core.iterators.user.TimestampFilter
 
timestampOpt - Variable in class org.apache.accumulo.core.util.shell.commands.ScanCommand
 
TimeType - Enum in org.apache.accumulo.core.client.admin
The type of ordering to use for the table's entries (default is MILLIS)
tinfo - Variable in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
TInfo - Class in org.apache.accumulo.cloudtrace.thrift
 
TInfo() - Constructor for class org.apache.accumulo.cloudtrace.thrift.TInfo
 
TInfo(long, long) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TInfo
 
TInfo(TInfo) - Constructor for class org.apache.accumulo.cloudtrace.thrift.TInfo
Performs a deep copy on other.
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
 
TInfo._Fields - Enum in org.apache.accumulo.cloudtrace.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
TKET - Static variable in class org.apache.accumulo.core.client.impl.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.
TLevel - Class in org.apache.accumulo.server.tabletserver
 
TLevel() - Constructor for class org.apache.accumulo.server.tabletserver.TLevel
 
tmfe - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_result
 
tmfe - Variable in class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_result
 
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
 
toBuilder() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
toBuilder() - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
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
 
toBytes() - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
toBytesList(Collection<ByteBuffer>) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toColumn() - Method in class org.apache.accumulo.core.util.ColumnFQ
 
toDataRange() - Method in class org.apache.accumulo.core.data.KeyExtent
 
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
 
TOKENS_FIELD_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
TOKENS_FIELD_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
TOKENS_FIELD_NAME - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
toLevel(int) - Static method in class org.apache.accumulo.cloudtrace.instrument.receivers.LogSpans.SpanLevel
 
toLevel(int) - Static method in class org.apache.accumulo.core.security.AuditLevel
 
toLevel(int) - Static method in class org.apache.accumulo.server.tabletserver.TLevel
 
toList() - Method in class org.apache.accumulo.core.util.ByteArraySet
 
toMetadataRange() - Method in class org.apache.accumulo.core.data.KeyExtent
 
TooManyFilesException - Exception in org.apache.accumulo.core.tabletserver.thrift
 
TooManyFilesException() - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
TooManyFilesException(TKeyExtent) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
 
TooManyFilesException(TooManyFilesException) - Constructor for exception org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
Performs a deep copy on other.
TooManyFilesException - Exception in org.apache.accumulo.server.tabletserver
 
TooManyFilesException(String) - Constructor for exception org.apache.accumulo.server.tabletserver.TooManyFilesException
 
TooManyFilesException._Fields - Enum in org.apache.accumulo.core.tabletserver.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
top(long) - Method in interface org.apache.accumulo.server.fate.TStore
Get the current operation for the given transaction id.
top(long) - Method in class org.apache.accumulo.server.fate.ZooStore
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
tope - Variable in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
topKey - Variable in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
toPrintableChars(byte[]) - Static method in class org.apache.accumulo.server.test.TestIngest
 
toPrintableString(byte[], int, int, int) - Static method in class org.apache.accumulo.core.data.Key
 
toString() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
toString() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
toString() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
 
toString() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
toString() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
toString() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
toString() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
toString() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
toString() - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicTreeNode
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.iterator.OrIterator.TermSource
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields.FieldValue
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.parser.FieldIndexQueryReWriter.RewriterTreeNode
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.MapKey
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator.TermRange
 
toString() - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
toString() - Method in class org.apache.accumulo.server.client.BulkImporter.AssignmentStats
 
toString() - Method in class org.apache.accumulo.server.logger.LogFileKey
 
toString() - Method in class org.apache.accumulo.server.logger.LogFileValue
 
toString() - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
toString() - Method in class org.apache.accumulo.server.master.state.TabletLocationState
 
toString() - Method in class org.apache.accumulo.server.master.state.TabletMigration
 
toString() - Method in class org.apache.accumulo.server.master.state.TServerInstance
 
toString() - Method in class org.apache.accumulo.server.metrics.AbstractMetricsImpl.Metric
 
toString() - Method in class org.apache.accumulo.server.monitor.DedupedLogEvent
 
toString() - Method in class org.apache.accumulo.server.tabletserver.EncodedBinaryTreePath
 
toString() - Method in class org.apache.accumulo.server.tabletserver.log.RemoteLogger
 
toString() - Method in class org.apache.accumulo.server.tabletserver.Tablet.KVEntry
 
toString() - Method in class org.apache.accumulo.server.test.randomwalk.Module
 
toString() - Method in class org.apache.accumulo.server.test.randomwalk.Node
 
toString() - Method in class org.apache.accumulo.server.test.randomwalk.Test
 
toString() - Method in class org.apache.accumulo.server.util.MetadataTable.LogEntry
 
toStringNoTime() - Method in class org.apache.accumulo.core.data.Key
 
toStringValue(Configuration) - Static method in class org.apache.accumulo.server.metrics.MetricsConfiguration
 
totalIngest() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
totalQueries() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
toText(ByteBuffer) - Static method in class org.apache.accumulo.core.util.ByteBufferUtil
 
toThrift() - Method in class org.apache.accumulo.core.data.Column
 
toThrift() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
toThrift() - Method in class org.apache.accumulo.core.data.Key
 
toThrift() - Method in class org.apache.accumulo.core.data.KeyExtent
 
toThrift() - Method in class org.apache.accumulo.core.data.Mutation
 
toThrift() - Method in class org.apache.accumulo.core.data.Range
 
toUtf8(String) - Static method in class org.apache.accumulo.examples.wikisearch.util.TextUtil
Converts the given string its UTF-8 bytes.
toZeroPaddedString(long, int, int, byte[]) - Static method in class org.apache.accumulo.server.test.FastFormat
 
toZeroPaddedString(byte[], int, long, int, int, byte[]) - Static method in class org.apache.accumulo.server.test.FastFormat
 
Trace - Class in org.apache.accumulo.cloudtrace.instrument
A Trace allows a user to gather global, distributed, detailed performance information while requesting a service.
Trace() - Constructor for class org.apache.accumulo.cloudtrace.instrument.Trace
 
trace(TInfo, String) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
trace(T) - Static method in class org.apache.accumulo.cloudtrace.instrument.TraceProxy
 
trace(T, Sampler) - Static method in class org.apache.accumulo.cloudtrace.instrument.TraceProxy
 
TRACE_TABLE - Static variable in class org.apache.accumulo.core.trace.TraceDump
 
TraceCallable<V> - Class in org.apache.accumulo.cloudtrace.instrument
Wrap a Callable with a Span that survives a change in threads.
TraceCommand - Class in org.apache.accumulo.core.util.shell.commands
 
TraceCommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.TraceCommand
 
TraceDump - Class in org.apache.accumulo.core.trace
 
TraceDump() - Constructor for class org.apache.accumulo.core.trace.TraceDump
 
TraceDump.Printer - Interface in org.apache.accumulo.core.trace
 
TraceExecutorService - Class in org.apache.accumulo.cloudtrace.instrument
 
TraceExecutorService(ExecutorService) - Constructor for class org.apache.accumulo.cloudtrace.instrument.TraceExecutorService
 
TraceFileSystem - Class in org.apache.accumulo.server.trace
 
TraceFormatter - Class in org.apache.accumulo.core.trace
A formatter than can be used in the shell to display trace information.
TraceFormatter() - Constructor for class org.apache.accumulo.core.trace.TraceFormatter
 
TraceFSDataInputStream - Class in org.apache.accumulo.server.trace
 
TraceFSDataInputStream(FSDataInputStream) - Constructor for class org.apache.accumulo.server.trace.TraceFSDataInputStream
 
traceId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.MilliSpan
 
traceId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.NullSpan
 
traceId() - Method in class org.apache.accumulo.cloudtrace.instrument.impl.RootMilliSpan
 
traceId() - Method in interface org.apache.accumulo.cloudtrace.instrument.Span
A pseudo-unique (random) number assigned to the trace associated with this span
traceId - Variable in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
traceId - Variable in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
traceInfo() - Static method in class org.apache.accumulo.cloudtrace.instrument.Tracer
 
TraceProxy - Class in org.apache.accumulo.cloudtrace.instrument
 
TraceProxy() - Constructor for class org.apache.accumulo.cloudtrace.instrument.TraceProxy
 
Tracer - Class in org.apache.accumulo.cloudtrace.instrument
A Tracer provides the implementation for collecting and distributing Spans within a process.
Tracer() - Constructor for class org.apache.accumulo.cloudtrace.instrument.Tracer
 
TraceRepo<T> - Class in org.apache.accumulo.server.master.tableOps
 
TraceRepo(Repo<T>) - Constructor for class org.apache.accumulo.server.master.tableOps.TraceRepo
 
TraceRunnable - Class in org.apache.accumulo.cloudtrace.instrument
Wrap a Runnable with a Span that survives a change in threads.
TraceRunnable(Runnable) - Constructor for class org.apache.accumulo.cloudtrace.instrument.TraceRunnable
 
TraceRunnable(Span, Runnable) - Constructor for class org.apache.accumulo.cloudtrace.instrument.TraceRunnable
 
TraceServer - Class in org.apache.accumulo.server.trace
 
TraceServer(String[]) - Constructor for class org.apache.accumulo.server.trace.TraceServer
 
TraceWrap - Class in org.apache.accumulo.cloudtrace.instrument.thrift
To move trace data from client to server, the RPC call must be annotated to take a TInfo object as its first argument.
TraceWrap() - Constructor for class org.apache.accumulo.cloudtrace.instrument.thrift.TraceWrap
 
TRange - Class in org.apache.accumulo.core.data.thrift
 
TRange() - Constructor for class org.apache.accumulo.core.data.thrift.TRange
 
TRange(TKey, TKey, boolean, boolean, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.thrift.TRange
 
TRange(TRange) - Constructor for class org.apache.accumulo.core.data.thrift.TRange
Performs a deep copy on other.
TRange._Fields - Enum in org.apache.accumulo.core.data.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
transactionAlive(String, long) - Method in interface org.apache.accumulo.server.zookeeper.TransactionWatcher.Arbitrator
 
transactionAlive(String, long) - Method in class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
TransactionWatcher - Class in org.apache.accumulo.server.zookeeper
 
TransactionWatcher(TransactionWatcher.Arbitrator) - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
TransactionWatcher() - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher
 
TransactionWatcher.Arbitrator - Interface in org.apache.accumulo.server.zookeeper
 
TransactionWatcher.ZooArbitrator - Class in org.apache.accumulo.server.zookeeper
 
TransactionWatcher.ZooArbitrator() - Constructor for class org.apache.accumulo.server.zookeeper.TransactionWatcher.ZooArbitrator
 
transform(Key) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
transform(Range) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
 
transform(Key) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnQualifierFunctor
 
transform(Range) - Method in class org.apache.accumulo.core.file.keyfunctor.ColumnQualifierFunctor
 
transform(Range) - Method in interface org.apache.accumulo.core.file.keyfunctor.KeyFunctor
Implementations should return null if a range can not be converted to a bloom key.
transform(Key) - Method in interface org.apache.accumulo.core.file.keyfunctor.KeyFunctor
 
transform(Key) - Method in class org.apache.accumulo.core.file.keyfunctor.RowFunctor
 
transform(Range) - Method in class org.apache.accumulo.core.file.keyfunctor.RowFunctor
 
transformTreeNode(TreeNode) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
transitionTableState(String, TableState) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
translate(Column) - Method in class org.apache.accumulo.core.client.impl.Translator.ColumnTranslator
 
translate(ConstraintViolationSummary) - Method in class org.apache.accumulo.core.client.impl.Translator.CVSTranslator
 
translate(KeyExtent) - Method in class org.apache.accumulo.core.client.impl.Translator.KeyExtentTranslator
 
translate(List<IT>) - Method in class org.apache.accumulo.core.client.impl.Translator.ListTranslator
 
translate(Range) - Method in class org.apache.accumulo.core.client.impl.Translator.RangeTranslator
 
translate(TConstraintViolationSummary) - Method in class org.apache.accumulo.core.client.impl.Translator.TCVSTranslator
 
translate(TKeyExtent) - Method in class org.apache.accumulo.core.client.impl.Translator.TKeyExtentTranslator
 
translate(TRange) - Method in class org.apache.accumulo.core.client.impl.Translator.TRangeTranslator
 
translate(IT) - Method in class org.apache.accumulo.core.client.impl.Translator
 
translate(Map<IKT, T>, Translator<IKT, OKT>) - Static method in class org.apache.accumulo.core.client.impl.Translator
 
translate(Map<IKT, IVT>, Translator<IKT, OKT>, Translator<IVT, OVT>) - Static method in class org.apache.accumulo.core.client.impl.Translator
 
translate(Collection<IT>, Translator<IT, OT>) - Static method in class org.apache.accumulo.core.client.impl.Translator
 
Translator<IT,OT> - Class in org.apache.accumulo.core.client.impl
 
Translator() - Constructor for class org.apache.accumulo.core.client.impl.Translator
 
Translator.ColumnTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.ColumnTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.ColumnTranslator
 
Translator.CVSTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.CVSTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.CVSTranslator
 
Translator.KeyExtentTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.KeyExtentTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.KeyExtentTranslator
 
Translator.ListTranslator<IT,OT> - Class in org.apache.accumulo.core.client.impl
 
Translator.ListTranslator(Translator<IT, OT>) - Constructor for class org.apache.accumulo.core.client.impl.Translator.ListTranslator
 
Translator.RangeTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.RangeTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.RangeTranslator
 
Translator.TCVSTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.TCVSTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.TCVSTranslator
 
Translator.TKeyExtentTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.TKeyExtentTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.TKeyExtentTranslator
 
Translator.TRangeTranslator - Class in org.apache.accumulo.core.client.impl
 
Translator.TRangeTranslator() - Constructor for class org.apache.accumulo.core.client.impl.Translator.TRangeTranslator
 
transportFactory() - Static method in class org.apache.accumulo.core.util.ThriftUtil
 
TreeBuilder - Class in org.apache.accumulo.examples.wikisearch.parser
Class that parses the query and returns a tree of TreeNode's.
TreeBuilder(String) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
TreeBuilder(ASTJexlScript) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
treeCollapsed(TreeExpansionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
treeExpanded(TreeExpansionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
TREEMAP - Static variable in class org.apache.accumulo.core.file.blockfile.cache.ClassSize
Overhead for TreeMap
TreeNode - Class in org.apache.accumulo.examples.wikisearch.parser
 
TreeNode() - Constructor for class org.apache.accumulo.examples.wikisearch.parser.TreeNode
 
TreeNode.PostorderEnumeration - Class in org.apache.accumulo.examples.wikisearch.parser
 
TreeNode.PostorderEnumeration(TreeNode) - Constructor for class org.apache.accumulo.examples.wikisearch.parser.TreeNode.PostorderEnumeration
 
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
 
tryLock(ZooLock.LockWatcher, byte[]) - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
tryToCancelAsyncLockOrUnlock() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
tryToGetFirstAndLastRows(FileSystem, AccumuloConfiguration, Set<String>) - Static method in class org.apache.accumulo.core.file.FileUtil
 
TSERV_MINC_MAXCONCURRENT_NUMWAITING_MULTIPLIER - Static variable in class org.apache.accumulo.core.Constants
 
tServerInfo - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
TServerInstance - Class in org.apache.accumulo.server.master.state
A tablet is assigned to a tablet server at the given address as long as it is alive and well.
TServerInstance(InetSocketAddress, String) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(InetSocketAddress, long) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(String, long) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerInstance(Value, Text) - Constructor for class org.apache.accumulo.server.master.state.TServerInstance
 
TServerLinkType - Class in org.apache.accumulo.server.monitor.util.celltypes
 
TServerLinkType() - Constructor for class org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
 
tserverSession - Variable in class org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_args
 
tserverSession - Variable in class org.apache.accumulo.server.logger.LogFileKey
 
TServersServlet - Class in org.apache.accumulo.server.monitor.servlets
 
TServersServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.TServersServlet
 
TServerUsesLoggers - Class in org.apache.accumulo.server.master.balancer
 
TServerUsesLoggers(TServerInstance, TabletServerStatus) - Constructor for class org.apache.accumulo.server.master.balancer.TServerUsesLoggers
 
TServerUtils - Class in org.apache.accumulo.server.util
 
TServerUtils() - Constructor for class org.apache.accumulo.server.util.TServerUtils
 
TServerUtils.ClientInfoProcessorFactory - Class in org.apache.accumulo.server.util
 
TServerUtils.ClientInfoProcessorFactory(TProcessor) - Constructor for class org.apache.accumulo.server.util.TServerUtils.ClientInfoProcessorFactory
 
TServerUtils.ServerPort - Class in org.apache.accumulo.server.util
 
TServerUtils.ServerPort(TServer, int) - Constructor for class org.apache.accumulo.server.util.TServerUtils.ServerPort
 
TServerUtils.THsHaServer - Class in org.apache.accumulo.server.util
 
TServerUtils.THsHaServer(THsHaServer.Args) - Constructor for class org.apache.accumulo.server.util.TServerUtils.THsHaServer
 
TServerUtils.TimedProcessor - Class in org.apache.accumulo.server.util
 
TStore<T> - Interface in org.apache.accumulo.server.fate
Transaction Store: a place to save transactions A transaction consists of a number of operations.
TStore.TStatus - Enum in org.apache.accumulo.server.fate
 
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
 
typedReduce(Key, Iterator<Uid.List>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner
 
typedReduce(Key, Iterator<TermWeight.Info>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner
 
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

Uid - Class in org.apache.accumulo.examples.wikisearch.protobuf
 
Uid.List - Class in org.apache.accumulo.examples.wikisearch.protobuf
 
Uid.List.Builder - Class in org.apache.accumulo.examples.wikisearch.protobuf
 
UID_FIELD - Static variable in class org.apache.accumulo.examples.wikisearch.util.KeyParser
 
UID_FIELD_NUMBER - Static variable in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
UID_LIST_ENCODER - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner
 
unassign(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.MetaDataStateStore
 
unassign(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.TabletStateStore
Mark the tablets as having no known or future location.
unassign(TabletLocationState) - Static method in class org.apache.accumulo.server.master.state.TabletStateStore
 
unassign(Collection<TabletLocationState>) - Method in class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
unassigned() - Method in class org.apache.accumulo.server.master.state.TableCounts
 
unassignedTablets - Variable in class org.apache.accumulo.core.master.thrift.MasterMonitorInfo
 
uncompressedValSerializer - Variable in class org.apache.accumulo.core.file.map.MySequenceFile.Writer
Deprecated.  
UndefinedAnalyzer - Class in org.apache.accumulo.server.test.continuous
BUGS This code does not handle the fact that these files could include log events from previous months.
UndefinedAnalyzer() - Constructor for class org.apache.accumulo.server.test.continuous.UndefinedAnalyzer
 
undo(long, T) - Method in interface org.apache.accumulo.server.fate.Repo
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.BulkImport
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.ChangeTableState
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CloneTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CompactRange
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.CreateTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.DeleteTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.MasterRepo
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.RenameTable
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tableOps.TableRangeOp
 
undo(long, T) - Method in class org.apache.accumulo.server.master.tableOps.TraceRepo
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.DisconnectLogger
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.FlushTablets
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.ShutdownTServer
 
undo(long, Master) - Method in class org.apache.accumulo.server.master.tserverOps.StopLogger
 
UNEVALUTED_EXPRESSIONS - Static variable in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
UniqFieldNameValueIterator - Class in org.apache.accumulo.examples.wikisearch.iterator
 
UniqFieldNameValueIterator(Text, Text, Text) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
UniqFieldNameValueIterator(UniqFieldNameValueIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.examples.wikisearch.iterator.UniqFieldNameValueIterator
 
unique - Variable in class org.apache.accumulo.server.test.TestIngest.IngestArgs
 
UniqueColumns - Class in org.apache.accumulo.examples.simple.mapreduce
A simple map reduce job that computes the unique column families and column qualifiers in a table.
UniqueColumns() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns
 
UniqueColumns.UMapper - Class in org.apache.accumulo.examples.simple.mapreduce
 
UniqueColumns.UMapper() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UMapper
 
UniqueColumns.UReducer - Class in org.apache.accumulo.examples.simple.mapreduce
 
UniqueColumns.UReducer() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.UniqueColumns.UReducer
 
UniqueNameAllocator - Class in org.apache.accumulo.server.tabletserver
Allocates unique names for an accumulo instance.
unknownTabletErrors - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
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
 
unloadTablet(ZooLock, KeyExtent, boolean) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
unloadTablet(TInfo, AuthInfo, String, TKeyExtent, boolean) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
unlock() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
 
unnamedOptionDescriptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
 
unreserve(long, long) - Method in interface org.apache.accumulo.server.fate.TStore
Return the given transaction to the store
unreserve(long, long) - Method in class org.apache.accumulo.server.fate.ZooStore
 
unreserveHdfsDirectory(String, long) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
unreserveTable(String, long, boolean) - Static method in class org.apache.accumulo.server.master.tableOps.Utils
 
UnsatisfiableConstraint - Class in org.apache.accumulo.server.constraints
 
UnsatisfiableConstraint(short, String) - Constructor for class org.apache.accumulo.server.constraints.UnsatisfiableConstraint
 
unsetAge() - Method in class org.apache.accumulo.core.tabletserver.thrift.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.cloudtrace.thrift.RemoteSpan
 
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 class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
unsetMessage() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_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
 
unsetParentId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
unsetParentId() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
unsetSender() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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
 
unsetSpan() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
unsetSpanId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
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.cloudtrace.thrift.RemoteSpan
 
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.cloudtrace.thrift.RemoteSpan
 
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.cloudtrace.thrift.TestService.checkTrace_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_result
 
unsetSuccess() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
unsetSvc() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
unsetSysPerm() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args
 
unsetTable() - Method in class org.apache.accumulo.core.data.thrift.TKeyExtent
 
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.cloudtrace.thrift.TestService.checkTrace_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_args
 
unsetTinfo() - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.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
 
unsetTraceId() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
unsetTraceId() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
update(LiveTServerSet, Set<TServerInstance>, Set<TServerInstance>) - Method in interface org.apache.accumulo.server.master.LiveTServerSet.Listener
 
update(LiveTServerSet, Set<TServerInstance>, Set<TServerInstance>) - Method in class org.apache.accumulo.server.master.Master
 
update(KeyExtent, TabletState, boolean, boolean) - Method in class org.apache.accumulo.server.master.state.MergeStats
 
update(Text, TabletState) - Method in class org.apache.accumulo.server.master.state.TableStats
 
update(long) - Method in class org.apache.accumulo.server.tabletserver.Rate
 
update(long, long) - Method in class org.apache.accumulo.server.tabletserver.Rate
 
update(ActionStats, ActionStats) - Static method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
update(TInfo, AuthInfo, TKeyExtent, TMutation) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
update(AuthInfo, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
update(AuthInfo, ZooLock, Mutation) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateAccumuloVersion() - Static method in class org.apache.accumulo.server.Accumulo
 
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
 
updateMemoryUsageStats(long, long) - Method in class org.apache.accumulo.server.tabletserver.TabletServerResourceManager.TabletResourceManager
 
updateRates(long) - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
updateScanIteratorOption(String, String, String) - Method in class org.apache.accumulo.core.client.impl.ScannerOptions
Override any existing options on the given named iterator
updateScanIteratorOption(String, String, String) - Method in interface org.apache.accumulo.core.client.ScannerBase
Update the options for an iterator.
updateScanIteratorOption(String, String, String) - Method in class org.apache.accumulo.server.monitor.servlets.trace.NullScanner
 
updateTableStateCache(String) - Method in class org.apache.accumulo.server.master.state.tables.TableManager
 
updateTabletCompactID(KeyExtent, long, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTabletDataFile(KeyExtent, String, String, MetadataTable.DataFileValue, String, AuthInfo, Set<String>, String, ZooLock, Set<String>, TServerInstance, long) - Static method in class org.apache.accumulo.server.util.MetadataTable
new data file update function adds one data file to a tablet's list path should be relative to the table directory
updateTabletDataFile(long, KeyExtent, Map<String, MetadataTable.DataFileValue>, String, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTabletFlushID(KeyExtent, long, AuthInfo, ZooLock) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTabletPrevEndRow(KeyExtent, AuthInfo) - Static method in class org.apache.accumulo.server.util.MetadataTable
 
updateTime(TabletStatsKeeper.Operation, long, long, long, boolean) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
updateTime(TabletStatsKeeper.Operation, long, long, boolean) - Method in class org.apache.accumulo.server.tabletserver.TabletStatsKeeper
 
updateTime(long) - Method in class org.apache.accumulo.server.util.time.BaseRelativeTime
 
updateUser(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
 
usage() - Static method in class org.apache.accumulo.server.logger.LogReader
 
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
 
useLoggers(Set<String>) - Method in class org.apache.accumulo.server.master.LiveTServerSet.TServerConnection
 
useLoggers(TInfo, AuthInfo, Set<String>) - Method in class org.apache.accumulo.server.test.performance.thrift.NullTserver.ThriftClientHandler
 
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
 
USER - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
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.
useTsbw - Variable in class org.apache.accumulo.server.test.TestIngest.IngestArgs
 
UTF8 - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
UTF8 - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
UTF8 - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
Utils - Class in org.apache.accumulo.core.file.rfile.bcfile
Supporting Utility classes used by TFile, and shared by users of TFile.
Utils - Class in org.apache.accumulo.server.master.tableOps
 
Utils() - Constructor for class org.apache.accumulo.server.master.tableOps.Utils
 
Utils.Version - Class in org.apache.accumulo.core.file.rfile.bcfile
A generic Version class.
Utils.Version(DataInput) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Construct the Version object by reading from the input stream.
Utils.Version(short, short) - Constructor for class org.apache.accumulo.core.file.rfile.bcfile.Utils.Version
Constructor.
UtilWaitThread - Class in org.apache.accumulo.core.util
 
UtilWaitThread() - Constructor for class org.apache.accumulo.core.util.UtilWaitThread
 

V

VALID_TABLE_NAME_REGEX - Static variable in class org.apache.accumulo.core.Constants
 
validate() - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
validate() - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
validate() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
validate() - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
validate() - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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
 
Validate - Class in org.apache.accumulo.server.test.randomwalk.security
 
Validate() - Constructor for class org.apache.accumulo.server.test.randomwalk.security.Validate
 
validate(State, Logger) - Static method in class org.apache.accumulo.server.test.randomwalk.security.Validate
 
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
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.examples.simple.combiner.StatsCombiner
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.AbstractEvaluatingIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.OptimizedQueryIterator
 
validateOptions(Map<String, String>) - Method in class org.apache.accumulo.examples.wikisearch.iterator.ReadAheadIterator
 
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 - Variable in class org.apache.accumulo.examples.wikisearch.iterator.AndIterator
 
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
 
valueChanged(TreeSelectionEvent) - Method in class org.apache.accumulo.examples.simple.dirlist.Viewer
 
ValueFormatException - Exception in org.apache.accumulo.core.iterators
Exception used for TypedValueCombiner and it's Encoders decode() function
ValueFormatException(String) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
 
ValueFormatException(Exception) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
 
valueOf(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.RemoteSpan._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.cloudtrace.thrift.TInfo._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.TimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.TabletType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.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.
valueOf(String) - Static method in enum org.apache.accumulo.server.fate.TStore.TStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.logger.LogEvents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.MergeInfo.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.MergeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.master.state.TabletState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.problems.ProblemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.tabletserver.TabletStatsKeeper.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.test.continuous.ContinuousVerify.Counts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.accumulo.server.zookeeper.ZooLock.LockLossReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.cloudtrace.thrift.RemoteSpan._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.cloudtrace.thrift.TInfo._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.admin.ScanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.admin.ScanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.admin.TimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.TabletType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.core.client.impl.thrift.ClientService.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.
values() - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
values() - Static method in enum org.apache.accumulo.server.fate.TStore.TStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.logger.LogEvents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.MergeInfo.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.MergeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.TabletServerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.master.state.TabletState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.problems.ProblemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.tabletserver.TabletStatsKeeper.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.accumulo.server.test.continuous.ContinuousVerify.Counts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.accumulo.server.util.MapCounter
 
values() - Static method in enum org.apache.accumulo.server.zookeeper.ZooLock.LockLossReason
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.
Verify - Class in org.apache.accumulo.server.test.randomwalk.bulk
 
Verify() - Constructor for class org.apache.accumulo.server.test.randomwalk.bulk.Verify
 
Verify - Class in org.apache.accumulo.server.test.randomwalk.image
 
Verify() - Constructor for class org.apache.accumulo.server.test.randomwalk.image.Verify
 
Verify - Class in org.apache.accumulo.server.test.randomwalk.unit
 
Verify() - Constructor for class org.apache.accumulo.server.test.randomwalk.unit.Verify
 
VerifyIndex - Class in org.apache.accumulo.server.test.randomwalk.shard
 
VerifyIndex() - Constructor for class org.apache.accumulo.server.test.randomwalk.shard.VerifyIndex
 
VerifyIngest - Class in org.apache.accumulo.examples.simple.mapreduce.bulk
 
VerifyIngest() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest
 
VerifyIngest - Class in org.apache.accumulo.server.test
 
VerifyIngest() - Constructor for class org.apache.accumulo.server.test.VerifyIngest
 
verifyRow(Scanner, String) - Method in class org.apache.accumulo.server.test.randomwalk.image.Verify
 
VerifyTabletAssignments - Class in org.apache.accumulo.server.util
 
VerifyTabletAssignments() - Constructor for class org.apache.accumulo.server.util.VerifyTabletAssignments
 
verifyTabletInformation(KeyExtent, TServerInstance, SortedMap<Key, Value>, String, ZooLock) - Static method in class org.apache.accumulo.server.tabletserver.TabletServer
 
VERSION - Static variable in class org.apache.accumulo.core.Constants
 
Version - Class in org.apache.accumulo.core.util
 
Version(String) - Constructor for class org.apache.accumulo.core.util.Version
 
VERSION - Static variable in class org.apache.accumulo.server.logger.LogFileKey
 
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.  
Viewer - Class in org.apache.accumulo.examples.simple.dirlist
Provides a GUI for browsing the file system information stored in Accumulo.
Viewer(String, String, String, String, String, String, Authorizations, String) - Constructor for class org.apache.accumulo.examples.simple.dirlist.Viewer
 
Viewer.NodeInfo - Class in org.apache.accumulo.examples.simple.dirlist
 
Viewer.NodeInfo(String, Map<String, String>) - Constructor for class org.apache.accumulo.examples.simple.dirlist.Viewer.NodeInfo
 
violationCode - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
violationCode - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
violationDescription - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
 
violationDescription - Variable in class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary
 
Violations - Class in org.apache.accumulo.core.constraints
 
Violations() - Constructor for class org.apache.accumulo.core.constraints.Violations
 
violationSummaries - Variable in class org.apache.accumulo.core.data.thrift.UpdateErrors
 
violationSummaries - Variable in exception org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
 
VIS - Static variable in class org.apache.accumulo.examples.simple.filedata.CharacterHistogram
 
VisibilityCombiner - Class in org.apache.accumulo.examples.simple.filedata
A utility for merging visibilities into the form (VIS1)|(VIS2)|...|(VISN).
VisibilityCombiner() - Constructor for class org.apache.accumulo.examples.simple.filedata.VisibilityCombiner
 
VisibilityConstraint - Class in org.apache.accumulo.core.security
 
VisibilityConstraint() - Constructor for class org.apache.accumulo.core.security.VisibilityConstraint
 
VisibilityEvaluator - Class in org.apache.accumulo.core.security
 
VisibilityEvaluator(Authorizations) - Constructor for class org.apache.accumulo.core.security.VisibilityEvaluator
The VisibilityEvaluator computes a trie from the given Authorizations, that ColumnVisibility expressions can be evaluated against.
VisibilityFilter - Class in org.apache.accumulo.core.iterators.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
 
VisibilityTest - Class in org.apache.accumulo.server.test.functional
 
VisibilityTest() - Constructor for class org.apache.accumulo.server.test.functional.VisibilityTest
 
visit(SpanTreeVisitor) - Method in class org.apache.accumulo.core.trace.SpanTree
 
visit(int, RemoteSpan, RemoteSpan, Collection<RemoteSpan>) - Method in interface org.apache.accumulo.core.trace.SpanTreeVisitor
 
visit(SimpleNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTJexlScript, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTBlock, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTAmbiguous, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTIfStatement, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTWhileStatement, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTForeachStatement, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTAssignment, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTTernaryNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTOrNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTAndNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTBitwiseOrNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTBitwiseXorNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTBitwiseAndNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTEQNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTNENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTLTNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTGTNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTLENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTGENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTERNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTNRNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTAdditiveNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTAdditiveOperator, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTMulNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTDivNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTModNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTUnaryMinusNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTBitwiseComplNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTNotNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTIdentifier, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTNullLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTTrueNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTFalseNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTIntegerLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTFloatLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTStringLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTArrayLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTMapLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTMapEntry, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTEmptyFunction, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTSizeFunction, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTFunctionNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTMethodNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTSizeMethod, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTConstructorNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTArrayAccess, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTReference, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.QueryParser
 
visit(ASTOrNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTAndNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTEQNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTNENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTLTNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTGTNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTLENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTGENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTERNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTNRNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTNullLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTTrueNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTFalseNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(ASTFunctionNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.RangeCalculator
 
visit(SimpleNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTJexlScript, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTBlock, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTAmbiguous, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTIfStatement, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTWhileStatement, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTForeachStatement, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTAssignment, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTTernaryNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTOrNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTAndNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTBitwiseOrNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTBitwiseXorNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTBitwiseAndNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTEQNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTNENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTLTNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTGTNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTLENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTGENode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTERNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTNRNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTAdditiveNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTAdditiveOperator, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTMulNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTDivNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTModNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTUnaryMinusNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTBitwiseComplNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTNotNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTIdentifier, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTNullLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTTrueNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTFalseNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTIntegerLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTFloatLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTStringLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTArrayLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTMapLiteral, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTMapEntry, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTEmptyFunction, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTSizeFunction, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTFunctionNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTMethodNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTSizeMethod, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTConstructorNode, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTArrayAccess, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(ASTReference, Object) - Method in class org.apache.accumulo.examples.wikisearch.parser.TreeBuilder
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.BulkTest
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.Setup
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.bulk.Verify
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.AddSplits
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.BatchScan
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.BatchWrite
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.BulkImport
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.ChangeAuthorizations
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.ChangePermissions
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.CheckBalance
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.CheckPermission
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.CloneTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.Compact
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.CreateUser
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.DeleteRange
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.DeleteTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.DropUser
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.IsolatedScan
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.Merge
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.OfflineTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.RenameTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.ScanTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.concurrent.Setup
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.image.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.image.ScanMeta
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.image.TableOp
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.image.Verify
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.image.Write
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.Module
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.CopyTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.DropTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.OfflineTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.multitable.Write
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.Node
Visits node
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.AlterSystemPerm
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.AlterTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.AlterTablePerm
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.Authenticate
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.ChangePass
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.CreateUser
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.DropTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.DropUser
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.SetAuths
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.TableOp
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.security.Validate
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.BatchVerify
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerify
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.Write
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.BulkInsert
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.CloneIndex
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Commit
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Delete
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.DeleteSomeDocs
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.DeleteWord
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Flush
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Grep
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Insert
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Merge
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Reindex
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Search
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.Split
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.shard.VerifyIndex
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.unit.CreateTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.unit.DeleteTable
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.unit.Ingest
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.unit.Scan
 
visit(State, Properties) - Method in class org.apache.accumulo.server.test.randomwalk.unit.Verify
 
visitedNode() - Method in class org.apache.accumulo.server.test.randomwalk.State
 
VisServlet - Class in org.apache.accumulo.server.monitor.servlets
 
VisServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.VisServlet
 
VisServlet.StatType - Enum in org.apache.accumulo.server.monitor.servlets
 

W

waitForCompletion(long) - Method in class org.apache.accumulo.server.fate.Fate
 
waitForEvents(long) - Method in class org.apache.accumulo.server.master.EventCoordinator.Listener
 
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
 
waitForMinC() - Method in class org.apache.accumulo.server.tabletserver.Tablet
 
waitForStatusChange(long, EnumSet<TStore.TStatus>) - Method in interface org.apache.accumulo.server.fate.TStore
Wait for the satus of a transaction to change
waitForStatusChange(long, EnumSet<TStore.TStatus>) - Method in class org.apache.accumulo.server.fate.ZooStore
 
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
 
waitForZookeeperAndHdfs() - Static method in class org.apache.accumulo.server.Accumulo
 
walogs - Variable in class org.apache.accumulo.server.master.state.TabletLocationState
 
waLogWriteTime - Static variable in interface org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetricsMBean
 
wasLockAcquired() - Method in class org.apache.accumulo.server.zookeeper.ZooLock
indicates if the lock was acquired in the past....
whoami() - Method in class org.apache.accumulo.core.client.Connector
Get the current user for this connector
whoami() - Method in class org.apache.accumulo.core.client.impl.ConnectorImpl
 
whoami() - Method in class org.apache.accumulo.core.client.mock.MockConnector
 
WhoAmICommand - Class in org.apache.accumulo.core.util.shell.commands
 
WhoAmICommand() - Constructor for class org.apache.accumulo.core.util.shell.commands.WhoAmICommand
 
WholeRowIterator - Class in org.apache.accumulo.core.iterators.user
The WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.
WholeRowIterator() - Constructor for class org.apache.accumulo.core.iterators.user.WholeRowIterator
 
WholeRowIterator - Class in org.apache.accumulo.core.iterators
Deprecated. since 1.4, replaced by WholeRowIterator
WholeRowIterator() - Constructor for class org.apache.accumulo.core.iterators.WholeRowIterator
Deprecated.  
why - Variable in exception org.apache.accumulo.core.master.thrift.RecoveryException
 
WikipediaConfiguration - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaConfiguration() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
WikipediaIngester - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaIngester() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaIngester
 
WikipediaInputFormat - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaInputFormat() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat
 
WikipediaInputFormat.WikipediaInputSplit - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaInputFormat.WikipediaInputSplit() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
WikipediaInputFormat.WikipediaInputSplit(FileSplit, int) - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
WikipediaMapper - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaMapper() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaMapper
 
WikipediaPartitionedIngester - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaPartitionedIngester() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedIngester
 
WikipediaPartitionedMapper - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaPartitionedMapper() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitionedMapper
 
WikipediaPartitioner - Class in org.apache.accumulo.examples.wikisearch.ingest
 
WikipediaPartitioner() - Constructor for class org.apache.accumulo.examples.wikisearch.ingest.WikipediaPartitioner
 
WordCount - Class in org.apache.accumulo.examples.simple.mapreduce
A simple map reduce job that inserts word counts into accumulo.
WordCount() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.WordCount
 
WordCount.MapClass - Class in org.apache.accumulo.examples.simple.mapreduce
 
WordCount.MapClass() - Constructor for class org.apache.accumulo.examples.simple.mapreduce.WordCount.MapClass
 
WORDOFFSET_FIELD_NUMBER - Static variable in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
WORKING_DIRECTORY - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
wrap(Runnable) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
wrap(FileSystem) - Static method in class org.apache.accumulo.server.trace.TraceFileSystem
 
wrapAll(T) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
wrapAll(T, Sampler) - Static method in class org.apache.accumulo.cloudtrace.instrument.Trace
 
WrappingIterator - Class in org.apache.accumulo.core.iterators
 
WrappingIterator() - Constructor for class org.apache.accumulo.core.iterators.WrappingIterator
 
write(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.RemoteSpan
 
write(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.span_args
 
write(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_args
 
write(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.checkTrace_result
 
write(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TInfo
 
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(DataOutput) - Method in class org.apache.accumulo.examples.wikisearch.ingest.ArticleExtractor.Article
 
write(DataOutput) - Method in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaInputFormat.WikipediaInputSplit
 
write(DataOutput) - Method in class org.apache.accumulo.server.logger.LogFileKey
 
write(DataOutput) - Method in class org.apache.accumulo.server.logger.LogFileValue
 
write(DataOutput) - Method in class org.apache.accumulo.server.master.state.MergeInfo
 
Write - Class in org.apache.accumulo.server.test.randomwalk.image
 
Write() - Constructor for class org.apache.accumulo.server.test.randomwalk.image.Write
 
Write - Class in org.apache.accumulo.server.test.randomwalk.multitable
 
Write() - Constructor for class org.apache.accumulo.server.test.randomwalk.multitable.Write
 
Write - Class in org.apache.accumulo.server.test.randomwalk.sequential
 
Write() - Constructor for class org.apache.accumulo.server.test.randomwalk.sequential.Write
 
write_args(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.SpanReceiver.AsyncClient.span_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.cloudtrace.thrift.TestService.AsyncClient.checkTrace_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.authenticateUser_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.bulkImportFiles_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.changeAuthorizations_call
 
write_args(TProtocol) - Method in class org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient.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.
writeLock() - Method in class org.apache.accumulo.server.zookeeper.DistributedReadWriteLock
 
writeMutation(Reducer<NullWritable, IntWritable, Text, Mutation>.Context, int, int) - Method in class org.apache.accumulo.server.test.randomwalk.sequential.MapRedVerifyTool.SeqReduceClass
 
writeObjectData(Kryo, ByteBuffer) - Method in class org.apache.accumulo.examples.wikisearch.parser.EventFields
 
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.
writeTo(CodedOutputStream) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.TermWeight.Info
 
writeTo(CodedOutputStream) - Method in class org.apache.accumulo.examples.wikisearch.protobuf.Uid.List
 
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.
WrongTabletTest - Class in org.apache.accumulo.server.test
 
WrongTabletTest() - Constructor for class org.apache.accumulo.server.test.WrongTabletTest
 

X

xml(String, String) - Method in interface org.apache.accumulo.examples.wikisearch.query.IQuery
 
xml(String, String) - Method in class org.apache.accumulo.examples.wikisearch.query.Query
 
XMLServlet - Class in org.apache.accumulo.server.monitor.servlets
 
XMLServlet() - Constructor for class org.apache.accumulo.server.monitor.servlets.XMLServlet
 
xor(Filter) - Method in class org.apache.accumulo.core.bloomfilter.BloomFilter
 
xor(Filter) - Method in class org.apache.accumulo.core.bloomfilter.DynamicBloomFilter
 
xor(Filter) - Method in class org.apache.accumulo.core.bloomfilter.Filter
Peforms a logical XOR between this filter and a specified filter.

Y

yaml(String, String) - Method in interface org.apache.accumulo.examples.wikisearch.query.IQuery
 
yaml(String, String) - Method in class org.apache.accumulo.examples.wikisearch.query.Query
 

Z

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
 
ZKAuthenticator - Class in org.apache.accumulo.server.security
 
ZKAuthenticator(String) - Constructor for class org.apache.accumulo.server.security.ZKAuthenticator
 
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
 
ZombieTServer - Class in org.apache.accumulo.server.test.functional
Tablet server that creates a lock in zookeeper, responds to one status request, and then hangs on subsequent requests.
ZombieTServer() - Constructor for class org.apache.accumulo.server.test.functional.ZombieTServer
 
ZombieTServer.ThriftClientHandler - Class in org.apache.accumulo.server.test.functional
 
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
 
ZooCache - Class in org.apache.accumulo.server.zookeeper
 
ZooCache() - Constructor for class org.apache.accumulo.server.zookeeper.ZooCache
 
ZooCache(Watcher) - Constructor for class org.apache.accumulo.server.zookeeper.ZooCache
 
ZooCache(AccumuloConfiguration, Watcher) - Constructor for class org.apache.accumulo.server.zookeeper.ZooCache
 
ZooConfiguration - Class in org.apache.accumulo.server.conf
 
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
 
ZOOKEEPERS - Static variable in class org.apache.accumulo.examples.wikisearch.ingest.WikipediaConfiguration
 
ZooKeeperStatus - Class in org.apache.accumulo.server.monitor
 
ZooKeeperStatus() - Constructor for class org.apache.accumulo.server.monitor.ZooKeeperStatus
 
ZooKeeperStatus.ZooKeeperState - Class in org.apache.accumulo.server.monitor
 
ZooKeeperStatus.ZooKeeperState(String, String, int) - Constructor for class org.apache.accumulo.server.monitor.ZooKeeperStatus.ZooKeeperState
 
ZooLock - Class in org.apache.accumulo.server.zookeeper
 
ZooLock(String) - Constructor for class org.apache.accumulo.server.zookeeper.ZooLock
 
ZooLock.AsyncLockWatcher - Interface in org.apache.accumulo.server.zookeeper
 
ZooLock.LockLossReason - Enum in org.apache.accumulo.server.zookeeper
 
ZooLock.LockWatcher - Interface in org.apache.accumulo.server.zookeeper
 
ZooQueueLock - Class in org.apache.accumulo.server.zookeeper
 
ZooQueueLock(String, boolean) - Constructor for class org.apache.accumulo.server.zookeeper.ZooQueueLock
 
ZooReader - Class in org.apache.accumulo.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
 
ZooReaderWriter - Class in org.apache.accumulo.server.zookeeper
 
ZooReaderWriter(String, int, String) - Constructor for class org.apache.accumulo.server.zookeeper.ZooReaderWriter
 
ZooReaderWriter.Mutator - Interface in org.apache.accumulo.server.zookeeper
 
ZooReservation - Class in org.apache.accumulo.server.zookeeper
 
ZooReservation() - Constructor for class org.apache.accumulo.server.zookeeper.ZooReservation
 
ZooSpanClient - Class in org.apache.accumulo.cloudtrace.instrument.receivers
Find a Span collector via zookeeper and push spans there via Thrift RPC
ZooSpanClient(String, String, String, String, long) - Constructor for class org.apache.accumulo.cloudtrace.instrument.receivers.ZooSpanClient
 
ZooStore<T> - Class in org.apache.accumulo.server.fate
 
ZooStore(String, IZooReaderWriter) - Constructor for class org.apache.accumulo.server.fate.ZooStore
 
ZooStore - Class in org.apache.accumulo.server.master.state
 
ZooStore(String) - Constructor for class org.apache.accumulo.server.master.state.ZooStore
 
ZooStore() - Constructor for class org.apache.accumulo.server.master.state.ZooStore
 
ZooTabletStateStore - Class in org.apache.accumulo.server.master.state
 
ZooTabletStateStore(DistributedStore) - Constructor for class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
ZooTabletStateStore() - Constructor for class org.apache.accumulo.server.master.state.ZooTabletStateStore
 
ZooTraceClient - Class in org.apache.accumulo.core.trace
Find a Span collector via zookeeper and push spans there via Thrift RPC
ZooTraceClient(ZooReader, String, String, String, long) - Constructor for class org.apache.accumulo.core.trace.ZooTraceClient
 
ZooUtil - Class in org.apache.accumulo.core.zookeeper
 
ZooUtil() - Constructor for class org.apache.accumulo.core.zookeeper.ZooUtil
 
ZooUtil.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
 
ZooZap - Class in org.apache.accumulo.server.util
 
ZooZap() - Constructor for class org.apache.accumulo.server.util.ZooZap
 
ZPROBLEMS - Static variable in class org.apache.accumulo.core.Constants
 
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 Y Z _

Copyright © 2012 The Apache Software Foundation. All Rights Reserved.