Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.accumulo.core Classes and Interfaces - 1208 results found.
NameDescriptionTypePackageFramework
ABlockReaderInterfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
ABlockWriterInterfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
AboutCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
AbstractInputFormatAn abstract input format to provide shared methods common to all other input format classes.Classorg.apache.accumulo.core.client.mapredApache Accumulo
AbstractInputFormatAn abstract input format to provide shared methods common to all other input format classes.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
AbstractInputFormat .AbstractRecordReaderAn abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.Classorg.apache.accumulo.core.client.mapred.AbstractInputFormatApache Accumulo
AbstractInputFormat .AbstractRecordReaderAn abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.Classorg.apache.accumulo.core.client.mapreduce.AbstractInputFormatApache Accumulo
AccumuloConfigurationClassorg.apache.accumulo.core.confApache Accumulo
AccumuloConfiguration .AllFilterClassorg.apache.accumulo.core.conf.AccumuloConfigurationApache Accumulo
AccumuloConfiguration .PrefixFilterClassorg.apache.accumulo.core.conf.AccumuloConfigurationApache Accumulo
AccumuloExceptionA generic Accumulo Exception for general accumulo failures.Classorg.apache.accumulo.core.clientApache Accumulo
AccumuloFileOutputFormatThis class allows MapReduce jobs to write output in the Accumulo data file format.Classorg.apache.accumulo.core.client.mapredApache Accumulo
AccumuloFileOutputFormatThis class allows MapReduce jobs to write output in the Accumulo data file format.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
AccumuloInputFormatThis class allows MapReduce jobs to use Accumulo as the source of data.Classorg.apache.accumulo.core.client.mapredApache Accumulo
AccumuloInputFormatThis class allows MapReduce jobs to use Accumulo as the source of data.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
AccumuloMultiTableInputFormatThis class allows MapReduce jobs to use multiple Accumulo tables as the source of data.Classorg.apache.accumulo.core.client.mapredApache Accumulo
AccumuloMultiTableInputFormatThis class allows MapReduce jobs to use multiple Accumulo tables as the source of data.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
AccumuloOutputFormatThis class allows MapReduce jobs to use Accumulo as the sink for data.Classorg.apache.accumulo.core.client.mapredApache Accumulo
AccumuloOutputFormatThis class allows MapReduce jobs to use Accumulo as the sink for data.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
AccumuloOutputFormat .AccumuloRecordWriterA base class to be used to create RecordWriter instances that write to Accumulo.Classorg.apache.accumulo.core.client.mapred.AccumuloOutputFormatApache Accumulo
AccumuloOutputFormat .AccumuloRecordWriterA base class to be used to create RecordWriter instances that write to Accumulo.Classorg.apache.accumulo.core.client.mapreduce.AccumuloOutputFormatApache Accumulo
AccumuloRowInputFormatThis class allows MapReduce jobs to use Accumulo as the source of data.Classorg.apache.accumulo.core.client.mapredApache Accumulo
AccumuloRowInputFormatThis class allows MapReduce jobs to use Accumulo as the source of data.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
AccumuloSecurityExceptionAn Accumulo Exception for security violations, authentication failures, authorization failures, etc.Classorg.apache.accumulo.core.clientApache Accumulo
AccumuloServerExceptionThis class is intended to encapsulate errors that occurred on the server side.Classorg.apache.accumulo.core.client.implApache Accumulo
ActionStatsClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
ActionStats ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.ActionStatsApache Accumulo
ActiveCompactionClassorg.apache.accumulo.core.client.adminApache Accumulo
ActiveCompactionClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
ActiveCompaction ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.ActiveCompactionApache Accumulo
ActiveCompaction .CompactionReasonCompaction initiated by merge operationCompaction initiated to close a unload a tabletClassorg.apache.accumulo.core.client.admin.ActiveCompactionApache Accumulo
ActiveCompaction .CompactionTypecompaction that merges all of a tablets files into one filecompaction that merges a subset of a tablets files into one fileClassorg.apache.accumulo.core.client.admin.ActiveCompactionApache Accumulo
ActiveCompactionImplClassorg.apache.accumulo.core.client.implApache Accumulo
ActiveScanClassorg.apache.accumulo.core.client.adminApache Accumulo
ActiveScanClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
ActiveScan ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.ActiveScanApache Accumulo
ActiveScanImplClassorg.apache.accumulo.core.client.implApache Accumulo
AddAuthsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
AddressUtilClassorg.apache.accumulo.core.utilApache Accumulo
AddSplitsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
AgeOffFilterA filter that ages off key/value pairs based on the Key's timestamp.Classorg.apache.accumulo.core.iterators.userApache Accumulo
AggregatingFormatterFormatter that will aggregate entries for various display purposes.Classorg.apache.accumulo.core.util.formatApache Accumulo
AggregatingIteratorThis iterator wraps another iterator.Classorg.apache.accumulo.core.iteratorsApache Accumulo
AggregatorInterfaceorg.apache.accumulo.core.iterators.aggregationApache Accumulo
AggregatorConfigurationClassorg.apache.accumulo.core.iterators.aggregation.confApache Accumulo
AggregatorSetClassorg.apache.accumulo.core.iterators.aggregation.confApache Accumulo
ArgumentCheckerThis class provides methods to check arguments of a variable number for null values, or anything else that might be required on a routine basis.Classorg.apache.accumulo.core.utilApache Accumulo
ArgumentChecker .ValidatorClassorg.apache.accumulo.core.util.ArgumentCheckerApache Accumulo
ArrayByteSequenceClassorg.apache.accumulo.core.dataApache Accumulo
AsyncSocketAppenderAn asynchronous appender that maintains its own internal socket appender.Classorg.apache.accumulo.core.utilApache Accumulo
AuthenticateCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
AuthenticationTokenInterfaceorg.apache.accumulo.core.client.security.tokensApache Accumulo
AuthenticationToken .AuthenticationTokenSerializerA utility class to serialize/deserialize AuthenticationToken objects.Classorg.apache.accumulo.core.client.security.tokens.AuthenticationTokenApache Accumulo
AuthenticationToken .PropertiesClassorg.apache.accumulo.core.client.security.tokens.AuthenticationTokenApache Accumulo
AuthenticationToken .TokenPropertyClassorg.apache.accumulo.core.client.security.tokens.AuthenticationTokenApache Accumulo
AuthorizationContainerAn interface for classes that contain a collection of authorizations.Interfaceorg.apache.accumulo.core.securityApache Accumulo
AuthorizationsA collection of authorization strings.Classorg.apache.accumulo.core.securityApache Accumulo
BadArgumentExceptionClassorg.apache.accumulo.core.utilApache Accumulo
Base64A wrapper around commons-codec's Base64 to make sure we get the non-chunked behavior that became the default in commons-codec version 1.Classorg.apache.accumulo.core.utilApache Accumulo
BatchDeleterInterfaceorg.apache.accumulo.core.clientApache Accumulo
BatchScannerIn exchange for possibly returning scanned entries out of order, BatchScanner implementations may scan an Accumulo table more efficiently byInterfaceorg.apache.accumulo.core.clientApache Accumulo
BatchScannerOptsClassorg.apache.accumulo.core.cliApache Accumulo
BatchWriterSend Mutations to a single Table in Accumulo.Interfaceorg.apache.accumulo.core.clientApache Accumulo
BatchWriterConfigClassorg.apache.accumulo.core.clientApache Accumulo
BatchWriterImplClassorg.apache.accumulo.core.client.implApache Accumulo
BatchWriterOptsClassorg.apache.accumulo.core.cliApache Accumulo
BCFileBlock Compressed file, the underlying physical storage layer for TFile.Classorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
BCFile .ReaderBCFile Reader, interface to read the file's data and meta blocks.Classorg.apache.accumulo.core.file.rfile.bcfile.BCFileApache Accumulo
BCFile .Reader .BlockReaderAccess point to read a block.Classorg.apache.accumulo.core.file.rfile.bcfile.BCFile.ReaderApache Accumulo
BCFile .WriterBCFile writer, the entry point for creating a new BCFile.Classorg.apache.accumulo.core.file.rfile.bcfile.BCFileApache Accumulo
BigDecimalCombinerA family of combiners that treat values as BigDecimals, encoding and decoding using the built-in BigDecimal String input/output functions.Classorg.apache.accumulo.core.iterators.userApache Accumulo
BigDecimalCombiner .BigDecimalEncoderProvides the ability to encode scientific notation.Classorg.apache.accumulo.core.iterators.user.BigDecimalCombinerApache Accumulo
BigDecimalCombiner .BigDecimalMaxCombinerClassorg.apache.accumulo.core.iterators.user.BigDecimalCombinerApache Accumulo
BigDecimalCombiner .BigDecimalMinCombinerClassorg.apache.accumulo.core.iterators.user.BigDecimalCombinerApache Accumulo
BigDecimalCombiner .BigDecimalSummingCombinerClassorg.apache.accumulo.core.iterators.user.BigDecimalCombinerApache Accumulo
BigIntegerLexicoderA lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
BinaryFormatterClassorg.apache.accumulo.core.util.formatApache Accumulo
BinaryTreeA class for storing data as a binary tree.Classorg.apache.accumulo.core.utilApache Accumulo
BlockCacheBlock cache interface.Interfaceorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
BlockedInputStreamReader corresponding to BlockedOutputStream.Classorg.apache.accumulo.core.security.cryptoApache Accumulo
BlockedOutputStreamClassorg.apache.accumulo.core.security.cryptoApache Accumulo
BlockFileReaderProvides a generic interface for a Reader for a BlockBaseFile format.Interfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
BlockFileWriterProvides a generic interface for a Writer for a BlockBaseFile format.Interfaceorg.apache.accumulo.core.file.blockfileApache Accumulo
BlockIndexClassorg.apache.accumulo.core.file.rfileApache Accumulo
BlockIndex .BlockIndexEntryClassorg.apache.accumulo.core.file.rfile.BlockIndexApache Accumulo
BloomFilter The Bloom filter is a data structure that was introduced in 1970 and that has been adopted by the networking research community in the past decade thanks to the bandwidth efficiencies that it offers for the transmission of set membership information between networked hosts.Classorg.apache.accumulo.core.bloomfilterApache Accumulo
BloomFilterLayerA class that sits on top of different accumulo file formats and provides bloom filter functionality.Classorg.apache.accumulo.core.fileApache Accumulo
BloomFilterLayer .ReaderClassorg.apache.accumulo.core.file.BloomFilterLayerApache Accumulo
BloomFilterLayer .WriterClassorg.apache.accumulo.core.file.BloomFilterLayerApache Accumulo
BulkImportHelperClassorg.apache.accumulo.core.utilApache Accumulo
BulkImportHelper .AssignmentStatsClassorg.apache.accumulo.core.util.BulkImportHelperApache Accumulo
ByeCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ByteArrayAdaptor class to wrap byte-array backed objects (including java byte array) as RawComparable objects.Classorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
ByteArrayBackedCharSequenceClassorg.apache.accumulo.core.utilApache Accumulo
ByteArrayComparatorClassorg.apache.accumulo.core.utilApache Accumulo
ByteArraySetClassorg.apache.accumulo.core.utilApache Accumulo
ByteBufferUtilClassorg.apache.accumulo.core.utilApache Accumulo
ByteSequenceClassorg.apache.accumulo.core.dataApache Accumulo
BytesLexicoderFor each of the methods, this lexicoder just passes the input through untouched.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
ByteUtilsClassorg.apache.accumulo.core.client.lexicoder.implApache Accumulo
CachableBlockFileClassorg.apache.accumulo.core.file.blockfile.implApache Accumulo
CachableBlockFile .BlockRead wrap a DataInputStream(ByteArrayStream(cachedBlock)).Classorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .BlockWriteClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .CachedBlockReadClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .ReaderClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachableBlockFile .WriterClassorg.apache.accumulo.core.file.blockfile.impl.CachableBlockFileApache Accumulo
CachedBlockRepresents an entry in the LruBlockCache.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
CachedBlockQueueA memory-bound queue that will grow until an element brings total size >= maxSize.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
CachedConfigurationClassorg.apache.accumulo.core.utilApache Accumulo
CacheEntryInterfaceorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
CachingHDFSSecretKeyEncryptionStrategyA SecretKeyEncryptionStrategy that gets its key from HDFS and caches it for IO.Classorg.apache.accumulo.core.security.cryptoApache Accumulo
ClasspathCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ClassSizeClass 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 projectClassorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
CleanUpClassorg.apache.accumulo.core.utilApache Accumulo
ClearCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ClientConfigurationContains a list of property keys recognized by the Accumulo client and convenience methods for setting them.Classorg.apache.accumulo.core.clientApache Accumulo
ClientConfiguration .ClientPropertyClassorg.apache.accumulo.core.client.ClientConfigurationApache Accumulo
ClientOnDefaultTableClassorg.apache.accumulo.core.cliApache Accumulo
ClientOnRequiredTableClassorg.apache.accumulo.core.cliApache Accumulo
ClientOptsClassorg.apache.accumulo.core.cliApache Accumulo
ClientOpts .AuthConverterClassorg.apache.accumulo.core.cli.ClientOptsApache Accumulo
ClientOpts .MemoryConverterClassorg.apache.accumulo.core.cli.ClientOptsApache Accumulo
ClientOpts .PasswordClassorg.apache.accumulo.core.cli.ClientOptsApache Accumulo
ClientOpts .PasswordConverterClassorg.apache.accumulo.core.cli.ClientOptsApache Accumulo
ClientOpts .TimeConverterClassorg.apache.accumulo.core.cli.ClientOptsApache Accumulo
ClientOpts .VisibilityConverterClassorg.apache.accumulo.core.cli.ClientOptsApache Accumulo
ClientServiceClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
ClientService .AsyncClientClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .AsyncClient .authenticate_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .authenticateUser_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .bulkImportFiles_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .changeAuthorizations_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .changeLocalUserPassword_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .checkClass_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .checkNamespaceClass_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .checkTableClass_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .createLocalUser_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .dropLocalUser_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .FactoryClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getConfiguration_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getDiskUsage_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getInstanceId_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getNamespaceConfiguration_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getRootTabletLocation_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getTableConfiguration_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getUserAuthorizations_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .getZooKeepers_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .grantNamespacePermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .grantSystemPermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .grantTablePermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .hasNamespacePermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .hasSystemPermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .hasTablePermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .isActive_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .listLocalUsers_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .ping_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .revokeNamespacePermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .revokeSystemPermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncClient .revokeTablePermission_callClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClientApache Accumulo
ClientService .AsyncIfaceInterfaceorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .AsyncProcessorClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .AsyncProcessor .authenticateClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .authenticateUserClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .bulkImportFilesClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .changeAuthorizationsClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .changeLocalUserPasswordClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .checkClassClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .checkNamespaceClassClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .checkTableClassClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .createLocalUserClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .dropLocalUserClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getConfigurationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getDiskUsageClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getInstanceIdClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getNamespaceConfigurationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getRootTabletLocationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getTableConfigurationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getUserAuthorizationsClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .getZooKeepersClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .grantNamespacePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .grantSystemPermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .grantTablePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .hasNamespacePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .hasSystemPermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .hasTablePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .isActiveClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .listLocalUsersClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .pingClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .revokeNamespacePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .revokeSystemPermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .AsyncProcessor .revokeTablePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessorApache Accumulo
ClientService .authenticate_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .authenticate_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_argsApache Accumulo
ClientService .authenticate_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .authenticate_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_resultApache Accumulo
ClientService .authenticateUser_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .authenticateUser_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_argsApache Accumulo
ClientService .authenticateUser_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .authenticateUser_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_resultApache Accumulo
ClientService .bulkImportFiles_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .bulkImportFiles_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_argsApache Accumulo
ClientService .bulkImportFiles_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .bulkImportFiles_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_resultApache Accumulo
ClientService .changeAuthorizations_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .changeAuthorizations_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_argsApache Accumulo
ClientService .changeAuthorizations_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .changeAuthorizations_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_resultApache Accumulo
ClientService .changeLocalUserPassword_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .changeLocalUserPassword_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_argsApache Accumulo
ClientService .changeLocalUserPassword_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .changeLocalUserPassword_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_resultApache Accumulo
ClientService .checkClass_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .checkClass_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_argsApache Accumulo
ClientService .checkClass_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .checkClass_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_resultApache Accumulo
ClientService .checkNamespaceClass_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .checkNamespaceClass_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_argsApache Accumulo
ClientService .checkNamespaceClass_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .checkNamespaceClass_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.checkNamespaceClass_resultApache Accumulo
ClientService .checkTableClass_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .checkTableClass_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_argsApache Accumulo
ClientService .checkTableClass_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .checkTableClass_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_resultApache Accumulo
ClientService .ClientClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .Client .FactoryClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ClientApache Accumulo
ClientService .createLocalUser_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .createLocalUser_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_argsApache Accumulo
ClientService .createLocalUser_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .createLocalUser_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_resultApache Accumulo
ClientService .dropLocalUser_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .dropLocalUser_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_argsApache Accumulo
ClientService .dropLocalUser_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .dropLocalUser_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_resultApache Accumulo
ClientService .getConfiguration_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getConfiguration_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_argsApache Accumulo
ClientService .getConfiguration_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getConfiguration_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_resultApache Accumulo
ClientService .getDiskUsage_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getDiskUsage_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_argsApache Accumulo
ClientService .getDiskUsage_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getDiskUsage_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getDiskUsage_resultApache Accumulo
ClientService .getInstanceId_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getInstanceId_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_argsApache Accumulo
ClientService .getInstanceId_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getInstanceId_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_resultApache Accumulo
ClientService .getNamespaceConfiguration_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getNamespaceConfiguration_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_argsApache Accumulo
ClientService .getNamespaceConfiguration_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getNamespaceConfiguration_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getNamespaceConfiguration_resultApache Accumulo
ClientService .getRootTabletLocation_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getRootTabletLocation_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_argsApache Accumulo
ClientService .getRootTabletLocation_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getRootTabletLocation_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_resultApache Accumulo
ClientService .getTableConfiguration_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getTableConfiguration_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_argsApache Accumulo
ClientService .getTableConfiguration_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getTableConfiguration_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_resultApache Accumulo
ClientService .getUserAuthorizations_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getUserAuthorizations_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_argsApache Accumulo
ClientService .getUserAuthorizations_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getUserAuthorizations_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_resultApache Accumulo
ClientService .getZooKeepers_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getZooKeepers_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_argsApache Accumulo
ClientService .getZooKeepers_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .getZooKeepers_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_resultApache Accumulo
ClientService .grantNamespacePermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .grantNamespacePermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_argsApache Accumulo
ClientService .grantNamespacePermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .grantNamespacePermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_resultApache Accumulo
ClientService .grantSystemPermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .grantSystemPermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_argsApache Accumulo
ClientService .grantSystemPermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .grantSystemPermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_resultApache Accumulo
ClientService .grantTablePermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .grantTablePermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_argsApache Accumulo
ClientService .grantTablePermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .grantTablePermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_resultApache Accumulo
ClientService .hasNamespacePermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .hasNamespacePermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_argsApache Accumulo
ClientService .hasNamespacePermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .hasNamespacePermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_resultApache Accumulo
ClientService .hasSystemPermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .hasSystemPermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_argsApache Accumulo
ClientService .hasSystemPermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .hasSystemPermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_resultApache Accumulo
ClientService .hasTablePermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .hasTablePermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_argsApache Accumulo
ClientService .hasTablePermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .hasTablePermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_resultApache Accumulo
ClientService .IfaceInterfaceorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .isActive_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .isActive_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.isActive_argsApache Accumulo
ClientService .isActive_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .isActive_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.isActive_resultApache Accumulo
ClientService .listLocalUsers_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .listLocalUsers_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_argsApache Accumulo
ClientService .listLocalUsers_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .listLocalUsers_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_resultApache Accumulo
ClientService .ping_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .ping_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.ping_argsApache Accumulo
ClientService .ping_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .ping_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.ping_resultApache Accumulo
ClientService .ProcessorClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .Processor .authenticateClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .authenticateUserClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .bulkImportFilesClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .changeAuthorizationsClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .changeLocalUserPasswordClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .checkClassClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .checkNamespaceClassClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .checkTableClassClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .createLocalUserClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .dropLocalUserClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getConfigurationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getDiskUsageClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getInstanceIdClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getNamespaceConfigurationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getRootTabletLocationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getTableConfigurationClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getUserAuthorizationsClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .getZooKeepersClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .grantNamespacePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .grantSystemPermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .grantTablePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .hasNamespacePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .hasSystemPermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .hasTablePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .isActiveClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .listLocalUsersClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .pingClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .revokeNamespacePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .revokeSystemPermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .Processor .revokeTablePermissionClassorg.apache.accumulo.core.client.impl.thrift.ClientService.ProcessorApache Accumulo
ClientService .revokeNamespacePermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .revokeNamespacePermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_argsApache Accumulo
ClientService .revokeNamespacePermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .revokeNamespacePermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_resultApache Accumulo
ClientService .revokeSystemPermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .revokeSystemPermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_argsApache Accumulo
ClientService .revokeSystemPermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .revokeSystemPermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_resultApache Accumulo
ClientService .revokeTablePermission_argsClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .revokeTablePermission_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_argsApache Accumulo
ClientService .revokeTablePermission_resultClassorg.apache.accumulo.core.client.impl.thrift.ClientServiceApache Accumulo
ClientService .revokeTablePermission_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_resultApache Accumulo
ClientSideIteratorScannerA scanner that instantiates iterators on the client side instead of on the tablet server.Classorg.apache.accumulo.core.clientApache Accumulo
CloneTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ClsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ColumnClassorg.apache.accumulo.core.dataApache Accumulo
ColumnAgeOffFilterA filter that ages off key/value pairs based on the Key's column and timestamp.Classorg.apache.accumulo.core.iterators.userApache Accumulo
ColumnAgeOffFilter .TTLSetClassorg.apache.accumulo.core.iterators.user.ColumnAgeOffFilterApache Accumulo
ColumnFamilyCounterClassorg.apache.accumulo.core.iteratorsApache Accumulo
ColumnFamilyFunctorClassorg.apache.accumulo.core.file.keyfunctorApache Accumulo
ColumnFamilySkippingIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
ColumnFQClassorg.apache.accumulo.core.utilApache Accumulo
ColumnQualifierFilterClassorg.apache.accumulo.core.iterators.systemApache Accumulo
ColumnQualifierFunctorClassorg.apache.accumulo.core.file.keyfunctorApache Accumulo
ColumnSetClassorg.apache.accumulo.core.iterators.confApache Accumulo
ColumnSliceFilterClassorg.apache.accumulo.core.iterators.userApache Accumulo
ColumnToClassMappingClassorg.apache.accumulo.core.iterators.confApache Accumulo
ColumnUpdateClassorg.apache.accumulo.core.dataApache Accumulo
ColumnUtilClassorg.apache.accumulo.core.iterators.confApache Accumulo
ColumnUtil .ColFamHashKeyClassorg.apache.accumulo.core.iterators.conf.ColumnUtilApache Accumulo
ColumnUtil .ColHashKeyClassorg.apache.accumulo.core.iterators.conf.ColumnUtilApache Accumulo
ColumnVisibilityValidate the column visibility is a valid expression and set the visibility for a Mutation.Classorg.apache.accumulo.core.securityApache Accumulo
ColumnVisibility .NodeA node in the parse tree for a visibility expression.Classorg.apache.accumulo.core.security.ColumnVisibilityApache Accumulo
ColumnVisibility .NodeComparatorA node comparator.Classorg.apache.accumulo.core.security.ColumnVisibilityApache Accumulo
ColumnVisibility .NodeTypeThe node types in a parse tree for a visibility expression.Classorg.apache.accumulo.core.security.ColumnVisibilityApache Accumulo
CombinerA SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.Classorg.apache.accumulo.core.iteratorsApache Accumulo
Combiner .ValueIteratorA Java Iterator that iterates over the Values for a given Key from a source SortedKeyValueIterator.Classorg.apache.accumulo.core.iterators.CombinerApache Accumulo
CompactCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
CompactingClassorg.apache.accumulo.core.master.thriftApache Accumulo
Compacting ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.CompactingApache Accumulo
CompactionReasonenum CompactionReasonEnum Constant SummaryClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
CompactionTypeClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
ComparableBytesClassorg.apache.accumulo.core.dataApache Accumulo
ComparablePairClassorg.apache.accumulo.core.utilApache Accumulo
CompressedIteratorsClassorg.apache.accumulo.core.client.implApache Accumulo
CompressedIterators .IterConfigClassorg.apache.accumulo.core.client.impl.CompressedIteratorsApache Accumulo
CompressionCompression related stuff.Classorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
Compression .AlgorithmCompression algorithms.Classorg.apache.accumulo.core.file.rfile.bcfile.CompressionApache Accumulo
ConditionConditions that must be met on a particular column in a row.Classorg.apache.accumulo.core.dataApache Accumulo
ConditionalMutationA Mutation that contains a list of conditions that must all be met before the mutation is applied.Classorg.apache.accumulo.core.dataApache Accumulo
ConditionalWriterConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows.Interfaceorg.apache.accumulo.core.clientApache Accumulo
ConditionalWriter .ResultClassorg.apache.accumulo.core.client.ConditionalWriterApache Accumulo
ConditionalWriter .Statusconditions were met and mutation was writtenINVISIBLE_VISIBILITYClassorg.apache.accumulo.core.client.ConditionalWriterApache Accumulo
ConditionalWriterConfigClassorg.apache.accumulo.core.clientApache Accumulo
ConfigCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ConfigSanityCheckA utility class for checking over configuration entries.Classorg.apache.accumulo.core.confApache Accumulo
ConfigSanityCheck .SanityCheckExceptionThe exception thrown when ConfigSanityCheck.Classorg.apache.accumulo.core.conf.ConfigSanityCheckApache Accumulo
ConfigurationCopyClassorg.apache.accumulo.core.confApache Accumulo
ConfigurationObserverInterfaceorg.apache.accumulo.core.confApache Accumulo
ConfigurationTypeenum ConfigurationTypeEnum Constant SummaryClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
ConfiguratorBaseClassorg.apache.accumulo.core.client.mapreduce.lib.implApache Accumulo
ConfiguratorBaseClassorg.apache.accumulo.core.client.mapreduce.lib.utilApache Accumulo
ConfiguratorBase .ConnectorInfoConfiguration keys for Instance.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBaseApache Accumulo
ConfiguratorBase .ConnectorInfoConfiguration keys for Instance.Classorg.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBaseApache Accumulo
ConfiguratorBase .GeneralOptsConfiguration keys for general configuration options.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBaseApache Accumulo
ConfiguratorBase .GeneralOptsConfiguration keys for general configuration options.Classorg.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBaseApache Accumulo
ConfiguratorBase .InstanceOptsConfiguration keys for Instance, ZooKeeperInstance, and MockInstance.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBaseApache Accumulo
ConfiguratorBase .InstanceOptsConfiguration keys for Instance, ZooKeeperInstance, and MockInstance.Classorg.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBaseApache Accumulo
ConfiguratorBase .TokenSourceClassorg.apache.accumulo.core.client.mapreduce.lib.impl.ConfiguratorBaseApache Accumulo
ConnectorConnector 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.Classorg.apache.accumulo.core.clientApache Accumulo
ConnectorImplClassorg.apache.accumulo.core.client.implApache Accumulo
ConstantsClassorg.apache.accumulo.coreApache Accumulo
ConstraintAccumulo uses Constraint objects to determine if mutations will be applied to a table.Interfaceorg.apache.accumulo.core.constraintsApache Accumulo
Constraint .EnvironmentInterfaceorg.apache.accumulo.core.constraints.ConstraintApache Accumulo
ConstraintCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ConstraintViolationExceptionClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
ConstraintViolationException ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.ConstraintViolationExceptionApache Accumulo
ConstraintViolationSummaryClassorg.apache.accumulo.core.dataApache Accumulo
CountingIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
CreateEmptyCreate an empty RFile for use in recovering from data loss where Accumulo still refers internally to a path.Classorg.apache.accumulo.core.file.rfileApache Accumulo
CreateEmpty .IsSupportedCompressionAlgorithmClassorg.apache.accumulo.core.file.rfile.CreateEmptyApache Accumulo
CreateEmpty .NamedLikeRFileClassorg.apache.accumulo.core.file.rfile.CreateEmptyApache Accumulo
CreateNamespaceCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
CreateTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
CreateTokenClassorg.apache.accumulo.core.utilApache Accumulo
CreateUserCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
CredentialProviderFactoryShimShim around Hadoop: tries to use the CredentialProviderFactory provided by hadoop-common, falling back to a copy inside accumulo-core.Classorg.apache.accumulo.core.confApache Accumulo
CredentialProviderTokenAn AuthenticationToken backed by a Hadoop CredentialProvider.Classorg.apache.accumulo.core.client.security.tokensApache Accumulo
CredentialsA wrapper for internal use.Classorg.apache.accumulo.core.securityApache Accumulo
CryptoModuleClasses that obey this interface may be used to provide encrypting and decrypting streams to the rest of Accumulo.Interfaceorg.apache.accumulo.core.security.cryptoApache Accumulo
CryptoModuleFactoryThis factory module exists to assist other classes in loading crypto modules.Classorg.apache.accumulo.core.security.cryptoApache Accumulo
CryptoModuleParametersThis class defines several parameters needed by by a module providing cryptographic stream support in Accumulo.Classorg.apache.accumulo.core.security.cryptoApache Accumulo
DaemonClassorg.apache.accumulo.core.utilApache Accumulo
DataFileValueClassorg.apache.accumulo.core.metadata.schemaApache Accumulo
DateLexicoderA lexicoder for date objects.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
DateStringFormatterClassorg.apache.accumulo.core.util.formatApache Accumulo
DeadServerClassorg.apache.accumulo.core.master.thriftApache Accumulo
DeadServer ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.DeadServerApache Accumulo
DebugCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DebugIteratorClassorg.apache.accumulo.core.iteratorsApache Accumulo
DefaultConfigurationClassorg.apache.accumulo.core.confApache Accumulo
DefaultCryptoModuleThis class implements the CryptoModule interface, defining how calling applications can receive encrypted input and output streams.Classorg.apache.accumulo.core.security.cryptoApache Accumulo
DefaultCryptoModuleUtilsClassorg.apache.accumulo.core.security.cryptoApache Accumulo
DefaultFormatterClassorg.apache.accumulo.core.util.formatApache Accumulo
DefaultKeySizeConstraintA constraints that limits the size of keys to 1mb.Classorg.apache.accumulo.core.constraintsApache Accumulo
DefaultScanInterpreterClassorg.apache.accumulo.core.util.interpretApache Accumulo
DeleteCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleteIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleteManyCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleteNamespaceCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleterFormatterClassorg.apache.accumulo.core.util.formatApache Accumulo
DeleteRowsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleteScanIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleteShellIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleteTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeleteUserCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DeletingIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
DevNullAn iterator that is useful testing.Classorg.apache.accumulo.core.iteratorsApache Accumulo
DiscardCloseOutputStreamClassorg.apache.accumulo.core.security.cryptoApache Accumulo
DiskUsageClassorg.apache.accumulo.core.client.adminApache Accumulo
DistributedCacheHelperClassorg.apache.accumulo.core.client.mapreduce.lib.implApache Accumulo
DistributedTraceClassorg.apache.accumulo.core.traceApache Accumulo
DoubleLexicoderA lexicoder for preserving the native Java sort order of Double values.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
DropTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DropUserCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DUCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
DurationClassorg.apache.accumulo.core.utilApache Accumulo
DynamicBloomFilter A dynamic Bloom filter (DBF) makes use of a s * m bit matrix but each of the s rows is a standard Bloom filter.Classorg.apache.accumulo.core.bloomfilterApache Accumulo
EGrepCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
EncoderAn encoder represents a typed object that can be encoded/decoded to/from a byte array.Interfaceorg.apache.accumulo.core.client.lexicoderApache Accumulo
EncodingClassorg.apache.accumulo.core.utilApache Accumulo
ExecfileCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ExitCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ExportTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ExtensionCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
FamilyIntersectingIteratorThis class remains here for backwards compatibility.Classorg.apache.accumulo.core.iteratorsApache Accumulo
FastFormatClassorg.apache.accumulo.core.utilApache Accumulo
FateCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
FateOperationClassorg.apache.accumulo.core.master.thriftApache Accumulo
FateServiceClassorg.apache.accumulo.core.master.thriftApache Accumulo
FateService .AsyncClientClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .AsyncClient .beginFateOperation_callClassorg.apache.accumulo.core.master.thrift.FateService.AsyncClientApache Accumulo
FateService .AsyncClient .executeFateOperation_callClassorg.apache.accumulo.core.master.thrift.FateService.AsyncClientApache Accumulo
FateService .AsyncClient .FactoryClassorg.apache.accumulo.core.master.thrift.FateService.AsyncClientApache Accumulo
FateService .AsyncClient .finishFateOperation_callClassorg.apache.accumulo.core.master.thrift.FateService.AsyncClientApache Accumulo
FateService .AsyncClient .waitForFateOperation_callClassorg.apache.accumulo.core.master.thrift.FateService.AsyncClientApache Accumulo
FateService .AsyncIfaceInterfaceorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .AsyncProcessorClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .AsyncProcessor .beginFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.AsyncProcessorApache Accumulo
FateService .AsyncProcessor .executeFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.AsyncProcessorApache Accumulo
FateService .AsyncProcessor .finishFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.AsyncProcessorApache Accumulo
FateService .AsyncProcessor .waitForFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.AsyncProcessorApache Accumulo
FateService .beginFateOperation_argsClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .beginFateOperation_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.beginFateOperation_argsApache Accumulo
FateService .beginFateOperation_resultClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .beginFateOperation_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.beginFateOperation_resultApache Accumulo
FateService .ClientClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .Client .FactoryClassorg.apache.accumulo.core.master.thrift.FateService.ClientApache Accumulo
FateService .executeFateOperation_argsClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .executeFateOperation_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.executeFateOperation_argsApache Accumulo
FateService .executeFateOperation_resultClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .executeFateOperation_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.executeFateOperation_resultApache Accumulo
FateService .finishFateOperation_argsClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .finishFateOperation_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.finishFateOperation_argsApache Accumulo
FateService .finishFateOperation_resultClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .finishFateOperation_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.finishFateOperation_resultApache Accumulo
FateService .IfaceInterfaceorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .ProcessorClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .Processor .beginFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.ProcessorApache Accumulo
FateService .Processor .executeFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.ProcessorApache Accumulo
FateService .Processor .finishFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.ProcessorApache Accumulo
FateService .Processor .waitForFateOperationClassorg.apache.accumulo.core.master.thrift.FateService.ProcessorApache Accumulo
FateService .waitForFateOperation_argsClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .waitForFateOperation_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_argsApache Accumulo
FateService .waitForFateOperation_resultClassorg.apache.accumulo.core.master.thrift.FateServiceApache Accumulo
FateService .waitForFateOperation_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.FateService.waitForFateOperation_resultApache Accumulo
FileOperationsClassorg.apache.accumulo.core.fileApache Accumulo
FileOutputConfiguratorClassorg.apache.accumulo.core.client.mapreduce.lib.implApache Accumulo
FileOutputConfiguratorClassorg.apache.accumulo.core.client.mapreduce.lib.utilApache Accumulo
FileOutputConfigurator .OptsConfiguration keys for AccumuloConfiguration.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.FileOutputConfiguratorApache Accumulo
FileOutputConfigurator .OptsConfiguration keys for AccumuloConfiguration.Classorg.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfiguratorApache Accumulo
FileSKVIteratorInterfaceorg.apache.accumulo.core.fileApache Accumulo
FileSKVWriterInterfaceorg.apache.accumulo.core.fileApache Accumulo
FilterDefines the general behavior of a filter.Classorg.apache.accumulo.core.bloomfilterApache Accumulo
FilterA SortedKeyValueIterator that filters entries from its source iterator.Classorg.apache.accumulo.core.iteratorsApache Accumulo
FilteredConstantsClassorg.apache.accumulo.coreApache Accumulo
FindMaxClassorg.apache.accumulo.core.client.adminApache Accumulo
FirstEntryInRowIteratorClassorg.apache.accumulo.core.iteratorsApache Accumulo
FixedByteArrayOutputStreamUses a fixed length array and will not grow in size dynamically like the ByteArrayOutputStream.Classorg.apache.accumulo.core.client.lexicoder.implApache Accumulo
FlushCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
FormatterInterfaceorg.apache.accumulo.core.util.formatApache Accumulo
FormatterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
FormatterFactoryClassorg.apache.accumulo.core.util.formatApache Accumulo
GcCycleStatsClassorg.apache.accumulo.core.gc.thriftApache Accumulo
GcCycleStats ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.gc.thrift.GcCycleStatsApache Accumulo
GCMonitorServiceClassorg.apache.accumulo.core.gc.thriftApache Accumulo
GCMonitorService .AsyncClientClassorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .AsyncClient .FactoryClassorg.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClientApache Accumulo
GCMonitorService .AsyncClient .getStatus_callClassorg.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncClientApache Accumulo
GCMonitorService .AsyncIfaceInterfaceorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .AsyncProcessorClassorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .AsyncProcessor .getStatusClassorg.apache.accumulo.core.gc.thrift.GCMonitorService.AsyncProcessorApache Accumulo
GCMonitorService .ClientClassorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .Client .FactoryClassorg.apache.accumulo.core.gc.thrift.GCMonitorService.ClientApache Accumulo
GCMonitorService .getStatus_argsClassorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .getStatus_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_argsApache Accumulo
GCMonitorService .getStatus_resultClassorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .getStatus_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_resultApache Accumulo
GCMonitorService .IfaceInterfaceorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .ProcessorClassorg.apache.accumulo.core.gc.thrift.GCMonitorServiceApache Accumulo
GCMonitorService .Processor .getStatusClassorg.apache.accumulo.core.gc.thrift.GCMonitorService.ProcessorApache Accumulo
GCStatusClassorg.apache.accumulo.core.gc.thriftApache Accumulo
GCStatus ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.gc.thrift.GCStatusApache Accumulo
GetAuthsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
GetGroupsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
GetSplitsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
GrantCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
GrepCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
GrepIteratorThis class remains here for backwards compatibility.Classorg.apache.accumulo.core.iteratorsApache Accumulo
GrepIteratorThis iterator provides exact string matching.Classorg.apache.accumulo.core.iterators.userApache Accumulo
HadoopCompatUtilUtility to help manage binary compatibility between Hadoop versions 1 and 2.Classorg.apache.accumulo.core.utilApache Accumulo
HeapIteratorConstructs a PriorityQueue of multiple SortedKeyValueIterators.Classorg.apache.accumulo.core.iterators.systemApache Accumulo
HeapSize Useful for sizing caches.Interfaceorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
HelpClassorg.apache.accumulo.core.cliApache Accumulo
HelpCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
HexFormatterClassorg.apache.accumulo.core.util.formatApache Accumulo
HexScanInterpreterAs simple scan interpreter that converts hex to binary.Classorg.apache.accumulo.core.util.interpretApache Accumulo
HiddenCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
HistoryCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ImportDirectoryCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ImportTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
IndexedDocIteratorThis iterator facilitates document-partitioned indexing.Classorg.apache.accumulo.core.iterators.userApache Accumulo
InfoCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
InitialMultiScanClassorg.apache.accumulo.core.data.thriftApache Accumulo
InitialMultiScan ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.InitialMultiScanApache Accumulo
InitialScanClassorg.apache.accumulo.core.data.thriftApache Accumulo
InitialScan ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.InitialScanApache Accumulo
InputConfiguratorClassorg.apache.accumulo.core.client.mapreduce.lib.implApache Accumulo
InputConfiguratorClassorg.apache.accumulo.core.client.mapreduce.lib.utilApache Accumulo
InputConfigurator .FeaturesConfiguration keys for various features.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.InputConfiguratorApache Accumulo
InputConfigurator .FeaturesConfiguration keys for various features.Classorg.apache.accumulo.core.client.mapreduce.lib.util.InputConfiguratorApache Accumulo
InputConfigurator .ScanOptsConfiguration keys for Scanner.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.InputConfiguratorApache Accumulo
InputConfigurator .ScanOptsConfiguration keys for Scanner.Classorg.apache.accumulo.core.client.mapreduce.lib.util.InputConfiguratorApache Accumulo
InputFormatBaseThis abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.Classorg.apache.accumulo.core.client.mapredApache Accumulo
InputFormatBaseThis abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
InputFormatBase .RangeInputSplitClassorg.apache.accumulo.core.client.mapred.InputFormatBaseApache Accumulo
InputFormatBase .RangeInputSplitClassorg.apache.accumulo.core.client.mapreduce.InputFormatBaseApache Accumulo
InputFormatBase .RecordReaderBaseClassorg.apache.accumulo.core.client.mapred.InputFormatBaseApache Accumulo
InputFormatBase .RecordReaderBaseClassorg.apache.accumulo.core.client.mapreduce.InputFormatBaseApache Accumulo
InputTableConfigThis class to holds a batch scan configuration for a table.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
InsertCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
InstanceThis class represents the information a client needs to know to connect to an instance of accumulo.Interfaceorg.apache.accumulo.core.clientApache Accumulo
InstanceOperationsInterfaceorg.apache.accumulo.core.client.adminApache Accumulo
InstanceOperationsImplClassorg.apache.accumulo.core.client.adminApache Accumulo
InstanceOperationsImplClassorg.apache.accumulo.core.client.implApache Accumulo
InstanceUserPasswordClassorg.apache.accumulo.core.traceApache Accumulo
IntegerLexicoderA lexicoder for signed integers.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
InterpreterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
InterruptibleIteratorInterfaceorg.apache.accumulo.core.iterators.systemApache Accumulo
IntersectingIteratorThis class remains here for backwards compatibility.Classorg.apache.accumulo.core.iteratorsApache Accumulo
IntersectingIteratorThis iterator facilitates document-partitioned indexing.Classorg.apache.accumulo.core.iterators.userApache Accumulo
IntersectingIterator .TermSourceClassorg.apache.accumulo.core.iterators.user.IntersectingIteratorApache Accumulo
IsolatedScannerA scanner that presents a row isolated view of an accumulo table.Classorg.apache.accumulo.core.clientApache Accumulo
IsolatedScanner .MemoryRowBufferClassorg.apache.accumulo.core.client.IsolatedScannerApache Accumulo
IsolatedScanner .MemoryRowBufferFactoryClassorg.apache.accumulo.core.client.IsolatedScannerApache Accumulo
IsolationExceptionClassorg.apache.accumulo.core.client.implApache Accumulo
IterationInterruptedExceptionClassorg.apache.accumulo.core.iteratorsApache Accumulo
IteratorAdapterClassorg.apache.accumulo.core.client.mockApache Accumulo
IteratorConfigClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
IteratorConfig ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.IteratorConfigApache Accumulo
IteratorEnvironmentInterfaceorg.apache.accumulo.core.iteratorsApache Accumulo
IteratorSettingConfigure an iterator for minc, majc, and/or scan.Classorg.apache.accumulo.core.clientApache Accumulo
IteratorSetting .ColumnA convenience class for passing column family and column qualifiers to iterator configuration methods.Classorg.apache.accumulo.core.client.IteratorSettingApache Accumulo
IteratorUtilClassorg.apache.accumulo.core.iteratorsApache Accumulo
IteratorUtil .IteratorScopeClassorg.apache.accumulo.core.iterators.IteratorUtilApache Accumulo
IteratorUtil .IterInfoComparatorClassorg.apache.accumulo.core.iterators.IteratorUtilApache Accumulo
IterInfoClassorg.apache.accumulo.core.data.thriftApache Accumulo
IterInfo ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.IterInfoApache Accumulo
KeyClassorg.apache.accumulo.core.dataApache Accumulo
KeyExtentClassorg.apache.accumulo.core.dataApache Accumulo
KeyFunctorInterfaceorg.apache.accumulo.core.file.keyfunctorApache Accumulo
KeyRangePartitionerHadoop partitioner that uses ranges based on row keys, and optionally sub-bins based on hashing.Classorg.apache.accumulo.core.client.mapreduce.lib.partitionApache Accumulo
KeyValueA key/value pair.Classorg.apache.accumulo.core.dataApache Accumulo
LargeRowFilterThis class remains here for backwards compatibility.Classorg.apache.accumulo.core.iteratorsApache Accumulo
LargeRowFilterThis iterator suppresses rows that exceed a specified number of columns.Classorg.apache.accumulo.core.iterators.userApache Accumulo
LexicoderA lexicoder provides methods to convert to/from byte arrays.Interfaceorg.apache.accumulo.core.client.lexicoderApache Accumulo
ListCompactionsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ListIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ListLexicoderA lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
ListScansCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ListShellIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
LocalityGroupIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
LocalityGroupIterator .LocalityGroupClassorg.apache.accumulo.core.iterators.system.LocalityGroupIteratorApache Accumulo
LocalityGroupUtilClassorg.apache.accumulo.core.utilApache Accumulo
LocalityGroupUtil .LocalityGroupConfigurationErrorClassorg.apache.accumulo.core.util.LocalityGroupUtilApache Accumulo
LocalityGroupUtil .PartitionerClassorg.apache.accumulo.core.util.LocalityGroupUtilApache Accumulo
LogEntryClassorg.apache.accumulo.core.tabletserver.logApache Accumulo
LoggingRunnableClassorg.apache.accumulo.core.utilApache Accumulo
LongCombinerA TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value.Classorg.apache.accumulo.core.iteratorsApache Accumulo
LongCombiner .FixedLenEncoderAn Encoder that uses an 8-byte encoding for Longs.Classorg.apache.accumulo.core.iterators.LongCombinerApache Accumulo
LongCombiner .StringEncoderAn Encoder that uses a String representation of Longs.Classorg.apache.accumulo.core.iterators.LongCombinerApache Accumulo
LongCombiner .Typeindicates a fixed-length (8-byte) encoding of a Long using LongCombiner.Classorg.apache.accumulo.core.iterators.LongCombinerApache Accumulo
LongCombiner .VarLenEncoderAn Encoder that uses a variable-length encoding for Longs.Classorg.apache.accumulo.core.iterators.LongCombinerApache Accumulo
LongLexicoderSigned long lexicoder.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
LongSummationClassorg.apache.accumulo.core.iterators.aggregationApache Accumulo
LruBlockCacheA block cache implementation that is memory-aware using HeapSize, memory-bound using an LRU eviction algorithm, and concurrent: backed by a ConcurrentHashMap and with a non-blocking eviction thread giving constant-time cacheBlock(java.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
LruBlockCache .CacheStatsClassorg.apache.accumulo.core.file.blockfile.cache.LruBlockCacheApache Accumulo
MapCounterClassorg.apache.accumulo.core.utilApache Accumulo
MapFileInfoClassorg.apache.accumulo.core.data.thriftApache Accumulo
MapFileInfo ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.MapFileInfoApache Accumulo
MapFileIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
MapFileOperationsClassorg.apache.accumulo.core.file.mapApache Accumulo
MapFileOperations .RangeIteratorClassorg.apache.accumulo.core.file.map.MapFileOperationsApache Accumulo
MapFileUtilClassorg.apache.accumulo.core.file.mapApache Accumulo
MasterClientClassorg.apache.accumulo.core.client.implApache Accumulo
MasterClientServiceClassorg.apache.accumulo.core.master.thriftApache Accumulo
MasterClientService .AsyncClientClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .AsyncClient .FactoryClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .getMasterStats_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .initiateFlush_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .removeNamespaceProperty_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .removeSystemProperty_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .removeTableProperty_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .reportSplitExtent_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .reportTabletStatus_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .setMasterGoalState_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .setNamespaceProperty_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .setSystemProperty_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .setTableProperty_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .shutdown_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .shutdownTabletServer_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncClient .waitForFlush_callClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncClientApache Accumulo
MasterClientService .AsyncIfaceInterfaceorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .AsyncProcessorClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .AsyncProcessor .getMasterStatsClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .initiateFlushClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .removeNamespacePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .removeSystemPropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .removeTablePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .reportSplitExtentClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .reportTabletStatusClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .setMasterGoalStateClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .setNamespacePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .setSystemPropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .setTablePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .shutdownClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .shutdownTabletServerClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .AsyncProcessor .waitForFlushClassorg.apache.accumulo.core.master.thrift.MasterClientService.AsyncProcessorApache Accumulo
MasterClientService .ClientClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .Client .FactoryClassorg.apache.accumulo.core.master.thrift.MasterClientService.ClientApache Accumulo
MasterClientService .getMasterStats_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .getMasterStats_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_argsApache Accumulo
MasterClientService .getMasterStats_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .getMasterStats_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_resultApache Accumulo
MasterClientService .IfaceInterfaceorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .initiateFlush_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .initiateFlush_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_argsApache Accumulo
MasterClientService .initiateFlush_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .initiateFlush_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_resultApache Accumulo
MasterClientService .ProcessorClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .Processor .getMasterStatsClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .initiateFlushClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .removeNamespacePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .removeSystemPropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .removeTablePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .reportSplitExtentClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .reportTabletStatusClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .setMasterGoalStateClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .setNamespacePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .setSystemPropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .setTablePropertyClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .shutdownClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .shutdownTabletServerClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .Processor .waitForFlushClassorg.apache.accumulo.core.master.thrift.MasterClientService.ProcessorApache Accumulo
MasterClientService .removeNamespaceProperty_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .removeNamespaceProperty_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_argsApache Accumulo
MasterClientService .removeNamespaceProperty_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .removeNamespaceProperty_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.removeNamespaceProperty_resultApache Accumulo
MasterClientService .removeSystemProperty_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .removeSystemProperty_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_argsApache Accumulo
MasterClientService .removeSystemProperty_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .removeSystemProperty_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_resultApache Accumulo
MasterClientService .removeTableProperty_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .removeTableProperty_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_argsApache Accumulo
MasterClientService .removeTableProperty_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .removeTableProperty_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_resultApache Accumulo
MasterClientService .reportSplitExtent_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .reportSplitExtent_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_argsApache Accumulo
MasterClientService .reportTabletStatus_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .reportTabletStatus_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_argsApache Accumulo
MasterClientService .setMasterGoalState_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setMasterGoalState_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_argsApache Accumulo
MasterClientService .setMasterGoalState_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setMasterGoalState_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_resultApache Accumulo
MasterClientService .setNamespaceProperty_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setNamespaceProperty_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_argsApache Accumulo
MasterClientService .setNamespaceProperty_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setNamespaceProperty_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setNamespaceProperty_resultApache Accumulo
MasterClientService .setSystemProperty_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setSystemProperty_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_argsApache Accumulo
MasterClientService .setSystemProperty_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setSystemProperty_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_resultApache Accumulo
MasterClientService .setTableProperty_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setTableProperty_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_argsApache Accumulo
MasterClientService .setTableProperty_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .setTableProperty_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_resultApache Accumulo
MasterClientService .shutdown_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .shutdown_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.shutdown_argsApache Accumulo
MasterClientService .shutdown_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .shutdown_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.shutdown_resultApache Accumulo
MasterClientService .shutdownTabletServer_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .shutdownTabletServer_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_argsApache Accumulo
MasterClientService .shutdownTabletServer_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .shutdownTabletServer_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_resultApache Accumulo
MasterClientService .waitForFlush_argsClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .waitForFlush_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_argsApache Accumulo
MasterClientService .waitForFlush_resultClassorg.apache.accumulo.core.master.thrift.MasterClientServiceApache Accumulo
MasterClientService .waitForFlush_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_resultApache Accumulo
MasterGoalStateenum MasterGoalStateEnum Constant SummaryClassorg.apache.accumulo.core.master.thriftApache Accumulo
MasterMonitorInfoClassorg.apache.accumulo.core.master.thriftApache Accumulo
MasterMonitorInfo ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.MasterMonitorInfoApache Accumulo
MasterNotRunningExceptionClassorg.apache.accumulo.core.masterApache Accumulo
MasterStateClassorg.apache.accumulo.core.master.thriftApache Accumulo
MaxCombinerA Combiner that interprets Values as Longs and returns the largest Long among them.Classorg.apache.accumulo.core.iterators.userApache Accumulo
MaxRowCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
MergeClassorg.apache.accumulo.core.utilApache Accumulo
Merge .MergeExceptionClassorg.apache.accumulo.core.util.MergeApache Accumulo
Merge .SizeClassorg.apache.accumulo.core.util.MergeApache Accumulo
MergeCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
MetaBlockAlreadyExistsException - Meta Block with the same name already exists.Classorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
MetaBlockDoesNotExistException - No such Meta Block with the given name.Classorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
MetadataLocationObtainerClassorg.apache.accumulo.core.metadataApache Accumulo
MetadataSchemaClassorg.apache.accumulo.core.metadata.schemaApache Accumulo
MetadataSchema .BlipSectionClassorg.apache.accumulo.core.metadata.schema.MetadataSchemaApache Accumulo
MetadataSchema .DeletesSectionClassorg.apache.accumulo.core.metadata.schema.MetadataSchemaApache Accumulo
MetadataSchema .ReservedSectionClassorg.apache.accumulo.core.metadata.schema.MetadataSchemaApache Accumulo
MetadataSchema .TabletsSectionClassorg.apache.accumulo.core.metadata.schema.MetadataSchemaApache Accumulo
MetadataSchema .TabletsSection .BulkFileColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .ChoppedColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .ClonedColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .CurrentLocationColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .DataFileColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .FutureLocationColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .LastLocationColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .LogColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .ScanFileColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .ServerColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataSchema .TabletsSection .TabletColumnFamilyClassorg.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSectionApache Accumulo
MetadataServicerClassorg.apache.accumulo.core.metadataApache Accumulo
MetadataTableClassorg.apache.accumulo.core.metadataApache Accumulo
MinCombinerA Combiner that interprets Values as Longs and returns the smallest Long among them.Classorg.apache.accumulo.core.iterators.userApache Accumulo
MockAccumuloClassorg.apache.accumulo.core.client.mockApache Accumulo
MockBatchDeleterBatchDeleter for a MockAccumulo instance.Classorg.apache.accumulo.core.client.mockApache Accumulo
MockBatchScannerClassorg.apache.accumulo.core.client.mockApache Accumulo
MockBatchWriterClassorg.apache.accumulo.core.client.mockApache Accumulo
MockConnectorClassorg.apache.accumulo.core.client.mockApache Accumulo
MockInstanceMock Accumulo provides an in memory implementation of the Accumulo client API.Classorg.apache.accumulo.core.client.mockApache Accumulo
MockInstanceOperationsClassorg.apache.accumulo.core.client.mockApache Accumulo
MockMultiTableBatchWriterClassorg.apache.accumulo.core.client.mockApache Accumulo
MockNamespaceClassorg.apache.accumulo.core.client.mockApache Accumulo
MockScannerClassorg.apache.accumulo.core.client.mockApache Accumulo
MockScannerBaseClassorg.apache.accumulo.core.client.mockApache Accumulo
MockSecurityOperationsClassorg.apache.accumulo.core.client.mockApache Accumulo
MockShellAn Accumulo Shell implementation that allows a developer to attach an InputStream and Writer to the Shell for testing purposes.Classorg.apache.accumulo.core.client.mockApache Accumulo
MockTableClassorg.apache.accumulo.core.client.mockApache Accumulo
MockTableOperationsClassorg.apache.accumulo.core.client.mockApache Accumulo
MockTabletLocatorClassorg.apache.accumulo.core.client.mock.implApache Accumulo
MockTabletLocatorClassorg.apache.accumulo.core.client.mockApache Accumulo
MonitorUtilClassorg.apache.accumulo.core.utilApache Accumulo
MultiIteratorAn iterator capable of iterating over other iterators in sorted order.Classorg.apache.accumulo.core.iterators.systemApache Accumulo
MultiLevelIndexClassorg.apache.accumulo.core.file.rfileApache Accumulo
MultiLevelIndex .BufferedWriterthis class buffers writes to the index so that chunks of index blocks are contiguous in the file instead of having index blocks sprinkled throughout the file making scans of the entire index slow.Classorg.apache.accumulo.core.file.rfile.MultiLevelIndexApache Accumulo
MultiLevelIndex .IndexEntryClassorg.apache.accumulo.core.file.rfile.MultiLevelIndexApache Accumulo
MultiLevelIndex .ReaderClassorg.apache.accumulo.core.file.rfile.MultiLevelIndexApache Accumulo
MultiLevelIndex .Reader .IndexIteratorClassorg.apache.accumulo.core.file.rfile.MultiLevelIndex.ReaderApache Accumulo
MultiLevelIndex .WriterClassorg.apache.accumulo.core.file.rfile.MultiLevelIndexApache Accumulo
MultiScanResultClassorg.apache.accumulo.core.data.thriftApache Accumulo
MultiScanResult ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.MultiScanResultApache Accumulo
MultiTableBatchWriterThis class enables efficient batch writing to multiple tables.Interfaceorg.apache.accumulo.core.clientApache Accumulo
MultiTableBatchWriterImplClassorg.apache.accumulo.core.client.implApache Accumulo
MutableByteSequenceClassorg.apache.accumulo.core.utilApache Accumulo
Mutation Mutation represents an action that manipulates a row in a table.Classorg.apache.accumulo.core.dataApache Accumulo
Mutation .SERIALIZED_FORMATClassorg.apache.accumulo.core.data.MutationApache Accumulo
MutationsRejectedExceptionCommunicate the failed mutations of a BatchWriter back to the client.Classorg.apache.accumulo.core.clientApache Accumulo
NamespaceExistsExceptionThrown when the namespace specified already exists, and it was expected that it didn'tSee Also:Serialized FormClassorg.apache.accumulo.core.clientApache Accumulo
NamespaceNotEmptyExceptionThrown when the namespace specified contains tablesSee Also:Serialized FormClassorg.apache.accumulo.core.clientApache Accumulo
NamespaceNotFoundExceptionThrown when the namespace specified doesn't exist when it was expected toSee Also:Serialized FormClassorg.apache.accumulo.core.clientApache Accumulo
NamespaceOperationsProvides an API for administering namespaces All tables exist in a namespace.Interfaceorg.apache.accumulo.core.client.adminApache Accumulo
NamespaceOperationsHelperClassorg.apache.accumulo.core.client.implApache Accumulo
NamespaceOperationsImplClassorg.apache.accumulo.core.client.implApache Accumulo
NamespacePermissionenum NamespacePermissionAccumulo namespace permissions.Classorg.apache.accumulo.core.securityApache Accumulo
NamespacePermissionsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
NamespacesClassorg.apache.accumulo.core.client.implApache Accumulo
NamespacesCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
NamingThreadFactoryClassorg.apache.accumulo.core.utilApache Accumulo
NoFlushOutputStreamClassorg.apache.accumulo.core.security.cryptoApache Accumulo
NonCachingSecretKeyEncryptionStrategyClassorg.apache.accumulo.core.security.cryptoApache Accumulo
NonConfiguredVolumeVolume implementation which represents a Volume for which we have a FileSystem but no base path because it is not configured via Property.Classorg.apache.accumulo.core.volumeApache Accumulo
NoSuchMetaStoreExceptionClassorg.apache.accumulo.core.fileApache Accumulo
NoSuchScanIDExceptionClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
NoSuchScanIDException ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDExceptionApache Accumulo
NoTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
NotServingTabletExceptionClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
NotServingTabletException ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.NotServingTabletExceptionApache Accumulo
NullTokenClassorg.apache.accumulo.core.client.security.tokensApache Accumulo
NumArraySummationClassorg.apache.accumulo.core.iterators.aggregationApache Accumulo
NumSummationClassorg.apache.accumulo.core.iterators.aggregationApache Accumulo
NumUtilClassorg.apache.accumulo.core.utilApache Accumulo
ObservableConfigurationA configuration that can be observed.Classorg.apache.accumulo.core.confApache Accumulo
OfflineCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
OfflineScannerClassorg.apache.accumulo.core.client.implApache Accumulo
OnlineCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
OpTimerClassorg.apache.accumulo.core.utilApache Accumulo
OptionDescriberThe OptionDescriber interface allows you to set up iterator properties interactively in the accumulo shell.Interfaceorg.apache.accumulo.core.iteratorsApache Accumulo
OptionDescriber .IteratorOptionsClassorg.apache.accumulo.core.iterators.OptionDescriberApache Accumulo
OptUtilClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
OptUtil .AdlOptClassorg.apache.accumulo.core.util.shell.commands.OptUtilApache Accumulo
OrIteratorAn iterator that handles "OR" query constructs on the server side.Classorg.apache.accumulo.core.iteratorsApache Accumulo
OrIterator .TermSourceClassorg.apache.accumulo.core.iterators.OrIteratorApache Accumulo
OutputConfiguratorClassorg.apache.accumulo.core.client.mapreduce.lib.implApache Accumulo
OutputConfiguratorClassorg.apache.accumulo.core.client.mapreduce.lib.utilApache Accumulo
OutputConfigurator .FeaturesConfiguration keys for various features.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfiguratorApache Accumulo
OutputConfigurator .FeaturesConfiguration keys for various features.Classorg.apache.accumulo.core.client.mapreduce.lib.util.OutputConfiguratorApache Accumulo
OutputConfigurator .WriteOptsConfiguration keys for BatchWriter.Classorg.apache.accumulo.core.client.mapreduce.lib.impl.OutputConfiguratorApache Accumulo
OutputConfigurator .WriteOptsConfiguration keys for BatchWriter.Classorg.apache.accumulo.core.client.mapreduce.lib.util.OutputConfiguratorApache Accumulo
PairClassorg.apache.accumulo.core.utilApache Accumulo
PairLexicoderThis class is a lexicoder that sorts a ComparablePair.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
PartialKeyClassorg.apache.accumulo.core.dataApache Accumulo
PasswdCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
PasswordTokenClassorg.apache.accumulo.core.client.security.tokensApache Accumulo
PeekingIteratorClassorg.apache.accumulo.core.utilApache Accumulo
PerColumnIteratorConfigSee Also:IteratorSetting.Classorg.apache.accumulo.core.iterators.confApache Accumulo
PingCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
PrintInfoClassorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
PrintInfoClassorg.apache.accumulo.core.file.rfileApache Accumulo
PropertyClassorg.apache.accumulo.core.confApache Accumulo
PropertyTypeClassorg.apache.accumulo.core.confApache Accumulo
QuestionCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
QuitCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
QuotedStringTokenizerA basic tokenizer for generating tokens from a string.Classorg.apache.accumulo.core.util.shell.commandsApache Accumulo
RangeThis class is used to specify a range of Accumulo Keys.Classorg.apache.accumulo.core.dataApache Accumulo
RangeInputSplitThe Class RangeInputSplit.Classorg.apache.accumulo.core.client.mapredApache Accumulo
RangeInputSplitThe Class RangeInputSplit.Classorg.apache.accumulo.core.client.mapreduceApache Accumulo
RangePartitionerHadoop partitioner that uses ranges, and optionally sub-bins based on hashing.Classorg.apache.accumulo.core.client.mapreduce.lib.partitionApache Accumulo
RawComparableInterface for objects that can be compared through RawComparator.Interfaceorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
RecoveryExceptionClassorg.apache.accumulo.core.master.thriftApache Accumulo
RecoveryException ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.RecoveryExceptionApache Accumulo
RecoveryStatusClassorg.apache.accumulo.core.master.thriftApache Accumulo
RecoveryStatus ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.RecoveryStatusApache Accumulo
RegExFilterA Filter that matches entries based on Java regular expressions.Classorg.apache.accumulo.core.iterators.userApache Accumulo
RelativeKeyClassorg.apache.accumulo.core.file.rfileApache Accumulo
RenameNamespaceCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
RenameTableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ReqVisFilterA Filter that matches entries with a non-empty ColumnVisibility.Classorg.apache.accumulo.core.iterators.userApache Accumulo
ReverseLexicoderA lexicoder that flips the sort order from another lexicoder.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
RevokeCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
RFileClassorg.apache.accumulo.core.file.rfileApache Accumulo
RFile .ReaderClassorg.apache.accumulo.core.file.rfile.RFileApache Accumulo
RFile .WriterClassorg.apache.accumulo.core.file.rfile.RFileApache Accumulo
RFileOperationsClassorg.apache.accumulo.core.file.rfileApache Accumulo
RootTableClassorg.apache.accumulo.core.metadataApache Accumulo
RootTabletLocatorClassorg.apache.accumulo.core.client.implApache Accumulo
RowDeletingIteratorThis class remains here for backwards compatibility.Classorg.apache.accumulo.core.iteratorsApache Accumulo
RowDeletingIteratorAn iterator for deleting whole rows.Classorg.apache.accumulo.core.iterators.userApache Accumulo
RowEncodingIteratorThe RowEncodingIterator is designed to provide row-isolation so that queries see mutations as atomic.Classorg.apache.accumulo.core.iterators.userApache Accumulo
RowFilterThis iterator makes it easy to select rows that meet a given criteria.Classorg.apache.accumulo.core.iterators.userApache Accumulo
RowFunctorClassorg.apache.accumulo.core.file.keyfunctorApache Accumulo
RowIteratorGroup Key/Value pairs into Iterators over rows.Classorg.apache.accumulo.core.clientApache Accumulo
ScanCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ScanInterpreterA simple interface for creating shell plugins that translate the range and column arguments for the shell's scan command.Interfaceorg.apache.accumulo.core.util.interpretApache Accumulo
ScannerScans a table over a given range.Interfaceorg.apache.accumulo.core.clientApache Accumulo
ScannerBaseThis class hosts configuration methods that are shared between different types of scanners.Interfaceorg.apache.accumulo.core.clientApache Accumulo
ScannerImplprovides scanner functionality "Clients can iterate over multiple column families, and there are several mechanisms for limiting the rows, columns, and timestamps traversed by a scan.Classorg.apache.accumulo.core.client.implApache Accumulo
ScannerIteratorClassorg.apache.accumulo.core.client.implApache Accumulo
ScannerOptionsClassorg.apache.accumulo.core.client.implApache Accumulo
ScannerOptsClassorg.apache.accumulo.core.cliApache Accumulo
ScanResultClassorg.apache.accumulo.core.data.thriftApache Accumulo
ScanResult ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.ScanResultApache Accumulo
ScanStateClassorg.apache.accumulo.core.client.adminApache Accumulo
ScanStateClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
ScanTypeClassorg.apache.accumulo.core.client.adminApache Accumulo
ScanTypeClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
ScriptCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
SecretKeyEncryptionStrategyInterfaceorg.apache.accumulo.core.security.cryptoApache Accumulo
SecurityErrorCodeenum SecurityErrorCodeEnum Constant SummaryClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
SecurityErrorCodeenum SecurityErrorCodeEnum Constant SummaryClassorg.apache.accumulo.core.client.securityApache Accumulo
SecurityOperationsInterfaceorg.apache.accumulo.core.client.adminApache Accumulo
SecurityOperationsImplClassorg.apache.accumulo.core.client.adminApache Accumulo
SecurityOperationsImplClassorg.apache.accumulo.core.client.implApache Accumulo
SequenceFileIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
ServerClientClassorg.apache.accumulo.core.client.implApache Accumulo
ServerConfigurationUtilAll client side code that needs a server side configuration object should obtain it from here.Classorg.apache.accumulo.core.client.implApache Accumulo
ServerServicesClassorg.apache.accumulo.core.utilApache Accumulo
ServerServices .ServiceClassorg.apache.accumulo.core.util.ServerServicesApache Accumulo
SetAuthsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
SetGroupsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
SetIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
SetScanIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
SetShellIterCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
ShardedTableDistributionFormatterFormats the rows in a METADATA table scan to show distribution of shards over servers per day.Classorg.apache.accumulo.core.util.formatApache Accumulo
ShellClassorg.apache.accumulo.core.util.shellApache Accumulo
Shell .CommandThe Command class represents a command to be run in the shell.Classorg.apache.accumulo.core.util.shell.ShellApache Accumulo
Shell .Command .CompletionSetClassorg.apache.accumulo.core.util.shell.Shell.CommandApache Accumulo
Shell .PrintFileClassorg.apache.accumulo.core.util.shell.ShellApache Accumulo
Shell .PrintShellClassorg.apache.accumulo.core.util.shell.ShellApache Accumulo
ShellCommandExceptionClassorg.apache.accumulo.core.util.shellApache Accumulo
ShellCommandException .ErrorCodeClassorg.apache.accumulo.core.util.shell.ShellCommandExceptionApache Accumulo
ShellCompletorClassorg.apache.accumulo.core.util.shellApache Accumulo
ShellExtensionClassorg.apache.accumulo.core.util.shellApache Accumulo
ShellOptionsClassorg.apache.accumulo.core.util.shellApache Accumulo
ShellOptionsJCClassorg.apache.accumulo.core.util.shellApache Accumulo
ShellOptionsJC .PasswordConverterClassorg.apache.accumulo.core.util.shell.ShellOptionsJCApache Accumulo
ShellOptionsJC .TokenConverterClassorg.apache.accumulo.core.util.shell.ShellOptionsJCApache Accumulo
ShellPluginConfigurationCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
SimpleBlockCacheSimple one RFile soft reference cache.Classorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
SimpleThreadPoolCreate a simple thread pool using common parameters.Classorg.apache.accumulo.core.utilApache Accumulo
SiteConfigurationA configuration drawn from an XML configuration file specified by the system property org.Classorg.apache.accumulo.core.confApache Accumulo
SizeConstantsClassorg.apache.accumulo.core.file.blockfile.cacheApache Accumulo
SkippingIteratorEvery call to next() and seek(Range, Collection, boolean) calls the parent's implementation and then calls the implementation's consume().Classorg.apache.accumulo.core.iteratorsApache Accumulo
SleepCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
SortedKeyIteratorClassorg.apache.accumulo.core.iteratorsApache Accumulo
SortedKeyValueIteratorAn iterator that supports iterating over key and value pairs.Interfaceorg.apache.accumulo.core.iteratorsApache Accumulo
SortedMapIteratorA simple iterator over a Java SortedMap Note that this class is intended as an in-memory replacement for RFile$Reader, so its behavior reflects the same assumptions; namely, that this iterator isClassorg.apache.accumulo.core.iteratorsApache Accumulo
SourceSwitchingIteratorA SortedKeyValueIterator which presents a view over some section of data, regardless of whether or not it is backed by memory (InMemoryMap) or an RFile (InMemoryMap that was minor compacted to a file).Classorg.apache.accumulo.core.iterators.systemApache Accumulo
SourceSwitchingIterator .DataSourceInterfaceorg.apache.accumulo.core.iterators.system.SourceSwitchingIteratorApache Accumulo
SpanTreeClassorg.apache.accumulo.core.traceApache Accumulo
SpanTreeVisitorInterfaceorg.apache.accumulo.core.traceApache Accumulo
SplitLargeSplit an RFile into large and small key/value files.Classorg.apache.accumulo.core.file.rfileApache Accumulo
SslConnectionParamsClassorg.apache.accumulo.core.utilApache Accumulo
StatClassorg.apache.accumulo.core.utilApache Accumulo
StatisticsDisplayFormatterDoes not show contents from scan, only displays statistics.Classorg.apache.accumulo.core.util.formatApache Accumulo
StatsIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
StopWatchClassorg.apache.accumulo.core.utilApache Accumulo
StringLexicoderThis lexicoder encodes/decodes a given String to/from bytes without further processing.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
StringMaxClassorg.apache.accumulo.core.iterators.aggregationApache Accumulo
StringMinClassorg.apache.accumulo.core.iterators.aggregationApache Accumulo
StringSummationClassorg.apache.accumulo.core.iterators.aggregationApache Accumulo
StringUtilClassorg.apache.accumulo.core.utilApache Accumulo
SummingArrayCombinerA Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.Classorg.apache.accumulo.core.iterators.userApache Accumulo
SummingArrayCombiner .DOSArrayEncoderClassorg.apache.accumulo.core.iterators.user.SummingArrayCombinerApache Accumulo
SummingArrayCombiner .FixedLongArrayEncoderClassorg.apache.accumulo.core.iterators.user.SummingArrayCombinerApache Accumulo
SummingArrayCombiner .StringArrayEncoderClassorg.apache.accumulo.core.iterators.user.SummingArrayCombinerApache Accumulo
SummingArrayCombiner .Typeindicates a fixed-length (8 bytes for each Long) encoding of a list of Longs using SummingArrayCombiner.Classorg.apache.accumulo.core.iterators.user.SummingArrayCombinerApache Accumulo
SummingArrayCombiner .VarLongArrayEncoderClassorg.apache.accumulo.core.iterators.user.SummingArrayCombinerApache Accumulo
SummingCombinerA Combiner that interprets Values as Longs and returns their sum.Classorg.apache.accumulo.core.iterators.userApache Accumulo
SynchronizedIteratorWraps a SortedKeyValueIterator so that all of its methods are synchronized.Classorg.apache.accumulo.core.iterators.systemApache Accumulo
SystemPermissionenum SystemPermissionAccumulo system permissions.Classorg.apache.accumulo.core.securityApache Accumulo
SystemPermissionsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
TableCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
TableDeletedExceptionThis exception is thrown if a table is deleted after an operation starts.Classorg.apache.accumulo.core.clientApache Accumulo
TableExistsExceptionThrown when the table specified already exists, and it was expected that it didn'tSee Also:Serialized FormClassorg.apache.accumulo.core.clientApache Accumulo
TableInfoClassorg.apache.accumulo.core.master.thriftApache Accumulo
TableInfo ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.TableInfoApache Accumulo
TableNotFoundExceptionThrown when the table specified doesn't exist when it was expected toSee Also:Serialized FormClassorg.apache.accumulo.core.clientApache Accumulo
TableOfflineExceptionClassorg.apache.accumulo.core.clientApache Accumulo
TableOperationClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
TableOperationClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
TableOperationExceptionTypeenum TableOperationExceptionTypeEnum Constant SummaryClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
TableOperationsInterfaceorg.apache.accumulo.core.client.adminApache Accumulo
TableOperationsHelperClassorg.apache.accumulo.core.client.adminApache Accumulo
TableOperationsHelperClassorg.apache.accumulo.core.client.implApache Accumulo
TableOperationsImplClassorg.apache.accumulo.core.client.adminApache Accumulo
TableOperationsImplClassorg.apache.accumulo.core.client.implApache Accumulo
TablePermissionenum TablePermissionAccumulo table permissions.Classorg.apache.accumulo.core.securityApache Accumulo
TablePermissionsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
TablesClassorg.apache.accumulo.core.client.implApache Accumulo
TablesCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
TableStateClassorg.apache.accumulo.core.master.state.tablesApache Accumulo
TabletClientServiceClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
TabletClientService .applyUpdates_argsClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientServiceApache Accumulo
TabletClientService .applyUpdates_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_argsApache Accumulo
TabletClientService .AsyncClientClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientServiceApache Accumulo
TabletClientService .AsyncClient .applyUpdates_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .bulkImport_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .chop_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .closeConditionalUpdate_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .closeMultiScan_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .closeScan_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .closeUpdate_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .compact_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .conditionalUpdate_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .continueMultiScan_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .continueScan_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .FactoryClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .fastHalt_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .flush_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .flushTablet_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .getActiveCompactions_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .getActiveScans_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .getHistoricalStats_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .getTabletServerStatus_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .getTabletStats_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .halt_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .invalidateConditionalUpdate_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .loadTablet_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .removeLogs_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .splitTablet_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .startConditionalUpdate_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .startMultiScan_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .startScan_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .startUpdate_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .unloadTablet_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncClient .update_callClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncClientApache Accumulo
TabletClientService .AsyncIfaceInterfaceorg.apache.accumulo.core.tabletserver.thrift.TabletClientServiceApache Accumulo
TabletClientService .AsyncProcessorClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientServiceApache Accumulo
TabletClientService .AsyncProcessor .applyUpdatesClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .bulkImportClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .chopClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .closeConditionalUpdateClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .closeMultiScanClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .closeScanClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .closeUpdateClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .compactClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .conditionalUpdateClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .continueMultiScanClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .continueScanClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .fastHaltClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .flushClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .flushTabletClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .getActiveCompactionsClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .getActiveScansClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .getHistoricalStatsClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .getTabletServerStatusClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .getTabletStatsClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .haltClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .invalidateConditionalUpdateClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .loadTabletClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletClientService .AsyncProcessor .removeLogsClassorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessorApache Accumulo
TabletServerStatusClassorg.apache.accumulo.core.master.thriftApache Accumulo
TabletServerStatus ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.TabletServerStatusApache Accumulo
TabletSplitClassorg.apache.accumulo.core.master.thriftApache Accumulo
TabletSplit ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.master.thrift.TabletSplitApache Accumulo
TabletStatsClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
TabletStats ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.TabletStatsApache Accumulo
TabletTypeClassorg.apache.accumulo.core.client.implApache Accumulo
TBufferedSocketClassorg.apache.accumulo.core.utilApache Accumulo
TCMResultClassorg.apache.accumulo.core.data.thriftApache Accumulo
TCMResult ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TCMResultApache Accumulo
TCMStatusClassorg.apache.accumulo.core.data.thriftApache Accumulo
TColumnClassorg.apache.accumulo.core.data.thriftApache Accumulo
TColumn ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TColumnApache Accumulo
TConditionClassorg.apache.accumulo.core.data.thriftApache Accumulo
TCondition ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TConditionApache Accumulo
TConditionalMutationClassorg.apache.accumulo.core.data.thriftApache Accumulo
TConditionalMutation ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TConditionalMutationApache Accumulo
TConditionalSessionClassorg.apache.accumulo.core.data.thriftApache Accumulo
TConditionalSession ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TConditionalSessionApache Accumulo
TConstraintViolationSummaryClassorg.apache.accumulo.core.data.thriftApache Accumulo
TConstraintViolationSummary ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TConstraintViolationSummaryApache Accumulo
TCredentialsClassorg.apache.accumulo.core.security.thriftApache Accumulo
TCredentials ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.security.thrift.TCredentialsApache Accumulo
TDiskUsageClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
TDiskUsage ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.TDiskUsageApache Accumulo
TextLexicoderA lexicoder that preserves a Text's native sort order.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
TextUtilClassorg.apache.accumulo.core.utilApache Accumulo
ThriftScannerClassorg.apache.accumulo.core.client.implApache Accumulo
ThriftScanner .ScanStateClassorg.apache.accumulo.core.client.impl.ThriftScannerApache Accumulo
ThriftScanner .ScanTimedOutExceptionClassorg.apache.accumulo.core.client.impl.ThriftScannerApache Accumulo
ThriftSecurityExceptionClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
ThriftSecurityException ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftSecurityExceptionApache Accumulo
ThriftTableOperationExceptionClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
ThriftTableOperationException ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftTableOperationExceptionApache Accumulo
ThriftTestClassorg.apache.accumulo.core.client.impl.thriftApache Accumulo
ThriftTest .AsyncClientClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .AsyncClient .FactoryClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClientApache Accumulo
ThriftTest .AsyncClient .fails_callClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClientApache Accumulo
ThriftTest .AsyncClient .success_callClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClientApache Accumulo
ThriftTest .AsyncClient .throwsError_callClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncClientApache Accumulo
ThriftTest .AsyncIfaceInterfaceorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .AsyncProcessorClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .AsyncProcessor .failsClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncProcessorApache Accumulo
ThriftTest .AsyncProcessor .successClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncProcessorApache Accumulo
ThriftTest .AsyncProcessor .throwsErrorClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.AsyncProcessorApache Accumulo
ThriftTest .ClientClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .Client .FactoryClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.ClientApache Accumulo
ThriftTest .fails_argsClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .fails_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_argsApache Accumulo
ThriftTest .fails_resultClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .fails_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_resultApache Accumulo
ThriftTest .IfaceInterfaceorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .ProcessorClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .Processor .failsClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.ProcessorApache Accumulo
ThriftTest .Processor .successClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.ProcessorApache Accumulo
ThriftTest .Processor .throwsErrorClassorg.apache.accumulo.core.client.impl.thrift.ThriftTest.ProcessorApache Accumulo
ThriftTest .success_argsClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .success_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftTest.success_argsApache Accumulo
ThriftTest .success_resultClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .success_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftTest.success_resultApache Accumulo
ThriftTest .throwsError_argsClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .throwsError_args ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_argsApache Accumulo
ThriftTest .throwsError_resultClassorg.apache.accumulo.core.client.impl.thrift.ThriftTestApache Accumulo
ThriftTest .throwsError_result ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_resultApache Accumulo
ThriftTransportKeyClassorg.apache.accumulo.core.client.implApache Accumulo
ThriftTransportPoolClassorg.apache.accumulo.core.client.implApache Accumulo
ThriftTransportPool .TransportPoolShutdownExceptionClassorg.apache.accumulo.core.client.impl.ThriftTransportPoolApache Accumulo
ThriftUtilClassorg.apache.accumulo.core.utilApache Accumulo
ThriftUtil .TraceProtocolClassorg.apache.accumulo.core.util.ThriftUtilApache Accumulo
ThriftUtil .TraceProtocolFactoryClassorg.apache.accumulo.core.util.ThriftUtilApache Accumulo
TimedOutExceptionClassorg.apache.accumulo.core.clientApache Accumulo
TimeoutTabletLocatorClassorg.apache.accumulo.core.client.implApache Accumulo
TimeSettingIteratorClassorg.apache.accumulo.core.iterators.systemApache Accumulo
TimestampFilterA Filter that matches entries whose timestamps fall within a range.Classorg.apache.accumulo.core.iterators.userApache Accumulo
TimeTypeThe type of ordering to use for the table's entries (default is MILLIS)Enum Constant SummaryClassorg.apache.accumulo.core.client.adminApache Accumulo
TIteratorSettingClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
TIteratorSetting ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.TIteratorSettingApache Accumulo
TKeyClassorg.apache.accumulo.core.data.thriftApache Accumulo
TKey ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TKeyApache Accumulo
TKeyExtentClassorg.apache.accumulo.core.data.thriftApache Accumulo
TKeyExtent ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TKeyExtentApache Accumulo
TKeyValueClassorg.apache.accumulo.core.data.thriftApache Accumulo
TKeyValue ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TKeyValueApache Accumulo
TMutationClassorg.apache.accumulo.core.data.thriftApache Accumulo
TMutation ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TMutationApache Accumulo
TokenClassorg.apache.accumulo.core.util.shellApache Accumulo
TooManyFilesExceptionClassorg.apache.accumulo.core.tabletserver.thriftApache Accumulo
TooManyFilesException ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.tabletserver.thrift.TooManyFilesExceptionApache Accumulo
TraceCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
TraceDumpClassorg.apache.accumulo.core.traceApache Accumulo
TraceFormatterA formatter than can be used in the shell to display trace information.Classorg.apache.accumulo.core.traceApache Accumulo
TRangeClassorg.apache.accumulo.core.data.thriftApache Accumulo
TRange ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.TRangeApache Accumulo
TransformingIteratorThe TransformingIterator allows portions of a key (except for the row) to be transformed.Classorg.apache.accumulo.core.iterators.userApache Accumulo
TranslatorClassorg.apache.accumulo.core.client.implApache Accumulo
Translator .ColumnTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .CVSTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .KeyExtentTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .ListTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .RangeTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .TColumnTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .TCVSTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .TKeyExtentTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
Translator .TRangeTranslatorClassorg.apache.accumulo.core.client.impl.TranslatorApache Accumulo
TranslatorsClassorg.apache.accumulo.core.client.implApache Accumulo
TTimeoutTransportClassorg.apache.accumulo.core.utilApache Accumulo
TypedValueCombinerA Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value.Classorg.apache.accumulo.core.iteratorsApache Accumulo
TypedValueCombiner .EncoderAn interface for translating from byte[] to V and back.Interfaceorg.apache.accumulo.core.iterators.TypedValueCombinerApache Accumulo
UIntegerLexicoderA lexicoder for an unsigned integer.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
ULongLexicoderUnsigned long lexicoder.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
UnsynchronizedBufferClassorg.apache.accumulo.core.utilApache Accumulo
UnsynchronizedBuffer .ReaderClassorg.apache.accumulo.core.util.UnsynchronizedBufferApache Accumulo
UnsynchronizedBuffer .WriterClassorg.apache.accumulo.core.util.UnsynchronizedBufferApache Accumulo
UpdateErrorsClassorg.apache.accumulo.core.data.thriftApache Accumulo
UpdateErrors ._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.Classorg.apache.accumulo.core.data.thrift.UpdateErrorsApache Accumulo
UserCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
UserPermissionsCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
UsersCommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
UtilsSupporting Utility classes used by TFile, and shared by users of TFile.Classorg.apache.accumulo.core.file.rfile.bcfileApache Accumulo
Utils .VersionA generic Version class.Classorg.apache.accumulo.core.file.rfile.bcfile.UtilsApache Accumulo
UtilWaitThreadClassorg.apache.accumulo.core.utilApache Accumulo
UUIDLexicoderA lexicoder for a UUID that maintains its lexicographic sorting order.Classorg.apache.accumulo.core.client.lexicoderApache Accumulo
ValueA byte sequence that is usable as a key or value.Classorg.apache.accumulo.core.dataApache Accumulo
Value .ComparatorA Comparator optimized for Value.Classorg.apache.accumulo.core.data.ValueApache Accumulo
ValueFormatExceptionException used for TypedValueCombiner and it's Encoders decode() functionSee Also:Serialized FormClassorg.apache.accumulo.core.iteratorsApache Accumulo
VersionClassorg.apache.accumulo.core.utilApache Accumulo
VersioningIteratorClassorg.apache.accumulo.core.iterators.userApache Accumulo
VersioningIteratorThis class remains here for backwards compatibility.Classorg.apache.accumulo.core.iteratorsApache Accumulo
ViolationsClassorg.apache.accumulo.core.constraintsApache Accumulo
VisibilityConstraintA constraint that checks the visibility of columns against the actor's authorizations.Classorg.apache.accumulo.core.securityApache Accumulo
VisibilityEvaluatorA class which evaluates visibility expressions against a set of authorizations.Classorg.apache.accumulo.core.securityApache Accumulo
VisibilityFilterClassorg.apache.accumulo.core.iterators.systemApache Accumulo
VisibilityFilterClassorg.apache.accumulo.core.iterators.userApache Accumulo
VisibilityParseExceptionAn exception thrown when a visibility string cannot be parsed.Classorg.apache.accumulo.core.securityApache Accumulo
VolumeEncapsulates a FileSystem and a base Path within that filesystem.Interfaceorg.apache.accumulo.core.volumeApache Accumulo
VolumeConfigurationClassorg.apache.accumulo.core.volumeApache Accumulo
VolumeImplBasic Volume implementation that contains a FileSystem and a base path that should be used within that filesystem.Classorg.apache.accumulo.core.volumeApache Accumulo
WhoAmICommandClassorg.apache.accumulo.core.util.shell.commandsApache Accumulo
WholeColumnFamilyIteratorThe WholeColumnFamilyIterator is designed to provide row/cf-isolation so that queries see mutations as atomic.Classorg.apache.accumulo.core.iterators.userApache Accumulo
WholeRowIteratorThe WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.Classorg.apache.accumulo.core.iterators.userApache Accumulo
WholeRowIteratorThis class remains here for backwards compatibility.Classorg.apache.accumulo.core.iteratorsApache Accumulo
WrappingIteratorA convenience class for implementing iterators that select, but do not modify, entries read from a source iterator.Classorg.apache.accumulo.core.iteratorsApache Accumulo
WriterClassorg.apache.accumulo.core.client.implApache Accumulo
ZooKeeperInstance An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo.Classorg.apache.accumulo.core.clientApache Accumulo
ZookeeperLockCheckerClassorg.apache.accumulo.core.client.implApache Accumulo
ZooTraceClientClassorg.apache.accumulo.core.traceApache Accumulo
ZooUtilClassorg.apache.accumulo.core.zookeeperApache Accumulo