All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary
Class |
Description |
AbstractEncoder<T> |
|
AbstractHashSampler |
A base class that can be used to create Samplers based on hashing.
|
AbstractId<T extends AbstractId<T>> |
An abstract identifier class for comparing equality of identifiers of the same type.
|
AbstractLexicoder<T> |
|
AbstractTabletFile<T extends AbstractTabletFile<T>> |
A base class used to represent file references that are handled by code that processes tablet
files.
|
AcceptableException |
An exception for FATE operations to use to denote when an Exception is acceptable and should not
trigger warning messages.
|
AcceptableThriftTableOperationException |
|
Accumulo |
This class contains all API entry points created in 2.0.0 or later.
|
AccumuloBulkMergeException |
Internal class indicating a concurrent merge occurred during the new bulk import.
|
AccumuloClient |
Client connection to an Accumulo instance.
|
AccumuloClient.AuthenticationArgs<T> |
Builder methods for authentication
|
AccumuloClient.ClientFactory<T> |
Builds AccumuloClient or client Properties after all options have been specified
|
AccumuloClient.ConnectionOptions<T> |
Build methods for connection options
|
AccumuloClient.FromOptions<T> |
|
AccumuloClient.InstanceArgs<T> |
Builder method for setting Accumulo instance and zookeepers
|
AccumuloClient.PropertyOptions<T> |
Builder methods for creating AccumuloClient using properties
|
AccumuloClient.SaslOptions<T> |
Build methods for SASL
|
AccumuloClient.SslOptions<T> |
Build methods for SSL/TLS
|
AccumuloConfiguration |
A configuration object.
|
AccumuloConfiguration.Deriver<T> |
Automatically regenerates an object whenever configuration changes.
|
AccumuloException |
A generic Accumulo Exception for general accumulo failures.
|
AccumuloSecurityException |
An Accumulo Exception for security violations, authentication failures, authorization failures,
etc.
|
AccumuloServerException |
This class is intended to encapsulate errors that occurred on the server side.
|
ActionStats |
|
ActionStats._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ActiveCompaction |
|
ActiveCompaction |
|
ActiveCompaction._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ActiveCompaction.CompactionHost |
|
ActiveCompaction.CompactionHost.Type |
|
ActiveCompaction.CompactionReason |
|
ActiveCompaction.CompactionType |
|
ActiveCompactionImpl |
|
ActiveScan |
A class that contains information about an ActiveScan
|
ActiveScan |
|
ActiveScan._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ActiveScanImpl |
A class that contains information about an ActiveScan
|
AddressUtil |
|
AdminUtil<T> |
A utility to administer FATE operations
|
AdminUtil.FateStatus |
|
AdminUtil.TransactionStatus |
FATE transaction status, including lock information.
|
AESCryptoService |
Example implementation of AES encryption for Accumulo
|
AgeOffFilter |
A filter that ages off key/value pairs based on the Key's timestamp.
|
AgeOffStore<T> |
This store removes Repos, in the store it wraps, that are in a finished or new state for more
than a configurable time period.
|
AgeOffStore.TimeSource |
|
AggregatingFormatter |
Formatter that will aggregate entries for various display purposes.
|
Ample |
Accumulo Metadata Persistence Layer.
|
Ample.DataLevel |
Accumulo is a distributed tree with three levels.
|
Ample.ReadConsistency |
Controls how Accumulo metadata is read.
|
Ample.TabletMutator |
Interface for changing a tablets persistent data.
|
Ample.TabletsMutator |
This interface allows efficiently updating multiple tablets.
|
AmpleImpl |
|
ArrayByteSequence |
An implementation of ByteSequence that uses a backing byte array.
|
AssignmentParamsImpl |
|
AuthenticationToken |
|
AuthenticationToken.AuthenticationTokenSerializer |
A utility class to serialize/deserialize AuthenticationToken objects.
Unfortunately, these methods are provided in an inner-class, to avoid breaking the interface
API.
|
AuthenticationToken.Properties |
|
AuthenticationToken.TokenProperty |
|
AuthenticationTokenIdentifier |
Implementation that identifies the underlying Token for Accumulo.
|
AuthorizationContainer |
An interface for classes that contain a collection of authorizations.
|
Authorizations |
A collection of authorization strings.
|
AuthorizationSummarizer |
Counts unique authorizations in column visibility labels.
|
BadArgumentException |
|
BalanceParamsImpl |
|
BalancerEnvironment |
This interface is an extension of ServiceEnvironment that exposes system level
information that is specific to tablet balancing.
|
BasicCacheProvider |
|
BatchDeleter |
Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
|
BatchScanner |
In exchange for possibly returning scanned entries out of order, BatchScanner
implementations may scan an Accumulo table more efficiently by
Looking up multiple ranges in parallel.
|
BatchWriter |
Send Mutations to a single Table in Accumulo.
|
BatchWriterConfig |
This object holds configuration settings used to instantiate a BatchWriter
|
BatchWriterImpl |
|
BCFile |
Block Compressed file, the underlying physical storage layer for TFile.
|
BCFile.Reader |
BCFile Reader, interface to read the file's data and meta blocks.
|
BCFile.Reader.BlockReader |
Access point to read a block.
|
BCFile.Writer |
BCFile writer, the entry point for creating a new BCFile.
|
BigDecimalCombiner |
A family of combiners that treat values as BigDecimals, encoding and decoding using the built-in
BigDecimal String input/output functions.
|
BigDecimalCombiner.BigDecimalEncoder |
Provides the ability to encode scientific notation.
|
BigDecimalCombiner.BigDecimalMaxCombiner |
|
BigDecimalCombiner.BigDecimalMinCombiner |
|
BigDecimalCombiner.BigDecimalSummingCombiner |
|
BigIntegerLexicoder |
A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.
|
BlockCache |
Block cache interface.
|
BlockCache.Loader |
|
BlockCache.Stats |
Cache statistics.
|
BlockCacheConfiguration |
|
BlockCacheManager |
|
BlockCacheManager.Configuration |
|
BlockCacheManagerFactory |
|
BlockedInputStream |
Reader corresponding to BlockedOutputStream.
|
BlockedOutputStream |
Buffers all input in a growing buffer until flush() is called.
|
BlockIndex |
|
BlockIndex.BlockIndexEntry |
|
BloomFilter |
Implements a Bloom filter, as defined by Bloom in 1970.
|
BloomFilterLayer |
A class that sits on top of different accumulo file formats and provides bloom filter
functionality.
|
BloomFilterLayer.Reader |
|
BloomFilterLayer.Writer |
|
BoundedRangeFileInputStream |
BoundedRangeFIleInputStream abstracts a contiguous region of a Hadoop FSDataInputStream as a
regular input stream.
|
Bulk |
|
Bulk.FileInfo |
WARNING : do not change this class, its used for serialization to Json
|
Bulk.Files |
|
Bulk.Mapping |
WARNING : do not change this class, its used for serialization to Json
|
Bulk.Tablet |
WARNING : do not change this class, its used for serialization to Json
|
BulkImport |
|
BulkImport.KeyExtentCache |
|
BulkImportState |
|
BulkImportStatus |
|
BulkImportStatus._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
BulkSerialize |
Place for all bulk import serialization code.
|
BulkSerialize.Input |
|
BulkSerialize.Output |
|
ByteArrayComparator |
|
ByteArraySet |
|
ByteArrayToBase64TypeAdapter |
Gson adapter to handle serializing and deserializing byte arrays using Base64 encoding.
|
ByteBufferUtil |
|
ByteSequence |
A sequence of bytes.
|
BytesLexicoder |
For each of the methods, this lexicoder just passes the input through untouched.
|
ByteUtils |
|
Bzip2 |
|
CachableBlockFile |
This is a wrapper class for BCFile that includes a cache for independent caches for datablocks
and metadatablocks
|
CachableBlockFile.CachableBuilder |
|
CachableBlockFile.CachedBlockRead |
|
CachableBlockFile.Reader |
Class wraps the BCFile reader.
|
CachedBlock |
Represents an entry in the configurable block cache.
|
CachedBlock.BlockPriority |
|
CachedBlockQueue |
A memory-bound queue that will grow until an element brings total size >= maxSize.
|
CacheEntry |
|
CacheEntry.Weighable |
|
CacheProvider |
|
CacheType |
|
CancelFlagFuture<T> |
A simple future wrapper that will set an atomic boolean to true if a future is successfully
canceled
|
CfCqSliceFilter |
Filters key/value pairs for a range of column families and a range of column qualifiers.
|
CfCqSliceOpts |
|
CfCqSliceSeekingFilter |
Filters key/value pairs for a range of column families and a range of column qualifiers.
|
ClassLoaderUtil |
|
ClassSize |
Class for determining the "size" of a class, an attempt to calculate the actual bytes that an
object of this class will occupy in memory
The core of this class is taken from the Derby project
|
CleanerUtil |
This class collects all the cleaner actions executed in various parts of the code.
|
ClientConfConverter |
|
ClientConfigGenerate |
Generates client-properties.md for documentation on Accumulo website and
accumulo-client.properties for Accumulo distribution tarball
|
ClientContext |
This class represents any essential configuration and credentials needed to initiate RPC
operations throughout the code.
|
ClientContext.ClientBuilderImpl<T> |
|
ClientInfo |
Accumulo client information.
|
ClientInfoImpl |
|
ClientOpts |
|
ClientOpts.AuthConverter |
|
ClientOpts.NullSplitter |
|
ClientOpts.PasswordConverter |
|
ClientOpts.VisibilityConverter |
|
ClientProperty |
|
ClientService |
|
ClientService.AsyncClient |
|
ClientService.AsyncClient.authenticate_call |
|
ClientService.AsyncClient.authenticateUser_call |
|
ClientService.AsyncClient.changeAuthorizations_call |
|
ClientService.AsyncClient.changeLocalUserPassword_call |
|
ClientService.AsyncClient.checkClass_call |
|
ClientService.AsyncClient.checkNamespaceClass_call |
|
ClientService.AsyncClient.checkTableClass_call |
|
ClientService.AsyncClient.createLocalUser_call |
|
ClientService.AsyncClient.dropLocalUser_call |
|
ClientService.AsyncClient.Factory |
|
ClientService.AsyncClient.getConfiguration_call |
|
ClientService.AsyncClient.getDiskUsage_call |
|
ClientService.AsyncClient.getInstanceId_call |
|
ClientService.AsyncClient.getNamespaceConfiguration_call |
|
ClientService.AsyncClient.getNamespaceProperties_call |
|
ClientService.AsyncClient.getRootTabletLocation_call |
|
ClientService.AsyncClient.getSystemProperties_call |
|
ClientService.AsyncClient.getTableConfiguration_call |
|
ClientService.AsyncClient.getTableProperties_call |
|
ClientService.AsyncClient.getUserAuthorizations_call |
|
ClientService.AsyncClient.getVersionedNamespaceProperties_call |
|
ClientService.AsyncClient.getVersionedSystemProperties_call |
|
ClientService.AsyncClient.getVersionedTableProperties_call |
|
ClientService.AsyncClient.getZooKeepers_call |
|
ClientService.AsyncClient.grantNamespacePermission_call |
|
ClientService.AsyncClient.grantSystemPermission_call |
|
ClientService.AsyncClient.grantTablePermission_call |
|
ClientService.AsyncClient.hasNamespacePermission_call |
|
ClientService.AsyncClient.hasSystemPermission_call |
|
ClientService.AsyncClient.hasTablePermission_call |
|
ClientService.AsyncClient.isActive_call |
|
ClientService.AsyncClient.listLocalUsers_call |
|
ClientService.AsyncClient.ping_call |
|
ClientService.AsyncClient.revokeNamespacePermission_call |
|
ClientService.AsyncClient.revokeSystemPermission_call |
|
ClientService.AsyncClient.revokeTablePermission_call |
|
ClientService.AsyncIface |
|
ClientService.AsyncProcessor<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.authenticate<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.authenticateUser<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.changeAuthorizations<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.changeLocalUserPassword<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.checkClass<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.checkNamespaceClass<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.checkTableClass<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.createLocalUser<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.dropLocalUser<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getConfiguration<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getDiskUsage<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getInstanceId<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getNamespaceConfiguration<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getNamespaceProperties<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getRootTabletLocation<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getSystemProperties<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getTableConfiguration<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getTableProperties<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getUserAuthorizations<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getVersionedNamespaceProperties<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getVersionedSystemProperties<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getVersionedTableProperties<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.getZooKeepers<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.grantNamespacePermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.grantSystemPermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.grantTablePermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.hasNamespacePermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.hasSystemPermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.hasTablePermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.isActive<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.listLocalUsers<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.ping<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.revokeNamespacePermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.revokeSystemPermission<I extends ClientService.AsyncIface> |
|
ClientService.AsyncProcessor.revokeTablePermission<I extends ClientService.AsyncIface> |
|
ClientService.authenticate_args |
|
ClientService.authenticate_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.authenticate_result |
|
ClientService.authenticate_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.authenticateUser_args |
|
ClientService.authenticateUser_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.authenticateUser_result |
|
ClientService.authenticateUser_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.changeAuthorizations_args |
|
ClientService.changeAuthorizations_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.changeAuthorizations_result |
|
ClientService.changeAuthorizations_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.changeLocalUserPassword_args |
|
ClientService.changeLocalUserPassword_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.changeLocalUserPassword_result |
|
ClientService.changeLocalUserPassword_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.checkClass_args |
|
ClientService.checkClass_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.checkClass_result |
|
ClientService.checkClass_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.checkNamespaceClass_args |
|
ClientService.checkNamespaceClass_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.checkNamespaceClass_result |
|
ClientService.checkNamespaceClass_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.checkTableClass_args |
|
ClientService.checkTableClass_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.checkTableClass_result |
|
ClientService.checkTableClass_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.Client |
|
ClientService.Client.Factory |
|
ClientService.createLocalUser_args |
|
ClientService.createLocalUser_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.createLocalUser_result |
|
ClientService.createLocalUser_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.dropLocalUser_args |
|
ClientService.dropLocalUser_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.dropLocalUser_result |
|
ClientService.dropLocalUser_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getConfiguration_args |
|
ClientService.getConfiguration_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getConfiguration_result |
|
ClientService.getConfiguration_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getDiskUsage_args |
|
ClientService.getDiskUsage_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getDiskUsage_result |
|
ClientService.getDiskUsage_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getInstanceId_args |
|
ClientService.getInstanceId_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getInstanceId_result |
|
ClientService.getInstanceId_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getNamespaceConfiguration_args |
|
ClientService.getNamespaceConfiguration_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getNamespaceConfiguration_result |
|
ClientService.getNamespaceConfiguration_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getNamespaceProperties_args |
|
ClientService.getNamespaceProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getNamespaceProperties_result |
|
ClientService.getNamespaceProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getRootTabletLocation_args |
|
ClientService.getRootTabletLocation_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getRootTabletLocation_result |
|
ClientService.getRootTabletLocation_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getSystemProperties_args |
|
ClientService.getSystemProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getSystemProperties_result |
|
ClientService.getSystemProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getTableConfiguration_args |
|
ClientService.getTableConfiguration_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getTableConfiguration_result |
|
ClientService.getTableConfiguration_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getTableProperties_args |
|
ClientService.getTableProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getTableProperties_result |
|
ClientService.getTableProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getUserAuthorizations_args |
|
ClientService.getUserAuthorizations_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getUserAuthorizations_result |
|
ClientService.getUserAuthorizations_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getVersionedNamespaceProperties_args |
|
ClientService.getVersionedNamespaceProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getVersionedNamespaceProperties_result |
|
ClientService.getVersionedNamespaceProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getVersionedSystemProperties_args |
|
ClientService.getVersionedSystemProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getVersionedSystemProperties_result |
|
ClientService.getVersionedSystemProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getVersionedTableProperties_args |
|
ClientService.getVersionedTableProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getVersionedTableProperties_result |
|
ClientService.getVersionedTableProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getZooKeepers_args |
|
ClientService.getZooKeepers_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.getZooKeepers_result |
|
ClientService.getZooKeepers_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.grantNamespacePermission_args |
|
ClientService.grantNamespacePermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.grantNamespacePermission_result |
|
ClientService.grantNamespacePermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.grantSystemPermission_args |
|
ClientService.grantSystemPermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.grantSystemPermission_result |
|
ClientService.grantSystemPermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.grantTablePermission_args |
|
ClientService.grantTablePermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.grantTablePermission_result |
|
ClientService.grantTablePermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.hasNamespacePermission_args |
|
ClientService.hasNamespacePermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.hasNamespacePermission_result |
|
ClientService.hasNamespacePermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.hasSystemPermission_args |
|
ClientService.hasSystemPermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.hasSystemPermission_result |
|
ClientService.hasSystemPermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.hasTablePermission_args |
|
ClientService.hasTablePermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.hasTablePermission_result |
|
ClientService.hasTablePermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.Iface |
|
ClientService.isActive_args |
|
ClientService.isActive_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.isActive_result |
|
ClientService.isActive_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.listLocalUsers_args |
|
ClientService.listLocalUsers_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.listLocalUsers_result |
|
ClientService.listLocalUsers_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.ping_args |
|
ClientService.ping_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.ping_result |
|
ClientService.ping_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.Processor<I extends ClientService.Iface> |
|
ClientService.Processor.authenticate<I extends ClientService.Iface> |
|
ClientService.Processor.authenticateUser<I extends ClientService.Iface> |
|
ClientService.Processor.changeAuthorizations<I extends ClientService.Iface> |
|
ClientService.Processor.changeLocalUserPassword<I extends ClientService.Iface> |
|
ClientService.Processor.checkClass<I extends ClientService.Iface> |
|
ClientService.Processor.checkNamespaceClass<I extends ClientService.Iface> |
|
ClientService.Processor.checkTableClass<I extends ClientService.Iface> |
|
ClientService.Processor.createLocalUser<I extends ClientService.Iface> |
|
ClientService.Processor.dropLocalUser<I extends ClientService.Iface> |
|
ClientService.Processor.getConfiguration<I extends ClientService.Iface> |
|
ClientService.Processor.getDiskUsage<I extends ClientService.Iface> |
|
ClientService.Processor.getInstanceId<I extends ClientService.Iface> |
|
ClientService.Processor.getNamespaceConfiguration<I extends ClientService.Iface> |
|
ClientService.Processor.getNamespaceProperties<I extends ClientService.Iface> |
|
ClientService.Processor.getRootTabletLocation<I extends ClientService.Iface> |
|
ClientService.Processor.getSystemProperties<I extends ClientService.Iface> |
|
ClientService.Processor.getTableConfiguration<I extends ClientService.Iface> |
|
ClientService.Processor.getTableProperties<I extends ClientService.Iface> |
|
ClientService.Processor.getUserAuthorizations<I extends ClientService.Iface> |
|
ClientService.Processor.getVersionedNamespaceProperties<I extends ClientService.Iface> |
|
ClientService.Processor.getVersionedSystemProperties<I extends ClientService.Iface> |
|
ClientService.Processor.getVersionedTableProperties<I extends ClientService.Iface> |
|
ClientService.Processor.getZooKeepers<I extends ClientService.Iface> |
|
ClientService.Processor.grantNamespacePermission<I extends ClientService.Iface> |
|
ClientService.Processor.grantSystemPermission<I extends ClientService.Iface> |
|
ClientService.Processor.grantTablePermission<I extends ClientService.Iface> |
|
ClientService.Processor.hasNamespacePermission<I extends ClientService.Iface> |
|
ClientService.Processor.hasSystemPermission<I extends ClientService.Iface> |
|
ClientService.Processor.hasTablePermission<I extends ClientService.Iface> |
|
ClientService.Processor.isActive<I extends ClientService.Iface> |
|
ClientService.Processor.listLocalUsers<I extends ClientService.Iface> |
|
ClientService.Processor.ping<I extends ClientService.Iface> |
|
ClientService.Processor.revokeNamespacePermission<I extends ClientService.Iface> |
|
ClientService.Processor.revokeSystemPermission<I extends ClientService.Iface> |
|
ClientService.Processor.revokeTablePermission<I extends ClientService.Iface> |
|
ClientService.revokeNamespacePermission_args |
|
ClientService.revokeNamespacePermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.revokeNamespacePermission_result |
|
ClientService.revokeNamespacePermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.revokeSystemPermission_args |
|
ClientService.revokeSystemPermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.revokeSystemPermission_result |
|
ClientService.revokeSystemPermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.revokeTablePermission_args |
|
ClientService.revokeTablePermission_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientService.revokeTablePermission_result |
|
ClientService.revokeTablePermission_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ClientServiceEnvironmentImpl |
|
ClientServiceThriftClient |
|
ClientSideIteratorScanner |
A scanner that instantiates iterators on the client side instead of on the tablet server.
|
CloneConfiguration |
A configuration object that can be used with the table clone command in the
TableOperations .
|
CloneConfiguration.Builder |
A CloneConfiguration builder
|
CloneConfigurationImpl |
|
ClusterConfigParser |
|
Column |
A column, specified by family, qualifier, and visibility.
|
ColumnAgeOffFilter |
A filter that ages off key/value pairs based on the Key's column and timestamp.
|
ColumnAgeOffFilter.TTLSet |
|
ColumnFamilyCounter |
|
ColumnFamilyFunctor |
|
ColumnFamilySkippingIterator |
|
ColumnFQ |
|
ColumnQualifierFilter |
|
ColumnQualifierFunctor |
|
ColumnSet |
|
ColumnSliceFilter |
|
ColumnToClassMapping<K> |
|
ColumnUpdate |
A single column and value pair within a Mutation .
|
ColumnUtil |
|
ColumnUtil.ColFamHashKey |
|
ColumnUtil.ColHashKey |
|
ColumnVisibility |
Validate the column visibility is a valid expression and set the visibility for a Mutation.
|
ColumnVisibility.Node |
A node in the parse tree for a visibility expression.
|
ColumnVisibility.NodeComparator |
A node comparator.
|
ColumnVisibility.NodeType |
The node types in a parse tree for a visibility expression.
|
Combiner |
A SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key
within a row into a single Value.
|
Combiner.ValueIterator |
A Java Iterator that iterates over the Values for a given Key from a source
SortedKeyValueIterator.
|
CompactableFile |
A single file ready to compact, that will come in a set of possible candidates.
|
CompactableFileImpl |
|
Compacting |
|
Compacting._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionConfig |
|
CompactionConfigurer |
Enables dynamically overriding of per table properties used to create the output file for a
compaction.
|
CompactionConfigurer.InitParameters |
|
CompactionConfigurer.InputParameters |
|
CompactionConfigurer.Overrides |
Specifies how the output file should be created for a compaction.
|
CompactionCoordinatorService |
|
CompactionCoordinatorService.AsyncClient |
|
CompactionCoordinatorService.AsyncClient.cancel_call |
|
CompactionCoordinatorService.AsyncClient.compactionCompleted_call |
|
CompactionCoordinatorService.AsyncClient.compactionFailed_call |
|
CompactionCoordinatorService.AsyncClient.Factory |
|
CompactionCoordinatorService.AsyncClient.getCompactionJob_call |
|
CompactionCoordinatorService.AsyncClient.getCompletedCompactions_call |
|
CompactionCoordinatorService.AsyncClient.getRunningCompactions_call |
|
CompactionCoordinatorService.AsyncClient.updateCompactionStatus_call |
|
CompactionCoordinatorService.AsyncIface |
|
CompactionCoordinatorService.AsyncProcessor<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.AsyncProcessor.cancel<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.AsyncProcessor.compactionCompleted<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.AsyncProcessor.compactionFailed<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.AsyncProcessor.getCompactionJob<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.AsyncProcessor.getCompletedCompactions<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.AsyncProcessor.getRunningCompactions<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.AsyncProcessor.updateCompactionStatus<I extends CompactionCoordinatorService.AsyncIface> |
|
CompactionCoordinatorService.cancel_args |
|
CompactionCoordinatorService.cancel_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.cancel_result |
|
CompactionCoordinatorService.cancel_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.Client |
|
CompactionCoordinatorService.Client.Factory |
|
CompactionCoordinatorService.compactionCompleted_args |
|
CompactionCoordinatorService.compactionCompleted_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.compactionCompleted_result |
|
CompactionCoordinatorService.compactionCompleted_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.compactionFailed_args |
|
CompactionCoordinatorService.compactionFailed_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.compactionFailed_result |
|
CompactionCoordinatorService.compactionFailed_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.getCompactionJob_args |
|
CompactionCoordinatorService.getCompactionJob_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.getCompactionJob_result |
|
CompactionCoordinatorService.getCompactionJob_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.getCompletedCompactions_args |
|
CompactionCoordinatorService.getCompletedCompactions_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.getCompletedCompactions_result |
|
CompactionCoordinatorService.getCompletedCompactions_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.getRunningCompactions_args |
|
CompactionCoordinatorService.getRunningCompactions_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.getRunningCompactions_result |
|
CompactionCoordinatorService.getRunningCompactions_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.Iface |
|
CompactionCoordinatorService.Processor<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.Processor.cancel<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.Processor.compactionCompleted<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.Processor.compactionFailed<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.Processor.getCompactionJob<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.Processor.getCompletedCompactions<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.Processor.getRunningCompactions<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.Processor.updateCompactionStatus<I extends CompactionCoordinatorService.Iface> |
|
CompactionCoordinatorService.updateCompactionStatus_args |
|
CompactionCoordinatorService.updateCompactionStatus_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorService.updateCompactionStatus_result |
|
CompactionCoordinatorService.updateCompactionStatus_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactionCoordinatorServiceThriftClient |
|
CompactionDispatch |
|
CompactionDispatch.Builder |
|
CompactionDispatch.ServiceBuilder |
|
CompactionDispatcher |
Can be configured per table to dispatch compactions to different compaction services.
|
CompactionDispatcher.DispatchParameters |
|
CompactionDispatcher.InitParameters |
|
CompactionExecutorId |
|
CompactionExecutorIdImpl |
|
CompactionJob |
An immutable object that describes what files to compact and where to compact them.
|
CompactionJobImpl |
An immutable object that describes what files to compact and where to compact them.
|
CompactionJobPrioritizer |
|
CompactionKind |
|
CompactionPlan |
|
CompactionPlan.Builder |
|
CompactionPlanImpl |
|
CompactionPlanImpl.BuilderImpl |
|
CompactionPlanner |
Plans compaction work for a compaction service.
|
CompactionPlanner.InitParameters |
This interface exists so the API can evolve and additional parameters can be passed to the
method in the future.
|
CompactionPlanner.PlanningParameters |
This interface exists so the API can evolve and additional parameters can be passed to the
method in the future.
|
CompactionPlannerInitParams |
|
CompactionSelector |
This class selects which files a user compaction will compact.
|
CompactionSelector.InitParameters |
|
CompactionSelector.Selection |
|
CompactionSelector.SelectionParameters |
|
CompactionServiceId |
A unique identifier for a compaction service
|
CompactionServices |
Provider of information about configured compaction services.
|
CompactionServicesConfig |
|
CompactionSettings |
|
CompactorService |
|
CompactorService.AsyncClient |
|
CompactorService.AsyncClient.cancel_call |
|
CompactorService.AsyncClient.Factory |
|
CompactorService.AsyncClient.getActiveCompactions_call |
|
CompactorService.AsyncClient.getRunningCompaction_call |
|
CompactorService.AsyncClient.getRunningCompactionId_call |
|
CompactorService.AsyncIface |
|
CompactorService.AsyncProcessor<I extends CompactorService.AsyncIface> |
|
CompactorService.AsyncProcessor.cancel<I extends CompactorService.AsyncIface> |
|
CompactorService.AsyncProcessor.getActiveCompactions<I extends CompactorService.AsyncIface> |
|
CompactorService.AsyncProcessor.getRunningCompaction<I extends CompactorService.AsyncIface> |
|
CompactorService.AsyncProcessor.getRunningCompactionId<I extends CompactorService.AsyncIface> |
|
CompactorService.cancel_args |
|
CompactorService.cancel_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.cancel_result |
|
CompactorService.cancel_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.Client |
|
CompactorService.Client.Factory |
|
CompactorService.getActiveCompactions_args |
|
CompactorService.getActiveCompactions_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.getActiveCompactions_result |
|
CompactorService.getActiveCompactions_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.getRunningCompaction_args |
|
CompactorService.getRunningCompaction_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.getRunningCompaction_result |
|
CompactorService.getRunningCompaction_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.getRunningCompactionId_args |
|
CompactorService.getRunningCompactionId_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.getRunningCompactionId_result |
|
CompactorService.getRunningCompactionId_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
CompactorService.Iface |
|
CompactorService.Processor<I extends CompactorService.Iface> |
|
CompactorService.Processor.cancel<I extends CompactorService.Iface> |
|
CompactorService.Processor.getActiveCompactions<I extends CompactorService.Iface> |
|
CompactorService.Processor.getRunningCompaction<I extends CompactorService.Iface> |
|
CompactorService.Processor.getRunningCompactionId<I extends CompactorService.Iface> |
|
CompactorServiceThriftClient |
|
ComparableBytes |
An array of bytes wrapped so as to extend Hadoop's BinaryComparable class.
|
ComparablePair<A extends Comparable<A>,B extends Comparable<B>> |
|
CompletableFutureUtil |
|
CompressedIterators |
|
CompressedIterators.IterConfig |
|
Compression |
Compression related stuff.
|
CompressionAlgorithm |
|
CompressionAlgorithm.FinishOnFlushCompressionStream |
|
CompressionAlgorithmConfiguration |
|
CompressionConfigurer |
A compaction configurer that can adjust the compression configuration for a compaction when the
sum of the input file sizes exceeds a threshold.
|
Condition |
Conditions that must be met on a particular column in a row.
|
ConditionalMutation |
A Mutation that contains a list of conditions that must all be met before the mutation is
applied.
|
ConditionalWriter |
ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on
rows.
|
ConditionalWriter.Result |
|
ConditionalWriter.Status |
|
ConditionalWriterConfig |
|
ConfigCheckUtil |
|
ConfigCheckUtil.ConfigCheckException |
|
ConfigOpts |
|
ConfigOpts.NullSplitter |
|
ConfigurableScanServerSelector |
The default Accumulo selector for scan servers.
|
ConfigurationCopy |
|
ConfigurationDocGen |
This class generates documentation to inform users of the available configuration properties in a
presentable form.
|
ConfigurationImpl |
The implementation class used for providing SPI configuration without exposing internal types.
|
ConfigurationType |
|
ConfigurationTypeHelper |
|
Constants |
|
Constraint |
Constraint objects are used to determine if mutations will be applied to a table.
|
Constraint.Environment |
The environment within which a constraint exists.
|
ConstraintViolationException |
|
ConstraintViolationException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ConstraintViolationSummary |
A summary of constraint violations across some number of mutations.
|
ContextClassLoaderEnvironment |
The environment provided to the context class loader factory for its use
|
ContextClassLoaderFactory |
The ContextClassLoaderFactory provides a mechanism for various Accumulo components to use a
custom ClassLoader for specific contexts, such as loading table iterators.
|
CounterSummary |
This a convenience class for interpreting summary data generated by implementations of
CountingSummarizer
|
CountingIterator |
|
CountingSummarizer<K> |
This class counts arbitrary keys while defending against too many keys and keys that are too
long.
|
CountingSummarizer.Converter<K> |
A function that converts key values to zero or more counter objects.
|
CreateEmpty |
Create an empty RFile for use in recovering from data loss where Accumulo still refers internally
to a path.
|
CreateEmpty.IsSupportedCompressionAlgorithm |
|
CreateEmpty.NamedLikeRFile |
|
CreateToken |
|
CredentialProviderToken |
|
Credentials |
A wrapper for internal use.
|
CryptoEnvironment |
Useful information provided to the crypto implementation
|
CryptoEnvironment.Scope |
Where in Accumulo the on-disk file encryption takes place.
|
CryptoEnvironmentImpl |
|
CryptoFactoryLoader |
|
CryptoService |
A self-contained cryptographic service.
|
CryptoService.CryptoException |
Runtime Crypto exception
|
CryptoServiceFactory |
A Factory that returns a CryptoService based on the environment and configuration.
|
CryptoUtils |
|
DataFileInfo |
|
DataFileInfo._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
DataFileValue |
|
DataoutputHasher |
|
DateFormatSupplier |
DateFormatSupplier is a ThreadLocal<DateFormat> that will set the correct TimeZone when
the object is retrieved by DateFormatSupplier.get() .
|
DateLexicoder |
A lexicoder for date objects.
|
DeadServer |
|
DeadServer._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
DebugIterator |
|
DefaultCompactionPlanner |
Finds the largest continuous set of small files that meet the compaction ratio and do not prevent
future compactions.
|
DefaultConfiguration |
|
DefaultFormatter |
|
DefaultKeySizeConstraint |
A constraints that limits the size of keys to 1mb.
|
DelegatingChooser |
A VolumeChooser that delegates to another volume chooser based on other properties:
table.custom.volume.chooser for tables, and general.custom.volume.chooser.scoped for scopes.
|
DelegationToken |
|
DelegationTokenConfig |
|
DelegationTokenConfigSerializer |
|
DelegationTokenImpl |
|
DeletesSummarizer |
This summarizer tracks the total number of delete Keys seen and the total number of keys seen.
|
DeletingIterator |
|
DeletingIterator.Behavior |
|
DeprecatedPropertyUtil |
|
DeprecatedPropertyUtil.PropertyRenamer |
|
DevNull |
An iterator that is useful testing...
|
DiscardCloseOutputStream |
|
DiskUsage |
|
DistributedReadWriteLock |
A ReadWriteLock that can be implemented in ZooKeeper.
|
DistributedReadWriteLock.QueueLock |
|
DoubleLexicoder |
A lexicoder for preserving the native Java sort order of Double values.
|
Durability |
The value for the durability of a BatchWriter or ConditionalWriter.
|
DurabilityImpl |
|
DurationFormat |
|
DynamicBloomFilter |
Implements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper.
|
EmptyIterator |
|
Encoder<T> |
An encoder represents a typed object that can be encoded/decoded to/from a byte array.
|
Encoding |
|
EntryLengthSummarizer |
Summarizer that computes summary information about field lengths.
|
ExecutorManager |
Offered to a Compaction Planner at initialization time so it can create executors.
|
ExternalCompactionFinalState |
|
ExternalCompactionFinalState.FinalState |
|
ExternalCompactionId |
|
ExternalCompactionMetadata |
|
ExternalCompactionUtil |
|
FamilySummarizer |
Counts column column families.
|
FastFormat |
|
Fate<T> |
Fault tolerant executor
|
Fate.TxInfo |
|
FateLock |
A persistent lock mechanism in ZooKeeper used for locking tables during FaTE operations.
|
FateLock.FateLockPath |
|
FateLogger |
|
FateOperation |
|
FateService |
|
FateService.AsyncClient |
|
FateService.AsyncClient.beginFateOperation_call |
|
FateService.AsyncClient.cancelFateOperation_call |
|
FateService.AsyncClient.executeFateOperation_call |
|
FateService.AsyncClient.Factory |
|
FateService.AsyncClient.finishFateOperation_call |
|
FateService.AsyncClient.waitForFateOperation_call |
|
FateService.AsyncIface |
|
FateService.AsyncProcessor<I extends FateService.AsyncIface> |
|
FateService.AsyncProcessor.beginFateOperation<I extends FateService.AsyncIface> |
|
FateService.AsyncProcessor.cancelFateOperation<I extends FateService.AsyncIface> |
|
FateService.AsyncProcessor.executeFateOperation<I extends FateService.AsyncIface> |
|
FateService.AsyncProcessor.finishFateOperation<I extends FateService.AsyncIface> |
|
FateService.AsyncProcessor.waitForFateOperation<I extends FateService.AsyncIface> |
|
FateService.beginFateOperation_args |
|
FateService.beginFateOperation_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.beginFateOperation_result |
|
FateService.beginFateOperation_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.cancelFateOperation_args |
|
FateService.cancelFateOperation_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.cancelFateOperation_result |
|
FateService.cancelFateOperation_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.Client |
|
FateService.Client.Factory |
|
FateService.executeFateOperation_args |
|
FateService.executeFateOperation_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.executeFateOperation_result |
|
FateService.executeFateOperation_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.finishFateOperation_args |
|
FateService.finishFateOperation_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.finishFateOperation_result |
|
FateService.finishFateOperation_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.Iface |
|
FateService.Processor<I extends FateService.Iface> |
|
FateService.Processor.beginFateOperation<I extends FateService.Iface> |
|
FateService.Processor.cancelFateOperation<I extends FateService.Iface> |
|
FateService.Processor.executeFateOperation<I extends FateService.Iface> |
|
FateService.Processor.finishFateOperation<I extends FateService.Iface> |
|
FateService.Processor.waitForFateOperation<I extends FateService.Iface> |
|
FateService.waitForFateOperation_args |
|
FateService.waitForFateOperation_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateService.waitForFateOperation_result |
|
FateService.waitForFateOperation_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
FateThriftClient |
|
FateTxId |
|
FileDecrypter |
Class implementation that will decrypt a file.
|
FileEncrypter |
Class implementation that will encrypt a file.
|
FileOperations |
|
FileOperations.FileHelper |
Helper class extended by both writers and readers.
|
FileOperations.FileOptions |
|
FileOperations.IndexReaderTableConfiguration |
|
FileOperations.ReaderTableConfiguration |
|
FileOperations.ScanReaderTableConfiguration |
|
FileOperations.WriterTableConfiguration |
|
FilePrefix |
|
FileSKVIterator |
|
FileSKVWriter |
|
Filter |
Defines the general behavior of a filter.
|
Filter |
A SortedKeyValueIterator that filters entries from its source iterator.
|
FilteredConstants |
|
FilterTransport |
Transport that simply wraps another transport.
|
FindMax |
|
FirstEntryInRowIterator |
|
FixedByteArrayOutputStream |
|
FloatLexicoder |
A lexicoder for preserving the native Java sort order of Float values.
|
Formatter |
|
FormatterConfig |
|
FormatterConfig.DefaultDateFormat |
Formats with milliseconds since epoch
|
FormatterFactory |
|
Gatherer |
This class implements using multiple tservers to gather summaries.
|
Gatherer.FileSystemResolver |
|
Gatherer.RowRange |
|
GcCycleStats |
|
GcCycleStats._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
GCMonitorService |
|
GCMonitorService.AsyncClient |
|
GCMonitorService.AsyncClient.Factory |
|
GCMonitorService.AsyncClient.getStatus_call |
|
GCMonitorService.AsyncIface |
|
GCMonitorService.AsyncProcessor<I extends GCMonitorService.AsyncIface> |
|
GCMonitorService.AsyncProcessor.getStatus<I extends GCMonitorService.AsyncIface> |
|
GCMonitorService.Client |
|
GCMonitorService.Client.Factory |
|
GCMonitorService.getStatus_args |
|
GCMonitorService.getStatus_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
GCMonitorService.getStatus_result |
|
GCMonitorService.getStatus_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
GCMonitorService.Iface |
|
GCMonitorService.Processor<I extends GCMonitorService.Iface> |
|
GCMonitorService.Processor.getStatus<I extends GCMonitorService.Iface> |
|
GCMonitorServiceThriftClient |
|
GCStatus |
|
GCStatus._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
GenerateSplits |
|
GenericCryptoServiceFactory |
|
GrepIterator |
This iterator provides exact string matching.
|
GroupBalancer |
A balancer that evenly spreads groups of tablets across all tablet server.
|
GuavaRateLimiter |
Rate limiter from the Guava library.
|
Gz |
|
HadoopCredentialProvider |
Shim around Hadoop's CredentialProviderFactory provided by hadoop-common.
|
Halt |
|
HeapIterator |
|
HeapSize |
Implementations can be asked for an estimate of their size in bytes.
|
Help |
|
Help |
|
HintScanPrioritizer |
When configured for a scan executor, this prioritizer allows scanners to set priorities as
integers.
|
HostAndPortComparator |
|
HostRegexTableLoadBalancer |
This balancer creates groups of tablet servers using user-provided regular expressions over the
tablet server hostnames.
|
IdentityCodec |
|
IdentityCodec.IdentityCompressionInputStream |
|
IdentityCodec.IdentityCompressionOutputStream |
|
IdentityCodec.IdentityCompressor |
|
IdentityCodec.IdentityDecompressor |
|
IdleRatioScanPrioritizer |
Prioritize scans based on the ratio of runTime/idleTime.
|
ImportConfiguration |
|
ImportConfiguration.Builder |
A ImportConfiguration builder
|
ImportConfigurationImpl |
|
IndexedDocIterator |
This iterator facilitates document-partitioned indexing.
|
InitialMultiScan |
|
InitialMultiScan._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
InitialScan |
|
InitialScan._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
InitialTableState |
Creation mode for table creation.
|
InputFile |
|
InputFile._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
InstanceId |
A strongly typed representation of an Accumulo instance ID.
|
InstanceOperations |
|
InstanceOperationsImpl |
Provides a class for administering the accumulo instance
|
IntegerLexicoder |
A lexicoder for signed integers.
|
Interner<T> |
A utility that mimics String.intern() for any immutable object type (including String).
|
InterruptibleIterator |
Allows an iterator to be interrupted.
|
IntersectingIterator |
This iterator facilitates document-partitioned indexing.
|
IntersectingIterator.TermSource |
|
IsolatedScanner |
A scanner that presents a row isolated view of an accumulo table.
|
IsolatedScanner.MemoryRowBuffer |
|
IsolatedScanner.MemoryRowBufferFactory |
|
IsolatedScanner.RowBuffer |
|
IsolatedScanner.RowBufferFactory |
|
IsolationException |
|
IterationInterruptedException |
Exception thrown if an interrupt flag is detected.
|
IteratorAdapter |
|
IteratorBuilder |
Builder class for setting up the iterator stack.
|
IteratorBuilder.IteratorBuilderEnv |
|
IteratorBuilder.IteratorBuilderOptions |
|
IteratorBuilderImpl |
|
IteratorConfig |
|
IteratorConfig._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
IteratorConfiguration |
Provides information about a configured Accumulo Iterator
|
IteratorConfigUtil |
Utility class for configuring iterators.
|
IteratorEnvironment |
|
IteratorSetting |
Configure an iterator for minc, majc, and/or scan.
|
IteratorSetting.Column |
A convenience class for passing column family and column qualifiers to iterator configuration
methods.
|
IteratorUtil |
Utility class for Iterators.
|
IteratorUtil.IteratorScope |
Even though this type is not in a public API package, its used by methods in the public API.
|
IterInfo |
|
IterInfo._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
KerberosToken |
Authentication token for Kerberos authenticated clients
|
Key |
This is the Key used to store and access individual values in Accumulo.
|
KeyBuilder |
A builder used to build Key s by defining their components.
|
KeyBuilder.Build |
Base Builder interface which can be used to set the Key timestamp and delete marker and
to build the Key .
|
KeyBuilder.ColumnFamilyStep |
Builder step used to set the columnFamily part of the Key .
|
KeyBuilder.ColumnQualifierStep |
Builder step used to set the column qualifier part of the Key .
|
KeyBuilder.ColumnVisibilityStep |
Builder step used to set the column visibility part of the Key .
|
KeyBuilder.RowStep |
Builder step used to set the row part of the Key .
|
KeyExtent |
keeps track of information needed to identify a tablet
|
KeyFunctor |
|
KeyShortener |
Code to shorten keys that will be placed into RFile indexes.
|
KeyValue |
A key/value pair.
|
LargeRowFilter |
This iterator suppresses rows that exceed a specified number of columns.
|
LazySingletons |
This class provides easy access to global, immutable, lazily-instantiated, and thread-safe
singleton resources.
|
Lexicoder<T> |
A lexicoder provides methods to convert to/from byte arrays.
|
LinkingIterator |
Tablets for a table in the metadata table should form a linked list.
|
ListLexicoder<LT> |
A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each
encoded element sorts lexicographically.
|
LoadMappingIterator |
Iterator for reading the Bulk Load Mapping JSON.
|
LoadPlan |
Information about where to load files into an Accumulo table.
|
LoadPlan.Builder |
|
LoadPlan.Destination |
Mapping of a file to a row range with an associated range type.
|
LoadPlan.RangeType |
|
LocalityGroupIterator |
|
LocalityGroupIterator.LocalityGroup |
|
LocalityGroupIterator.LocalityGroupContext |
|
LocalityGroupIterator.LocalityGroupSeekCache |
This will cache the arguments used in the seek call along with the locality groups seeked.
|
LocalityGroupUtil |
|
LocalityGroupUtil.LocalityGroupConfigurationError |
|
LocalityGroupUtil.PartitionedMutation |
|
LocalityGroupUtil.Partitioner |
|
Locations |
|
LogEntry |
|
Logging |
|
LongCombiner |
A TypedValueCombiner that translates each Value to a Long before reducing, then encodes the
reduced Long back to a Value.
|
LongCombiner.FixedLenEncoder |
An Encoder that uses an 8-byte encoding for Longs.
|
LongCombiner.StringEncoder |
An Encoder that uses a String representation of Longs.
|
LongCombiner.Type |
|
LongCombiner.VarLenEncoder |
An Encoder that uses a variable-length encoding for Longs.
|
LongLexicoder |
Signed long lexicoder.
|
LruBlockCache |
|
LruBlockCache.CacheStats |
|
LruBlockCacheConfiguration |
|
LruBlockCacheConfiguration.Builder |
|
LruBlockCacheManager |
|
Lz4 |
|
Lzo |
|
ManagerClient<C extends org.apache.thrift.TServiceClient> |
|
ManagerClientService |
|
ManagerClientService.AsyncClient |
|
ManagerClientService.AsyncClient.Factory |
|
ManagerClientService.AsyncClient.getActiveTservers_call |
|
ManagerClientService.AsyncClient.getDelegationToken_call |
|
ManagerClientService.AsyncClient.getManagerStats_call |
|
ManagerClientService.AsyncClient.initiateFlush_call |
|
ManagerClientService.AsyncClient.modifyNamespaceProperties_call |
|
ManagerClientService.AsyncClient.modifySystemProperties_call |
|
ManagerClientService.AsyncClient.modifyTableProperties_call |
|
ManagerClientService.AsyncClient.removeNamespaceProperty_call |
|
ManagerClientService.AsyncClient.removeSystemProperty_call |
|
ManagerClientService.AsyncClient.removeTableProperty_call |
|
ManagerClientService.AsyncClient.reportSplitExtent_call |
|
ManagerClientService.AsyncClient.reportTabletStatus_call |
|
ManagerClientService.AsyncClient.setManagerGoalState_call |
|
ManagerClientService.AsyncClient.setNamespaceProperty_call |
|
ManagerClientService.AsyncClient.setSystemProperty_call |
|
ManagerClientService.AsyncClient.setTableProperty_call |
|
ManagerClientService.AsyncClient.shutdown_call |
|
ManagerClientService.AsyncClient.shutdownTabletServer_call |
|
ManagerClientService.AsyncClient.waitForBalance_call |
|
ManagerClientService.AsyncClient.waitForFlush_call |
|
ManagerClientService.AsyncIface |
|
ManagerClientService.AsyncProcessor<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.getActiveTservers<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.getDelegationToken<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.getManagerStats<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.initiateFlush<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.modifyNamespaceProperties<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.modifySystemProperties<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.modifyTableProperties<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.removeNamespaceProperty<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.removeSystemProperty<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.removeTableProperty<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.reportSplitExtent<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.reportTabletStatus<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.setManagerGoalState<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.setNamespaceProperty<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.setSystemProperty<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.setTableProperty<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.shutdown<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.shutdownTabletServer<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.waitForBalance<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.AsyncProcessor.waitForFlush<I extends ManagerClientService.AsyncIface> |
|
ManagerClientService.Client |
|
ManagerClientService.Client.Factory |
|
ManagerClientService.getActiveTservers_args |
|
ManagerClientService.getActiveTservers_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.getActiveTservers_result |
|
ManagerClientService.getActiveTservers_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.getDelegationToken_args |
|
ManagerClientService.getDelegationToken_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.getDelegationToken_result |
|
ManagerClientService.getDelegationToken_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.getManagerStats_args |
|
ManagerClientService.getManagerStats_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.getManagerStats_result |
|
ManagerClientService.getManagerStats_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.Iface |
|
ManagerClientService.initiateFlush_args |
|
ManagerClientService.initiateFlush_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.initiateFlush_result |
|
ManagerClientService.initiateFlush_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.modifyNamespaceProperties_args |
|
ManagerClientService.modifyNamespaceProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.modifyNamespaceProperties_result |
|
ManagerClientService.modifyNamespaceProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.modifySystemProperties_args |
|
ManagerClientService.modifySystemProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.modifySystemProperties_result |
|
ManagerClientService.modifySystemProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.modifyTableProperties_args |
|
ManagerClientService.modifyTableProperties_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.modifyTableProperties_result |
|
ManagerClientService.modifyTableProperties_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.Processor<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.getActiveTservers<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.getDelegationToken<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.getManagerStats<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.initiateFlush<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.modifyNamespaceProperties<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.modifySystemProperties<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.modifyTableProperties<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.removeNamespaceProperty<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.removeSystemProperty<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.removeTableProperty<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.reportSplitExtent<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.reportTabletStatus<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.setManagerGoalState<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.setNamespaceProperty<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.setSystemProperty<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.setTableProperty<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.shutdown<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.shutdownTabletServer<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.waitForBalance<I extends ManagerClientService.Iface> |
|
ManagerClientService.Processor.waitForFlush<I extends ManagerClientService.Iface> |
|
ManagerClientService.removeNamespaceProperty_args |
|
ManagerClientService.removeNamespaceProperty_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.removeNamespaceProperty_result |
|
ManagerClientService.removeNamespaceProperty_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.removeSystemProperty_args |
|
ManagerClientService.removeSystemProperty_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.removeSystemProperty_result |
|
ManagerClientService.removeSystemProperty_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.removeTableProperty_args |
|
ManagerClientService.removeTableProperty_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.removeTableProperty_result |
|
ManagerClientService.removeTableProperty_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.reportSplitExtent_args |
|
ManagerClientService.reportSplitExtent_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.reportTabletStatus_args |
|
ManagerClientService.reportTabletStatus_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setManagerGoalState_args |
|
ManagerClientService.setManagerGoalState_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setManagerGoalState_result |
|
ManagerClientService.setManagerGoalState_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setNamespaceProperty_args |
|
ManagerClientService.setNamespaceProperty_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setNamespaceProperty_result |
|
ManagerClientService.setNamespaceProperty_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setSystemProperty_args |
|
ManagerClientService.setSystemProperty_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setSystemProperty_result |
|
ManagerClientService.setSystemProperty_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setTableProperty_args |
|
ManagerClientService.setTableProperty_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.setTableProperty_result |
|
ManagerClientService.setTableProperty_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.shutdown_args |
|
ManagerClientService.shutdown_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.shutdown_result |
|
ManagerClientService.shutdown_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.shutdownTabletServer_args |
|
ManagerClientService.shutdownTabletServer_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.shutdownTabletServer_result |
|
ManagerClientService.shutdownTabletServer_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.waitForBalance_args |
|
ManagerClientService.waitForBalance_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.waitForBalance_result |
|
ManagerClientService.waitForBalance_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.waitForFlush_args |
|
ManagerClientService.waitForFlush_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerClientService.waitForFlush_result |
|
ManagerClientService.waitForFlush_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerGoalState |
|
ManagerMonitorInfo |
|
ManagerMonitorInfo._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ManagerState |
|
ManagerThriftClient |
|
MapCounter<KT> |
A Map counter for counting with longs or integers.
|
MaxCombiner |
A Combiner that interprets Values as Longs and returns the largest Long among them.
|
Merge |
|
Merge.MemoryConverter |
|
Merge.MergeException |
|
Merge.Size |
|
MetaBlockAlreadyExists |
Exception - Meta Block with the same name already exists.
|
MetaBlockDoesNotExist |
Exception - No such Meta Block with the given name.
|
MetadataLocationObtainer |
|
MetadataSchema |
Describes the table schema used for metadata tables
|
MetadataSchema.BlipSection |
Holds bulk-load-in-progress processing flags
|
MetadataSchema.DeletesSection |
Holds delete markers for potentially unused files/directories
|
MetadataSchema.DeletesSection.SkewedKeyValue |
Value to indicate that the row has been skewed/encoded.
|
MetadataSchema.ExternalCompactionSection |
|
MetadataSchema.ProblemSection |
Holds error message processing flags
|
MetadataSchema.ReservedSection |
Contains additional metadata in a reserved area not for tablets
|
MetadataSchema.ScanServerFileReferenceSection |
|
MetadataSchema.TabletsSection |
Used for storing information about tablets
|
MetadataSchema.TabletsSection.BulkFileColumnFamily |
Temporary markers that indicate a tablet loaded a bulk file
|
MetadataSchema.TabletsSection.ChoppedColumnFamily |
Column family for indicating that the files in a tablet have been trimmed to only include
data for the current tablet, so that they are safe to merge
|
MetadataSchema.TabletsSection.ClonedColumnFamily |
Temporary marker that indicates a tablet was successfully cloned
|
MetadataSchema.TabletsSection.CurrentLocationColumnFamily |
Column family for storing entries created by the TServer to indicate it has loaded a tablet
that it was assigned
|
MetadataSchema.TabletsSection.DataFileColumnFamily |
Column family for storing files used by a tablet
|
MetadataSchema.TabletsSection.ExternalCompactionColumnFamily |
|
MetadataSchema.TabletsSection.FutureLocationColumnFamily |
Column family for storing the assigned location
|
MetadataSchema.TabletsSection.LastLocationColumnFamily |
Column family for storing last location, as a hint for assignment
|
MetadataSchema.TabletsSection.LogColumnFamily |
Column family for storing write-ahead log entries
|
MetadataSchema.TabletsSection.ScanFileColumnFamily |
Column family for storing the set of files scanned with an isolated scanner, to prevent them
from being deleted
|
MetadataSchema.TabletsSection.ServerColumnFamily |
Column family for recording information used by the TServer
|
MetadataSchema.TabletsSection.SuspendLocationColumn |
Column family for storing suspension location, as a demand for assignment.
|
MetadataSchema.TabletsSection.TabletColumnFamily |
Column family for storing the tablet information needed by clients
|
MetadataServicer |
Provides a consolidated API for handling table metadata
|
MetadataTable |
|
MetadataTime |
Immutable metadata time object
|
MeterRegistryFactory |
|
MetricsGatherer<T> |
Interface used to gather metrics from RFiles.
|
MetricsProducer |
|
MetricsUtil |
|
MinCombiner |
A Combiner that interprets Values as Longs and returns the smallest Long among them.
|
MonitorUtil |
|
MultiIterator |
An iterator capable of iterating over other iterators in sorted order.
|
MultiLevelIndex |
|
MultiLevelIndex.BufferedWriter |
this class buffers writes to the index so that chunks of index blocks are contiguous in the
file instead of having index blocks sprinkled throughout the file making scans of the entire
index slow.
|
MultiLevelIndex.IndexEntry |
|
MultiLevelIndex.Reader |
|
MultiLevelIndex.Reader.IndexIterator |
|
MultiLevelIndex.Writer |
|
MultiScanResult |
|
MultiScanResult._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
MultiTableBatchWriter |
This class enables efficient batch writing to multiple tables.
|
MultiTableBatchWriterImpl |
|
MutableByteSequence |
|
Mutation |
Mutation represents an action that manipulates a row in a table.
|
Mutation.FamilyOptions |
Provides methods for setting the column family of a Mutation.
|
Mutation.MutationOptions |
Provides methods for setting the value of a Mutation.
|
Mutation.QualifierOptions |
Provides methods for setting the column qualifier of a Mutation.
|
Mutation.SERIALIZED_FORMAT |
Formats available for serializing Mutations.
|
Mutation.TimestampOptions |
Provides methods for setting the timestamp of a Mutation.
|
Mutation.VisibilityOptions |
Provides methods for setting the column visibility of a Mutation.
|
MutationsRejectedException |
Communicate the failed mutations of a BatchWriter back to the client.
|
Namespace |
|
NamespaceExistsException |
Thrown when the namespace specified already exists, and it was expected that it didn't
|
NamespaceId |
A strongly typed representation of a namespace ID.
|
NamespaceNotEmptyException |
Thrown when the namespace specified contains tables
|
NamespaceNotFoundException |
Thrown when the namespace specified doesn't exist when it was expected to
|
NamespaceOperations |
Provides an API for administering namespaces
All tables exist in a namespace.
|
NamespaceOperationsHelper |
|
NamespaceOperationsImpl |
|
NamespacePermission |
Accumulo namespace permissions.
|
Namespaces |
|
NewTableConfiguration |
This object stores table creation parameters.
|
NoCompression |
|
NoCryptoService |
The default encryption strategy which does nothing.
|
NoCryptoServiceFactory |
|
NoDeleteConstraint |
This constraint ensures mutations do not have deletes.
|
NoFileDecrypter |
|
NoFileEncrypter |
|
NoFlushOutputStream |
|
NoSuchMetaStoreException |
|
NoSuchScanIDException |
|
NoSuchScanIDException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
NotServingTabletException |
|
NotServingTabletException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
NullRateLimiter |
A rate limiter which doesn't actually limit rates at all.
|
NullToken |
|
NullType |
|
NumUtil |
|
OfflineScanner |
|
OpportunisticBlockCache |
|
OpTimer |
Provides a stop watch for timing a single type of event.
|
OptionDescriber |
The OptionDescriber interface allows you to set up iterator properties interactively in the
accumulo shell.
|
OptionDescriber.IteratorOptions |
|
OrIterator |
An iterator that provides a sorted-iteration of column qualifiers for a set of column families in
a row.
|
OrIterator.TermSource |
|
Pair<A,B> |
|
PairLexicoder<A extends Comparable<A>,B extends Comparable<B>> |
This class is a lexicoder that sorts a ComparablePair.
|
PartialKey |
Specifications for part of a Key .
|
PasswordToken |
|
PeekingIterator<E> |
|
PerTableCryptoServiceFactory |
A factory that loads a CryptoService based on TableId .
|
PluginConfig |
Encapsulates the configuration of an Accumulo server side plugin, which consist of a class name
and options.
|
PluginEnvironment |
This interface exposes Accumulo system level information to plugins in a stable manner.
|
PluginEnvironment.Configuration |
|
PreAllocatedArray<T> |
An ArrayList implementation that represents a type-safe pre-allocated array.
|
PreferredVolumeChooser |
|
PrintBCInfo |
|
PrintInfo |
|
Property |
|
PropertyType |
|
PropertyType.PortRange |
|
RandomVolumeChooser |
A VolumeChooser that selects a volume at random from the list of provided volumes.
|
Range |
This class is used to specify a range of Accumulo keys.
|
RateLimitedInputStream |
A decorator for an InputStream which limits the rate at which reads are performed.
|
RateLimitedOutputStream |
A decorator for OutputStream which limits the rate at which data may be written.
|
RateLimiter |
|
ReadOnlyRepo<T> |
Read only access to a repeatable persisted operation.
|
ReadOnlyTStore<T> |
Read only access to a Transaction Store.
|
ReadOnlyTStore.TStatus |
Possible operational status codes.
|
RecoveryStatus |
|
RecoveryStatus._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Reference |
A GC reference used for collecting files and directories into a single stream.
|
ReferenceDirectory |
A GC reference to a Tablet directory, like t-0003.
|
ReferencedTabletFile |
Object representing a tablet file that may exist in the metadata table.
|
ReferencedTabletFile.FileParts |
|
ReferenceFile |
A GC reference used for streaming and delete markers.
|
RegExFilter |
A Filter that matches entries based on Java regular expressions.
|
RegexGroupBalancer |
|
RelativeKey |
|
RelativeKey.SkippR |
|
Repo<T> |
Repeatable persisted operation
|
ReqVisFilter |
A Filter that matches entries with a non-empty ColumnVisibility.
|
Retry |
Encapsulates the retrying implementation for some operation.
|
Retry.BuilderDone |
|
Retry.NeedsBackOffFactor |
|
Retry.NeedsLogInterval |
|
Retry.NeedsMaxWait |
|
Retry.NeedsRetries |
|
Retry.NeedsRetryDelay |
|
Retry.NeedsTimeIncrement |
|
Retry.RetryFactory |
|
ReverseLexicoder<T> |
A lexicoder that flips the sort order from another lexicoder.
|
RFile |
RFile is Accumulo's internal storage format for Key Value pairs.
|
RFile |
|
RFile.InputArguments |
This is an intermediate interface in a larger builder pattern.
|
RFile.OutputArguments |
This is an intermediate interface in a larger builder pattern.
|
RFile.Reader |
|
RFile.ScannerFSOptions |
This is an intermediate interface in a larger builder pattern.
|
RFile.ScannerOptions |
This is an intermediate interface in a larger builder pattern.
|
RFile.SummaryFSOptions |
This is an intermediate interface in a larger builder pattern.
|
RFile.SummaryInputArguments |
This is an intermediate interface in a larger builder pattern.
|
RFile.SummaryOptions |
This is an intermediate interface in a large builder pattern.
|
RFile.Writer |
|
RFile.WriterFSOptions |
This is an intermediate interface in a larger builder pattern.
|
RFile.WriterOptions |
This is an intermediate interface in a larger builder pattern.
|
RFileCipherOutputStream |
This class extends CipherOutputStream to include a way to track the number of bytes that
have been encrypted by the stream.
|
RFileOperations |
|
RFileSource |
RFile metadata is stored at the end of the file.
|
RFileWriter |
This class provides an API for writing RFiles.
|
RootTable |
|
RootTabletLocator |
|
RootTabletMetadata |
This class is used to serialize and deserialize root tablet metadata using GSon.
|
RowColumnSampler |
This sampler can hash any subset of a Key's fields.
|
RowDeletingIterator |
An iterator for deleting whole rows.
|
RowEncodingIterator |
The RowEncodingIterator is designed to provide row-isolation so that queries see mutations as
atomic.
|
RowFilter |
This iterator makes it easy to select rows that meet a given criteria.
|
RowFunctor |
|
RowIterator |
Group Key/Value pairs into Iterators over rows.
|
RowSampler |
Builds a sample based on entire rows.
|
RunningCompaction |
|
RunningCompactionInfo |
|
SampleIterator |
|
SampleNotPresentException |
Exception thrown when a table does not have sampling configured or when sampling is configured
but it differs from what was requested.
|
Sampler |
A function that decides which key values are stored in a tables sample.
|
SamplerConfiguration |
This class encapsulates configuration and options needed to setup and use sampling.
|
SamplerConfigurationImpl |
|
SamplerFactory |
|
SaslClientDigestCallbackHandler |
Client-side callbackhandler for sasl authentication which is the client-side sibling to the
server-side SaslDigestCallbackHandler .
|
SaslConnectionParams |
Connection parameters for setting up a TSaslTransportFactory
|
SaslConnectionParams.QualityOfProtection |
|
SaslConnectionParams.SaslMechanism |
The SASL mechanism to use for authentication
|
SaslDigestCallbackHandler |
Common serialization methods across the client and server callback handlers for SASL.
|
ScanCacheProvider |
|
ScanDispatch |
Encapsulates information about how a scan should be executed.
|
ScanDispatch.Builder |
|
ScanDispatch.CacheUsage |
Communicates how a scan should use cache.
|
ScanDispatcher |
A per table scan dispatcher that decides which executor should be used to process a scan.
|
ScanDispatcher.DispatchParameters |
|
ScanDispatcher.InitParameters |
|
ScanExecutor |
Interface for obtaining information about a scan executor
|
ScanExecutor.Config |
|
ScanInfo |
Provides information about an active Accumulo scan against a tablet.
|
ScanInfo.Type |
|
Scanner |
Scans a table over a given range.
|
ScannerBase |
This class hosts configuration methods that are shared between different types of scanners.
|
ScannerBase.ConsistencyLevel |
Consistency level for the scanner.
|
ScannerImpl |
provides scanner functionality
"Clients can iterate over multiple column families, and there are several mechanisms for limiting
the rows, columns, and timestamps traversed by a scan.
|
ScannerIterator |
|
ScannerOptions |
|
ScanPrioritizer |
A factory for creating comparators used for prioritizing scans.
|
ScanPrioritizer.CreateParameters |
|
ScanResult |
|
ScanResult._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ScanServerAttempt |
This object is used to communicate what previous actions were attempted, when they were
attempted, and the result of those attempts
|
ScanServerAttempt.Result |
|
ScanServerAttemptsImpl |
This class is used to track scan attempts for the ScanServerSelector.
|
ScanServerBusyException |
|
ScanServerBusyException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ScanServerInfo |
Information about a scan server.
|
ScanServerRefTabletFile |
|
ScanServerSelections |
|
ScanServerSelector |
A client side plugin that determines what scan servers to use for eventually consistent scans.
|
ScanServerSelector.InitParameters |
|
ScanServerSelector.SelectorParameters |
|
ScanState |
|
ScanState |
|
ScanType |
|
ScanType |
|
Section |
|
SecurityErrorCode |
|
SecurityErrorCode |
|
SecurityOperations |
Provides a class for managing users and permissions
|
SecurityOperationsImpl |
|
SeekableByteArrayInputStream |
This class is like byte array input stream with two differences.
|
SeekableDataInputStream |
A wrapper converting a Seekable InputStream into a Seekable
DataInputStream
|
SeekingFilter |
Base class for filters that can skip over key-value pairs which do not match their filter
predicate.
|
SeekingFilter.AdvanceResult |
|
SeekingFilter.FilterResult |
|
SequenceFileIterator |
|
SequenceLexicoder<E> |
A Lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each
encoded element sorts lexicographically.
|
ServerFilter |
An optimized version of Filter .
|
ServerSkippingIterator |
|
ServerWrappingIterator |
|
ServiceEnvironment |
This interface exposes Accumulo system level information to plugins in a stable manner.
|
ServiceEnvironment.Configuration |
|
ServiceLock |
|
ServiceLock.AccumuloLockWatcher |
|
ServiceLock.LockLossReason |
|
ServiceLock.LockWatcher |
|
ServiceLock.ServiceLockPath |
|
ServiceLockData |
|
ServiceLockData.ServiceDescriptor |
An object that describes a process, the group assigned to that process, the Thrift service and
the address to use to communicate with that service.
|
ServiceLockData.ServiceDescriptors |
A set of ServiceDescriptor's
|
ServiceLockData.ThriftService |
Thrift Service list
|
ShardedTableDistributionFormatter |
Formats the rows in a METADATA table scan to show distribution of shards over servers per day.
|
SharedRateLimiterFactory |
Provides the ability to retrieve a RateLimiter keyed to a specific string, which will
dynamically update its rate according to a specified callback function.
|
SharedRateLimiterFactory.RateProvider |
A callback which provides the current rate for a RateLimiter .
|
ShellCompactCommandConfigurer |
The compaction configurer is used by the shell compact command.
|
ShellCompactCommandSelector |
The compaction selector is used by the shell compact command.
|
ShutdownUtil |
|
SimpleCompactionDispatcher |
Dispatcher that supports simple configuration for making tables use compaction services.
|
SimpleLoadBalancer |
A simple tablet balancer that attempts to spread tablets out evenly across all available tablet
servers.
|
SimpleScanDispatcher |
|
SingletonManager |
This class automates management of static singletons that maintain state for Accumulo clients.
|
SingletonManager.Mode |
These enums determine the behavior of the SingletonManager.
|
SingletonReservation |
|
SingletonService |
The SingletonManager uses this interface to enable and disable singleton services.
|
SiteConfiguration |
An AccumuloConfiguration which first loads any properties set on the command-line (using
the -o option) and then from accumulo.properties.
|
SiteConfiguration.Buildable |
|
SiteConfiguration.OverridesOption |
|
SizeConstants |
|
SkippingIterator |
|
Snappy |
|
SortedKeyIterator |
|
SortedKeyValueIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> |
An iterator that supports iterating over key and value pairs.
|
SortedMapIterator |
A simple iterator over a Java SortedMap
Note that this class is intended as an in-memory replacement for RFile$Reader, so its behavior
reflects the same assumptions; namely, that this iterator is not responsible for respecting the
columnFamilies passed into seek().
|
SortSkew |
|
SourceSwitchingIterator |
A SortedKeyValueIterator which presents a view over some section of data, regardless of whether
or not it is backed by memory (InMemoryMap) or an RFile (InMemoryMap that was minor compacted to
a file).
|
SourceSwitchingIterator.DataSource |
|
SpaceAwareVolumeChooser |
A PreferredVolumeChooser that takes remaining HDFS space into account when making a
volume choice rather than a simpler round-robin.
|
SplitLarge |
Split an RFile into large and small key/value files.
|
SslConnectionParams |
|
StackOverflowException |
|
Stat |
|
StatisticsDisplayFormatter |
Does not show contents from scan, only displays statistics.
|
Stats |
|
StatsIterator |
|
StopWatch<K extends Enum<K>> |
|
StoredTabletFile |
Object representing a tablet file entry stored in the metadata table.
|
StringLexicoder |
This lexicoder encodes/decodes a given String to/from bytes without further processing.
|
Summarizer |
Instances of this interface can be configured for Accumulo tables.
|
Summarizer.Collector |
|
Summarizer.Combiner |
|
Summarizer.StatisticConsumer |
|
SummarizerConfiguration |
This class encapsulates the configuration needed to instantiate a Summarizer .
|
SummarizerConfiguration.Builder |
|
SummarizerConfigurationUtil |
|
SummarizerFactory |
|
Summary |
This class encapsulates summary statistics, information about how those statistics were
generated, and information about files the statistics were obtained from.
|
Summary.FileStatistics |
|
SummaryCollection |
This class facilitates merging, storing, and serializing (to/from thrift) intermediate summary
information.
|
SummaryReader |
|
SummaryRetriever |
This interface allows configuring where and which summary data to retrieve before retrieving it.
|
SummaryWriter |
|
SummingArrayCombiner |
A Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.
|
SummingArrayCombiner.DOSArrayEncoder<V> |
|
SummingArrayCombiner.FixedLongArrayEncoder |
|
SummingArrayCombiner.StringArrayEncoder |
|
SummingArrayCombiner.Type |
|
SummingArrayCombiner.VarLongArrayEncoder |
|
SummingCombiner |
A Combiner that interprets Values as Longs and returns their sum.
|
SuspendingTServer |
For a suspended tablet, the time of suspension and the server it was suspended from.
|
SynchronizedIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> |
Wraps a SortedKeyValueIterator so that all of its methods are synchronized.
|
SynchronizedServerFilter |
A SortedKeyValueIterator similar to ServerFilter but
with the implemented methods marked as synchronized.
|
SynchronousLoadingBlockCache |
This class implements loading in such a way that load operations for the same block will not run
concurrently.
|
SyncingTabletLocator |
Syncs itself with the static collection of TabletLocators, so that when the server clears it, it
will automatically get the most up-to-date version.
|
SystemIteratorUtil |
System utility class.
|
SystemPermission |
Accumulo system permissions.
|
TableDeletedException |
This exception is thrown if a table is deleted after an operation starts.
|
TableExistsException |
Thrown when the table specified already exists, and it was expected that it didn't
|
TableId |
A strongly typed representation of a table ID.
|
TableInfo |
|
TableInfo._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TableLoadBalancer |
|
TableMap |
Used for thread safe caching of immutable table ID maps.
|
TableNameUtil |
|
TableNotFoundException |
Thrown when the table specified doesn't exist when it was expected to
|
TableOfflineException |
|
TableOperation |
|
TableOperationExceptionType |
|
TableOperations |
Provides a class for administering tables
|
TableOperations.ImportDestinationArguments |
|
TableOperations.ImportMappingOptions |
Options giving control of how the bulk import file mapping is done.
|
TableOperations.ImportOptions |
|
TableOperationsHelper |
|
TableOperationsImpl |
|
TablePermission |
Accumulo table permissions.
|
TableState |
|
TableStatistics |
|
TableStatisticsImpl |
|
TabletBalancer |
This class is responsible for managing the distribution of tablets throughout an Accumulo
cluster.
|
TabletBalancer.AssignmentParameters |
An interface for grouping parameters required for the balancer to assign unassigned tablets.
|
TabletBalancer.BalanceParameters |
An interface for grouping parameters required for the balancer to balance tablets.
|
TabletDeletedException |
|
TabletFile |
An interface that represents different types of file references that are handled by code that
processes tablet files.
|
TabletId |
A TabletId provides the information needed to uniquely identify a tablet.
|
TabletIdImpl |
|
TabletIngestClientService |
|
TabletIngestClientService.applyUpdates_args |
|
TabletIngestClientService.applyUpdates_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.AsyncClient |
|
TabletIngestClientService.AsyncClient.applyUpdates_call |
|
TabletIngestClientService.AsyncClient.closeConditionalUpdate_call |
|
TabletIngestClientService.AsyncClient.closeUpdate_call |
|
TabletIngestClientService.AsyncClient.conditionalUpdate_call |
|
TabletIngestClientService.AsyncClient.Factory |
|
TabletIngestClientService.AsyncClient.invalidateConditionalUpdate_call |
|
TabletIngestClientService.AsyncClient.loadFiles_call |
|
TabletIngestClientService.AsyncClient.startConditionalUpdate_call |
|
TabletIngestClientService.AsyncClient.startUpdate_call |
|
TabletIngestClientService.AsyncClient.update_call |
|
TabletIngestClientService.AsyncIface |
|
TabletIngestClientService.AsyncProcessor<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.applyUpdates<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.closeConditionalUpdate<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.closeUpdate<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.conditionalUpdate<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.invalidateConditionalUpdate<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.loadFiles<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.startConditionalUpdate<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.startUpdate<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.AsyncProcessor.update<I extends TabletIngestClientService.AsyncIface> |
|
TabletIngestClientService.Client |
|
TabletIngestClientService.Client.Factory |
|
TabletIngestClientService.closeConditionalUpdate_args |
|
TabletIngestClientService.closeConditionalUpdate_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.closeUpdate_args |
|
TabletIngestClientService.closeUpdate_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.closeUpdate_result |
|
TabletIngestClientService.closeUpdate_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.conditionalUpdate_args |
|
TabletIngestClientService.conditionalUpdate_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.conditionalUpdate_result |
|
TabletIngestClientService.conditionalUpdate_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.Iface |
|
TabletIngestClientService.invalidateConditionalUpdate_args |
|
TabletIngestClientService.invalidateConditionalUpdate_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.invalidateConditionalUpdate_result |
|
TabletIngestClientService.invalidateConditionalUpdate_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.loadFiles_args |
|
TabletIngestClientService.loadFiles_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.Processor<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.applyUpdates<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.closeConditionalUpdate<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.closeUpdate<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.conditionalUpdate<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.invalidateConditionalUpdate<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.loadFiles<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.startConditionalUpdate<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.startUpdate<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.Processor.update<I extends TabletIngestClientService.Iface> |
|
TabletIngestClientService.startConditionalUpdate_args |
|
TabletIngestClientService.startConditionalUpdate_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.startConditionalUpdate_result |
|
TabletIngestClientService.startConditionalUpdate_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.startUpdate_args |
|
TabletIngestClientService.startUpdate_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.startUpdate_result |
|
TabletIngestClientService.startUpdate_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.update_args |
|
TabletIngestClientService.update_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientService.update_result |
|
TabletIngestClientService.update_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletIngestClientServiceThriftClient |
Client side object that can be used to interact with services that support ingest operations
against tablets.
|
TabletLoadState |
|
TabletLocationState |
When a tablet is assigned, we mark its future location.
|
TabletLocationState.BadLocationStateException |
|
TabletLocator |
|
TabletLocator.TabletLocation |
|
TabletLocator.TabletLocations |
|
TabletLocator.TabletServerMutations<T extends Mutation> |
|
TabletLocatorImpl |
|
TabletLocatorImpl.TabletLocationObtainer |
|
TabletLocatorImpl.TabletServerLockChecker |
|
TabletLogger |
This class contains source for logs messages about a tablets internal state, like its location,
set of files, metadata.
|
TabletManagementClientService |
|
TabletManagementClientService.AsyncClient |
|
TabletManagementClientService.AsyncClient.chop_call |
|
TabletManagementClientService.AsyncClient.Factory |
|
TabletManagementClientService.AsyncClient.flushTablet_call |
|
TabletManagementClientService.AsyncClient.loadTablet_call |
|
TabletManagementClientService.AsyncClient.splitTablet_call |
|
TabletManagementClientService.AsyncClient.unloadTablet_call |
|
TabletManagementClientService.AsyncIface |
|
TabletManagementClientService.AsyncProcessor<I extends TabletManagementClientService.AsyncIface> |
|
TabletManagementClientService.AsyncProcessor.chop<I extends TabletManagementClientService.AsyncIface> |
|
TabletManagementClientService.AsyncProcessor.flushTablet<I extends TabletManagementClientService.AsyncIface> |
|
TabletManagementClientService.AsyncProcessor.loadTablet<I extends TabletManagementClientService.AsyncIface> |
|
TabletManagementClientService.AsyncProcessor.splitTablet<I extends TabletManagementClientService.AsyncIface> |
|
TabletManagementClientService.AsyncProcessor.unloadTablet<I extends TabletManagementClientService.AsyncIface> |
|
TabletManagementClientService.chop_args |
|
TabletManagementClientService.chop_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletManagementClientService.Client |
|
TabletManagementClientService.Client.Factory |
|
TabletManagementClientService.flushTablet_args |
|
TabletManagementClientService.flushTablet_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletManagementClientService.Iface |
|
TabletManagementClientService.loadTablet_args |
|
TabletManagementClientService.loadTablet_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletManagementClientService.Processor<I extends TabletManagementClientService.Iface> |
|
TabletManagementClientService.Processor.chop<I extends TabletManagementClientService.Iface> |
|
TabletManagementClientService.Processor.flushTablet<I extends TabletManagementClientService.Iface> |
|
TabletManagementClientService.Processor.loadTablet<I extends TabletManagementClientService.Iface> |
|
TabletManagementClientService.Processor.splitTablet<I extends TabletManagementClientService.Iface> |
|
TabletManagementClientService.Processor.unloadTablet<I extends TabletManagementClientService.Iface> |
|
TabletManagementClientService.splitTablet_args |
|
TabletManagementClientService.splitTablet_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletManagementClientService.splitTablet_result |
|
TabletManagementClientService.splitTablet_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletManagementClientService.unloadTablet_args |
|
TabletManagementClientService.unloadTablet_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletManagementClientServiceThriftClient |
Client side object that can be used to interact with services that support management operations
against tablets.
|
TabletMetadata |
|
TabletMetadata.ColumnType |
|
TabletMetadata.Location |
|
TabletMetadata.LocationType |
|
TabletMigration |
|
TabletScanClientService |
|
TabletScanClientService.AsyncClient |
|
TabletScanClientService.AsyncClient.closeMultiScan_call |
|
TabletScanClientService.AsyncClient.closeScan_call |
|
TabletScanClientService.AsyncClient.continueMultiScan_call |
|
TabletScanClientService.AsyncClient.continueScan_call |
|
TabletScanClientService.AsyncClient.Factory |
|
TabletScanClientService.AsyncClient.getActiveScans_call |
|
TabletScanClientService.AsyncClient.startMultiScan_call |
|
TabletScanClientService.AsyncClient.startScan_call |
|
TabletScanClientService.AsyncIface |
|
TabletScanClientService.AsyncProcessor<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.AsyncProcessor.closeMultiScan<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.AsyncProcessor.closeScan<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.AsyncProcessor.continueMultiScan<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.AsyncProcessor.continueScan<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.AsyncProcessor.getActiveScans<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.AsyncProcessor.startMultiScan<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.AsyncProcessor.startScan<I extends TabletScanClientService.AsyncIface> |
|
TabletScanClientService.Client |
|
TabletScanClientService.Client.Factory |
|
TabletScanClientService.closeMultiScan_args |
|
TabletScanClientService.closeMultiScan_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.closeMultiScan_result |
|
TabletScanClientService.closeMultiScan_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.closeScan_args |
|
TabletScanClientService.closeScan_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.continueMultiScan_args |
|
TabletScanClientService.continueMultiScan_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.continueMultiScan_result |
|
TabletScanClientService.continueMultiScan_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.continueScan_args |
|
TabletScanClientService.continueScan_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.continueScan_result |
|
TabletScanClientService.continueScan_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.getActiveScans_args |
|
TabletScanClientService.getActiveScans_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.getActiveScans_result |
|
TabletScanClientService.getActiveScans_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.Iface |
|
TabletScanClientService.Processor<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.Processor.closeMultiScan<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.Processor.closeScan<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.Processor.continueMultiScan<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.Processor.continueScan<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.Processor.getActiveScans<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.Processor.startMultiScan<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.Processor.startScan<I extends TabletScanClientService.Iface> |
|
TabletScanClientService.startMultiScan_args |
|
TabletScanClientService.startMultiScan_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.startMultiScan_result |
|
TabletScanClientService.startMultiScan_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.startScan_args |
|
TabletScanClientService.startScan_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientService.startScan_result |
|
TabletScanClientService.startScan_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletScanClientServiceThriftClient |
Client side object that can be used to interact with services that support scan operations
against tablets.
|
TabletServerBatchDeleter |
|
TabletServerBatchReader |
|
TabletServerBatchReaderIterator |
|
TabletServerBatchReaderIterator.ResultReceiver |
|
TabletServerBatchWriter |
|
TabletServerClientService |
|
TabletServerClientService.AsyncClient |
|
TabletServerClientService.AsyncClient.compact_call |
|
TabletServerClientService.AsyncClient.compactionJobFailed_call |
|
TabletServerClientService.AsyncClient.compactionJobFinished_call |
|
TabletServerClientService.AsyncClient.contiuneGetSummaries_call |
|
TabletServerClientService.AsyncClient.Factory |
|
TabletServerClientService.AsyncClient.fastHalt_call |
|
TabletServerClientService.AsyncClient.flush_call |
|
TabletServerClientService.AsyncClient.getActiveCompactions_call |
|
TabletServerClientService.AsyncClient.getActiveLogs_call |
|
TabletServerClientService.AsyncClient.getCompactionQueueInfo_call |
|
TabletServerClientService.AsyncClient.getHistoricalStats_call |
|
TabletServerClientService.AsyncClient.getTabletServerStatus_call |
|
TabletServerClientService.AsyncClient.getTabletStats_call |
|
TabletServerClientService.AsyncClient.halt_call |
|
TabletServerClientService.AsyncClient.removeLogs_call |
|
TabletServerClientService.AsyncClient.reserveCompactionJob_call |
|
TabletServerClientService.AsyncClient.startGetSummaries_call |
|
TabletServerClientService.AsyncClient.startGetSummariesForPartition_call |
|
TabletServerClientService.AsyncClient.startGetSummariesFromFiles_call |
|
TabletServerClientService.AsyncIface |
|
TabletServerClientService.AsyncProcessor<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.compact<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.compactionJobFailed<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.compactionJobFinished<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.contiuneGetSummaries<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.fastHalt<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.flush<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.getActiveCompactions<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.getActiveLogs<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.getCompactionQueueInfo<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.getHistoricalStats<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.getTabletServerStatus<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.getTabletStats<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.halt<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.removeLogs<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.reserveCompactionJob<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.startGetSummaries<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.startGetSummariesForPartition<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.AsyncProcessor.startGetSummariesFromFiles<I extends TabletServerClientService.AsyncIface> |
|
TabletServerClientService.Client |
|
TabletServerClientService.Client.Factory |
|
TabletServerClientService.compact_args |
|
TabletServerClientService.compact_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.compactionJobFailed_args |
|
TabletServerClientService.compactionJobFailed_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.compactionJobFinished_args |
|
TabletServerClientService.compactionJobFinished_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.contiuneGetSummaries_args |
|
TabletServerClientService.contiuneGetSummaries_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.contiuneGetSummaries_result |
|
TabletServerClientService.contiuneGetSummaries_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.fastHalt_args |
|
TabletServerClientService.fastHalt_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.flush_args |
|
TabletServerClientService.flush_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getActiveCompactions_args |
|
TabletServerClientService.getActiveCompactions_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getActiveCompactions_result |
|
TabletServerClientService.getActiveCompactions_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getActiveLogs_args |
|
TabletServerClientService.getActiveLogs_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getActiveLogs_result |
|
TabletServerClientService.getActiveLogs_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getCompactionQueueInfo_args |
|
TabletServerClientService.getCompactionQueueInfo_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getCompactionQueueInfo_result |
|
TabletServerClientService.getCompactionQueueInfo_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getHistoricalStats_args |
|
TabletServerClientService.getHistoricalStats_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getHistoricalStats_result |
|
TabletServerClientService.getHistoricalStats_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getTabletServerStatus_args |
|
TabletServerClientService.getTabletServerStatus_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getTabletServerStatus_result |
|
TabletServerClientService.getTabletServerStatus_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getTabletStats_args |
|
TabletServerClientService.getTabletStats_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.getTabletStats_result |
|
TabletServerClientService.getTabletStats_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.halt_args |
|
TabletServerClientService.halt_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.halt_result |
|
TabletServerClientService.halt_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.Iface |
|
TabletServerClientService.Processor<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.compact<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.compactionJobFailed<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.compactionJobFinished<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.contiuneGetSummaries<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.fastHalt<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.flush<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.getActiveCompactions<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.getActiveLogs<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.getCompactionQueueInfo<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.getHistoricalStats<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.getTabletServerStatus<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.getTabletStats<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.halt<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.removeLogs<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.reserveCompactionJob<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.startGetSummaries<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.startGetSummariesForPartition<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.Processor.startGetSummariesFromFiles<I extends TabletServerClientService.Iface> |
|
TabletServerClientService.removeLogs_args |
|
TabletServerClientService.removeLogs_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.reserveCompactionJob_args |
|
TabletServerClientService.reserveCompactionJob_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.reserveCompactionJob_result |
|
TabletServerClientService.reserveCompactionJob_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.startGetSummaries_args |
|
TabletServerClientService.startGetSummaries_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.startGetSummaries_result |
|
TabletServerClientService.startGetSummaries_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.startGetSummariesForPartition_args |
|
TabletServerClientService.startGetSummariesForPartition_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.startGetSummariesForPartition_result |
|
TabletServerClientService.startGetSummariesForPartition_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.startGetSummariesFromFiles_args |
|
TabletServerClientService.startGetSummariesFromFiles_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerClientService.startGetSummariesFromFiles_result |
|
TabletServerClientService.startGetSummariesFromFiles_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerId |
|
TabletServerIdImpl |
|
TabletServerStatus |
|
TabletServerStatus._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletServerThriftClient |
Client side object that can be used to interact with services that support operations against
TabletServers.
|
TabletsMetadata |
An abstraction layer for reading tablet metadata from the accumulo.metadata and accumulo.root
tables.
|
TabletsMetadata.Builder |
|
TabletsMetadata.Options |
|
TabletsMetadata.RangeOptions |
|
TabletsMetadata.TableOptions |
|
TabletsMetadata.TableRangeOptions |
|
TabletSplit |
|
TabletSplit._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletState |
|
TabletStatistics |
|
TabletStatisticsImpl |
|
TabletStats |
|
TabletStats._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TabletType |
|
TableZooHelper |
|
TAuthenticationKey |
|
TAuthenticationKey._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TAuthenticationTokenIdentifier |
|
TAuthenticationTokenIdentifier._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TBufferedSocket |
|
TCMResult |
|
TCMResult._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TCMStatus |
|
TColumn |
|
TColumn._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TCompactionKind |
|
TCompactionQueueSummary |
|
TCompactionQueueSummary._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TCompactionReason |
|
TCompactionState |
|
TCompactionStats |
|
TCompactionStats._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TCompactionStatusUpdate |
|
TCompactionStatusUpdate._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TCompactionType |
|
TCondition |
|
TCondition._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TConditionalMutation |
|
TConditionalMutation._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TConditionalSession |
|
TConditionalSession._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TConstraintViolationSummary |
|
TConstraintViolationSummary._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TCredentials |
|
TCredentials._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TDelegationToken |
|
TDelegationToken._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TDelegationTokenConfig |
|
TDelegationTokenConfig._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TDiskUsage |
|
TDiskUsage._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TDurability |
|
TExternalCompaction |
|
TExternalCompaction._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TExternalCompactionJob |
|
TExternalCompactionJob._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TExternalCompactionList |
|
TExternalCompactionList._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TextLexicoder |
A lexicoder that preserves a Text's native sort order.
|
TextUtil |
|
ThreadPools |
|
ThreadPools.ExecutionError |
|
Threads |
|
Threads.AccumuloDaemonThread |
|
ThriftClientTypes<C extends org.apache.thrift.TServiceClient> |
|
ThriftClientTypes.Exec<R,C> |
execute method with supplied client returning object of type R
|
ThriftClientTypes.ExecVoid<C> |
execute method with supplied client
|
ThriftConcurrentModificationException |
|
ThriftConcurrentModificationException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftMessageUtil |
Serializes and deserializes Thrift messages to and from byte arrays.
|
ThriftNotActiveServiceException |
|
ThriftNotActiveServiceException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftPropertyException |
|
ThriftPropertyException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftScanner |
|
ThriftScanner.ScanState |
|
ThriftScanner.ScanTimedOutException |
|
ThriftSecurityException |
|
ThriftSecurityException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTableOperationException |
|
ThriftTableOperationException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTest |
|
ThriftTest.AsyncClient |
|
ThriftTest.AsyncClient.Factory |
|
ThriftTest.AsyncClient.fails_call |
|
ThriftTest.AsyncClient.success_call |
|
ThriftTest.AsyncClient.throwsError_call |
|
ThriftTest.AsyncIface |
|
ThriftTest.AsyncProcessor<I extends ThriftTest.AsyncIface> |
|
ThriftTest.AsyncProcessor.fails<I extends ThriftTest.AsyncIface> |
|
ThriftTest.AsyncProcessor.success<I extends ThriftTest.AsyncIface> |
|
ThriftTest.AsyncProcessor.throwsError<I extends ThriftTest.AsyncIface> |
|
ThriftTest.Client |
|
ThriftTest.Client.Factory |
|
ThriftTest.fails_args |
|
ThriftTest.fails_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTest.fails_result |
|
ThriftTest.fails_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTest.Iface |
|
ThriftTest.Processor<I extends ThriftTest.Iface> |
|
ThriftTest.Processor.fails<I extends ThriftTest.Iface> |
|
ThriftTest.Processor.success<I extends ThriftTest.Iface> |
|
ThriftTest.Processor.throwsError<I extends ThriftTest.Iface> |
|
ThriftTest.success_args |
|
ThriftTest.success_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTest.success_result |
|
ThriftTest.success_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTest.throwsError_args |
|
ThriftTest.throwsError_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTest.throwsError_result |
|
ThriftTest.throwsError_result._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
ThriftTransportKey |
|
ThriftTransportPool |
|
ThriftTransportPool.TransportPoolShutdownException |
|
ThriftUtil |
Factory methods for creating Thrift client objects
|
ThrottledBalancerProblemReporter |
Throttles logging of balancer problems by storing the last log time for each problem and limiting
reports to once per minute.
|
ThrottledBalancerProblemReporter.OutstandingMigrationsProblem |
|
ThrottledBalancerProblemReporter.Problem |
|
TimedOutException |
|
TimeoutTabletLocator |
Throws a TimedOutException if the specified timeout duration elapses between two failed
TabletLocator calls.
|
TimeSettingIterator |
|
TimestampFilter |
A Filter that matches entries whose timestamps fall within a range.
|
TimeType |
The type of ordering to use for the table's entries (default is MILLIS)
|
TInfo |
|
TInfo._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TinyLfuBlockCache |
A block cache that is memory bounded using the W-TinyLFU eviction algorithm.
|
TinyLfuBlockCacheManager |
|
TIteratorSetting |
|
TIteratorSetting._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TKey |
|
TKey._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TKeyExtent |
|
TKeyExtent._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TKeyValue |
|
TKeyValue._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TMutation |
|
TMutation._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TooManyDeletesSelector |
|
TooManyFilesException |
|
TooManyFilesException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TraceProtocolFactory |
TCompactProtocol.Factory implementation which uses a protocol
which traces
|
TraceUtil |
|
TRange |
|
TRange._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TransformingIterator |
The TransformingIterator allows portions of a key (except for the row) to be transformed.
|
TransformingIterator.KVBuffer |
|
TRowRange |
|
TRowRange._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TSampleNotPresentException |
|
TSampleNotPresentException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TSamplerConfiguration |
|
TSamplerConfiguration._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TServerClient<C extends org.apache.thrift.TServiceClient> |
|
TServerInstance |
A tablet is assigned to a tablet server at the given address as long as it is alive and well.
|
TServerStatus |
|
TServerStatusImpl |
|
TStore<T> |
Transaction Store: a place to save transactions
A transaction consists of a number of operations.
|
TSummaries |
|
TSummaries._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TSummarizerConfiguration |
|
TSummarizerConfiguration._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TSummary |
|
TSummary._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TSummaryRequest |
|
TSummaryRequest._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TTimeoutTransport |
A utility class for setting up a TTransport with various necessary configurations for
ideal performance in Accumulo.
|
TUnloadTabletGoal |
|
TVersionedProperties |
|
TVersionedProperties._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
TypedValueCombiner<V> |
A Combiner that decodes each Value to type V before reducing, then encodes the result of
typedReduce back to Value.
|
UGIAssumingTransport |
The Thrift SASL transports call Sasl.createSaslServer and Sasl.createSaslClient inside open().
|
UGIAssumingTransportFactory |
A TransportFactory that wraps another one, but assumes a specified UGI before calling through.
|
UIntegerLexicoder |
A lexicoder for an unsigned integer.
|
ULongLexicoder |
Unsigned long lexicoder.
|
UnknownCompactionIdException |
|
UnknownCompactionIdException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
UnreferencedTabletFile |
A file that is not intended to be added to a tablet as a reference, within the scope of the code
using this class, but needs to be passed to code that processes tablet files.
|
UnsynchronizedBuffer |
A utility class for reading and writing bytes to byte buffers without synchronization.
|
UnsynchronizedBuffer.Reader |
A byte buffer reader.
|
UnsynchronizedBuffer.Writer |
A byte buffer writer.
|
UpdateErrors |
|
UpdateErrors._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
URLContextClassLoaderFactory |
The default implementation of ContextClassLoaderFactory.
|
UserCompactionUtils |
|
UserCompactionUtils.Decoder<T> |
|
UserCompactionUtils.Encoder<T> |
|
UserCompactionUtils.PluginConfigData |
|
Utils |
Supporting Utility classes used by TFile, and shared by users of TFile.
|
Utils.Version |
A generic Version class.
|
UtilWaitThread |
|
UUIDLexicoder |
A lexicoder for a UUID that maintains its lexicographic sorting order.
|
ValidationUtil |
Utility class for validation of tablet file paths.
|
Validator<T> |
A class that validates arguments of a specified generic type.
|
Validators |
|
Value |
A byte sequence that is usable as a key or value.
|
Value.Comparator |
A Comparator optimized for Value.
|
ValueFormatException |
Exception used for TypedValueCombiner and it's Encoders decode() function
|
Version |
|
VersioningIterator |
|
Violations |
A class for accumulating constraint violations across a number of mutations.
|
VisibilityConstraint |
A constraint that checks the visibility of columns against the actor's authorizations.
|
VisibilityEvaluator |
A class which evaluates visibility expressions against a set of authorizations.
|
VisibilityFilter |
A SortedKeyValueIterator that filters based on ColumnVisibility.
|
VisibilityFilter |
A SortedKeyValueIterator that filters based on ColumnVisibility and optimized for use with system
iterators.
|
VisibilityMetric |
Class that holds the components of a visibility metric.
|
VisibilityParseException |
An exception thrown when a visibility string cannot be parsed.
|
VisibilitySummarizer |
Counts column visibility labels.
|
VisMetricsGatherer |
This class provides visibility metrics per locality group.
|
Volume |
Encapsulates a FileSystem and a base Path within that filesystem.
|
VolumeChooser |
Helper used to select a volume from a set of Volume URIs.
|
VolumeChooserEnvironment |
|
VolumeChooserEnvironment.Scope |
A scope for the volume chooser environment; a TABLE scope should be accompanied by a tableId.
|
VolumeConfiguration |
|
VolumeImpl |
Basic Volume implementation that contains a FileSystem and a base path that should be used within
that filesystem.
|
WholeColumnFamilyIterator |
The WholeColumnFamilyIterator is designed to provide row/cf-isolation so that queries see
mutations as atomic.
|
WholeRowIterator |
The WholeRowIterator is designed to provide row-isolation so that queries see mutations as
atomic.
|
WrappingIterator |
A convenience class for implementing iterators that select, but do not modify, entries read from
a source iterator.
|
Writer |
|
YieldCallback<K> |
This callback handles the state of yielding within an iterator
|
YieldingKeyValueIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> |
An iterator that supports yielding on a next or seek call (only used by SortedKeyValueIterators)
|
ZooCache |
A cache for values stored in ZooKeeper.
|
ZooCache.ZcStat |
|
ZooCacheFactory |
|
ZookeeperLockChecker |
|
ZooReader |
|
ZooReader.ZKFunction<R> |
|
ZooReader.ZKFunctionMutator<R> |
|
ZooReaderWriter |
|
ZooReaderWriter.Mutator |
|
ZooReservation |
|
ZooSession |
|
ZooSession.ZooSessionShutdownException |
|
ZooStore<T> |
|
ZooUtil |
|
ZooUtil.LockID |
|
ZooUtil.NodeExistsPolicy |
|
ZooUtil.NodeMissingPolicy |
|
ZStandard |
|