Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractEncoder<T> - Class in org.apache.accumulo.core.client.lexicoder
-
AbstractEncoder is an
Encoder
that implements all of Encoder's methods validating the input, but has those methods defer logic to to a new method,AbstractEncoder.decodeUnchecked(byte[], int, int)
. - AbstractEncoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
- AbstractHashSampler - Class in org.apache.accumulo.core.client.sample
-
A base class that can be used to create Samplers based on hashing.
- AbstractHashSampler() - Constructor for class org.apache.accumulo.core.client.sample.AbstractHashSampler
- AbstractInputFormat<K,
V> - Class in org.apache.accumulo.core.client.mapred -
An abstract input format to provide shared methods common to all other input format classes.
- AbstractInputFormat<K,
V> - Class in org.apache.accumulo.core.client.mapreduce -
An abstract input format to provide shared methods common to all other input format classes.
- AbstractInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat
- AbstractInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
- AbstractInputFormat.AbstractRecordReader<K,
V> - Class in org.apache.accumulo.core.client.mapred - AbstractInputFormat.AbstractRecordReader<K,
V> - Class in org.apache.accumulo.core.client.mapreduce - AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- accept(Key) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
- accept(Key) - Method in interface org.apache.accumulo.core.client.sample.Sampler
- ACCEPTED - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
conditions were met and mutation was written
- ACCUMULO_PROPERTIES - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts
-
Deprecated.
- AccumuloException - Exception in org.apache.accumulo.core.client
-
A generic Accumulo Exception for general accumulo failures.
- AccumuloException(String) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
- AccumuloException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
- AccumuloException(Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
- AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapred
-
This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted byKey
), as this is an important requirement of Accumulo data files. - AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted byKey
), as this is an important requirement of Accumulo data files. - AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
- AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
- AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapred
-
This class allows MapReduce jobs to use Accumulo as the source of data.
- AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
This class allows MapReduce jobs to use Accumulo as the source of data.
- AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
- AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
- AccumuloMultiTableInputFormat - Class in org.apache.accumulo.core.client.mapred
-
This class allows MapReduce jobs to use multiple Accumulo tables as the source of data.
- AccumuloMultiTableInputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
This class allows MapReduce jobs to use multiple Accumulo tables as the source of data.
- AccumuloMultiTableInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
- AccumuloMultiTableInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
- AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapred
-
This class allows MapReduce jobs to use Accumulo as the sink for data.
- AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
This class allows MapReduce jobs to use Accumulo as the sink for data.
- AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
- AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
- AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapred
-
A base class to be used to create
RecordWriter
instances that write to Accumulo. - AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapreduce
-
A base class to be used to create
RecordWriter
instances that write to Accumulo. - AccumuloRecordWriter(JobConf) - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
- AccumuloRecordWriter(TaskAttemptContext) - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
- AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapred
-
This class allows MapReduce jobs to use Accumulo as the source of data.
- AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
This class allows MapReduce jobs to use Accumulo as the source of data.
- AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
- AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
- AccumuloSecurityException - Exception in org.apache.accumulo.core.client
-
An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
- AccumuloSecurityException(String, SecurityErrorCode) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(String, SecurityErrorCode, String) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(String, SecurityErrorCode, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(String, SecurityErrorCode, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(ThriftSecurityException) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
-
Construct a user-facing exception from a serialized version.
- ActiveCompaction - Class in org.apache.accumulo.core.client.admin
- ActiveCompaction() - Constructor for class org.apache.accumulo.core.client.admin.ActiveCompaction
- ActiveCompaction.CompactionReason - Enum in org.apache.accumulo.core.client.admin
- ActiveCompaction.CompactionType - Enum in org.apache.accumulo.core.client.admin
- ActiveScan - Class in org.apache.accumulo.core.client.admin
-
A class that contains information about an ActiveScan
- ActiveScan() - Constructor for class org.apache.accumulo.core.client.admin.ActiveScan
- add(Map.Entry<Key, Value>) - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- add(Map.Entry<Key, Value>) - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
- add(ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- addCondition(Condition) - Method in class org.apache.accumulo.core.data.ConditionalMutation
- addConfiguration(Configuration) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- addConstraint(String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Add a new constraint to a namespace.
- addConstraint(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Add a new constraint to a table.
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- addErrorLogListener() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- addIterator(Class<?>, Configuration, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- addIterator(JobConf, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Encode an iterator on the input for this job.
- addIterator(Job, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Encode an iterator on the single input table for this job.
- addMutation(String, Mutation) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- addMutation(Mutation) - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Queues one mutation to write.
- addMutation(Mutation) - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
Deprecated.
- addMutations(Iterable<Mutation>) - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Queues several mutations to write.
- addMutations(Iterable<Mutation>) - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
Deprecated.
- addOption(String, String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add another option to the iterator.
- addOption(String, String) - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- addOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add many options to the iterator.
- addOptions(Set<Map.Entry<String, String>>) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add many options to the iterator.
- addPeer(String, String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Defines a cluster with the given name and the given name system.
- addProperty(String, Object) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- addPropertyDirect(String, Object) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- addReplicationSource(String) - Method in class org.apache.accumulo.core.data.Mutation
-
Add a new element to the set of peers which this Mutation originated from
- addScanIterator(IteratorSetting) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Add a server-side scan iterator.
- addSplits(String, SortedSet<Text>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Ensures that tablets are split along a set of keys.
- addSplits(String, SortedSet<Text>) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- addSplits(SortedSet<Text>) - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- addTable(Text) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
- addTable(Text) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
- afterEndKey(Key) - Method in class org.apache.accumulo.core.data.Range
-
Determines if the given key is after the ending key of this range.
- ALTER_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- ALTER_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- ALTER_TABLE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- ALTER_TABLE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- ALTER_TABLE - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- ALTER_USER - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- AND - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- append(Iterable<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
Append the keys and values to the last locality group that was started.
- append(Key, Value) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
Append the key and value to the last locality group that was started.
- append(Configuration) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- appendPrintableString(byte[], int, int, int, StringBuilder) - Static method in class org.apache.accumulo.core.data.Key
-
Appends ASCII printable characters to a string, based on the given byte array, treating the bytes as ASCII characters.
- ArrayByteSequence - Class in org.apache.accumulo.core.data
-
An implementation of
ByteSequence
that uses a backing byte array. - ArrayByteSequence(byte[]) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence.
- ArrayByteSequence(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence from a subsequence of the given byte array.
- ArrayByteSequence(String) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence from the given string.
- ArrayByteSequence(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence based on a byte buffer.
- asThriftException() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- attachIterator(String, IteratorSetting) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Add an iterator to a namespace on all scopes.
- attachIterator(String, IteratorSetting) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Add an iterator to a table on all scopes.
- attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Add an iterator to a namespace on the given scopes.
- attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Add an iterator to a table on the given scopes.
- authenticateUser(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Deprecated.since 1.5.0; use
SecurityOperations.authenticateUser(String, AuthenticationToken)
instead. - authenticateUser(String, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify a username/password combination is valid
- AuthenticationToken - Interface in org.apache.accumulo.core.client.security.tokens
- AuthenticationToken.AuthenticationTokenSerializer - Class in org.apache.accumulo.core.client.security.tokens
-
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 - Class in org.apache.accumulo.core.client.security.tokens
- AuthenticationToken.TokenProperty - Class in org.apache.accumulo.core.client.security.tokens
- AuthenticationTokenSerializer() - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
- AUTHENTICATOR_FAILED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- AuthorizationContainer - Interface in org.apache.accumulo.core.security
-
An interface for classes that contain a collection of authorizations.
- Authorizations - Class in org.apache.accumulo.core.security
-
A collection of authorization strings.
- Authorizations() - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an empty set of authorizations.
- Authorizations(byte[]) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorizations object from a serialized form.
- Authorizations(String...) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorizations object from a set of human-readable authorizations.
- Authorizations(Collection<byte[]>) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorization object from a collection of string authorizations that have each already been encoded as UTF-8 bytes.
- Authorizations(List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorization object from a list of string authorizations that have each already been encoded as UTF-8 bytes.
- AUTHORIZATIONS - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.
- AUTHORIZOR_FAILED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- auths - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
-
Deprecated.
- AUTO_ADJUST_RANGES - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.
B
- BAD_AUTHORIZATIONS - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- BAD_CREDENTIALS - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- BATCH - Enum constant in enum org.apache.accumulo.core.client.admin.ScanType
- BATCH_WRITER_CONFIG - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
-
Deprecated.
- BatchDeleter - Interface in org.apache.accumulo.core.client
-
Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
- BatchScanner - Interface in org.apache.accumulo.core.client
-
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 - Interface in org.apache.accumulo.core.client
-
Send Mutations to a single Table in Accumulo.
- BatchWriterConfig - Class in org.apache.accumulo.core.client
-
This object holds configuration settings used to instantiate a
BatchWriter
- BatchWriterConfig() - Constructor for class org.apache.accumulo.core.client.BatchWriterConfig
- beforeStartKey(Key) - Method in class org.apache.accumulo.core.data.Range
-
Determines if the given key is before the start key of this range.
- BigIntegerLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.
- BigIntegerLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- bound(Column, Column) - Method in class org.apache.accumulo.core.data.Range
-
Creates a new range that is bounded by the columns passed in.
- build() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
Build the clone configuration
- build() - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
- build() - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
- builder() - Static method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
- BULK_IMPORT - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- BULK_IMPORT - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- BYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
- byteAt(int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- byteAt(int) - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets a byte within this sequence.
- ByteSequence - Class in org.apache.accumulo.core.data
-
A sequence of bytes.
- ByteSequence() - Constructor for class org.apache.accumulo.core.data.ByteSequence
- BytesLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
For each of the methods, this lexicoder just passes the input through untouched.
- BytesLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
C
- CAN_CREATE_TABLES - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
-
Deprecated.
- cancelCompaction(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Cancels a user initiated major compaction of a table initiated with
TableOperations.compact(String, Text, Text, boolean, boolean)
orTableOperations.compact(String, Text, Text, List, boolean, boolean)
. - canCreateTables(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- canCreateTables(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Determines whether tables are permitted to be created as needed.
- canCreateTables(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Determines whether tables are permitted to be created as needed.
- changeLocalUserPassword(String, PasswordToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Set the user's password
- changeUserAuthorizations(String, Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Set the user's record-level authorizations
- changeUserPassword(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Deprecated.since 1.5.0; use
SecurityOperations.changeLocalUserPassword(String, PasswordToken)
or the user management functions of your configured authenticator instead. - checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for the specified scopes.
- checkIteratorConflicts(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for the specified scopes.
- checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
- checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
- CHOP - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Compaction initiated by merge operation
- CLASS - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
- CLASS - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
- CLASS_NAME - Static variable in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- clear() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- clear() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- clear() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
- clear() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- clearClassLoaderContext() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Clears the current classloader context set on this scanner
- clearClassLoaderContext() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears the current classloader context set on this scanner
- clearColumns() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears the columns to be fetched (useful for resetting the scanner for reuse).
- clearConfigurationListeners() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- clearErrorListeners() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- clearIteratorSamplerConfiguration() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Clear any iterator sampler configuration.
- clearLocatorCache(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clears the tablet locator cache for a specified table
- clearOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Remove all options from the iterator.
- clearProperty(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- clearPropertyDirect(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- clearSamplerConfiguration() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears sampler configuration making a scanner read all data.
- clearSamplerConfiguration(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clear all sampling configuration properties on the table.
- clearScanIterators() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears scan iterators prior to returning a scanner to the pool.
- ClientConfiguration - Class in org.apache.accumulo.core.client
-
Contains a list of property keys recognized by the Accumulo client and convenience methods for setting them.
- ClientConfiguration(File) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API; use
ClientConfiguration.fromFile(File)
instead. - ClientConfiguration(String) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API; use
ClientConfiguration.fromFile(File)
instead. - ClientConfiguration(List<? extends Configuration>) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- ClientConfiguration(Configuration...) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- ClientConfiguration.ClientProperty - Enum in org.apache.accumulo.core.client
- ClientSideIteratorScanner - Class in org.apache.accumulo.core.client
-
A scanner that instantiates iterators on the client side instead of on the tablet server.
- ClientSideIteratorScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Constructs a scanner that can execute client-side iterators.
- ClientSideIteratorScanner.ScannerTranslator - Class in org.apache.accumulo.core.client
-
Deprecated.since 1.7.0 was never intended for public use. However this could have been used by anything extending this class.
- clip(Range) - Method in class org.apache.accumulo.core.data.Range
-
Creates a range which represents the intersection of this range and the passed in range.
- clip(Range, boolean) - Method in class org.apache.accumulo.core.data.Range
-
Creates a range which represents the intersection of this range and the passed in range.
- clone() - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- clone() - Method in class org.apache.accumulo.core.data.Key
- clone(String, String, boolean, Map<String, String>, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clone a table from an existing table.
- clone(String, String, CloneConfiguration) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clone a table from an existing table.
- CloneConfiguration - Interface in org.apache.accumulo.core.client.admin
-
A configuration object that can be used with the table clone command in the
TableOperations
. - CloneConfiguration.Builder - Interface in org.apache.accumulo.core.client.admin
-
A CloneConfiguration builder
- close() - Method in interface org.apache.accumulo.core.client.BatchDeleter
- close() - Method in interface org.apache.accumulo.core.client.BatchScanner
- close() - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Flush and release any resources.
- close() - Method in interface org.apache.accumulo.core.client.ConditionalWriter
-
release any resources (like threads pools) used by conditional writer
- close() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- close() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- close() - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
-
Deprecated.
- close() - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
Deprecated.
- close() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
Deprecated.
- close() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Flush and release all resources.
- close() - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
- close() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Closes any underlying connections on the scanner.
- close(Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
- close(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
- CLOSE - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Compaction initiated to close a unload a tablet
- colFamily - Variable in class org.apache.accumulo.core.data.Key
- colQualifier - Variable in class org.apache.accumulo.core.data.Key
- Column - Class in org.apache.accumulo.core.data
-
A column, specified by family, qualifier, and visibility.
- Column() - Constructor for class org.apache.accumulo.core.data.Column
-
Creates a new blank column.
- Column(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Column
-
Creates a new column.
- Column(String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- Column(String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- Column(TColumn) - Constructor for class org.apache.accumulo.core.data.Column
-
Creates a new column.
- Column(Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- Column(Text, Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- columnFamily - Variable in class org.apache.accumulo.core.data.Column
- columnQualifier - Variable in class org.apache.accumulo.core.data.Column
- COLUMNS - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.
- ColumnUpdate - Class in org.apache.accumulo.core.data
-
A single column and value pair within a
Mutation
. - ColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Constructor for class org.apache.accumulo.core.data.ColumnUpdate
-
Creates a new column update.
- columnVisibility - Variable in class org.apache.accumulo.core.data.Column
- ColumnVisibility - Class in org.apache.accumulo.core.security
-
Validate the column visibility is a valid expression and set the visibility for a Mutation.
- ColumnVisibility() - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates an empty visibility.
- ColumnVisibility(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation from a string already encoded in UTF-8 bytes.
- ColumnVisibility(String) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation.
- ColumnVisibility(Text) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation.
- ColumnVisibility.Node - Class in org.apache.accumulo.core.security
-
A node in the parse tree for a visibility expression.
- ColumnVisibility.NodeComparator - Class in org.apache.accumulo.core.security
-
A node comparator.
- ColumnVisibility.NodeType - Enum in org.apache.accumulo.core.security
-
The node types in a parse tree for a visibility expression.
- colVisibility - Variable in class org.apache.accumulo.core.data.Key
- compact(String, CompactionConfig) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- compact(String, Text, Text, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- compact(String, Text, Text, List<IteratorSetting>, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- CompactionConfig - Class in org.apache.accumulo.core.client.admin
-
This class exist to pass parameters to
TableOperations.compact(String, CompactionConfig)
- CompactionConfig() - Constructor for class org.apache.accumulo.core.client.admin.CompactionConfig
- CompactionStrategyConfig - Class in org.apache.accumulo.core.client.admin
-
Configuration object which describes how a Compaction is run.
- CompactionStrategyConfig(String) - Constructor for class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
- ComparableBytes - Class in org.apache.accumulo.core.data
-
Deprecated.since 1.7.0 In an attempt to clean up types in the data package that were not intended to be in public API this type was deprecated. Technically this method was not considered part of the public API in 1.6.0 and earlier, therefore it could have been deleted. However a decision was made to deprecate in order to be cautious and avoid confusion between 1.6.0 and 1.7.0.
- ComparableBytes(byte[]) - Constructor for class org.apache.accumulo.core.data.ComparableBytes
-
Deprecated.Creates a new byte wrapper.
- Comparator() - Constructor for class org.apache.accumulo.core.data.Value.Comparator
-
constructor
- compare(byte[], int, int, byte[], int, int) - Method in class org.apache.accumulo.core.data.Value.Comparator
- compare(ColumnVisibility.Node, ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
- compareBytes(ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.data.ByteSequence
-
Compares the two given byte sequences, byte by byte, returning a negative, zero, or positive result if the first sequence is less than, equal to, or greater than the second.
- compareColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
-
Compares this key's column family with another.
- compareColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
-
Compares this key's column qualifier with another.
- compareRow(Text) - Method in class org.apache.accumulo.core.data.Key
-
Compares this key's row ID with another.
- compareTo(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Compares the bytes in this object to the specified byte array
- compareTo(Object) - Method in class org.apache.accumulo.core.data.Value
-
Define the sort order of the BytesWritable.
- compareTo(AuthenticationToken.TokenProperty) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- compareTo(ByteSequence) - Method in class org.apache.accumulo.core.data.ByteSequence
- compareTo(Column) - Method in class org.apache.accumulo.core.data.Column
-
Compares this column to another.
- compareTo(Key) - Method in class org.apache.accumulo.core.data.Key
- compareTo(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- compareTo(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Compares elements of a key given by a
PartialKey
. - compareTo(Range) - Method in class org.apache.accumulo.core.data.Range
-
Compares this range to another range.
- compress(List<? extends KeyValue>) - Static method in class org.apache.accumulo.core.data.Key
-
Compresses a list of key/value pairs before sending them via thrift.
- Condition - Class in org.apache.accumulo.core.data
-
Conditions that must be met on a particular column in a row.
- Condition(byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- Condition(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- Condition(ByteSequence, ByteSequence) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- Condition(Text, Text) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- ConditionalMutation - Class in org.apache.accumulo.core.data
-
A Mutation that contains a list of conditions that must all be met before the mutation is applied.
- ConditionalMutation(byte[], int, int, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(byte[], Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(CharSequence, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(ByteSequence, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(ConditionalMutation) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(Text, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalWriter - Interface in org.apache.accumulo.core.client
-
ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows.
- ConditionalWriter.Result - Class in org.apache.accumulo.core.client
- ConditionalWriter.Status - Enum in org.apache.accumulo.core.client
- ConditionalWriterConfig - Class in org.apache.accumulo.core.client
- ConditionalWriterConfig() - Constructor for class org.apache.accumulo.core.client.ConditionalWriterConfig
- ConfiguratorBase - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ConfiguratorBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.
- ConfiguratorBase.ConnectorInfo - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ConfiguratorBase.GeneralOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ConfiguratorBase.InstanceOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- CONNECTION_ERROR - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- Connector - Class in org.apache.accumulo.core.client
-
Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit administrative operations.
- Connector() - Constructor for class org.apache.accumulo.core.client.Connector
- constrainClass - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- ConstraintViolationSummary - Class in org.apache.accumulo.core.data
-
A summary of constraint violations across some number of mutations.
- ConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
Creates a new summary.
- ConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
Creates a new summary from Thrift.
- contains(byte[]) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(String) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(ByteSequence) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- contains(ByteSequence) - Method in interface org.apache.accumulo.core.security.AuthorizationContainer
-
Checks whether this object contains the given authorization.
- contains(ByteSequence) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(Key) - Method in class org.apache.accumulo.core.data.Range
-
Determines if the given key falls within this range.
- contains(BinaryComparable) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- containsKey(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- containsKey(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
- containsValue(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- contextIterators(TaskAttemptContext, String) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Extracts Iterators settings from the context to be used by RecordReader.
- contextIterators(TaskAttemptContext, String) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
- convert(String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
- copy(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Sets the byte data of this value.
- copy(Configuration) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- create() - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Initializes an empty configuration object to be further configured with other methods on the class.
- create(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Create an empty namespace with no initial configuration.
- create(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Create a table with no special configuration
- create(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.7.0; use
TableOperations.create(String, NewTableConfiguration)
instead. - create(String, boolean, TimeType) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.7.0; use
TableOperations.create(String, NewTableConfiguration)
instead. - create(String, NewTableConfiguration) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- CREATE_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- CREATE_TABLE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- CREATE_TABLE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- CREATE_USER - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.since 1.5.0; Use
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)
instead. - createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
- createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createBatchScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a BatchScanner connected to Accumulo.
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.since 1.5.0; Use
Connector.createBatchWriter(String, BatchWriterConfig)
instead. - createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a BatchWriter connected to Accumulo.
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createConditionalWriter(String, ConditionalWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a ConditionalWriter connected to Accumulo.
- createConditionalWriter(String, ConditionalWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createErrorEvent(int, String, Object, Throwable) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- createEvent(int, String, Object, boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- createFilter(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
Deprecated.
- createInterpolator() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- createLocalUser(String, PasswordToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Create a user
- createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.since 1.5.0; Use
Connector.createMultiTableBatchWriter(BatchWriterConfig)
instead. - createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a Multi-Table BatchWriter connected to Accumulo.
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createNamespace(String, String) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
- createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a Scanner connected to Accumulo.
- createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createTable(String, String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- createTable(String, String, boolean, TimeType, Map<String, String>) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- createTable(String, String, TimeType, Map<String, String>) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- createUser(String, byte[], Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Deprecated.since 1.5.0; use
SecurityOperations.createLocalUser(String, PasswordToken)
or the user management functions of your configured authenticator instead. - CREDENTIAL_PROVIDERS_PROPERTY - Static variable in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- CredentialProviderToken - Class in org.apache.accumulo.core.client.security.tokens
-
An
AuthenticationToken
backed by a Hadoop CredentialProvider. - CredentialProviderToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- CredentialProviderToken(String, String) - Constructor for class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- currentK - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
The Key that should be returned to the client
- currentKey - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- currentKey - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
The Key that is used to determine progress in the current InputSplit.
- currentV - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
The Value that should be return to the client
D
- data - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
- data - Variable in class org.apache.accumulo.core.data.ComparableBytes
-
Deprecated.
- DateLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for date objects.
- DateLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.StringLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
- decode(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
-
Checks if the byte array is null, or if parameters exceed the bounds of the byte array, then calls
AbstractEncoder.decodeUnchecked(byte[], int, int)
. - decodePrevEndRow(Value) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
-
Decodes a byte array without checking if the offset and len exceed the bounds of the actual array.
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
-
If offset == 0 and len == data.length, returns data.
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.LongLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.StringLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
- decompress(List<TKeyValue>) - Static method in class org.apache.accumulo.core.data.Key
-
Decompresses a list of key/value pairs received from thrift.
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
-
Deprecated.
- DEFAULT - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Use the durability as specified by the table or system configuration.
- DEFAULT_SECURITY_ERROR - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- DEFAULT_TABLE_NAME - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
-
Deprecated.
- defaultNamespace() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Returns the name of the default namespace
- DelegationToken - Interface in org.apache.accumulo.core.client.security.tokens
-
An
AuthenticationToken
that wraps a "Hadoop style" delegation token created by Accumulo. - DelegationTokenConfig - Class in org.apache.accumulo.core.client.admin
-
Configuration options for obtaining a delegation token created by
SecurityOperations.getDelegationToken(DelegationTokenConfig)
- DelegationTokenConfig() - Constructor for class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- delete() - Method in interface org.apache.accumulo.core.client.BatchDeleter
-
Deletes the ranges specified by
BatchDeleter.setRanges(java.util.Collection<org.apache.accumulo.core.data.Range>)
. - delete() - Method in class org.apache.accumulo.core.client.mock.MockBatchDeleter
-
Deprecated.
- delete(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Delete an empty namespace
- delete(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Delete a table
- deleted - Variable in class org.apache.accumulo.core.data.Key
- deleteRows(String, Text, Text) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Delete rows between (start, end]
- deserialize(Class<T>, byte[]) - Static method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
-
A convenience method to create tokens from serialized bytes, created by
AuthenticationToken.AuthenticationTokenSerializer.serialize(AuthenticationToken)
- deserialize(String) - Static method in class org.apache.accumulo.core.client.ClientConfiguration
- deserialize(String, byte[]) - Static method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
-
An alternate version of
AuthenticationToken.AuthenticationTokenSerializer.deserialize(Class, byte[])
that accepts a token class name rather than a token class. - deserializeFetchedColumns(Collection<String>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- destroy() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- destroy() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- destroy() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- destroy() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- disableIsolation() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- disableIsolation() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- disableIsolation() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- disableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
-
Disables row isolation.
- DiskUsage - Class in org.apache.accumulo.core.client.admin
- DiskUsage(SortedSet<String>, Long) - Constructor for class org.apache.accumulo.core.client.admin.DiskUsage
- DoubleLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for preserving the native Java sort order of Double values.
- DoubleLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- drain(String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Waits for a table to be fully replicated, given the state of files pending replication for the provided table at the point in time which this method is invoked.
- drain(String, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Given the provided set of files that are pending replication for a table, wait for those files to be fully replicated to all configured peers.
- DROP_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- DROP_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- DROP_TABLE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- DROP_TABLE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- DROP_TABLE - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- DROP_USER - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- dropLocalUser(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Delete a user
- droppingOldTimestamp(long) - Method in class org.apache.accumulo.core.data.Mutation
- dropUser(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Deprecated.since 1.5.0; use
SecurityOperations.dropUser(String)
or the user management functions of your configured authenticator instead. - Durability - Enum in org.apache.accumulo.core.client
-
The value for the durability of a BatchWriter or ConditionalWriter.
E
- EMPTY - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- EMPTY - Static variable in class org.apache.accumulo.core.security.Authorizations
-
An empty set of authorizations.
- EMPTY - Static variable in class org.apache.accumulo.core.security.ColumnVisibility.Node
-
An empty list of nodes.
- enableIsolation() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- enableIsolation() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- enableIsolation() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- enableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
-
Enables row isolation.
- enableSampling(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Enable building a sample data set on the new table using the given sampler configuration.
- encode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
- encode(Double) - Method in class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- encode(Float) - Method in class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- encode(Integer) - Method in class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- encode(Integer) - Method in class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- encode(Long) - Method in class org.apache.accumulo.core.client.lexicoder.LongLexicoder
- encode(Long) - Method in class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- encode(String) - Method in class org.apache.accumulo.core.client.lexicoder.StringLexicoder
- encode(BigInteger) - Method in class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- encode(Date) - Method in class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- encode(List<LT>) - Method in class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- encode(UUID) - Method in class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
- encode(ComparablePair<A, B>) - Method in class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- encode(Text) - Method in class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- encode(T) - Method in class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder
- encodePrevEndRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- Encoder<T> - Interface in org.apache.accumulo.core.client.lexicoder
-
An encoder represents a typed object that can be encoded/decoded to/from a byte array.
- entrySet() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- enumToConfKey(Class<?>, Enum<?>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- equals(Object) - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
- equals(Object) - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- equals(Object) - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- equals(Object) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- equals(Object) - Method in class org.apache.accumulo.core.client.IteratorSetting
- equals(Object) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
- equals(Object) - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- equals(Object) - Method in class org.apache.accumulo.core.data.ByteSequence
- equals(Object) - Method in class org.apache.accumulo.core.data.Column
- equals(Object) - Method in class org.apache.accumulo.core.data.ColumnUpdate
- equals(Object) - Method in class org.apache.accumulo.core.data.Condition
- equals(Object) - Method in class org.apache.accumulo.core.data.ConditionalMutation
- equals(Object) - Method in class org.apache.accumulo.core.data.Key
- equals(Object) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- equals(Object) - Method in class org.apache.accumulo.core.data.Mutation
- equals(Object) - Method in class org.apache.accumulo.core.data.Range
- equals(Object) - Method in class org.apache.accumulo.core.data.Value
- equals(Object) - Method in class org.apache.accumulo.core.security.Authorizations
- equals(Object) - Method in class org.apache.accumulo.core.security.ColumnVisibility
- equals(Column) - Method in class org.apache.accumulo.core.data.Column
-
Checks if this column equals another.
- equals(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Compares part of a key.
- equals(Mutation) - Method in class org.apache.accumulo.core.data.Mutation
-
Checks if this mutation equals another.
- equals(Range) - Method in class org.apache.accumulo.core.data.Range
-
Determines if this range equals another.
- equals(ColumnVisibility) - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Compares two ColumnVisibilities for string equivalence, not as a meaningful comparison of terms and conditions.
- escape(byte[], boolean) - Static method in class org.apache.accumulo.core.security.VisibilityEvaluator
-
Properly escapes an authorization string.
- estimatedMemoryUsed() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets an estimate of the amount of memory used by this mutation.
- evaluate(ColumnVisibility) - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
-
Evaluates the given column visibility against the authorizations provided to this evaluator.
- exact(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row.
- exact(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row and column family.
- exact(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, and column qualifier.
- exact(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, and column visibility.
- exact(CharSequence, CharSequence, CharSequence, CharSequence, long) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, column visibility, and timestamp.
- exact(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row.
- exact(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row and column family.
- exact(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, and column qualifier.
- exact(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, and column visibility.
- exact(Text, Text, Text, Text, long) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, column visibility, and timestamp.
- exists(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
A method to check if a namespace exists in Accumulo.
- exists(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
A method to check if a table exists in Accumulo.
- exportTable(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Exports a table.
F
- fetchColumn(IteratorSetting.Column) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column to the list of columns that will be fetch by this scanner.
- fetchColumn(Text, Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column to the list of columns that will be fetched by this scanner.
- fetchColumnFamily(Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column family to the list of columns that will be fetched by this scanner.
- fetchColumns(Class<?>, Configuration, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- fetchColumns(Collection<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Restricts the columns that will be mapped over for this job for the default input table.
- fetchColumns(JobConf, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Restricts the columns that will be mapped over for this job.
- fetchColumns(Job, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Restricts the columns that will be mapped over for this job for the default input table.
- FileOutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- FileOutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.
- FileOutputConfigurator.Opts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- findChildren(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- findContainingExtent(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- findMax(Scanner, Text, boolean, Text, boolean) - Static method in class org.apache.accumulo.core.client.admin.FindMax
- FindMax - Class in org.apache.accumulo.core.client.admin
- FindMax() - Constructor for class org.apache.accumulo.core.client.admin.FindMax
- findOverlapping(KeyExtent, SortedMap<KeyExtent, ?>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- findOverlapping(KeyExtent, SortedSet<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- fireError(int, String, Object, Throwable) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- fireEvent(int, String, Object, boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- flatten() - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Generates a byte[] that represents a normalized, but logically equivalent, form of this evaluator's expression.
- FloatLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for preserving the native Java sort order of Float values.
- FloatLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- flush() - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Send any buffered mutations to Accumulo immediately.
- flush() - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
Deprecated.
- flush() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
Deprecated.
- flush() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Send mutations for all tables to accumulo.
- flush(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.4; use
TableOperations.flush(String, Text, Text, boolean)
instead - flush(String, Text, Text, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Flush a table's data that is currently in memory.
- FLUSH - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Write mutations to the write-ahead log, and ensure the data is stored on remote servers, but perhaps not on persistent storage.
- followingKey(PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Returns a key that will sort immediately after this key.
- followingPrefix(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Text that sorts just after all Texts beginning with a prefix.
- from(String...) - Method in interface org.apache.accumulo.core.client.rfile.RFile.InputArguments
-
Specify RFiles to read from.
- from(RFileSource...) - Method in interface org.apache.accumulo.core.client.rfile.RFile.InputArguments
-
Specify RFiles to read from.
- fromFile(File) - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Initializes a configuration object from the contents of a configuration file.
- fromMap(Map<String, String>) - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Initializes a configuration object from the contents of a map.
- fromSuffix(String) - Static method in enum org.apache.accumulo.minicluster.MemoryUnit
- FULL - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
compaction that merges all of a tablets files into one file
G
- GARBAGE_COLLECTOR - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- GENERAL_SECURITY_CREDENTIAL_PROVIDER_PATHS - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- get() - Method in class org.apache.accumulo.core.data.Value
-
Gets the byte data of this value.
- get(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- get(ClientConfiguration.ClientProperty) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Returns the value for prop, the default value if not present.
- getAccumuloConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getAccumuloConfiguration(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and is not guaranteed to be stable. The method was deprecated to discourage its use.
- getAccumuloConfiguration(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and is not guaranteed to be stable. The method was deprecated to discourage its use.
- getAccumuloProperty() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and not guaranteed to be stable.
- getActiveCompactions(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
List the active compaction running on a tablet server
- getActiveScans(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
List the active scans on tablet server.
- getAge() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getAge() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getAllPropertiesWithPrefix(ClientConfiguration.ClientProperty) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Gets all properties under the given prefix in this configuration.
- getAuthenticationToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
- getAuthenticationToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
- getAuthenticationToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
- getAuthenticationToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
- getAuthorizationFailures() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
-
Deprecated.since 1.5, see
MutationsRejectedException.getAuthorizationFailuresMap()
- getAuthorizationFailuresMap() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
-
Deprecated.since 1.7.0 see
MutationsRejectedException.getSecurityErrorCodes()
- getAuthorizations() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getAuthorizations() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getAuthorizations() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
- getAuthorizations() - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
Deprecated.
- getAuthorizations() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the authorizations that have been set on the scanner
- getAuthorizations() - Method in class org.apache.accumulo.core.security.Authorizations
-
Gets the authorizations in sorted order.
- getAuthorizationsArray() - Method in class org.apache.accumulo.core.security.Authorizations
-
Returns a serialized form of these authorizations.
- getAuthorizationsBB() - Method in class org.apache.accumulo.core.security.Authorizations
-
Gets the authorizations in sorted order.
- getAuths() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getAutoAdjustRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getAutoAdjustRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Determines whether a configuration has auto-adjust ranges enabled.
- getAutoAdjustRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Determines whether a configuration has auto-adjust ranges enabled.
- getBackingArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- getBackingArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets the backing byte array for this sequence.
- getBatchSize() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getBatchSize() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- getBatchSize() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- getBatchSize() - Method in interface org.apache.accumulo.core.client.Scanner
-
Returns the batch size (number of Key/Value pairs) that will be fetched at a time from a tablet server.
- getBatchTimeout(TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the timeout to fill a batch in the given TimeUnit.
- getBatchWriter(String) - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
Deprecated.
- getBatchWriter(String) - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Returns a BatchWriter for a particular table.
- getBatchWriterOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getBatchWriterOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Gets the
BatchWriterConfig
settings. - getBatchWriterOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Gets the
BatchWriterConfig
settings. - getBigDecimal(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getBigDecimal(String, BigDecimal) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getBigInteger(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getBigInteger(String, BigInteger) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getBoolean(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getBoolean(String, boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getBoolean(String, Boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getByDepth(int) - Static method in enum org.apache.accumulo.core.data.PartialKey
-
Deprecated.since 1.7.0
- getByte(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getByte(String, byte) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getByte(String, Byte) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getBytes() - Method in class org.apache.accumulo.core.data.ComparableBytes
-
Deprecated.Gets the wrapped bytes in this object.
- getChildren() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getClassLoaderContext() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Returns the name of the current classloader context set on this scanner
- getClassLoaderContext() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the name of the current classloader context set on this scanner
- getClassLoaderContext(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Returns the name of the current classloader context set on this scanner
- getClassLoaderContext(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Returns the name of the current classloader context set on this scanner
- getClassName() - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
- getClient() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getClientConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getClientConfiguration(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Fetch the client configuration from the job.
- getClientConfiguration(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Construct the
ClientConfiguration
given the provided context. - getColumnFamily() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
- getColumnFamily() - Method in class org.apache.accumulo.core.data.Column
-
Gets the column family.
- getColumnFamily() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the column family for this update.
- getColumnFamily() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column family as a
Text
object. - getColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the column family into the given
Text
. - getColumnFamilyData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the column family as a byte sequence.
- getColumnQualifier() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.Column
-
Gets the column qualifier.
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the column qualifier for this update.
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column qualifier as a
Text
object. - getColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the column qualifier into the given
Text
. - getColumnQualifierData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the column qualifier as a byte sequence.
- getColumns() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.Column
-
Gets the column visibility.
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the column visibility for this update.
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column visibility as a
Text
object. - getColumnVisibility(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the column visibvility into the given
Text
. - getColumnVisibilityData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the column visibility as a byte sequence.
- getColumnVisibilityParsed() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column visibility.
- getCompactionStrategy() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getConditions() - Method in class org.apache.accumulo.core.data.ConditionalMutation
- getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
- getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
- getConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getConfigProperties(File) - Static method in class org.apache.accumulo.minicluster.MiniAccumuloInstance
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getConfiguration() - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.
- getConfiguration() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConfiguration() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConfiguration(int) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getConfigurationListeners() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getConnector(String, byte[]) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.5, use
Instance.getConnector(String, AuthenticationToken)
withPasswordToken
- getConnector(String, byte[]) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConnector(String, byte[]) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConnector(String, CharSequence) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.5, use
Instance.getConnector(String, AuthenticationToken)
withPasswordToken
- getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConnector(String, String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Utility method to get a connector to the MAC.
- getConnector(String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.5, use
Instance.getConnector(String, AuthenticationToken)
withPasswordToken
- getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConnector(String, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.Instance
-
Returns a connection to this instance of accumulo.
- getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- getConstrainClass() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getConstraintViolationSummaries() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getCurrentKey() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- getCurrentValue() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- getDebugPorts() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getDefaultMemory() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getDefaultTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getDefaultTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Gets the default table name from the configuration.
- getDefaultTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Gets the default table name from the configuration.
- getDefaultValue() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- getDelegationToken(DelegationTokenConfig) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Obtain a
DelegationToken
for use when Kerberos credentials cannot be used (e.g. - getDepth() - Method in enum org.apache.accumulo.core.data.PartialKey
-
Gets the depth of this partial key.
- getDescription() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- getDescription() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- getDir() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getDiskUsage(Set<String>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Gets the number of bytes being used in the files for a set of tables
- getDouble(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getDouble(String, double) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getDouble(String, Double) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getDurability() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getDurability() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
- getEndKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets the ending key, or null if the end is positive infinity.
- getEndRow() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getEndRow() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getEndRow() - Method in interface org.apache.accumulo.core.data.TabletId
- getEntriesRead() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getEntriesWritten() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getEquivalent(SystemPermission) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
- getEquivalent(TablePermission) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
- getErrorListeners() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getErrorServers() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getExpression() - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Accessor for the underlying byte string.
- getExtent() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
-
Deprecated.since 1.7.0 use
ActiveCompaction.getTablet()
- getExtent() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
-
Deprecated.since 1.7.0 use
ActiveScan.getTablet()
- getFamily() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the column family of this condition.
- getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Returns the columns to be fetched for this configuration
- getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getFetchedColumns(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getFetchedColumns(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Gets the columns to be mapped over from this job.
- getFetchedColumns(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Gets the columns to be mapped over from this job.
- getFileSystem() - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- getFloat(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getFloat(String, float) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getFloat(String, Float) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getFlush() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getId() - Method in enum org.apache.accumulo.core.security.NamespacePermission
-
Gets the byte ID of this permission.
- getId() - Method in enum org.apache.accumulo.core.security.SystemPermission
-
Gets the byte ID of this permission.
- getId() - Method in enum org.apache.accumulo.core.security.TablePermission
-
Gets the byte ID of this permission.
- getIdleTime() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getInMemoryConfiguration() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getInputFiles() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getInputStream() - Method in class org.apache.accumulo.core.client.rfile.RFileSource
- getInputTableConfig(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Fetches a
InputTableConfig
that has been set on the configuration for a specific table. - getInputTableConfig(JobContext, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Fetches a
InputTableConfig
that has been set on the configuration for a specific table. - getInputTableConfigs(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Fetches all
InputTableConfig
s that have been set on the given Hadoop job. - getInputTableConfigs(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Fetches all
InputTableConfig
s that have been set on the given job. - getInputTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getInputTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Gets the table name from the configuration.
- getInputTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Gets the table name from the configuration.
- getInstance() - Method in class org.apache.accumulo.core.client.Connector
-
Accessor method for internal instance object.
- getInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.7.0, use getInstance(ClientConfiguration) instead.
- getInstance() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- getInstance(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getInstance(ClientConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Initializes an Accumulo
Instance
based on the configuration. - getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Initializes an Accumulo
Instance
based on the configuration. - getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Initializes an Accumulo
Instance
based on the configuration. - getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Initializes an Accumulo
Instance
based on the configuration. - getInstanceID() - Method in interface org.apache.accumulo.core.client.Instance
-
Returns a unique string that identifies this instance of accumulo.
- getInstanceID() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getInstanceID() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- getInstanceName() - Method in interface org.apache.accumulo.core.client.Instance
-
Returns the instance name given at system initialization time.
- getInstanceName() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getInstanceName() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getInstanceName() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- getInstanceName() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getInstanceName() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getInt(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getInt(String, int) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getInteger(String, Integer) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getInterpolator() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getIteratorClass() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Get the name of the class that implements the iterator.
- getIterators() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getIterators() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Returns the iterators to be set on this configuration
- getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getIterators() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the iterators for this condition.
- getIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
- getIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
- getIteratorSamplerConfiguration() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getIteratorSetting(String, String, IteratorUtil.IteratorScope) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Get the settings for an iterator.
- getIteratorSetting(String, String, IteratorUtil.IteratorScope) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Get the settings for an iterator.
- getKey() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- getKey() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- getKeyExtentsForRange(Text, Text, Set<KeyExtent>) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.this method not intended for public use and is likely to be removed in a future version.
- getKeys() - Method in class org.apache.accumulo.core.client.ClientConfiguration
- getKeys(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getKeytab() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
The keytab file used to perform Kerberos login.
- getKVCount() - Method in class org.apache.accumulo.core.client.RowIterator
-
Get a count of the total number of entries in all rows read so far.
- getLastContactTime() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getLength() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
This implementation of length is only an estimate, it does not provide exact values.
- getLength() - Method in class org.apache.accumulo.core.client.rfile.RFileSource
- getLength() - Method in class org.apache.accumulo.core.data.ComparableBytes
-
Deprecated.
- getLength() - Method in class org.apache.accumulo.core.data.Key
-
Returns the sums of the lengths of the row, column family, column qualifier, and column visibility.
- getList(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getList(String, List) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getListDelimiter() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getLocalityGroup() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getLocalityGroups() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- getLocalityGroups(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Gets the locality groups currently set for a table.
- getLocations() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getLogger() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getLogLevel() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getLogLevel(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Gets the log level from this configuration.
- getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Gets the log level from this configuration.
- getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Gets the log level from this configuration.
- getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Gets the log level from this configuration.
- getLong(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getLong(String, long) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getLong(String, Long) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getMask() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- getMasterLocations() - Method in interface org.apache.accumulo.core.client.Instance
-
Returns the location(s) of the accumulo master and any redundant servers.
- getMasterLocations() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getMasterLocations() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- getMaxLatency(TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getMaxMemory() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getMaxRow(String, Authorizations, Text, boolean, Text, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Finds the max row within a given range.
- getMaxWriteThreads() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getMaxWriteThreads() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
- getMemory(ServerType) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getMessage() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- getMessage() - Method in exception org.apache.accumulo.core.security.VisibilityParseException
- getMetadataEntry() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getMetadataEntry(KeyExtent) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getMetadataEntry(Text, Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getMutation() - Method in class org.apache.accumulo.core.client.ConditionalWriter.Result
- getName() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Get the iterator's name.
- getNamespace() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- getNamespaceName() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- getNamespaceName() - Method in exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- getNamespaceName() - Method in exception org.apache.accumulo.core.client.NamespaceNotFoundException
- getNativeLibPaths() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getNumberOfConfigurations() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getNumTservers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getOptions() - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
- getOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Get the configuration parameters for this iterator.
- getOptions() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
- getOutputFile() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getParseTree() - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Gets the parse tree for this column visibility.
- getPartition(Key, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
- getPartition(Text, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
- getPassword() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- getPermissionById(byte) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
Gets the permission matching the given byte ID.
- getPermissionById(byte) - Static method in enum org.apache.accumulo.core.security.SystemPermission
-
Gets the permission matching the given byte ID.
- getPermissionById(byte) - Static method in enum org.apache.accumulo.core.security.TablePermission
-
Gets the permission matching the given byte ID.
- getPos() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- getPrevEndRow() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getPrevEndRow() - Method in interface org.apache.accumulo.core.data.TabletId
- getPrevRowUpdateMutation() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getPrevRowUpdateMutation(KeyExtent) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getPrincipal() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getPrincipal() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
The identity of the user to which this token belongs to according to Kerberos
- getPrincipal(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Gets the user name from the configuration.
- getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Gets the principal from the configuration.
- getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Gets the user name from the configuration.
- getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Gets the user name from the configuration.
- getPriority() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Get layer at which this iterator applies.
- getProgress() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- getProgress() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- getProgress(ByteSequence, ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getProgress(Key) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getProperties() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Retrieves the complete set of currently configured table properties to be applied to a table when this configuration object is used.
- getProperties() - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- getProperties(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Gets properties of a namespace, which are inherited by tables in this namespace.
- getProperties(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Gets properties of a table.
- getProperties(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getProperties(String, Properties) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getPropertiesToExclude() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
The source table properties are copied, this allows reverting to system defaults for some of those properties.
- getPropertiesToSet() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
The source table properties are copied.
- getProperty(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getPropertyByKey(String) - Static method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- getQualifier() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the column qualifier of this condition.
- getRange() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getRange() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- getRange() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getRange() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- getRange() - Method in interface org.apache.accumulo.core.client.Scanner
-
Returns the range of keys to scan over.
- getRanges() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Returns the ranges to be queried in the configuration
- getRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Gets the ranges to scan over from a job.
- getRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Gets the ranges to scan over from a job.
- getReadaheadThreshold() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getReadaheadThreshold() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- getReadaheadThreshold() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- getReadaheadThreshold() - Method in interface org.apache.accumulo.core.client.Scanner
-
The number of batches of Key/Value pairs returned before the
Scanner
will begin to prefetch the next batch - getReason() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
- getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
- getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
- getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
- getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
- getReplicationSources() - Method in class org.apache.accumulo.core.data.Mutation
-
Return the replication sources for this Mutation
- getRootPassword() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getRootTabletLocation() - Method in interface org.apache.accumulo.core.client.Instance
-
Returns the location of the tablet server that is serving the root tablet.
- getRootTabletLocation() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getRootTabletLocation() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- getRow() - Method in class org.apache.accumulo.core.data.Key
-
Gets the row ID as a
Text
object. - getRow() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the row ID for this mutation.
- getRow(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the row ID into the given
Text
. - getRowData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the row ID as a byte sequence.
- getSamplerClassName() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- getSamplerConfiguration() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
- getSamplerConfiguration() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getSamplerConfiguration() - Method in interface org.apache.accumulo.core.client.ScannerBase
- getSamplerConfiguration(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Reads the sampling configuration properties for a table.
- getScanAuthorizations(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getScanAuthorizations(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Gets the authorizations to set for the scans from the configuration.
- getScanAuthorizations(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Gets the authorizations to set for the scans from the configuration.
- getScanid() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getSecurityErrorCode() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- getSecurityErrorCodes() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getSerializedFormat() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the serialization format used to (de)serialize this mutation.
- getShort(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getShort(String, short) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getShort(String, Short) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getSimulationMode(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getSimulationMode(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Determines whether this feature is enabled.
- getSimulationMode(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Determines whether this feature is enabled.
- getSiteConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getSiteConfiguration() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
- getSize() - Method in class org.apache.accumulo.core.data.Key
-
Same as
Key.getLength()
. - getSize() - Method in class org.apache.accumulo.core.data.Value
-
Gets the size of this value.
- getSource(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getSplits() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- getSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.5.0; use
TableOperations.listSplits(String)
instead. - getSplits(String) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- getSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.5.0; use
TableOperations.listSplits(String, int)
instead. - getSplits(JobConf, int) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSplits(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSsiList() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getSsio() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getStartKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets the start key, or null if the start is negative infinity.
- getStartRow() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getState() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getStatus() - Method in class org.apache.accumulo.core.client.ConditionalWriter.Result
-
If this method throws an exception, then its possible the mutation is still being actively processed.
- getString(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
- getString(String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getStringArray(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getSubstitutor() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- getSystemConfiguration() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
- getTable() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getTable() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getTable() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.6.1, use getTableName() instead.
- getTableId() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getTableId() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- getTableId() - Method in exception org.apache.accumulo.core.client.TableDeletedException
- getTableId() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getTableId() - Method in interface org.apache.accumulo.core.data.TabletId
- getTableInfo() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- getTableName() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getTableName() - Method in exception org.apache.accumulo.core.client.TableNotFoundException
- getTables() - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- getTables(MockAccumulo) - Method in class org.apache.accumulo.core.client.mock.MockNamespace
-
Deprecated.
- getTablet() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getTablet() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getTabletLocation(TabletId) - Method in interface org.apache.accumulo.core.client.admin.Locations
-
For any
TabletId
known to this object, the method will return the tablet server location for that tablet. - getTabletLocator(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getTabletLocator(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.since 1.6.0
- getTabletLocator(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and is not guaranteed to be stable. The method was deprecated to discourage its use.
- getTabletLocator(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.since 1.6.0
- getTabletLocator(JobContext, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and is not guaranteed to be stable. The method was deprecated to discourage its use.
- getTabletServer() - Method in class org.apache.accumulo.core.client.ConditionalWriter.Result
- getTabletServers() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
List the currently active tablet servers participating in the accumulo instance
- getTerm(byte[]) - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getTermEnd() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getTermStart() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getTimedOutSevers() - Method in exception org.apache.accumulo.core.client.TimedOutException
- getTimeout(TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getTimeout(TimeUnit) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
- getTimeout(TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the setting for how long a scanner will automatically retry when a failure occurs.
- getTimeOut() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Deprecated.
- getTimeOut() - Method in class org.apache.accumulo.core.client.IsolatedScanner
-
Deprecated.
- getTimeOut() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- getTimeOut() - Method in interface org.apache.accumulo.core.client.Scanner
-
Deprecated.Since 1.5. See
ScannerBase.getTimeout(java.util.concurrent.TimeUnit)
- getTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the timestamp for this update.
- getTimestamp() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the timestamp of this condition.
- getTimestamp() - Method in class org.apache.accumulo.core.data.Key
-
Gets the timestamp.
- getTimeType() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Retrieve the time type currently configured.
- getToken() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getToken(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobConf)
instead. - getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.6.0; Use
AbstractInputFormat.getAuthenticationToken(JobContext)
instead. - getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobContext)
instead. - getTokenClass(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- getTokenClass(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobConf)
instead. - getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.6.0; Use
AbstractInputFormat.getAuthenticationToken(JobContext)
instead. - getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobContext)
instead. - getTokenLifetime(TimeUnit) - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
-
The current token lifetime.
- getTopKey() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
- getTopValue() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
- getType() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getType() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getType() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and not guaranteed to be stable.
- getType() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getUnknownExceptions() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getUpdates() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the modifications and deletions in this mutation.
- getUsage() - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- getUser() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- getUser() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getUserAuthorizations(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Retrieves the user's authorizations for scanning
- getUUID() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- getValue() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the cell value for this update.
- getValue() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the value of this condition.
- getViolationCode() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getViolationDescription() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getVisibility() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the column visibility of this condition.
- getWait() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getZooKeeperPort() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getZooKeepers() - Method in interface org.apache.accumulo.core.client.Instance
-
Returns a comma-separated list of zookeeper servers the instance is using.
- getZooKeepers() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- getZooKeepers() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getZooKeepers() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- getZooKeepers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getZooKeepersSessionTimeOut() - Method in interface org.apache.accumulo.core.client.Instance
-
Returns the zookeeper connection timeout.
- getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- GIGABYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
- GLOBAL_CONF_FILENAME - Static variable in class org.apache.accumulo.core.client.ClientConfiguration
- GRANT - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- GRANT - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- GRANT - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- GRANT_INVALID - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- grantNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Grant a user a specific permission for a specific namespace
- grantSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Grant a user a system permission
- grantTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Grant a user a specific permission for a specific table
- groupByRange() - Method in interface org.apache.accumulo.core.client.admin.Locations
-
For all of the ranges passed to
TableOperations.locate(String, java.util.Collection)
, return a map of the tablets each range overlaps. - groupByTablet() - Method in interface org.apache.accumulo.core.client.admin.Locations
-
For all of the ranges passed to
TableOperations.locate(String, java.util.Collection)
, return a map of the ranges each tablet overlaps.
H
- hash(DataOutput, Key) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
-
Subclass must override this method and hash some portion of the key.
- hash(DataOutput, Key) - Method in class org.apache.accumulo.core.client.sample.RowColumnSampler
- hash(DataOutput, Key) - Method in class org.apache.accumulo.core.client.sample.RowSampler
- hashCode() - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
- hashCode() - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- hashCode() - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- hashCode() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- hashCode() - Method in class org.apache.accumulo.core.client.IteratorSetting
- hashCode() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
- hashCode() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- hashCode() - Method in class org.apache.accumulo.core.data.ByteSequence
- hashCode() - Method in class org.apache.accumulo.core.data.Column
- hashCode() - Method in class org.apache.accumulo.core.data.ColumnUpdate
- hashCode() - Method in class org.apache.accumulo.core.data.Condition
- hashCode() - Method in class org.apache.accumulo.core.data.ConditionalMutation
- hashCode() - Method in class org.apache.accumulo.core.data.Key
- hashCode() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- hashCode() - Method in class org.apache.accumulo.core.data.Mutation
- hashCode() - Method in class org.apache.accumulo.core.data.Range
- hashCode() - Method in class org.apache.accumulo.core.data.Value
- hashCode() - Method in class org.apache.accumulo.core.security.Authorizations
- hashCode() - Method in class org.apache.accumulo.core.security.ColumnVisibility
- hasNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify the user has a particular namespace permission
- hasNext() - Method in class org.apache.accumulo.core.client.RowIterator
-
Returns true if there is at least one more row to get.
- hasSasl() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Show whether SASL has been set on this configuration.
- hasSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify the user has a particular system permission
- hasTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify the user has a particular table permission
- hasTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets whether this update specifies a timestamp.
- hasTop() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
- HEADER - Static variable in class org.apache.accumulo.core.security.Authorizations
-
A special header string used when serializing instances of this class.
I
- IDLE - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
idle compaction
- IDLE - Enum constant in enum org.apache.accumulo.core.client.admin.ScanState
- importDirectory(String, String, String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Bulk import all the files in a directory into a table.
- importTable(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Imports a table exported via exportTable and copied via hadoop distcp.
- init(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
-
Subclasses with options should override this method and call
super.init(config)
. - init(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.sample.RowColumnSampler
- init(SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.sample.Sampler
-
An implementation of Sampler must have a noarg constructor.
- init(AuthenticationToken.Properties) - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
- initialize(InputSplit, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Initialize a scanner over the given input split using this task attempt configuration.
- initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- InputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- InputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.
- InputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- InputConfigurator.ScanOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- InputFormatBase<K,
V> - Class in org.apache.accumulo.core.client.mapred -
This abstract
InputFormat
class allows MapReduce jobs to use Accumulo as the source of K,V pairs. - InputFormatBase<K,
V> - Class in org.apache.accumulo.core.client.mapreduce -
This abstract
InputFormat
class allows MapReduce jobs to use Accumulo as the source of K,V pairs. - InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase
- InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase
- InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.since 1.5.2; Use
RangeInputSplit
instead. - InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 1.5.2; Use
RangeInputSplit
instead. - InputFormatBase.RecordReaderBase<K,
V> - Class in org.apache.accumulo.core.client.mapred - InputFormatBase.RecordReaderBase<K,
V> - Class in org.apache.accumulo.core.client.mapreduce - InputTableConfig - Class in org.apache.accumulo.core.client.mapreduce
-
This class to holds a batch scan configuration for a table.
- InputTableConfig() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
- InputTableConfig(DataInput) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Creates a batch scan config object out of a previously serialized batch scan config object.
- Instance - Interface in org.apache.accumulo.core.client
-
This class represents the information a client needs to know to connect to an instance of accumulo.
- INSTANCE_ID - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- INSTANCE_NAME - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- INSTANCE_RPC_SASL_ENABLED - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- INSTANCE_RPC_SSL_CLIENT_AUTH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- INSTANCE_RPC_SSL_ENABLED - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- INSTANCE_ZK_HOST - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- INSTANCE_ZK_TIMEOUT - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- instanceOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves an InstanceOperations object to modify instance configuration.
- instanceOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- InstanceOperations - Interface in org.apache.accumulo.core.client.admin
- INSUFFICIENT_PROPERTIES - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- IntegerLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for signed integers.
- IntegerLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- interpolate(Object) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- interpolate(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- interpolatedConfiguration() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- interpolateHelper(String, List) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- INVALID_INSTANCEID - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- INVALID_TOKEN - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- INVISIBLE_VISIBILITY - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
A condition contained a column visibility that could never be seen
- IS_CONFIGURED - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Determines whether this sequence is backed by a byte array.
- isBatchScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Determines whether a configuration has the
BatchScanner
feature enabled. - isBatchScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Determines whether a configuration has the
BatchScanner
feature enabled. - isClosed() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
Deprecated.
- isClosed() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Returns true if this batch writer has been closed.
- isConnectorInfoSet(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Determines if the connector has been configured.
- isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Determines if the connector has been configured.
- isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Determines if the connector has been configured.
- isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Determines if the connector has been configured.
- isDeleted() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the delete marker for this update.
- isDeleted() - Method in class org.apache.accumulo.core.data.Key
-
Determines if this key is deleted (i.e., has a delete marker = true).
- isDelimiterParsingDisabled() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- isDetailEvents() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- isEmpty() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- isEmpty() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- isEmpty() - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks if this collection of authorizations is empty.
- isEndKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the end key of this range is inclusive.
- isFlush() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
Determines if memory is flushed in the source table before cloning.
- isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the start key is negative infinity.
- isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the end key is positive infinity.
- isIsolated(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isIsolated(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Determines whether a configuration has isolation enabled.
- isIsolated(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Determines whether a configuration has isolation enabled.
- isIsolatedScan() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- isJDWPEnabled() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- isKeepOffline() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
The new table is normally brought online after the cloning process.
- isMeta() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- isMockInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework
- isOffline() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- isOfflineScan() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isOfflineScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Determines whether a configuration has the offline table scan feature enabled.
- IsolatedScanner - Class in org.apache.accumulo.core.client
-
A scanner that presents a row isolated view of an accumulo table.
- IsolatedScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
- IsolatedScanner(Scanner, IsolatedScanner.RowBufferFactory) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
- IsolatedScanner.MemoryRowBuffer - Class in org.apache.accumulo.core.client
- IsolatedScanner.MemoryRowBufferFactory - Class in org.apache.accumulo.core.client
- IsolatedScanner.RowBuffer - Interface in org.apache.accumulo.core.client
- IsolatedScanner.RowBufferFactory - Interface in org.apache.accumulo.core.client
- isPreviousExtent(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- isRootTablet() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the start key of this range is inclusive.
- isSupportedAccumuloProperty(Property) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- isThrowExceptionOnMissing() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- isValidOption(String) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
-
Subclasses with options should override this method and return true if the option is valid for the subclass or if
super.isValidOption(opt)
returns true. - isValidOption(String) - Method in class org.apache.accumulo.core.client.sample.RowColumnSampler
- iterator() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- iterator() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
-
Deprecated.
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
Deprecated.
- iterator() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns an iterator over an accumulo table.
- iterator() - Method in class org.apache.accumulo.core.security.Authorizations
- IteratorAdapter - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use
IteratorAdapter
instead. - IteratorAdapter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.client.mock.IteratorAdapter
-
Deprecated.
- ITERATORS - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.
- IteratorSetting - Class in org.apache.accumulo.core.client
-
Configure an iterator for minc, majc, and/or scan.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name and configured for the specified scopes with the specified parameters.
- IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the provided name and the provided class's name for the scan scope with the provided parameters.
- IteratorSetting(int, String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(int, String, String, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the specified scopes with the specified parameters.
- IteratorSetting(DataInput) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
- IteratorSetting.Column - Class in org.apache.accumulo.core.client
-
A convenience class for passing column family and column qualifiers to iterator configuration methods.
J
- jobIterators(JobConf, String) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Extracts Iterators settings from the context to be used by RecordReader.
- jobIterators(JobConf, String) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
K
- KERBEROS_SERVER_PRIMARY - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- KerberosToken - Class in org.apache.accumulo.core.client.security.tokens
-
Authentication token for Kerberos authenticated clients
- KerberosToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
Creates a token using the login user as returned by
UserGroupInformation.getCurrentUser()
- KerberosToken(String) - Constructor for class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
Creates a token using the provided principal and the currently logged-in user via
UserGroupInformation
. - KerberosToken(String, File) - Constructor for class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
Creates a Kerberos token for the specified principal using the provided keytab.
- KerberosToken(String, File, boolean) - Constructor for class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
Deprecated.since 1.8.0, @see #KerberosToken(String, File)
- Key - Class in org.apache.accumulo.core.data
-
This is the Key used to store and access individual values in Accumulo.
- Key() - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with empty row, empty column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[], byte[], byte[], long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], byte[], byte[], byte[], long, boolean) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], byte[], byte[], byte[], long, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], byte[], byte[], long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(byte[], byte[], byte[], ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
- Key(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text)
. - Key(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text)
. - Key(CharSequence, CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text)
. - Key(CharSequence, CharSequence, CharSequence, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,long)
. - Key(CharSequence, CharSequence, CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,Text)
. - Key(CharSequence, CharSequence, CharSequence, CharSequence, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,Text,long)
. - Key(CharSequence, CharSequence, CharSequence, ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,ColumnVisibility,long)
. - Key(Key) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the same row, column family, column qualifier, column visibility, timestamp, and delete marker as the given key.
- Key(TKey) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key from Thrift.
- Key(Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, Text, Text, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(Text, Text, Text, ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
- Key(Text, Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, Text, Text, Text, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
- KeyExtent - Class in org.apache.accumulo.core.data
-
Deprecated.since 1.7.0 use
TabletId
- KeyExtent() - Constructor for class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- KeyExtent(KeyExtent) - Constructor for class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- KeyExtent(TKeyExtent) - Constructor for class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- KeyExtent(Text, Value) - Constructor for class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- KeyExtent(Text, Text) - Constructor for class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- KeyExtent(Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- KeyRangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
-
Hadoop partitioner that uses ranges based on row keys, and optionally sub-bins based on hashing.
- KeyRangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
- keySet() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- KeyValue - Class in org.apache.accumulo.core.data
-
A key/value pair.
- KeyValue(Key, byte[]) - Constructor for class org.apache.accumulo.core.data.KeyValue
-
Creates a new key/value pair.
- KeyValue(Key, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.KeyValue
-
Creates a new key/value pair.
- KeyValue(Key, Value) - Constructor for class org.apache.accumulo.core.data.KeyValue
-
Creates a new key/value pair.
- KILOBYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
L
- length - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
- length() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- length() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets the length of this sequence.
- Lexicoder<T> - Interface in org.apache.accumulo.core.client.lexicoder
-
A lexicoder provides methods to convert to/from byte arrays.
- list() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Retrieve a list of namespaces in Accumulo.
- list() - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Retrieve a list of tables in Accumulo.
- listConstraints(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
List constraints on a namespace with their assigned numbers.
- listConstraints(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
List constraints on a table with their assigned numbers.
- listIterators(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Get a list of iterators for this namespace.
- listIterators(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Get a list of iterators for this table.
- ListLexicoder<LT> - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.
- ListLexicoder(Lexicoder<LT>) - Constructor for class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- listLocalUsers() - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Return a list of users in accumulo
- listSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- listSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- listUsers() - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Deprecated.since 1.5.0; use
SecurityOperations.listLocalUsers()
or the user management functions of your configured authenticator instead. - loadDefault() - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Attempts to load a configuration file from the system using the default search paths.
- locate(String, Collection<Range>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Locates the tablet servers and tablets that would service a collections of ranges.
- Locations - Interface in org.apache.accumulo.core.client.admin
-
A snapshot of metadata information about where a specified set of ranges are located returned by
TableOperations.locate(String, java.util.Collection)
- log - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
- log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
- log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
- log - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
- log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
- log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
- LOG - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Write mutations the the write-ahead log.
- LOG_LEVEL - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts
-
Deprecated.
- LOGICAL - Enum constant in enum org.apache.accumulo.core.client.admin.TimeType
-
Used to guarantee ordering of data sequentially as inserted
- LongLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
Signed long lexicoder.
- LongLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.LongLexicoder
- lookupInstanceName(ZooCache, UUID) - Static method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.since 1.7.0
ZooCache
is not part of the public API, but its a parameter to this method. Therefore code that uses this method is not guaranteed to be stable. This method was deprecated to discourage its use.
M
- main(String[]) - Static method in class org.apache.accumulo.minicluster.MiniAccumuloRunner
-
Runs the
MiniAccumuloCluster
given a -p argument with a property file. - MAJOR - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
compaction that merges a subset of a tablets files into one file
- MASTER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- MEGABYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
- MemoryRowBuffer() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- MemoryRowBufferFactory() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
- MemoryUnit - Enum in org.apache.accumulo.minicluster
- merge(String, Text, Text) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Merge tablets between (start, end]
- merge(String, Text, Text) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
Deprecated.
- merge(Text, Text) - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- MERGE - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
compaction to flush a tablets memory and merge it with the tablets smallest file.
- mergeOverlapping(Collection<Range>) - Static method in class org.apache.accumulo.core.data.Range
-
Merges overlapping and adjacent ranges.
- MILLIS - Enum constant in enum org.apache.accumulo.core.client.admin.TimeType
-
This is the default.
- MiniAccumuloCluster - Class in org.apache.accumulo.minicluster
-
A utility class that will create Zookeeper and Accumulo processes that write all of their data to a single local directory.
- MiniAccumuloCluster(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
- MiniAccumuloCluster(MiniAccumuloConfig) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
- MiniAccumuloConfig - Class in org.apache.accumulo.minicluster
-
Holds configuration for
MiniAccumuloCluster
. - MiniAccumuloConfig(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloConfig
- MiniAccumuloInstance - Class in org.apache.accumulo.minicluster
- MiniAccumuloInstance(String, File) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloInstance
-
Construct an
Instance
entry point to Accumulo using aMiniAccumuloCluster
directory - MiniAccumuloRunner - Class in org.apache.accumulo.minicluster
-
A runner for starting up a
MiniAccumuloCluster
from the command line using an optional configuration properties file. - MiniAccumuloRunner() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner
- MiniAccumuloRunner.Opts - Class in org.apache.accumulo.minicluster
- MiniAccumuloRunner.PropertiesConverter - Class in org.apache.accumulo.minicluster
- MINOR - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
compaction to flush a tablets memory
- MockAccumulo - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockBatchDeleter - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockBatchDeleter(MockAccumulo, String, Authorizations) - Constructor for class org.apache.accumulo.core.client.mock.MockBatchDeleter
-
Deprecated.Create a
BatchDeleter
for the specified instance on the specified table where the writer uses the specifiedAuthorizations
. - MockBatchScanner - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockBatchScanner(MockTable, Authorizations) - Constructor for class org.apache.accumulo.core.client.mock.MockBatchScanner
-
Deprecated.
- MockBatchWriter - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockConnector - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockInstance - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockInstance() - Constructor for class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- MockInstance(String) - Constructor for class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- MockInstance(String, FileSystem) - Constructor for class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- MockMultiTableBatchWriter - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockMultiTableBatchWriter(MockAccumulo) - Constructor for class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
Deprecated.
- MockNamespace - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockNamespace() - Constructor for class org.apache.accumulo.core.client.mock.MockNamespace
-
Deprecated.
- MockScanner - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockScannerBase - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockTable - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MockTable(MockNamespace, TimeType, String, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- MockUser - Class in org.apache.accumulo.core.client.mock
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
- MONITOR - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- MultiTableBatchWriter - Interface in org.apache.accumulo.core.client
-
This class enables efficient batch writing to multiple tables.
- Mutation - Class in org.apache.accumulo.core.data
-
Mutation represents an action that manipulates a row in a table.
- Mutation() - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[]) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[], int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[], int, int, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(CharSequence) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(CharSequence, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(Mutation) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation by copying another.
- Mutation(TMutation) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation from a Thrift mutation.
- Mutation(Text) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(Text, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation.SERIALIZED_FORMAT - Enum in org.apache.accumulo.core.data
-
Formats available for serializing Mutations.
- MutationsRejectedException - Exception in org.apache.accumulo.core.client
-
Communicate the failed mutations of a BatchWriter back to the client.
- MutationsRejectedException(List<ConstraintViolationSummary>, HashMap<KeyExtent, Set<SecurityErrorCode>>, Collection<String>, int, Throwable) - Constructor for exception org.apache.accumulo.core.client.MutationsRejectedException
-
Deprecated.
- MutationsRejectedException(Instance, List<ConstraintViolationSummary>, HashMap<KeyExtent, Set<SecurityErrorCode>>, Collection<String>, int, Throwable) - Constructor for exception org.apache.accumulo.core.client.MutationsRejectedException
-
Deprecated.
- MutationsRejectedException(Instance, List<ConstraintViolationSummary>, Map<TabletId, Set<SecurityErrorCode>>, Collection<String>, int, Throwable) - Constructor for exception org.apache.accumulo.core.client.MutationsRejectedException
N
- NAME - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
-
Deprecated.
- NAME_PROPERTY - Static variable in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- NAMESPACE_DOESNT_EXIST - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- NamespaceExistsException - Exception in org.apache.accumulo.core.client
-
Thrown when the namespace specified already exists, and it was expected that it didn't
- NamespaceExistsException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.NamespaceExistsException
- NamespaceExistsException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.NamespaceExistsException
- NamespaceExistsException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.NamespaceExistsException
- namespaceIdMap() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Get a mapping of namespace name to internal namespace id.
- NamespaceNotEmptyException - Exception in org.apache.accumulo.core.client
-
Thrown when the namespace specified contains tables
- NamespaceNotEmptyException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- NamespaceNotEmptyException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- NamespaceNotEmptyException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- NamespaceNotFoundException - Exception in org.apache.accumulo.core.client
-
Thrown when the namespace specified doesn't exist when it was expected to
- NamespaceNotFoundException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotFoundException
- NamespaceNotFoundException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotFoundException
- NamespaceNotFoundException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotFoundException
- namespaceOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete.
- namespaceOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- NamespaceOperations - Interface in org.apache.accumulo.core.client.admin
-
Provides an API for administering namespaces All tables exist in a namespace.
- NamespacePermission - Enum in org.apache.accumulo.core.security
-
Accumulo namespace permissions.
- newBuffer() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
- newBuffer() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory
- newColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
- newScanner() - Static method in class org.apache.accumulo.core.client.rfile.RFile
-
Entry point for building a new
Scanner
over one or more RFiles. - NewTableConfiguration - Class in org.apache.accumulo.core.client.admin
-
This object stores table creation parameters.
- NewTableConfiguration() - Constructor for class org.apache.accumulo.core.client.admin.NewTableConfiguration
- newWriter() - Static method in class org.apache.accumulo.core.client.rfile.RFile
-
Entry point for creating a new RFile writer.
- next() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
- next() - Method in class org.apache.accumulo.core.client.RowIterator
-
Fetch the next row.
- Node(int, int) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
- Node(ColumnVisibility.NodeType, int) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
- NodeComparator(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
-
Creates a new comparator.
- NONE - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Don't bother writing mutations to the write-ahead log.
- normalize(ColumnVisibility.Node, byte[]) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
- normalize(ColumnVisibility.Node, byte[], ColumnVisibility.NodeComparator) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
- NullToken - Class in org.apache.accumulo.core.client.security.tokens
- NullToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.NullToken
- numberOfViolatingMutations - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- numBytes() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the total number of bytes in this mutation.
- numKeysRead - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- numKeysRead - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
O
- OBTAIN_DELEGATION_TOKEN - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- offline(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Initiates taking a table offline, but does not wait for action to complete
- offline(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- offset - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
- offset() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- offset() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets the offset for this sequence.
- online(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Initiates bringing a table online, but does not wait for action to complete
- online(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- Opts() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner.Opts
- OR - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- org.apache.accumulo.core.client - package org.apache.accumulo.core.client
- org.apache.accumulo.core.client.admin - package org.apache.accumulo.core.client.admin
- org.apache.accumulo.core.client.lexicoder - package org.apache.accumulo.core.client.lexicoder
- org.apache.accumulo.core.client.mapred - package org.apache.accumulo.core.client.mapred
- org.apache.accumulo.core.client.mapreduce - package org.apache.accumulo.core.client.mapreduce
- org.apache.accumulo.core.client.mapreduce.lib.partition - package org.apache.accumulo.core.client.mapreduce.lib.partition
- org.apache.accumulo.core.client.mapreduce.lib.util - package org.apache.accumulo.core.client.mapreduce.lib.util
- org.apache.accumulo.core.client.mock - package org.apache.accumulo.core.client.mock
-
Mock framework for Accumulo
- org.apache.accumulo.core.client.replication - package org.apache.accumulo.core.client.replication
- org.apache.accumulo.core.client.rfile - package org.apache.accumulo.core.client.rfile
- org.apache.accumulo.core.client.sample - package org.apache.accumulo.core.client.sample
- org.apache.accumulo.core.client.security - package org.apache.accumulo.core.client.security
- org.apache.accumulo.core.client.security.tokens - package org.apache.accumulo.core.client.security.tokens
- org.apache.accumulo.core.data - package org.apache.accumulo.core.data
- org.apache.accumulo.core.security - package org.apache.accumulo.core.security
- org.apache.accumulo.minicluster - package org.apache.accumulo.minicluster
- OutputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- OutputConfigurator() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.
- OutputConfigurator.Features - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- OutputConfigurator.WriteOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- overlaps(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
P
- PairLexicoder<A extends Comparable<A>,
B extends Comparable<B>> - Class in org.apache.accumulo.core.client.lexicoder -
This class is a lexicoder that sorts a ComparablePair.
- PairLexicoder(Lexicoder<A>, Lexicoder<B>) - Constructor for class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- PartialKey - Enum in org.apache.accumulo.core.data
-
Specifications for part of a
Key
. - PasswordToken - Class in org.apache.accumulo.core.client.security.tokens
- PasswordToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructor for use with
Writable
. - PasswordToken(byte[]) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructs a token from a copy of the password.
- PasswordToken(CharSequence) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructs a token from a copy of the password.
- PasswordToken(ByteBuffer) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructs a token from a copy of the password.
- PeerExistsException - Exception in org.apache.accumulo.core.client.replication
-
The peer already exists
- PeerExistsException(String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerExistsException
- PeerExistsException(String, String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerExistsException
- PeerExistsException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.replication.PeerExistsException
- PeerNotFoundException - Exception in org.apache.accumulo.core.client.replication
-
The peer already exists
- PeerNotFoundException(String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
- PeerNotFoundException(String, String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
- PeerNotFoundException(String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
- PeerNotFoundException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
- PERMISSION_DENIED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- PERMISSIONHANDLER_FAILED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- ping(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Throws an exception if a tablet server can not be contacted.
- prefix(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all rows beginning with a prefix.
- prefix(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column families beginning with a prefix within a given row.
- prefix(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family.
- prefix(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier.
- prefix(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all rows beginning with a prefix.
- prefix(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column families beginning with a prefix within a given row.
- prefix(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family.
- prefix(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier.
- prettyPrint() - Method in enum org.apache.accumulo.minicluster.ServerType
- PRINCIPAL - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.
- printableValues() - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
Returns a list of printable permission values.
- printableValues() - Static method in enum org.apache.accumulo.core.security.SystemPermission
-
Returns a list of printable permission values.
- printableValues() - Static method in enum org.apache.accumulo.core.security.TablePermission
-
Returns a list of printable permission values.
- Properties() - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- PropertiesConverter() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
- put(byte[], byte[], byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(byte[], byte[], long, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(byte[], byte[], ColumnVisibility, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(byte[], byte[], ColumnVisibility, long, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, long, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, long, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(String, char[]) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- put(String, CharSequence) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- put(Text, Text, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(Text, Text, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(Text, Text, ColumnVisibility, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(Text, Text, ColumnVisibility, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- putAll(Map<? extends String, ? extends char[]>) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- putAllStrings(Map<String, ? extends CharSequence>) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- putDelete(byte[], byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(byte[], byte[], long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(byte[], byte[], ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(byte[], byte[], ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence, ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence, ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text, ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text, ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
Q
- QUEUED - Enum constant in enum org.apache.accumulo.core.client.admin.ScanState
- quote(byte[]) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
-
Properly quotes terms in a column visibility expression.
- quote(String) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
-
Properly quotes terms in a column visibility expression.
R
- Range - Class in org.apache.accumulo.core.data
-
This class is used to specify a range of Accumulo keys.
- Range() - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that goes from negative to positive infinity
- Range(CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that covers an entire row.
- Range(CharSequence, boolean, CharSequence, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow to endRow.
- Range(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow inclusive to endRow inclusive.
- Range(Key, boolean, boolean, Key, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from start to stop.
- Range(Key, boolean, Key, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startKey to endKey.
- Range(Key, Key) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startKey inclusive to endKey inclusive.
- Range(Key, Key, boolean, boolean, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from start to stop.
- Range(Range) - Constructor for class org.apache.accumulo.core.data.Range
-
Copies a range.
- Range(TRange) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from a Thrift range.
- Range(Text) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that covers an entire row.
- Range(Text, boolean, Text, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow to endRow.
- Range(Text, Text) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow inclusive to endRow inclusive.
- RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
-
The Class RangeInputSplit.
- RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
-
The Class RangeInputSplit.
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
- RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- RangeInputSplit(String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(InputFormatBase.RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
- RangeInputSplit(InputFormatBase.RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- RangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
-
Hadoop partitioner that uses ranges, and optionally sub-bins based on hashing.
- RangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
- RANGES - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.
- READ - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- READ - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.IteratorSetting
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Column
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Key
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Mutation
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Range
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Value
- RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
- RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
- referencedFiles(String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Gets all of the referenced files for a table from the metadata table.
- REJECTED - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
conditions were not met and mutation was not written
- remove() - Method in class org.apache.accumulo.core.client.RowIterator
-
Unsupported.
- remove(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- removeConfiguration(Configuration) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- removeConfigurationListener(ConfigurationListener) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- removeConstraint(String, int) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Remove a constraint from a namespace.
- removeConstraint(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Remove a constraint from a table.
- removeErrorListener(ConfigurationErrorListener) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- removeIterator(String, String, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Remove an iterator from a namespace by name.
- removeIterator(String, String, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Remove an iterator from a table by name.
- removeOption(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Remove an option from the iterator.
- removePeer(String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Removes a cluster with the given name.
- removeProperty(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Removes a system property from zookeeper.
- removeProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Removes a property from a namespace.
- removeProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Removes a property from a table.
- removeScanIterator(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Remove an iterator from the list of iterators.
- rename(String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Rename a namespace
- rename(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Rename a table
- replicationOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves a ReplicationOperations object to manage replication configuration.
- replicationOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- ReplicationOperations - Interface in org.apache.accumulo.core.client.admin
-
Supports replication configuration
- resolveContainerStore(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- Result(Exception, ConditionalMutation, String) - Constructor for class org.apache.accumulo.core.client.ConditionalWriter.Result
- Result(ConditionalWriter.Status, ConditionalMutation, String) - Constructor for class org.apache.accumulo.core.client.ConditionalWriter.Result
- ReverseLexicoder<T> - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder that flips the sort order from another lexicoder.
- ReverseLexicoder(Lexicoder<T>) - Constructor for class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder
- revokeNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Revoke a namespace permission for a specific user on a specific namespace
- revokeSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Revoke a system permission from a user
- revokeTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Revoke a table permission for a specific user on a specific table
- RFile - Class in org.apache.accumulo.core.client.rfile
-
RFile is Accumulo's internal storage format for Key Value pairs.
- RFile() - Constructor for class org.apache.accumulo.core.client.rfile.RFile
- RFile.InputArguments - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.OutputArguments - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.ScannerFSOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.ScannerOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.WriterFSOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.WriterOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFileSource - Class in org.apache.accumulo.core.client.rfile
-
RFile metadata is stored at the end of the file.
- RFileSource(InputStream, long) - Constructor for class org.apache.accumulo.core.client.rfile.RFileSource
- RFileWriter - Class in org.apache.accumulo.core.client.rfile
-
This class provides an API for writing RFiles.
- row - Variable in class org.apache.accumulo.core.data.Key
- ROW - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL_COLVIS - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL_COLVIS_TIME - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL_COLVIS_TIME_DEL - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- RowColumnSampler - Class in org.apache.accumulo.core.client.sample
-
This sampler can hash any subset of a Key's fields.
- RowColumnSampler() - Constructor for class org.apache.accumulo.core.client.sample.RowColumnSampler
- RowIterator - Class in org.apache.accumulo.core.client
-
Group Key/Value pairs into Iterators over rows.
- RowIterator(Iterable<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
-
Create an iterator from an Iterable.
- RowIterator(Iterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
-
Create an iterator from an (ordered) sequence of KeyValue pairs.
- RowSampler - Class in org.apache.accumulo.core.client.sample
-
Builds a sample based on entire rows.
- RowSampler() - Constructor for class org.apache.accumulo.core.client.sample.RowSampler
- RPC_SASL_QOP - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RPC_SSL_KEYSTORE_PASSWORD - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RPC_SSL_KEYSTORE_PATH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RPC_SSL_KEYSTORE_TYPE - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RPC_SSL_TRUSTSTORE_PASSWORD - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RPC_SSL_TRUSTSTORE_PATH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RPC_SSL_TRUSTSTORE_TYPE - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RPC_USE_JSSE - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- RUNNING - Enum constant in enum org.apache.accumulo.core.client.admin.ScanState
S
- SampleNotPresentException - Exception in org.apache.accumulo.core.client
-
Exception thrown when a table does not have sampling configured or when sampling is configured but it differs from what was requested.
- SampleNotPresentException() - Constructor for exception org.apache.accumulo.core.client.SampleNotPresentException
- SampleNotPresentException(String) - Constructor for exception org.apache.accumulo.core.client.SampleNotPresentException
- SampleNotPresentException(String, Exception) - Constructor for exception org.apache.accumulo.core.client.SampleNotPresentException
- Sampler - Interface in org.apache.accumulo.core.client.sample
-
A function that decides which key values are stored in a tables sample.
- SamplerConfiguration - Class in org.apache.accumulo.core.client.sample
-
This class encapsultes configuration and options needed to setup and use sampling.
- SamplerConfiguration(Class<? extends Sampler>) - Constructor for class org.apache.accumulo.core.client.sample.SamplerConfiguration
- SamplerConfiguration(String) - Constructor for class org.apache.accumulo.core.client.sample.SamplerConfiguration
- SCAN_ISOLATION - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.
- SCAN_OFFLINE - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.
- scanner - Variable in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
- Scanner - Interface in org.apache.accumulo.core.client
-
Scans a table over a given range.
- scannerBase - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- scannerBase - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- ScannerBase - Interface in org.apache.accumulo.core.client
-
This class hosts configuration methods that are shared between different types of scanners.
- scannerIterator - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- scannerIterator - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- ScannerTranslator(Scanner) - Constructor for class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
-
Deprecated.
- ScanState - Enum in org.apache.accumulo.core.client.admin
- ScanType - Enum in org.apache.accumulo.core.client.admin
- SecurityErrorCode - Enum in org.apache.accumulo.core.client.security
- securityOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves a SecurityOperations object to perform user security operations, such as creating users.
- securityOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- SecurityOperations - Interface in org.apache.accumulo.core.client.admin
-
Provides a class for managing users and permissions
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
- SERIALIZATION_ERROR - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- serialize() - Method in class org.apache.accumulo.core.client.ClientConfiguration
- serialize() - Method in class org.apache.accumulo.core.security.Authorizations
-
Returns a serialized form of these authorizations.
- serialize(AuthenticationToken) - Static method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
-
A convenience method to serialize tokens.
- serializeColumns(Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- ServerType - Enum in org.apache.accumulo.minicluster
- set(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Sets the byte data of this value.
- set(Key) - Method in class org.apache.accumulo.core.data.Key
-
Sets this key's row, column family, column qualifier, column visibility, timestamp, and delete marker to be the same as another key's.
- setAuthorizations(Authorizations) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
A set of authorization labels that will be checked against the column visibility of each key in order to filter data.
- setAuths(Authorizations) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setAutoAdjustRanges(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Controls the automatic adjustment of ranges for this job.
- setAutoAdjustRanges(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setAutoAdjustRanges(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Controls the automatic adjustment of ranges for this job.
- setAutoAdjustRanges(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Controls the automatic adjustment of ranges for this job.
- setBatchScan(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Controls the use of the
BatchScanner
in this job. - setBatchScan(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Controls the use of the
BatchScanner
in this job. - setBatchSize(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- setBatchSize(int) - Method in class org.apache.accumulo.core.client.IsolatedScanner
- setBatchSize(int) - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- setBatchSize(int) - Method in interface org.apache.accumulo.core.client.Scanner
-
Sets the number of Key/Value pairs that will be fetched at a time from a tablet server.
- setBatchTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
This setting determines how long a scanner will wait to fill the returned batch.
- setBatchWriterOptions(Class<?>, Configuration, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setBatchWriterOptions(JobConf, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Sets the configuration for for the job's
BatchWriter
instances. - setBatchWriterOptions(Job, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Sets the configuration for for the job's
BatchWriter
instances. - setClassLoaderContext(String) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Sets the name of the classloader context on this scanner.
- setClassLoaderContext(String) - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
Deprecated.
- setClassLoaderContext(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Sets the name of the classloader context on this scanner.
- setClassLoaderContext(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Sets the name of the classloader context on this scanner
- setClassLoaderContext(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Sets the name of the classloader context on this scanner
- setCompactionStrategy(CompactionStrategyConfig) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setCompressionType(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setCompressionType(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Sets the compression type to use for data blocks.
- setCompressionType(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Sets the compression type to use for data blocks.
- setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
- setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
- setConfiguration(AccumuloConfiguration) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.
- setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- setConfiguration(AccumuloConfiguration) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- setConnectorInfo(Class<?>, Configuration, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setConnectorInfo(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(JobConf, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(JobConf, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(Job, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(Job, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Sets the connector information needed to communicate with Accumulo in this job.
- setCreateTables(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setCreateTables(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Sets the directive to create new tables, as necessary.
- setCreateTables(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Sets the directive to create new tables, as necessary.
- setDataBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setDataBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Sets the size for data blocks within each file.
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as a group. - setDataBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Sets the size for data blocks within each file.
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as a group. - setDefaultMemory(long, MemoryUnit) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Sets the default memory size to use.
- setDefaultTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setDefaultTableName(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
- setDefaultTableName(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
- setDeleted(boolean) - Method in class org.apache.accumulo.core.data.Key
-
Sets the delete marker on this key.
- setDelimiterParsingDisabled(boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- setDetailEvents(boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- setDurability(Durability) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Change the durability for the BatchWriter session.
- setDurability(Durability) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Sets the Durability for the mutation, if applied.
- setEndRow(Text) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setEndRow(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- setFetchedColumns(Collection<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setFetchedColumns(Set<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setFileBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setFileBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
- setFileBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
- setFlush(boolean) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
Determines if memory is flushed in the source table before cloning.
- setFlush(boolean) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setIndexBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setIndexBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy within the file, while larger blocks mean a more shallow index hierarchy within the file.
- setIndexBlockSize(Job, long) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy within the file, while larger blocks mean a more shallow index hierarchy within the file.
- setInputTableConfigs(JobConf, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
-
Sets the
InputTableConfig
objects on the given Hadoop configuration - setInputTableConfigs(Job, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
-
Sets the
InputTableConfig
objects on the given Hadoop configuration - setInputTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setInputTableName(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Sets the name of the input table, over which this job will scan.
- setInputTableName(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Sets the name of the input table, over which this job will scan.
- setInstanceName(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setInstanceName(String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Calling this method is optional.
- setIsolatedScan(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setIteratorClass(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Set the name of the class that implements the iterator.
- setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Set iterators on to be used in the query.
- setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setIterators(IteratorSetting...) - Method in class org.apache.accumulo.core.data.Condition
-
Set iterators to use when reading the columns value.
- setIteratorSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
This is provided for the case where no sampler configuration is set on the scanner, but there is a need to create iterator deep copies that have sampling enabled.
- setJDWPEnabled(boolean) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- setKeepOffline(boolean) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
The new table is normally brought online after the cloning process.
- setListDelimiter(char) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- setLocalIterators(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setLocalIterators(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Controls the use of the
ClientSideIteratorScanner
in this job. - setLocalIterators(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Controls the use of the
ClientSideIteratorScanner
in this job. - setLocalityGroups(String, Map<String, Set<Text>>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Sets a table's locality groups.
- setLocalityGroups(Map<String, Set<Text>>) - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- setLocations(String[]) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setLogger(Log) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- setLogLevel(Class<?>, Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Sets the log level for this job.
- setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Sets the log level for this job.
- setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Sets the log level for this job.
- setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Sets the log level for this job.
- setLogLevel(Level) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setMaxLatency(long, TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Sets the maximum amount of time to hold the data in memory before flushing it to servers.
For no maximum, set to zero, orLong.MAX_VALUE
withTimeUnit.MILLISECONDS
. - setMaxMemory(long) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Sets the maximum memory to batch before writing.
- setMaxWriteThreads(int) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Sets the maximum number of threads to use for writing data to the tablet servers.
- setMaxWriteThreads(int) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Sets the maximum number of threads to use for writing data to the tablet servers.
- setMemory(ServerType, long, MemoryUnit) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Sets the amount of memory to use in the master process.
- setMockInstance(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework
- setMockInstance(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setMockInstance(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework
- setMockInstance(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework
- setMockInstance(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework
- setMockInstance(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.
- setName(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Set the iterator's name.
- setNamespace(MockNamespace) - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- setNamespaceName(String) - Method in class org.apache.accumulo.core.client.mock.MockTable
-
Deprecated.
- setNativeLibPaths(String...) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Sets the path for processes to use for loading native libraries
- setNumSubBins(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Sets the number of random sub-bins per range
- setNumSubBins(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
-
Sets the number of random sub-bins per range
- setNumTservers(int) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Calling this method is optional.
- setOffline(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setOfflineScan(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Enable reading offline tables.
- setOfflineTableScan(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setOfflineTableScan(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Enable reading offline tables.
- setOfflineTableScan(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Enable reading offline tables.
- setOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
- setOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- setPassword(byte[]) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- setPassword(CharBuffer) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- setPrevEndRow(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- setPrincipal(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setPriority(int) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Set layer at which this iterator applies.
- setProperties(Map<String, String>) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Sets additional properties to be applied to tables created with this configuration.
- setPropertiesToExclude(Set<String>) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
The source table properties are copied, this allows reverting to system defaults for some of those properties.
- setPropertiesToSet(Map<String, String>) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
The source table properties are copied.
- setProperty(String, Object) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- setProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Sets an system property in zookeeper.
- setProperty(String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Sets the value of property to value
- setProperty(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Sets a property on a namespace which applies to all tables in the namespace.
- setProperty(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Sets a property on a table.
- setProperty(ClientConfiguration.ClientProperty, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Sets the value of property to value
- setRange(Range) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- setRange(Range) - Method in class org.apache.accumulo.core.client.IsolatedScanner
- setRange(Range) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setRange(Range) - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- setRange(Range) - Method in interface org.apache.accumulo.core.client.Scanner
-
Sets the range of keys to scan over.
- setRanges(Class<?>, Configuration, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setRanges(Collection<Range>) - Method in interface org.apache.accumulo.core.client.BatchDeleter
-
Allows deleting multiple ranges efficiently.
- setRanges(Collection<Range>) - Method in interface org.apache.accumulo.core.client.BatchScanner
-
Allows scanning over multiple ranges efficiently.
- setRanges(Collection<Range>) - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
-
Deprecated.
- setRanges(List<Range>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Sets the input ranges to scan for all tables associated with this job.
- setRanges(JobConf, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Sets the input ranges to scan for this job.
- setRanges(Job, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Sets the input ranges to scan for the single input table associated with this job.
- setReadaheadThreshold(long) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- setReadaheadThreshold(long) - Method in class org.apache.accumulo.core.client.IsolatedScanner
- setReadaheadThreshold(long) - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- setReadaheadThreshold(long) - Method in interface org.apache.accumulo.core.client.Scanner
-
Sets the number of batches of Key/Value pairs returned before the
Scanner
will begin to prefetch the next batch - setReplication(Class<?>, Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setReplication(JobConf, int) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Sets the file system replication factor for the resulting file, overriding the file system default.
- setReplication(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Sets the file system replication factor for the resulting file, overriding the file system default.
- setReplicationSources(Set<String>) - Method in class org.apache.accumulo.core.data.ConditionalMutation
- setReplicationSources(Set<String>) - Method in class org.apache.accumulo.core.data.Mutation
-
Set the replication peers which this Mutation originated from
- setSampler(JobConf, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Specify a sampler to be used when writing out data.
- setSampler(Job, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Specify a sampler to be used when writing out data.
- setSamplerConfiguration(String, SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Set or update the sampler configuration for a table.
- setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Set the sampler configuration to use when reading from the data.
- setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setSamplerConfiguration(SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Setting this will cause the scanner to read sample data, as long as that sample data was generated with the given configuration.
- setSamplerConfiguration(JobConf, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Causes input format to read sample data.
- setSamplerConfiguration(Job, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Causes input format to read sample data.
- setScanAuthorizations(Class<?>, Configuration, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setScanAuthorizations(JobConf, Authorizations) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Sets the
Authorizations
used to scan. - setScanAuthorizations(Job, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Sets the
Authorizations
used to scan. - setScanIsolation(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setScanIsolation(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Controls the use of the
IsolatedScanner
in this job. - setScanIsolation(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Controls the use of the
IsolatedScanner
in this job. - setSimulationMode(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setSimulationMode(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Sets the directive to use simulation mode for this job.
- setSimulationMode(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Sets the directive to use simulation mode for this job.
- setSiteConfig(Map<String, String>) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Calling this method is optional.
- setSource(Scanner) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Sets the source Scanner.
- setSplitFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
- setSplitFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
-
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
- setStartRow(Text) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setTable(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.6.1, use setTableName() instead.
- setTableId(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setTableId(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- setTableInfo(String) - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- setTableName(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- setTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.BatchScanner
-
This setting determines how long a scanner will automatically retry when a failure occurs.
- setTimeout(long, TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Sets the maximum amount of time an unresponsive server will be re-tried.
- setTimeout(long, TimeUnit) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Sets the maximum amount of time an unresponsive server will be re-tried.
- setTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
This setting determines how long a scanner will automatically retry when a failure occurs.
- setTimeOut(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Deprecated.
- setTimeOut(int) - Method in class org.apache.accumulo.core.client.IsolatedScanner
-
Deprecated.
- setTimeOut(int) - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
Deprecated.
- setTimeOut(int) - Method in interface org.apache.accumulo.core.client.Scanner
-
Deprecated.Since 1.5. See
ScannerBase.setTimeout(long, java.util.concurrent.TimeUnit)
- setTimestamp(long) - Method in class org.apache.accumulo.core.data.Condition
-
Sets the version for the column to check.
- setTimestamp(long) - Method in class org.apache.accumulo.core.data.Key
-
Sets the timestamp.
- setTimeType(TimeType) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Configure logical or millisecond time for tables created with this configuration.
- setToken(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setToken(AuthenticationToken) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setTokenLifetime(long, TimeUnit) - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
-
Requests a specific lifetime for the token that is different than the default system lifetime.
- setupIterators(List<IteratorSetting>, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Deprecated.since 1.7.0; Use
InputFormatBase.RecordReaderBase.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String)
instead. - setupIterators(JobConf, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Deprecated.
- setupIterators(JobConf, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Deprecated.
- setUseIsolatedScanners(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Controls the use of the
IsolatedScanner
in this job. - setUseLocalIterators(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Controls the use of the
ClientSideIteratorScanner
in this job. - setUser(String) - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setValue(byte[]) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setValue(CharSequence) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setValue(ByteSequence) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setValue(Text) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setVisibility(ColumnVisibility) - Method in class org.apache.accumulo.core.data.Condition
-
Sets the visibility for the column to check.
- setWait(boolean) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setWithCredentialProviders(String, String) - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- setZooKeeperInstance(Class<?>, Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.since 1.6.0; Use
AbstractInputFormat.setZooKeeperInstance(JobConf, ClientConfiguration)
instead. - setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.setZooKeeperInstance(JobConf, ClientConfiguration)
instead. - setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Configures a
ZooKeeperInstance
for this job. - setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Configures a
ZooKeeperInstance
for this job. - setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.6.0; Use
AbstractInputFormat.setZooKeeperInstance(Job, ClientConfiguration)
instead. - setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.setZooKeeperInstance(Job, ClientConfiguration)
instead. - setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Configures a
ZooKeeperInstance
for this job. - setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Configures a
ZooKeeperInstance
for this job. - setZooKeeperPort(int) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Calling this method is optional.
- setZooKeepers(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- setZooKeeperStartupTime(long) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Configure the time to wait for ZooKeeper to startup.
- shouldAutoAdjustRanges() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Determines whether a configuration has auto-adjust ranges enabled.
- shouldUseIsolatedScanners() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Determines whether a configuration has isolation enabled.
- shouldUseLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Determines whether a configuration uses local iterators.
- SIMULATION_MODE - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
-
Deprecated.
- SINGLE - Enum constant in enum org.apache.accumulo.core.client.admin.ScanType
- size() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- size() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the number of modifications / deletions in this mutation.
- size() - Method in class org.apache.accumulo.core.security.Authorizations
-
Gets the size of this collection of authorizations.
- split - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
- split - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
- splitRangeByTablets(String, Range, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- start() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Starts Accumulo and Zookeeper processes.
- startDefaultLocalityGroup() - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
A locality group in which the column families do not need to specified.
- startNewLocalityGroup(String, byte[]...) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
See javadoc for
RFileWriter.startNewLocalityGroup(String, List)
- startNewLocalityGroup(String, String...) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
See javadoc for
RFileWriter.startNewLocalityGroup(String, List)
. - startNewLocalityGroup(String, List<byte[]>) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
Before appending any data, a locality group must be started.
- startNewLocalityGroup(String, Set<String>) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
See javadoc for
RFileWriter.startNewLocalityGroup(String, List)
. - stop() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Stops Accumulo and Zookeeper processes.
- stringify(ColumnVisibility.Node, byte[], StringBuilder) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
- StringLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
This lexicoder encodes/decodes a given String to/from bytes without further processing.
- StringLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.StringLexicoder
- subSequence(int, int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- subSequence(int, int) - Method in class org.apache.accumulo.core.data.ByteSequence
-
Returns a portion of this sequence.
- subset(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
- suffix() - Method in enum org.apache.accumulo.minicluster.MemoryUnit
- SYNC - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Write mutations to the write-ahead log, and ensure the data is saved to persistent storage.
- SYSTEM - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Compaction initiated by system
- SYSTEM - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- systemNamespace() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Returns the name of the system reserved namespace
- SystemPermission - Enum in org.apache.accumulo.core.security
-
Accumulo system permissions.
T
- table - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
-
Deprecated.
- TABLE_DOESNT_EXIST - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- TABLE_NAME - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.
- TableDeletedException - Exception in org.apache.accumulo.core.client
-
This exception is thrown if a table is deleted after an operation starts.
- TableDeletedException(String) - Constructor for exception org.apache.accumulo.core.client.TableDeletedException
- TableExistsException - Exception in org.apache.accumulo.core.client
-
Thrown when the table specified already exists, and it was expected that it didn't
- TableExistsException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
- TableExistsException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
- TableExistsException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
- tableIdMap() - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Get a mapping of table name to internal table id.
- TableNotFoundException - Exception in org.apache.accumulo.core.client
-
Thrown when the table specified doesn't exist when it was expected to
- TableNotFoundException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableNotFoundException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableNotFoundException(String, NamespaceNotFoundException) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableNotFoundException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableOfflineException - Exception in org.apache.accumulo.core.client
- TableOfflineException(Instance, String) - Constructor for exception org.apache.accumulo.core.client.TableOfflineException
- tableOfMetadataRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- tableOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves a TableOperations object to perform table functions, such as create and delete.
- tableOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- TableOperations - Interface in org.apache.accumulo.core.client.admin
-
Provides a class for administering tables
- TablePermission - Enum in org.apache.accumulo.core.security
-
Accumulo table permissions.
- tables - Variable in class org.apache.accumulo.core.client.admin.DiskUsage
- TABLET_SERVER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- TabletId - Interface in org.apache.accumulo.core.data
-
A TabletId provides the information needed to uniquely identify a tablet.
- TERM - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- testClassLoad(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Test to see if the instance can load the given class as the given type.
- testClassLoad(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Test to see if the instance can load the given class as the given type.
- testClassLoad(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Test to see if the instance can load the given class as the given type.
- TextLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder that preserves a Text's native sort order.
- TextLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- TimedOutException - Exception in org.apache.accumulo.core.client
- TimedOutException(String) - Constructor for exception org.apache.accumulo.core.client.TimedOutException
- TimedOutException(Set<String>) - Constructor for exception org.apache.accumulo.core.client.TimedOutException
- timestamp - Variable in class org.apache.accumulo.core.data.Key
- TimeType - Enum in org.apache.accumulo.core.client.admin
-
The type of ordering to use for the table's entries (default is MILLIS)
- to(OutputStream) - Method in interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments
- to(String) - Method in interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments
- toArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- toArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Returns a byte array containing the bytes in this sequence.
- toArray(List<byte[]>) - Static method in class org.apache.accumulo.core.data.Value
-
Deprecated.since 1.7.0; this utility method is not appropriate for the
Value
object - toBytes(long) - Method in enum org.apache.accumulo.minicluster.MemoryUnit
- toDataRange() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- TOKEN - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.
- TOKEN_CLASS - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.
- TOKEN_EXPIRED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- TokenProperty(String, String, boolean) - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- toMetadataRange() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- toPrintableString(byte[], int, int, int) - Static method in class org.apache.accumulo.core.data.Key
-
Returns an ASCII printable string form of the given byte array, treating the bytes as ASCII characters.
- toRange() - Method in interface org.apache.accumulo.core.data.TabletId
- toString() - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- toString() - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- toString() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- toString() - Method in class org.apache.accumulo.core.client.IteratorSetting
- toString() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- toString() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- toString() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- toString() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
- toString() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- toString() - Method in class org.apache.accumulo.core.data.Column
-
Gets a string representation of this column.
- toString() - Method in class org.apache.accumulo.core.data.ColumnUpdate
- toString() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- toString() - Method in class org.apache.accumulo.core.data.Key
- toString() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- toString() - Method in class org.apache.accumulo.core.data.Range
- toString() - Method in class org.apache.accumulo.core.data.Value
- toString() - Method in class org.apache.accumulo.core.security.Authorizations
- toString() - Method in class org.apache.accumulo.core.security.ColumnVisibility
- toStringNoTime() - Method in class org.apache.accumulo.core.data.Key
-
Converts this key to a string, not including timestamp or delete marker.
- toStringNoTruncate() - Method in class org.apache.accumulo.core.data.Key
-
Stringify this
Key
, avoiding truncation of each component, only limiting each component to a length ofInteger.MAX_VALUE
- toThrift() - Method in class org.apache.accumulo.core.data.Column
-
Converts this column to Thrift.
- toThrift() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
-
Converts this summary to Thrift.
- toThrift() - Method in class org.apache.accumulo.core.data.Key
-
Converts this key to Thrift.
- toThrift() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- toThrift() - Method in class org.apache.accumulo.core.data.Mutation
-
Creates a
TMutation
object containing this Mutation's data. - toThrift() - Method in class org.apache.accumulo.core.data.Range
-
Converts this range to Thrift.
- TRACE_SPAN_RECEIVER_PREFIX - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- TRACE_SPAN_RECEIVERS - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- TRACE_ZK_PATH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- TRACER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- TYPE - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
-
Deprecated.
U
- UIntegerLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for an unsigned integer.
- UIntegerLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- ULongLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
Unsigned long lexicoder.
- ULongLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- UNKNOWN - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
error occurred after mutation was sent to server, its unknown if the mutation was written.
- UNSUPPORTED_OPERATION - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- updateScanIteratorOption(String, String, String) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Update the options for an iterator.
- usage - Variable in class org.apache.accumulo.core.client.admin.DiskUsage
- USE_LOCAL_ITERATORS - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.
- USER - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
compaction initiated by user
- USER_ACCUMULO_DIR_NAME - Static variable in class org.apache.accumulo.core.client.ClientConfiguration
- USER_CONF_FILENAME - Static variable in class org.apache.accumulo.core.client.ClientConfiguration
- USER_DOESNT_EXIST - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- USER_EXISTS - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- usesLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- usesLocalIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- usesLocalIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Determines whether a configuration uses local iterators.
- usesLocalIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Determines whether a configuration uses local iterators.
- UUIDLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for a UUID that maintains its lexicographic sorting order.
- UUIDLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
V
- validateOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
- validateOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Check whether a configuration is fully configured to be used with an Accumulo
InputFormat
. - validateOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Check whether a configuration is fully configured to be used with an Accumulo
InputFormat
. - value - Variable in class org.apache.accumulo.core.data.Value
- Value - Class in org.apache.accumulo.core.data
-
A byte sequence that is usable as a key or value.
- Value() - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a zero-size sequence.
- Value(byte[]) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using a byte array as the initial value.
- Value(byte[], boolean) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using a byte array as the initial value.
- Value(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value based on a range in a byte array.
- Value(CharSequence) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a value using the UTF-8 encoding of the CharSequence
- Value(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using the bytes in a buffer as the initial value.
- Value(ByteBuffer, boolean) - Constructor for class org.apache.accumulo.core.data.Value
-
Deprecated.A copy of the bytes in the buffer is always made. Use
Value(ByteBuffer)
instead. - Value(Value) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a new Value based on another.
- Value(Text) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using the bytes of the Text.
- Value.Comparator - Class in org.apache.accumulo.core.data
-
A Comparator optimized for Value.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ScanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.TimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.Durability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.security.SecurityErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.data.PartialKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.SystemPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.security.TablePermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.minicluster.MemoryUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.minicluster.ServerType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ScanState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.ScanType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.admin.TimeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.Durability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.security.SecurityErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- values() - Static method in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.data.PartialKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.SystemPermission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.security.TablePermission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.minicluster.MemoryUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.minicluster.ServerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION1 - Enum constant in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
- VERSION2 - Enum constant in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
- VIOLATED - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
mutation violated a constraint and was not written
- violationCode - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- violationDescription - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- VisibilityConstraint - Class in org.apache.accumulo.core.security
-
Deprecated.since 1.7.0 This is server side code not intended to exist in a public API package. This class references types that are not in the public API and therefore is not guaranteed to be stable. It was deprecated to clearly communicate this. Use
VisibilityConstraint
instead. - VisibilityConstraint() - Constructor for class org.apache.accumulo.core.security.VisibilityConstraint
-
Deprecated.
- VisibilityEvaluator - Class in org.apache.accumulo.core.security
-
A class which evaluates visibility expressions against a set of authorizations.
- VisibilityEvaluator(AuthorizationContainer) - Constructor for class org.apache.accumulo.core.security.VisibilityEvaluator
-
Creates a new evaluator for the authorizations found in the given container.
- VisibilityEvaluator(Authorizations) - Constructor for class org.apache.accumulo.core.security.VisibilityEvaluator
-
Creates a new evaluator for the given collection of authorizations.
- VisibilityParseException - Exception in org.apache.accumulo.core.security
-
An exception thrown when a visibility string cannot be parsed.
- VisibilityParseException(String, byte[], int) - Constructor for exception org.apache.accumulo.core.security.VisibilityParseException
-
Creates a new exception.
W
- waitForBalance() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Waits for the tablet balancer to run and return no migrations.
- whoami() - Method in class org.apache.accumulo.core.client.Connector
-
Get the current user for this connector
- whoami() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- with(String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.setProperty(String, String)
but returns the ClientConfiguration for chaining purposes - with(ClientConfiguration.ClientProperty, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.setProperty(ClientProperty, String)
but returns the ClientConfiguration for chaining purposes - withAuthorizations(Authorizations) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
The authorizations passed here will be used to filter Keys, from the
Scanner
, based on the content of the column visibility field. - withBounds(Range) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
This option allows limiting the
Scanner
from reading data outside of a given range. - withDataCache(long) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
Enabling this option will cache RFiles data in memory.
- withFileSystem(FileSystem) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerFSOptions
-
Optionally provide a FileSystem to open RFiles.
- withFileSystem(FileSystem) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterFSOptions
-
Optionally provide a FileSystem to open a file to write a RFile.
- withIndexCache(long) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
Enabling this option will cache RFiles indexes in memory.
- withInstance(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_NAME - withInstance(UUID) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_ID - withKeystore(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.withKeystore(String, String, String)
with password null and type null - withKeystore(String, String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SSL_CLIENT_AUTH, ClientProperty.RPC_SSL_KEYSTORE_PATH, ClientProperty.RPC_SSL_KEYSTORE_PASSWORD, and ClientProperty.RPC_SSL_KEYSTORE_TYPE - withoutDefaultIterators() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Currently the only default iterator is the
VersioningIterator
. - withoutSystemIterators() - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
By default the
Scanner
created will setup the default Accumulo system iterators. - withSampler(SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
-
An option to store sample data in the generated RFile.
- withSasl(boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SASL_ENABLED. - withSasl(boolean, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SASL_ENABLED and ClientProperty.GENERAL_KERBEROS_PRINCIPAL. - withSsl(boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.withSsl(boolean, boolean)
with useJsseConfig set to false - withSsl(boolean, boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SSL_ENABLED and ClientProperty.RPC_USE_JSSE - withTableProperties(Iterable<Map.Entry<String, String>>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
Construct the
Scanner
with iterators specified in a tables properties. - withTableProperties(Iterable<Map.Entry<String, String>>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
-
Create an RFile using the same configuration as an Accumulo table.
- withTableProperties(Map<String, String>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
- withTableProperties(Map<String, String>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
- withTruststore(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.withTruststore(String)
with password null and type null - withTruststore(String, String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.RPC_SSL_TRUSTORE_PATH, ClientProperty.RPC_SSL_TRUSTORE_PASSWORD, and ClientProperty.RPC_SSL_TRUSTORE_TYPE - withVisibilityCacheSize(int) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
- withZkHosts(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_ZK_HOST - withZkTimeout(int) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_ZK_TIMEOUT - write(DataOutput) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- write(DataOutput) - Method in class org.apache.accumulo.core.client.IteratorSetting
- write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
- write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
- write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Column
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Key
- write(DataOutput) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Deprecated.
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Mutation
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Range
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Value
- write(Iterator<ConditionalMutation>) - Method in interface org.apache.accumulo.core.client.ConditionalWriter
-
This method returns one result for each mutation passed to it.
- write(ConditionalMutation) - Method in interface org.apache.accumulo.core.client.ConditionalWriter
-
This method has the same thread safety guarantees as @link
ConditionalWriter.write(Iterator)
- write(Text, Mutation) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
-
Push a mutation into a table.
- write(Text, Mutation) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
-
Push a mutation into a table.
- WRITE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- WRITE - Enum constant in enum org.apache.accumulo.core.security.TablePermission
Z
- ZOO_KEEPERS - Enum constant in enum org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts
-
Deprecated.
- ZOOKEEPER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- ZooKeeperInstance - Class in org.apache.accumulo.core.client
-
An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo.
- ZooKeeperInstance(String, String) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
- ZooKeeperInstance(String, String, int) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.since 1.6.0; Use
ZooKeeperInstance(ClientConfiguration)
instead. - ZooKeeperInstance(UUID, String) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.since 1.6.0; Use
ZooKeeperInstance(ClientConfiguration)
instead. - ZooKeeperInstance(UUID, String, int) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.since 1.6.0; Use
ZooKeeperInstance(ClientConfiguration)
instead. - ZooKeeperInstance(ClientConfiguration) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
- ZooKeeperInstance(Configuration) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API; use
ZooKeeperInstance(ClientConfiguration)
instead.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form