- 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() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- 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.mapreduce.AbstractInputFormat
-
- AbstractInputFormat.AbstractRecordReader<K,V> - Class in org.apache.accumulo.core.client.mapred
-
An abstract base class to be used to create
RecordReader
instances that convert from Accumulo
Key
/
Value
pairs to the user's K/V types.
- AbstractInputFormat.AbstractRecordReader<K,V> - Class in org.apache.accumulo.core.client.mapreduce
-
An abstract base class to be used to create
RecordReader
instances that convert from Accumulo
Key
/
Value
pairs to the user's K/V types.
- AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
- AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
- AccumuloException - Exception in org.apache.accumulo.core.client
-
A generic Accumulo Exception for general accumulo failures.
- AccumuloException(String) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
-
- AccumuloException(Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
-
- AccumuloException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
-
- AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.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 by
Key
), as this is an important requirement of Accumulo data files.
- AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
- 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 by
Key
), as this is an important requirement of Accumulo data files.
- 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() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
-
- AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
This class allows MapReduce jobs to use Accumulo as the source of data.
- AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
-
- 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() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
-
- 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.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() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- 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.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() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
-
- 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.mapreduce.AccumuloRowInputFormat
-
- AccumuloSecurityException - Exception in org.apache.accumulo.core.client
-
An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
- AccumuloSecurityException(ThriftSecurityException) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
-
Construct a user-facing exception from a serialized version.
- AccumuloSecurityException(String, SecurityErrorCode, Throwable) - 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) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
-
- AccumuloSecurityException(String, SecurityErrorCode, String) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
-
- 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(ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
-
- addCondition(Condition) - Method in class org.apache.accumulo.core.data.ConditionalMutation
-
- 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.
- 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.
- addIterator(Class<?>, Configuration, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- addMutation(Mutation) - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Queues one mutation to write.
- addMutation(String, Mutation) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- addMutation(Mutation) - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
- 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
-
- addOption(String, String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add another option to the iterator.
- addOptions(Set<Map.Entry<String, String>>) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add many options to the iterator.
- addOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add many options to the iterator.
- 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
-
- addSplits(SortedSet<Text>) - Method in class org.apache.accumulo.core.client.mock.MockTable
-
- 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
-
- appendPrintableString(byte[], int, int, int, StringBuilder) - Static method in class org.apache.accumulo.core.data.Key
-
- ArrayByteSequence - Class in org.apache.accumulo.core.data
-
- ArrayByteSequence(byte[]) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
- ArrayByteSequence(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
- ArrayByteSequence(String) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
- ArrayByteSequence(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
- 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, 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) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Add an iterator to a table on all scopes.
- attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Add an iterator to a table on the given scopes.
- authenticateUser(String, byte[]) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
- 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
-
- 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(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(byte[]) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorizations object from a serialized form.
- Authorizations() - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an empty set of authorizations.
- Authorizations(String...) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorizations object from a set of human-readable authorizations.
- auths - Variable in class org.apache.accumulo.core.client.mock.MockScannerBase
-
- cancelCompaction(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- 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.
- canCreateTables(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- 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
-
- check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.security.VisibilityConstraint
-
- 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
-
- CLASS - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- CLASS - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- clear() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
-
- clear() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- clearColumns() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears the columns to be fetched (useful for resetting the scanner for reuse).
- 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.
- 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(List<? extends Configuration>) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
- ClientConfiguration(Configuration...) - Constructor for class org.apache.accumulo.core.client.ClientConfiguration
-
Iterates through the Configuration objects, populating this object.
- 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
-
A class that wraps a Scanner in a SortedKeyValueIterator so that other accumulo iterators can use it as a source.
- clip(Range) - Method in class org.apache.accumulo.core.data.Range
-
Creates a range which represents the intersection of this range and the passed in range.
- clip(Range, boolean) - Method in class org.apache.accumulo.core.data.Range
-
Same as other clip function except if gives the option to return null of the ranges do not overlap instead of throwing an exception.
- clone(String, String, boolean, Map<String, String>, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clone a table from an existing table.
- clone() - 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.NullToken
-
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
- clone() - Method in class org.apache.accumulo.core.data.Key
-
- close() - Method in interface org.apache.accumulo.core.client.BatchDeleter
-
Releases any resources.
- close() - Method in interface org.apache.accumulo.core.client.BatchScanner
-
Cleans up and finalizes the scanner
- close() - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Flush and release any resources.
- close() - Method in 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(Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
-
- close() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
- close(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
-
- close() - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
-
- close() - Method in class org.apache.accumulo.core.client.mock.MockBatchWriter
-
- close() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
- close() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Flush and release all resources.
- close() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Closes any underlying connections on the scanner
- colFamily - Variable in class org.apache.accumulo.core.data.Key
-
- colQualifier - Variable in class org.apache.accumulo.core.data.Key
-
- Column(Text, Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- Column(Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- Column(String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- Column(String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
-
- Column - Class in org.apache.accumulo.core.data
-
- Column() - Constructor for class org.apache.accumulo.core.data.Column
-
- Column(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Column
-
- Column(TColumn) - Constructor for class org.apache.accumulo.core.data.Column
-
- columnFamily - Variable in class org.apache.accumulo.core.data.Column
-
- columnQualifier - Variable in class org.apache.accumulo.core.data.Column
-
- 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
-
- 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(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(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.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, 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].
- ComparableBytes - Class in org.apache.accumulo.core.data
-
- ComparableBytes(byte[]) - Constructor for class org.apache.accumulo.core.data.ComparableBytes
-
- 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
-
- compareColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
-
Efficiently compare the the column family of a key w/o allocating a text object and copying the column qualifier into it.
- compareColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
-
Efficiently compare the the column qualifier of a key w/o allocating a text object and copying the column qualifier into it.
- compareRow(Text) - Method in class org.apache.accumulo.core.data.Key
-
Efficiently compare the the row of a key w/o allocating a text object and copying the row into it.
- 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
-
- compareTo(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
- compareTo(Key) - Method in class org.apache.accumulo.core.data.Key
-
Compare all elements of a key.
- compareTo(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Compares extents based on rows
- compareTo(Range) - Method in class org.apache.accumulo.core.data.Range
-
Compares this range to another range.
- compareTo(Object) - Method in class org.apache.accumulo.core.data.Value
-
Define the sort order of the BytesWritable.
- compareTo(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Compares the bytes in this object to the specified byte array
- compress(List<? extends KeyValue>) - Static method in class org.apache.accumulo.core.data.Key
-
Use this to compress a list of keys before sending them via thrift.
- Condition - Class in org.apache.accumulo.core.data
-
Conditions that must be met on a particular column in a row.
- Condition(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Condition
-
- Condition(byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Condition
-
- Condition(Text, Text) - Constructor for class org.apache.accumulo.core.data.Condition
-
- Condition(ByteSequence, ByteSequence) - Constructor for class org.apache.accumulo.core.data.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[], Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- ConditionalMutation(byte[], int, int, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
-
- ConditionalMutation(Text, 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
-
- 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
-
- config(String...) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- ConfiguratorBase - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
- 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
-
- ConfiguratorBase.GeneralOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
- ConfiguratorBase.InstanceOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
- 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
-
- ConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- ConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- contains(ByteSequence) - Method in class org.apache.accumulo.core.data.KeyExtent
-
- contains(BinaryComparable) - Method in class org.apache.accumulo.core.data.KeyExtent
-
- contains(Key) - Method in class org.apache.accumulo.core.data.Range
-
- contains(ByteSequence) - Method in interface org.apache.accumulo.core.security.AuthorizationContainer
-
Checks whether this object contains the given authorization.
- contains(byte[]) - 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.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.
- containsKey(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- containsValue(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- convert(String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
-
- copy(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
- 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
-
- create(String, boolean, TimeType) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
- createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
- 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.mock.MockConnector
-
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a BatchScanner connected to Accumulo.
- createBatchScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a BatchWriter connected to Accumulo.
- createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- 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
-
- createFilter(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
- 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
-
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Factory method to create a Multi-Table BatchWriter connected to Accumulo.
- createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
Deprecated.
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- createNamespace(String, String) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- 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
-
- createTable(String, String, boolean, TimeType) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- createUser(String, byte[], Authorizations) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
- 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
-
- 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
-
- Credentials - Class in org.apache.accumulo.core.security
-
A wrapper for internal use.
- Credentials(String, AuthenticationToken) - Constructor for class org.apache.accumulo.core.security.Credentials
-
Creates a new credentials object.
- 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
- 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
-
- enableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
-
Enables row isolation.
- encode(BigInteger) - Method in class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
-
- encode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
-
- encode(Date) - Method in class org.apache.accumulo.core.client.lexicoder.DateLexicoder
-
- encode(Double) - Method in class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
-
- encode(Integer) - Method in class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
-
- encode(List<LT>) - Method in class org.apache.accumulo.core.client.lexicoder.ListLexicoder
-
- encode(Long) - Method in class org.apache.accumulo.core.client.lexicoder.LongLexicoder
-
- encode(ComparablePair<A, B>) - Method in class org.apache.accumulo.core.client.lexicoder.PairLexicoder
-
- encode(T) - Method in class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder
-
- encode(String) - Method in class org.apache.accumulo.core.client.lexicoder.StringLexicoder
-
- encode(Text) - Method in class org.apache.accumulo.core.client.lexicoder.TextLexicoder
-
- encode(Integer) - Method in class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
-
- encode(Long) - Method in class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
-
- encode(UUID) - Method in class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
-
- encodePrevEndRow(Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- 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
-
- 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.security.tokens.AuthenticationToken.TokenProperty
-
- 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(Column) - 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(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Compare part of a key.
- equals(Object) - Method in class org.apache.accumulo.core.data.KeyExtent
-
- equals(Object) - Method in class org.apache.accumulo.core.data.Mutation
-
- equals(Mutation) - Method in class org.apache.accumulo.core.data.Mutation
-
Checks if this mutation equals another.
- equals(Object) - Method in class org.apache.accumulo.core.data.Range
-
- equals(Range) - Method in class org.apache.accumulo.core.data.Range
-
- equals(Object) - Method in class org.apache.accumulo.core.data.Value
-
- equals(Object) - Method in class org.apache.accumulo.core.security.Authorizations
-
- equals(Object) - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
- equals(ColumnVisibility) - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Compares two ColumnVisibilities for string equivalence, not as a meaningful comparison of terms and conditions.
- equals(Object) - Method in class org.apache.accumulo.core.security.Credentials
-
- 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
-
- evaluate(ColumnVisibility) - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
-
Evaluates the given column visibility against the authorizations provided to this evaluator.
- exact(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row Returns the same Range as new Range(row)
- exact(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row and column family
- exact(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, and column qualifier
- exact(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, and visibility
- exact(Text, Text, Text, Text, long) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, visibility, and timestamp
- exact(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row
- exact(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row and column family
- exact(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, and column qualifier
- exact(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, and visibility
- exact(CharSequence, CharSequence, CharSequence, CharSequence, long) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, visibility, and timestamp
- 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.
- get(ClientConfiguration.ClientProperty) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Returns the value for prop, the default value if not present.
- get(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- get() - Method in class org.apache.accumulo.core.data.Value
-
- getAccumuloConfiguration(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
This helper method provides an AccumuloConfiguration object constructed from the Accumulo defaults, and overridden with Accumulo properties that have been
stored in the Job's configuration.
- getAccumuloConfiguration(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
This helper method provides an AccumuloConfiguration object constructed from the Accumulo defaults, and overridden with Accumulo properties that have been
stored in the Job's configuration.
- getAccumuloConfiguration(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
- getAccumuloProperty() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
- 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
-
- 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
-
- getAuthorizationFailuresMap() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
-
- getAuthorizations() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
-
- getAuthorizations() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
- 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(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.
- getAutoAdjustRanges(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- getBackingArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
-
- getBackingArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
- 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
-
- 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.
- getBatchWriter(String) - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
- getBatchWriter(String) - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Returns a BatchWriter for a particular table.
- getBatchWriterOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- getBatchWriterOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
- getBatchWriterOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- getByDepth(int) - Static method in enum org.apache.accumulo.core.data.PartialKey
-
- getBytes() - Method in class org.apache.accumulo.core.data.ComparableBytes
-
- getChildren() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
-
- getClassLoader(CommandLine, Shell) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- getClient() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
-
- getClientConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
- getColumnFamily() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
-
- getColumnFamily() - Method in class org.apache.accumulo.core.data.Column
-
- getColumnFamily() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Returns the column
- getColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
-
This method gives users control over allocation of Text objects by copying into the passed in text.
- getColumnFamily() - Method in class org.apache.accumulo.core.data.Key
-
This method allocates a Text object and copies into it.
- getColumnFamilyData() - Method in class org.apache.accumulo.core.data.Key
-
This method returns a pointer to the keys internal data and does not copy it.
- getColumnQualifier() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
-
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.Column
-
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
- getColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
-
This method gives users control over allocation of Text objects by copying into the passed in text.
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.Key
-
This method allocates a Text object and copies into it.
- getColumnQualifierData() - Method in class org.apache.accumulo.core.data.Key
-
This method returns a pointer to the keys internal data and does not copy it.
- getColumns() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
-
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.Column
-
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.Key
-
This method allocates a Text object and copies into it.
- getColumnVisibility(Text) - Method in class org.apache.accumulo.core.data.Key
-
This method gives users control over allocation of Text objects by copying into the passed in text.
- getColumnVisibilityData() - Method in class org.apache.accumulo.core.data.Key
-
This method returns a pointer to the keys internal data and does not copy it.
- getColumnVisibilityParsed() - Method in class org.apache.accumulo.core.data.Key
-
This method creates a new ColumnVisibility representing the column visibility for this key
WARNING: using this method may inhibit performance since a new ColumnVisibility object is created on every call.
- 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
-
- getConfiguration() - Method in interface org.apache.accumulo.core.client.Instance
-
- getConfiguration() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConfiguration() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConnector(String, byte[]) - Method in interface org.apache.accumulo.core.client.Instance
-
- getConnector(String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.Instance
-
- getConnector(String, CharSequence) - Method in interface org.apache.accumulo.core.client.Instance
-
- getConnector(String, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.Instance
-
Returns a connection to this instance of accumulo.
- getConnector(String, byte[]) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
Deprecated.
- getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
- getConnector(String, CharSequence) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConnector(String, ByteBuffer) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
- getConnector(String, byte[]) - 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.
- 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(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.
- getDefaultTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- getDefaultValue() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
- getDepth() - Method in enum org.apache.accumulo.core.data.PartialKey
-
- 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
- getEndKey() - Method in class org.apache.accumulo.core.data.Range
-
- getEndRow() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Returns this extent's end row
- getEntriesRead() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
-
- getEntriesWritten() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
-
- getEquivalent(TablePermission) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
- getEquivalent(SystemPermission) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
- 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
-
- getExtent() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
-
- getFamily() - Method in class org.apache.accumulo.core.data.Condition
-
- 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.
- getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Returns the columns to be fetched for this configuration
- getFetchedColumns(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- getFileSystem() - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- 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
-
- getInputFiles() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
-
- 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
-
- getInputTableConfigs(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- 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.
- getInputTableName(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- getInstance() - Method in class org.apache.accumulo.core.client.Connector
-
Accessor method for internal instance object.
- 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.
- getInstance(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- getInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- getInstance() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- getInstanceID() - Method in interface org.apache.accumulo.core.client.Instance
-
Returns a unique string that identifies this instance of accumulo.
- getInstanceID() - Method in class org.apache.accumulo.core.client.mock.MockInstance
-
- getInstanceID() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
- 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
-
- 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
-
- 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(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.
- getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Returns the iterators to be set on this configuration
- getIterators(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- getIterators() - Method in class org.apache.accumulo.core.data.Condition
-
- 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
-
- 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.data.ComparableBytes
-
- getLength() - Method in class org.apache.accumulo.core.data.Key
-
Returns the sums of the lengths of the row, column family, column qualifier, and visibility.
- getLocalityGroup() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
-
- getLocalityGroups(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Gets the locality groups currently set for a table.
- getLocalityGroups() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
- getLocations() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- 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.
- getLogLevel(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- getLogLevel() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- 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
-
- 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
-
Returns a String representing this extent's entry in the Metadata table
- getMetadataEntry(Text, Text) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- getMetadataEntry(KeyExtent) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- 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
-
- getNamespaceName() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
- 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
-
- 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.IteratorSetting
-
Get the configuration parameters for this iterator.
- 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
-
Return the previous extent's end row
- getPrevRowUpdateMutation() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Returns a String representing the previous extent's entry in the Metadata table
- getPrevRowUpdateMutation(KeyExtent) - Static method in class org.apache.accumulo.core.data.KeyExtent
-
- 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.
- getPrincipal(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- getPrincipal() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- getPrincipal() - Method in class org.apache.accumulo.core.security.Credentials
-
Gets the principal.
- 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(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() - 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.NullToken
-
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
- getPropertyByKey(String) - Static method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
- getQualifier() - Method in class org.apache.accumulo.core.data.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
-
- getRange() - Method in interface org.apache.accumulo.core.client.Scanner
-
Returns the range of keys to scan over.
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- getRootTabletLocation() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
- getRow(Text) - Method in class org.apache.accumulo.core.data.Key
-
This method gives users control over allocation of Text objects by copying into the passed in text.
- getRow() - Method in class org.apache.accumulo.core.data.Key
-
This method allocates a Text object and copies into it.
- getRow() - Method in class org.apache.accumulo.core.data.Mutation
-
- getRowData() - Method in class org.apache.accumulo.core.data.Key
-
This method returns a pointer to the keys internal data and does not copy it.
- 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.
- getScanAuthorizations(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- getScanid() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
-
- getSecurityErrorCode() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
-
- getSerializedFormat() - Method in class org.apache.accumulo.core.data.Mutation
-
- 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.
- getSimulationMode(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- 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
-
- getSize() - Method in class org.apache.accumulo.core.data.Value
-
- getSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- getSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
- getSplits(JobConf, int) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Read the metadata table to get tablets and match up ranges to them.
- 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.
- getSplits(String) - Method in class org.apache.accumulo.core.client.mock.MockAccumulo
-
- getSplits() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
- 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
-
- 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.
- 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.
- getTableId() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- getTableId() - Method in class org.apache.accumulo.core.client.mock.MockTable
-
- getTableId() - Method in exception org.apache.accumulo.core.client.TableDeletedException
-
- getTableId() - Method in class org.apache.accumulo.core.data.KeyExtent
-
Returns the extent's table id
- 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
-
- getTabletLocator(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Initializes an Accumulo TabletLocator
based on the configuration.
- getTabletLocator(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
- getTabletLocator(JobContext, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Initializes an Accumulo TabletLocator
based on the configuration.
- getTabletLocator(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
- getTabletLocator(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- 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() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Deprecated.
- getTimeout(TimeUnit) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
- 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
-
- 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.
- getTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
- getTimestamp() - Method in class org.apache.accumulo.core.data.Condition
-
- getTimestamp() - Method in class org.apache.accumulo.core.data.Key
-
- getToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- getToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
- getToken(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- getToken() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- getToken() - Method in class org.apache.accumulo.core.security.Credentials
-
Gets the authentication token.
- getTokenClass(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- getTokenClass(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
- getTokenClass(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- 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
-
- 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
-
- 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
-
- getValue() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
- getValue() - Method in class org.apache.accumulo.core.data.Condition
-
- getViolationCode() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- getViolationDescription() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
-
- getViolationDescription(short) - Method in class org.apache.accumulo.core.security.VisibilityConstraint
-
- getVisibility() - Method in class org.apache.accumulo.core.data.Condition
-
- 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
-
- 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
-
- getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
- GLOBAL_CONF_FILENAME - Static variable in class org.apache.accumulo.core.client.ClientConfiguration
-
- 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
- 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.
- in - Variable in class org.apache.accumulo.core.client.mock.MockShell
-
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
-
- 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.NullToken
-
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
- 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
-
Initialize a scanner over the given input split using this task attempt configuration.
- InputConfigurator - Class in org.apache.accumulo.core.client.mapreduce.lib.util
-
- 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
-
- InputConfigurator.ScanOpts - Enum in org.apache.accumulo.core.client.mapreduce.lib.util
-
- 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() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase
-
- 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.mapreduce.InputFormatBase
-
- InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
-
- InputFormatBase.RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
-
- 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.
- InstanceOperations - Interface in org.apache.accumulo.core.client.admin
-
- instanceOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves an InstanceOperations object to modify instance configuration.
- instanceOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- InstanceOperationsImpl - Class in org.apache.accumulo.core.client.admin
-
- InstanceOperationsImpl(Instance, TCredentials) - Constructor for class org.apache.accumulo.core.client.admin.InstanceOperationsImpl
-
Deprecated.
- 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
-
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
-
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
- isClosed() - Method in class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter
-
- isClosed() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Returns true if this batch writer has been closed.
- 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.
- isConnectorInfoSet(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- isDeleted() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
- isDeleted() - Method in class org.apache.accumulo.core.data.Key
-
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
-
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
- 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
-
- isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.Range
-
- isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.Range
-
- 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.
- isIsolated(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- isIsolatedScan() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- isJDWPEnabled() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
- isMeta() - Method in class org.apache.accumulo.core.data.KeyExtent
-
- isMockInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- isOffline() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- 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.
- 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
-
- 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
-
- isPreviousExtent(KeyExtent) - Method in class org.apache.accumulo.core.data.KeyExtent
-
- isRootTablet() - Method in class org.apache.accumulo.core.data.KeyExtent
-
- isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
-
- isSupportedAccumuloProperty(Property) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
- 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 class org.apache.accumulo.core.client.mock.MockBatchScanner
-
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockScanner
-
- iterator() - Method in class org.apache.accumulo.core.client.mock.MockScannerBase
-
- iterator() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns an iterator over an accumulo table.
- iterator() - Method in class org.apache.accumulo.core.security.Authorizations
-
- IteratorAdapter - Class in org.apache.accumulo.core.client.mock
-
- IteratorAdapter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.client.mock.IteratorAdapter
-
- IteratorSetting - Class in org.apache.accumulo.core.client
-
Configure an iterator for minc, majc, and/or scan.
- IteratorSetting(int, String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(int, String, String, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the specified scopes with the specified parameters.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name and configured for the specified scopes with the specified
parameters.
- IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(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(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.
- Range - Class in org.apache.accumulo.core.data
-
This class is used to specify a range of Accumulo Keys.
- Range() - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that goes from negative to positive infinity
- Range(Key, Key) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startKey inclusive to endKey inclusive
- Range(CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that covers an entire row
- Range(Text) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that covers an entire row
- Range(Text, Text) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow inclusive to endRow inclusive
- Range(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow inclusive to endRow inclusive
- Range(Text, boolean, Text, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow to endRow
- Range(CharSequence, boolean, CharSequence, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow to endRow
- Range(Key, boolean, Key, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startKey to endKey
- Range(Range) - Constructor for class org.apache.accumulo.core.data.Range
-
Copies a range
- Range(Key, Key, boolean, boolean, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from start to stop.
- Range(Key, boolean, boolean, Key, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from start to stop.
- Range(TRange) - Constructor for class org.apache.accumulo.core.data.Range
-
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(InputFormatBase.RangeInputSplit) - 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.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
-
The Class RangeInputSplit.
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
-
- RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
-
- RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
-
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(InputFormatBase.RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit(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.InputFormatBase.RangeInputSplit
-
Deprecated.
- RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
-
The Class RangeInputSplit.
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- RangeInputSplit(String, String, Range, String[]) - 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
-
- 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
-
Reads the fields in the
DataInput
into the current object
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- 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
-
Populates the extents data fields from a DataInput object
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Mutation
-
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Range
-
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Value
-
- RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
- RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
- remove() - Method in class org.apache.accumulo.core.client.mock.IteratorAdapter
-
- 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
-
- 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.
- 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.
- 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
- Result(ConditionalWriter.Status, ConditionalMutation, String) - Constructor for class org.apache.accumulo.core.client.ConditionalWriter.Result
-
- Result(Exception, 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
- row - Variable in class org.apache.accumulo.core.data.Key
-
- RowIterator - Class in org.apache.accumulo.core.client
-
Group Key/Value pairs into Iterators over rows.
- RowIterator(Iterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
-
Create an iterator from an (ordered) sequence of KeyValue pairs.
- RowIterator(Iterable<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
-
Create an iterator from an Iterable.
- scanner - Variable in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
-
- Scanner - Interface in org.apache.accumulo.core.client
-
Scans a table over a given range.
- ScannerBase - Interface in org.apache.accumulo.core.client
-
This class hosts configuration methods that are shared between different types of scanners.
- 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
-
Constructs an accumulo iterator from a scanner.
- 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 - Interface in org.apache.accumulo.core.client.admin
-
Provides a class for managing users and permissions
- securityOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Retrieves a SecurityOperations object to perform user security operations, such as creating users.
- securityOperations() - Method in class org.apache.accumulo.core.client.mock.MockConnector
-
- SecurityOperationsImpl - Class in org.apache.accumulo.core.client.admin
-
- SecurityOperationsImpl(Instance, Credentials) - Constructor for class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
-
Deprecated.
- SecurityOperationsImpl(Instance, TCredentials) - Constructor for class org.apache.accumulo.core.client.admin.SecurityOperationsImpl
-
Deprecated.
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator
-
- serialize() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
- serialize(AuthenticationToken) - Static method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
-
A convenience method to serialize tokens.
- serialize() - Method in class org.apache.accumulo.core.security.Authorizations
-
Returns a serialized form of these authorizations.
- serialize() - Method in class org.apache.accumulo.core.security.Credentials
-
Converts the current object to a serialized form.
- serializeColumns(Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- ServerType - Enum in org.apache.accumulo.minicluster
-
- set(Key) - Method in class org.apache.accumulo.core.data.Key
-
Sets this key's row, column family, column qualifier, column visibility, timestamp, and delete marker to be the same as another key's.
- set(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
- 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(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.
- 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
-
- 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
-
- 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.
- 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.
- setBatchWriterOptions(Class<?>, Configuration, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- 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.
- setCompressionType(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
- 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
-
- 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(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, 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, 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(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(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, 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, AuthenticationToken) - 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, 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(Class<?>, Configuration, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- setConsoleInputStream(InputStream) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- setConsoleWriter(OutputStream) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- setConsoleWriter(Writer) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- 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.
- setCreateTables(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- 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.
- setDataBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
- setDefaultMemory(long, MemoryUnit) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Sets the default memory size to use.
- 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.
- setDefaultTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- setDeleted(boolean) - Method in class org.apache.accumulo.core.data.Key
-
- setEndRow(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Sets this extent's end row
- 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(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.
- setFileBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
- 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.
- setIndexBlockSize(Class<?>, Configuration, long) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
- setInputTableConfigs(JobConf, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
-
- setInputTableConfigs(Job, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
-
- 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.
- setInputTableName(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- setInstance(ShellOptionsJC) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- setInstance(CommandLine) - Method in class org.apache.accumulo.core.client.mock.MockShell
-
- 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.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.
- setJDWPEnabled(boolean) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
- setLocalIterators(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
- setLocalIterators(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
- setLocalIterators(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- 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
-
- setLocations(String[]) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- 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(Class<?>, Configuration, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- setLogLevel(Level) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- setMaxLatency(long, TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
- 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(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- setMockInstance(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- setMockInstance(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- setMockInstance(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
- setMockInstance(Class<?>, Configuration, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- setMockInstance(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- 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
-
- setNamespaceName(String) - Method in class org.apache.accumulo.core.client.mock.MockTable
-
- 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(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.
- setOfflineTableScan(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- 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
-
Sets the previous extent's end row
- 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.
- setProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Sets an system property in zookeeper.
- 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
-
- setRange(Range) - Method in interface org.apache.accumulo.core.client.Scanner
-
Sets the range of keys to scan over.
- 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(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.
- 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(Class<?>, Configuration, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- setRanges(Collection<Range>) - Method in class org.apache.accumulo.core.client.mock.MockBatchScanner
-
- 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
-
- 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(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.
- setReplication(Class<?>, Configuration, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator
-
- setScanAuthorizations(JobConf, Authorizations) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- setScanAuthorizations(Job, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- setScanAuthorizations(Class<?>, Configuration, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- setScanIsolation(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
- setScanIsolation(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
- setScanIsolation(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- 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.
- setSimulationMode(Class<?>, Configuration, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator
-
- 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
- setTable(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setTableId(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- setTableId(Text) - Method in class org.apache.accumulo.core.data.KeyExtent
-
Sets the extents table id
- setTableInfo(String) - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
-
- setTableName(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- setTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.BatchScanner
-
Sets a timeout threshold for a server to respond.
- 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(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Deprecated.
- 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(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
-
- 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.
- 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
-
- setToken(AuthenticationToken) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- setToken(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- setupIterators(JobConf, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Configures the iterators on a scanner for the given table name.
- setupIterators(JobConf, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
- setupIterators(List<IteratorSetting>, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Apply the configured iterators to the scanner.
- setupIterators(JobConf, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Configures the iterators on a scanner for the given table name.
- setupIterators(TaskAttemptContext, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Apply the configured iterators from the configuration to the scanner for the specified table name
- setupIterators(TaskAttemptContext, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Initialize a scanner over the given input split using this task attempt configuration.
- setUseIsolatedScanners(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
- setUseLocalIterators(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
- setUser(String) - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
-
- setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
- setValue(CharSequence) - Method in class org.apache.accumulo.core.data.Condition
-
- setValue(byte[]) - 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
-
- setValue(ByteSequence) - Method in class org.apache.accumulo.core.data.Condition
-
- setVisibility(ColumnVisibility) - Method in class org.apache.accumulo.core.data.Condition
-
Sets the visibility for the column to check.
- setWithCredentialProviders(String, String) - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
-
- setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
- setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
- setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
- setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
- setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
- setZooKeeperInstance(Class<?>, Configuration, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase
-
- 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.
- size() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
- size() - Method in class org.apache.accumulo.core.data.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.core.client.mock.MockShell
-
- start() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Starts Accumulo and Zookeeper processes.
- 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
-
- suffix() - Method in enum org.apache.accumulo.minicluster.MemoryUnit
-
- 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.
- 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
.
- validateOptions(Class<?>, Configuration) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator
-
- Value - Class in org.apache.accumulo.core.data
-
A byte sequence that is usable as a key or value.
- Value() - Constructor for class org.apache.accumulo.core.data.Value
-
Create a zero-size sequence.
- Value(byte[]) - Constructor for class org.apache.accumulo.core.data.Value
-
Create a Value using the byte array as the initial value.
- Value(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.Value
-
Create a Value using a copy of the ByteBuffer's content.
- Value(ByteBuffer, boolean) - Constructor for class org.apache.accumulo.core.data.Value
-
- Value(byte[], boolean) - Constructor for class org.apache.accumulo.core.data.Value
-
Create a Value based on the given bytes.
- Value(Value) - Constructor for class org.apache.accumulo.core.data.Value
-
Set the new Value to a copy of the contents of the passed ibw
.
- Value(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Value
-
Set the value to a copy of the given byte range
- value - Variable in class org.apache.accumulo.core.data.Value
-
- Value.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.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.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.
- 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
-
A constraint that checks the visibility of columns against the actor's authorizations.
- VisibilityConstraint() - Constructor for class org.apache.accumulo.core.security.VisibilityConstraint
-
- VisibilityEvaluator - Class in org.apache.accumulo.core.security
-
A class which evaluates visibility expressions against a set of authorizations.
- 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.