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