Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractEncoder<T> - Class in org.apache.accumulo.core.client.lexicoder
-
AbstractEncoder is an
Encoder
that implements all of Encoder's methods validating the input, but has those methods defer logic to a new method,AbstractEncoder.decodeUnchecked(byte[], int, int)
. - AbstractEncoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
- AbstractHashSampler - Class in org.apache.accumulo.core.client.sample
-
A base class that can be used to create Samplers based on hashing.
- AbstractHashSampler() - Constructor for class org.apache.accumulo.core.client.sample.AbstractHashSampler
- AbstractId<T extends AbstractId<T>> - Class in org.apache.accumulo.core.data
-
An abstract identifier class for comparing equality of identifiers of the same type.
- AbstractId(String) - Constructor for class org.apache.accumulo.core.data.AbstractId
- AbstractInputFormat<K,
V> - Class in org.apache.accumulo.core.client.mapred -
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- AbstractInputFormat<K,
V> - Class in org.apache.accumulo.core.client.mapreduce -
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- AbstractInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.
- AbstractInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.
- AbstractInputFormat.AbstractRecordReader<K,
V> - Class in org.apache.accumulo.core.client.mapred -
Deprecated.
- AbstractInputFormat.AbstractRecordReader<K,
V> - Class in org.apache.accumulo.core.client.mapreduce -
Deprecated.
- AbstractLexicoder<T> - Class in org.apache.accumulo.core.client.lexicoder
- AbstractLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.AbstractLexicoder
- AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- AbstractRecordReader() - Constructor for class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- accept(String, long) - Method in interface org.apache.accumulo.core.client.summary.Summarizer.StatisticConsumer
- accept(Key) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
- accept(Key) - Method in interface org.apache.accumulo.core.client.sample.Sampler
- accept(Key, Value) - Method in interface org.apache.accumulo.core.client.summary.Summarizer.Collector
-
During compactions, Accumulo passes each Key Value written to the file to this method.
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.Filter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.ServerFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
-
Accepts entries whose timestamps are less than currentTime - threshold.
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.ReqVisFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
- accept(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
- ACCEPTED - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
conditions were met and mutation was written
- acceptRow(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
-
Implementation should return false to suppress a row.
- Accumulo - Class in org.apache.accumulo.core.client
-
This class contains all API entry points created in 2.0.0 or later.
- AccumuloClient - Interface in org.apache.accumulo.core.client
-
Client connection to an Accumulo instance.
- AccumuloClient.AuthenticationArgs<T> - Interface in org.apache.accumulo.core.client
-
Builder methods for authentication
- AccumuloClient.ClientFactory<T> - Interface in org.apache.accumulo.core.client
-
Builds AccumuloClient or client Properties after all options have been specified
- AccumuloClient.ConnectionOptions<T> - Interface in org.apache.accumulo.core.client
-
Build methods for connection options
- AccumuloClient.FromOptions<T> - Interface in org.apache.accumulo.core.client
- AccumuloClient.InstanceArgs<T> - Interface in org.apache.accumulo.core.client
-
Builder method for setting Accumulo instance and zookeepers
- AccumuloClient.PropertyOptions<T> - Interface in org.apache.accumulo.core.client
-
Builder methods for creating AccumuloClient using properties
- AccumuloClient.SaslOptions<T> - Interface in org.apache.accumulo.core.client
-
Build methods for SASL
- AccumuloClient.SslOptions<T> - Interface in org.apache.accumulo.core.client
-
Build methods for SSL/TLS
- AccumuloException - Exception in org.apache.accumulo.core.client
-
A generic Accumulo Exception for general accumulo failures.
- AccumuloException(String) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
- AccumuloException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
- AccumuloException(Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloException
- AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- AccumuloFileOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- AccumuloFileOutputFormat - Class in org.apache.accumulo.hadoop.mapred
- AccumuloFileOutputFormat - Class in org.apache.accumulo.hadoop.mapreduce
-
This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted byKey
), as this is an important requirement of Accumulo data files. - AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.
- AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Deprecated.
- AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloFileOutputFormat
- AccumuloFileOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat
- AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- AccumuloInputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- AccumuloInputFormat - Class in org.apache.accumulo.hadoop.mapred
- AccumuloInputFormat - Class in org.apache.accumulo.hadoop.mapreduce
-
This class allows MapReduce jobs to use Accumulo as the source of data.
- AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloInputFormat
-
Deprecated.
- AccumuloInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
-
Deprecated.
- AccumuloInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
- AccumuloInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
- AccumuloMultiTableInputFormat - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- AccumuloMultiTableInputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- AccumuloMultiTableInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
-
Deprecated.
- AccumuloMultiTableInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
-
Deprecated.
- AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- AccumuloOutputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- AccumuloOutputFormat - Class in org.apache.accumulo.hadoop.mapred
- AccumuloOutputFormat - Class in org.apache.accumulo.hadoop.mapreduce
-
This class allows MapReduce jobs to use Accumulo as the sink for data.
- AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.
- AccumuloOutputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.
- AccumuloOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
- AccumuloOutputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
- AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.A base class to be used to create
RecordWriter
instances that write to Accumulo. - AccumuloOutputFormat.AccumuloRecordWriter - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.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
-
Deprecated.
- AccumuloRecordWriter(TaskAttemptContext) - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
-
Deprecated.
- AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- AccumuloRowInputFormat - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- AccumuloRowInputFormat - Class in org.apache.accumulo.hadoop.mapred
- AccumuloRowInputFormat - Class in org.apache.accumulo.hadoop.mapreduce
-
This class allows MapReduce jobs to use Accumulo as the source of data.
- AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
-
Deprecated.
- AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
-
Deprecated.
- AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
- AccumuloRowInputFormat() - Constructor for class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
- AccumuloSecurityException - Exception in org.apache.accumulo.core.client
-
An Accumulo Exception for security violations, authentication failures, authorization failures, etc.
- AccumuloSecurityException(String, SecurityErrorCode) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(String, SecurityErrorCode, String) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(String, SecurityErrorCode, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(String, SecurityErrorCode, Throwable) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
- AccumuloSecurityException(ThriftSecurityException) - Constructor for exception org.apache.accumulo.core.client.AccumuloSecurityException
-
Construct a user-facing exception from a serialized version.
- ActiveCompaction - Class in org.apache.accumulo.core.client.admin
- ActiveCompaction() - Constructor for class org.apache.accumulo.core.client.admin.ActiveCompaction
- ActiveCompaction.CompactionHost - Interface in org.apache.accumulo.core.client.admin
- ActiveCompaction.CompactionHost.Type - Enum in org.apache.accumulo.core.client.admin
- ActiveCompaction.CompactionReason - Enum in org.apache.accumulo.core.client.admin
- ActiveCompaction.CompactionType - Enum in org.apache.accumulo.core.client.admin
- ActiveScan - Class in org.apache.accumulo.core.client.admin
-
A class that contains information about an ActiveScan
- ActiveScan() - Constructor for class org.apache.accumulo.core.client.admin.ActiveScan
- add(Map.Entry<Key, Value>) - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- add(Map.Entry<Key, Value>) - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
- add(ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- addAssignment(TabletId, TabletServerId) - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer.AssignmentParameters
-
Assigns
tabletId
totabletServerId
. - 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(IteratorSetting) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Encode an iterator on the single input table for this job.
- addIterator(JobConf, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Encode an iterator on the input for this job.
- addIterator(Job, IteratorSetting) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Encode an iterator on the single input table for this job.
- addJob(short, CompactionExecutorId, Collection<CompactableFile>) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlan.Builder
- addMutation(Mutation) - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Queues one mutation to write.
- addMutations(Iterable<Mutation>) - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Queues several mutations to write.
- addNamedOption(String, String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- addOption(String, long) - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration.Builder
-
Adds an option that Summarizers can use when constructing Collectors and Combiners.
- addOption(String, String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add another option to the iterator.
- addOption(String, String) - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- addOption(String, String) - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration.Builder
-
Adds an option that Summarizers can use when constructing Collectors and Combiners.
- addOptions(String...) - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration.Builder
-
Convenience method for adding multiple options.
- addOptions(Map<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.summary.SummarizerConfiguration.Builder
- addOptions(Set<Map.Entry<String, String>>) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Add many options to the iterator.
- addPeer(String, String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Deprecated.Defines a cluster with the given name and the given name system.
- addPlan(LoadPlan) - Method in interface org.apache.accumulo.core.data.LoadPlan.Builder
- addReplicationSource(String) - Method in class org.apache.accumulo.core.data.Mutation
-
Deprecated.The feature pertaining to this method was deprecated in 2.1.0, but this method was overlooked when annotating the code. It is being marked as deprecated in 2.1.1 in order to correct that oversight, and will be removed in 3.0.0 with the rest of the code pertaining to this feature.
- 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.
- addSummarizers(String, SummarizerConfiguration...) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Enables summary generation for this table for future compactions.
- addTable(Text) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
-
Deprecated.
- addTable(Text) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
-
Deprecated.
- addTTL(IteratorSetting, IteratorSetting.Column, Long) - Static method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
-
A convenience method for adding or changing an age off threshold for a column.
- addUnnamedOption(String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- advanceToIntersection() - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- advanceToIntersection() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- AESCBCCryptoModule(Key, String, String) - Constructor for class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESCBCCryptoModule
- AESCryptoService - Class in org.apache.accumulo.core.spi.crypto
-
Example implementation of AES encryption for Accumulo
- AESCryptoService() - Constructor for class org.apache.accumulo.core.spi.crypto.AESCryptoService
- AESCryptoService.AESCBCCryptoModule - Class in org.apache.accumulo.core.spi.crypto
- AESCryptoService.AESCBCCryptoModule.AESCBCFileDecrypter - Class in org.apache.accumulo.core.spi.crypto
- AESCryptoService.AESCBCCryptoModule.AESCBCFileEncrypter - Class in org.apache.accumulo.core.spi.crypto
- AESCryptoService.AESGCMCryptoModule - Class in org.apache.accumulo.core.spi.crypto
- AESCryptoService.AESGCMCryptoModule.AESGCMFileDecrypter - Class in org.apache.accumulo.core.spi.crypto
- AESCryptoService.AESGCMCryptoModule.AESGCMFileEncrypter - Class in org.apache.accumulo.core.spi.crypto
- AESGCMCryptoModule(Key, String, String) - Constructor for class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESGCMCryptoModule
- afterEndKey(Key) - Method in class org.apache.accumulo.core.data.Range
-
Determines if the given key is after the ending key of this range.
- AgeOffFilter - Class in org.apache.accumulo.core.iterators.user
-
A filter that ages off key/value pairs based on the Key's timestamp.
- AgeOffFilter() - Constructor for class org.apache.accumulo.core.iterators.user.AgeOffFilter
- ALL_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
- ALTER_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- ALTER_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- ALTER_TABLE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- ALTER_TABLE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- ALTER_TABLE - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- ALTER_USER - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- AND - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- append(Iterable<Map.Entry<Key, Value>>) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
Append the keys and values to the last locality group that was started.
- append(Key, byte[]) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
This method has the same behavior as
RFileWriter.append(Key, Value)
. - append(Key, CharSequence) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
This method has the same behavior as
RFileWriter.append(Key, Value)
. - append(Key, Value) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
Append the key and value to the last locality group that was started.
- append(Key, Value) - Method in interface org.apache.accumulo.core.iterators.user.TransformingIterator.KVBuffer
- appendPrintableString(byte[], int, int, int, StringBuilder) - Static method in class org.apache.accumulo.core.data.Key
-
Appends ASCII printable characters to a string, based on the given byte array, treating the bytes as ASCII characters.
- arrayAdd(List<Long>, List<Long>) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- ArrayByteSequence - Class in org.apache.accumulo.core.data
-
An implementation of
ByteSequence
that uses a backing byte array. - ArrayByteSequence(byte[]) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence.
- ArrayByteSequence(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence from a subsequence of the given byte array.
- ArrayByteSequence(String) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence from the given string.
- ArrayByteSequence(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Creates a new sequence based on a byte buffer.
- ArrayByteSequence(ByteSequence) - Constructor for class org.apache.accumulo.core.data.ArrayByteSequence
-
Copy constructor.
- as(CharSequence, CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.AuthenticationArgs
-
Build using password-based credentials
- as(CharSequence, Path) - Method in interface org.apache.accumulo.core.client.AccumuloClient.AuthenticationArgs
-
Build using Kerberos credentials
- as(CharSequence, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.AccumuloClient.AuthenticationArgs
-
Build using specified credentials
- asThriftException() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- at() - Method in class org.apache.accumulo.core.data.Mutation
-
Fluent API for putting or deleting to a Mutation that makes it easy use different types (i.e byte[], CharSequence, etc) when specifying the family, qualifier, value, etc.
- attachIterator(String, IteratorSetting) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Add an iterator to a namespace on all scopes.
- attachIterator(String, IteratorSetting) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Add an iterator to a table on all scopes.
- attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Add an iterator to a namespace on the given scopes.
- attachIterator(String, IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Add an iterator to a table on the given scopes.
- attachIterator(IteratorSetting) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Configure iterator settings for a table prior to its creation.
- attachIterator(IteratorSetting, EnumSet<IteratorUtil.IteratorScope>) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Configure iterator settings for a table prior to its creation.
- attemptPlans - Variable in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector.Profile
- AUTH_OPT - Static variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- authenticateUser(String, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify a username/password combination is valid
- AuthenticationToken - Interface in org.apache.accumulo.core.client.security.tokens
- AuthenticationToken.AuthenticationTokenSerializer - Class in org.apache.accumulo.core.client.security.tokens
-
A utility class to serialize/deserialize
AuthenticationToken
objects.
Unfortunately, these methods are provided in an inner-class, to avoid breaking the interface API. - AuthenticationToken.Properties - Class in org.apache.accumulo.core.client.security.tokens
- AuthenticationToken.TokenProperty - Class in org.apache.accumulo.core.client.security.tokens
- AuthenticationTokenSerializer() - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
- AUTHENTICATOR_FAILED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- AuthorizationContainer - Interface in org.apache.accumulo.core.security
-
An interface for classes that contain a collection of authorizations.
- Authorizations - Class in org.apache.accumulo.core.security
-
A collection of authorization strings.
- Authorizations() - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an empty set of authorizations.
- Authorizations(byte[]) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorizations object from a serialized form.
- Authorizations(String...) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorizations object from a set of human-readable authorizations.
- Authorizations(Collection<byte[]>) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorization object from a collection of string authorizations that have each already been encoded as UTF-8 bytes.
- Authorizations(List<ByteBuffer>) - Constructor for class org.apache.accumulo.core.security.Authorizations
-
Constructs an authorization object from a list of string authorizations that have each already been encoded as UTF-8 bytes.
- AuthorizationSummarizer - Class in org.apache.accumulo.core.client.summary.summarizers
-
Counts unique authorizations in column visibility labels.
- AuthorizationSummarizer() - Constructor for class org.apache.accumulo.core.client.summary.summarizers.AuthorizationSummarizer
- AUTHORIZOR_FAILED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- auths(Authorizations) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Sets the
Authorizations
used to scan. - autoAdjustRanges(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Disables the automatic adjustment of ranges for this job.
B
- BAD_AUTHORIZATIONS - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- BAD_CREDENTIALS - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- balance(TabletBalancer.BalanceParameters) - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
- balance(TabletBalancer.BalanceParameters) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- balance(TabletBalancer.BalanceParameters) - Method in class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- balance(TabletBalancer.BalanceParameters) - Method in class org.apache.accumulo.core.spi.balancer.TableLoadBalancer
- balance(TabletBalancer.BalanceParameters) - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer
-
Ask the balancer if any migrations are necessary.
- BalancerEnvironment - Interface in org.apache.accumulo.core.spi.balancer
-
This interface is an extension of
ServiceEnvironment
that exposes system level information that is specific to tablet balancing. - BATCH - Enum constant in enum org.apache.accumulo.core.client.admin.ScanType
- BatchDeleter - Interface in org.apache.accumulo.core.client
-
Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
- batchScan(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Enables the use of the
BatchScanner
in this job. - BatchScanner - Interface in org.apache.accumulo.core.client
-
In exchange for possibly returning scanned entries out of order, BatchScanner implementations may scan an Accumulo table more efficiently by Looking up multiple ranges in parallel.
- batchScannerQueryThreads(int) - Method in interface org.apache.accumulo.core.client.AccumuloClient.ConnectionOptions
-
Build with default number of query threads for BatchScanner
- BatchWriter - Interface in org.apache.accumulo.core.client
-
Send Mutations to a single Table in Accumulo.
- batchWriterConfig(BatchWriterConfig) - Method in interface org.apache.accumulo.core.client.AccumuloClient.ConnectionOptions
-
Build with BatchWriterConfig defaults for BatchWriter, MultiTableBatchWriter & BatchDeleter
- BatchWriterConfig - Class in org.apache.accumulo.core.client
-
This object holds configuration settings used to instantiate a
BatchWriter
- BatchWriterConfig() - Constructor for class org.apache.accumulo.core.client.BatchWriterConfig
- beforeStartKey(Key) - Method in class org.apache.accumulo.core.data.Range
-
Determines if the given key is before the start key of this range.
- BigDecimalCombiner - Class in org.apache.accumulo.core.iterators.user
-
A family of combiners that treat values as BigDecimals, encoding and decoding using the built-in BigDecimal String input/output functions.
- BigDecimalCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
- BigDecimalCombiner.BigDecimalEncoder - Class in org.apache.accumulo.core.iterators.user
-
Provides the ability to encode scientific notation.
- BigDecimalCombiner.BigDecimalMaxCombiner - Class in org.apache.accumulo.core.iterators.user
- BigDecimalCombiner.BigDecimalMinCombiner - Class in org.apache.accumulo.core.iterators.user
- BigDecimalCombiner.BigDecimalSummingCombiner - Class in org.apache.accumulo.core.iterators.user
- BigDecimalEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalEncoder
- BigDecimalMaxCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMaxCombiner
- BigDecimalMinCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMinCombiner
- BigDecimalSummingCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalSummingCombiner
- BigIntegerLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.
- BigIntegerLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- BlockCache - Interface in org.apache.accumulo.core.spi.cache
-
Block cache interface.
- BlockCache.Loader - Interface in org.apache.accumulo.core.spi.cache
- BlockCache.Stats - Interface in org.apache.accumulo.core.spi.cache
-
Cache statistics.
- BlockCacheManager - Class in org.apache.accumulo.core.spi.cache
- BlockCacheManager() - Constructor for class org.apache.accumulo.core.spi.cache.BlockCacheManager
- BlockCacheManager.Configuration - Interface in org.apache.accumulo.core.spi.cache
- bound(Column, Column) - Method in class org.apache.accumulo.core.data.Range
-
Creates a new range that is bounded by the columns passed in.
- build() - Method in interface org.apache.accumulo.core.client.AccumuloClient.ClientFactory
-
Builds AccumuloClient or client Properties
- build() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
Build the clone configuration
- build() - Method in interface org.apache.accumulo.core.client.admin.ImportConfiguration.Builder
-
Build the import table configuration
- build() - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
- build() - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
- build() - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration.Builder
- build() - Method in interface org.apache.accumulo.core.data.KeyBuilder.Build
-
Build a
Key
from this builder. - build() - Method in interface org.apache.accumulo.core.data.LoadPlan.Builder
- build() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatch.Builder
- build() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlan.Builder
- build() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatch.Builder
- buildDocKey() - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- builder() - Static method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
- builder() - Static method in interface org.apache.accumulo.core.client.admin.ImportConfiguration
- builder() - Static method in class org.apache.accumulo.core.data.Key
-
Create a
Key
builder. - builder() - Static method in class org.apache.accumulo.core.data.LoadPlan
- builder() - Static method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatch
- builder() - Static method in interface org.apache.accumulo.core.spi.scan.ScanDispatch
- builder(boolean) - Static method in class org.apache.accumulo.core.data.Key
-
Create a
Key
builder. - builder(Class<? extends Summarizer>) - Static method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
- builder(String) - Static method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
Call this method to initiate a chain of fluent method calls to a create an immutable
SummarizerConfiguration
- buildFollowingPartitionKey(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- buildKey(Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- buildKey(Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- buildKey(Text, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- buildKey(Text, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- BULK_IMPORT - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- BULK_IMPORT - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- BULK_LOAD_THREADS_DEFAULT - Static variable in interface org.apache.accumulo.core.client.admin.TableOperations.ImportMappingOptions
-
This is the default number of threads used to determine where to load files.
- BUSY - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanServerAttempt.Result
- BYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
- byteAt(int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- byteAt(int) - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets a byte within this sequence.
- ByteSequence - Class in org.apache.accumulo.core.data
-
A sequence of bytes.
- ByteSequence() - Constructor for class org.apache.accumulo.core.data.ByteSequence
- BytesLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
For each of the methods, this lexicoder just passes the input through untouched.
- BytesLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
- Bzip2 - Class in org.apache.accumulo.core.spi.file.rfile.compression
- Bzip2() - Constructor for class org.apache.accumulo.core.spi.file.rfile.compression.Bzip2
C
- cache - Variable in class org.apache.accumulo.core.iterators.user.VisibilityFilter
- cacheBlock(String, byte[]) - Method in interface org.apache.accumulo.core.spi.cache.BlockCache
-
Add block to cache.
- cacheCodecsWithNonDefaultSizes() - Method in interface org.apache.accumulo.core.spi.file.rfile.compression.CompressionAlgorithmConfiguration
- cacheCodecsWithNonDefaultSizes() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Gz
- cacheCodecsWithNonDefaultSizes() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Snappy
- cacheCodecsWithNonDefaultSizes() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.ZStandard
- CacheEntry - Interface in org.apache.accumulo.core.spi.cache
- CacheEntry.Weighable - Interface in org.apache.accumulo.core.spi.cache
- CacheType - Enum in org.apache.accumulo.core.spi.cache
- cancelCompaction(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Cancels a user initiated major compaction of a table initiated with
TableOperations.compact(String, Text, Text, boolean, boolean)
orTableOperations.compact(String, Text, Text, List, boolean, boolean)
. - canCreateTables(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Determines whether tables are permitted to be created as needed.
- canCreateTables(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Determines whether tables are permitted to be created as needed.
- canonical() - Method in class org.apache.accumulo.core.data.AbstractId
-
The canonical ID.
- canSee(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Indicates whether or not the user is able to see
key
. - canSeeColumnFamily(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Indicates whether or not
key
can be seen, according to the fetched column families for this iterator. - CfCqSliceFilter - Class in org.apache.accumulo.core.iterators.user
-
Filters key/value pairs for a range of column families and a range of column qualifiers.
- CfCqSliceFilter() - Constructor for class org.apache.accumulo.core.iterators.user.CfCqSliceFilter
- CfCqSliceOpts - Class in org.apache.accumulo.core.iterators.user
- CfCqSliceOpts(Map<String, String>) - Constructor for class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- CfCqSliceOpts(CfCqSliceOpts) - Constructor for class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- CfCqSliceSeekingFilter - Class in org.apache.accumulo.core.iterators.user
-
Filters key/value pairs for a range of column families and a range of column qualifiers.
- CfCqSliceSeekingFilter() - Constructor for class org.apache.accumulo.core.iterators.user.CfCqSliceSeekingFilter
- 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
- check(Constraint.Environment, Mutation) - Method in interface org.apache.accumulo.core.data.constraints.Constraint
-
Checks a mutation for constraint violations.
- check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.data.constraints.DefaultKeySizeConstraint
- check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.data.constraints.NoDeleteConstraint
- check(Constraint.Environment, Mutation) - Method in class org.apache.accumulo.core.data.constraints.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
-
Deprecated.
- checkOutputSpecs(FileSystem, JobConf) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
- checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.
- checkOutputSpecs(JobContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
- choosable(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.core.spi.fs.DelegatingChooser
- choosable(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.core.spi.fs.PreferredVolumeChooser
-
Returns the subset of volumes that match the defined preferred volumes value
- choosable(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.core.spi.fs.RandomVolumeChooser
- choosable(VolumeChooserEnvironment, Set<String>) - Method in interface org.apache.accumulo.core.spi.fs.VolumeChooser
-
Return the subset of all possible volumes that could be chosen across all invocations of
VolumeChooser.choose(VolumeChooserEnvironment, Set)
.
This is currently used to determine if the chosen volumes can support the required filesystem operations for write ahead logs.
There may be other use cases in the future. - choose(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.core.spi.fs.DelegatingChooser
- choose(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.core.spi.fs.PreferredVolumeChooser
- choose(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.core.spi.fs.RandomVolumeChooser
-
Selects a volume at random from the provided set of volumes.
- choose(VolumeChooserEnvironment, Set<String>) - Method in class org.apache.accumulo.core.spi.fs.SpaceAwareVolumeChooser
- choose(VolumeChooserEnvironment, Set<String>) - Method in interface org.apache.accumulo.core.spi.fs.VolumeChooser
-
Choose a volume from the provided options.
- CHOP - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Compaction initiated by merge operation
- CHOP - Enum constant in enum org.apache.accumulo.core.spi.compaction.CompactionKind
-
A compaction executed prior to merging tablets.
- CLASS - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.
- CLASS - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.
- CLASS_NAME - Static variable in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- CLASS_PREFIX - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
- classLoaderContext(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Sets the name of the classloader context on this scanner
- clear() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- clear() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
- clear() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- clearClassLoaderContext() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Clears the current classloader context set on this scanner
- clearClassLoaderContext() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears the current classloader context set on this scanner
- clearColumns() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears the columns to be fetched (useful for resetting the scanner for reuse).
- clearIteratorSamplerConfiguration() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Clear any iterator sampler configuration.
- clearLocatorCache(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clears the tablet locator cache for a specified table
- clearOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Remove all options from the iterator.
- clearProblemReportTimes() - Method in class org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter
-
Clears reported problems so that a problem report will be logged immediately the next time
ThrottledBalancerProblemReporter.reportProblem(Problem)
is invoked. - clearSamplerConfiguration() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears sampler configuration making a scanner read all data.
- clearSamplerConfiguration(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clear all sampling configuration properties on the table.
- clearScanIterators() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Clears scan iterators prior to returning a scanner to the pool.
- ClientConfiguration - Class in org.apache.accumulo.core.client
-
Deprecated.since 2.0.0, replaced by
Accumulo.newClient()
- ClientConfiguration.ClientProperty - Enum in org.apache.accumulo.core.client
-
Deprecated.
- clientProperties(Properties) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.ClientParams
-
Set client properties needed to communicate with Accumulo for this job.
- clientProperties(Properties) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.ClientParams
-
Set the connection information needed to communicate with Accumulo in this job.
- clientPropertiesPath(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.ClientParams
-
Set path to DFS location containing accumulo-client.properties file.
- clientPropertiesPath(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.ClientParams
-
Set path to DFS location containing accumulo-client.properties file.
- 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.
- clip(Range) - Method in class org.apache.accumulo.core.data.Range
-
Creates a range which represents the intersection of this range and the passed in range.
- clip(Range, boolean) - Method in class org.apache.accumulo.core.data.Range
-
Creates a range which represents the intersection of this range and the passed in range.
- clone() - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- clone() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- clone() - Method in class org.apache.accumulo.core.data.Key
- clone(String, String, boolean, Map<String, String>, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clone a table from an existing table.
- clone(String, String, CloneConfiguration) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Clone a table from an existing table.
- CloneConfiguration - Interface in org.apache.accumulo.core.client.admin
-
A configuration object that can be used with the table clone command in the
TableOperations
. - CloneConfiguration.Builder - Interface in org.apache.accumulo.core.client.admin
-
A CloneConfiguration builder
- cloneWithSamplingEnabled() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Returns a new iterator environment object that can be used to create deep copies over sample data.
- close() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Cleans up any resources created by an AccumuloClient like threads and sockets.
- close() - Method in interface org.apache.accumulo.core.client.BatchDeleter
- close() - Method in interface org.apache.accumulo.core.client.BatchScanner
- close() - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Flush and release any resources.
- close() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- 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.IsolatedScanner
- close() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- close() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- close() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Flush and release all resources.
- close() - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
- close() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Closes any underlying connections on the scanner.
- close() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- close(Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
-
Deprecated.
- close(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
-
Deprecated.
- CLOSE - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Compaction initiated to close a unload a tablet
- COLF_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- colFamily - Variable in class org.apache.accumulo.core.data.Key
- collector(SummarizerConfiguration) - Method in class org.apache.accumulo.core.client.summary.CountingSummarizer
- collector(SummarizerConfiguration) - Method in interface org.apache.accumulo.core.client.summary.Summarizer
-
Factory method that creates a
Summarizer.Collector
based on configuration. - collector(SummarizerConfiguration) - Method in class org.apache.accumulo.core.client.summary.summarizers.DeletesSummarizer
- collector(SummarizerConfiguration) - Method in class org.apache.accumulo.core.client.summary.summarizers.EntryLengthSummarizer
- COLQ_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- colQualifier - Variable in class org.apache.accumulo.core.data.Key
- Column - Class in org.apache.accumulo.core.data
-
A column, specified by family, qualifier, and visibility.
- Column() - Constructor for class org.apache.accumulo.core.data.Column
-
Creates a new blank column.
- Column(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Column
-
Creates a new column.
- Column(String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- Column(String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- Column(TColumn) - Constructor for class org.apache.accumulo.core.data.Column
-
Creates a new column.
- Column(Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- Column(Text, Text) - Constructor for class org.apache.accumulo.core.client.IteratorSetting.Column
- ColumnAgeOffFilter - Class in org.apache.accumulo.core.iterators.user
-
A filter that ages off key/value pairs based on the Key's column and timestamp.
- ColumnAgeOffFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
- ColumnAgeOffFilter.TTLSet - Class in org.apache.accumulo.core.iterators.user
- columnFamily - Variable in class org.apache.accumulo.core.data.Column
- ColumnFamilyCounter - Class in org.apache.accumulo.core.iterators
- ColumnFamilyCounter() - Constructor for class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- columnQualifier - Variable in class org.apache.accumulo.core.data.Column
- COLUMNS_KEY - Static variable in class org.apache.accumulo.core.iterators.OrIterator
- COLUMNS_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
- ColumnSliceFilter - Class in org.apache.accumulo.core.iterators.user
- ColumnSliceFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- ColumnUpdate - Class in org.apache.accumulo.core.data
-
A single column and value pair within a
Mutation
. - ColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Constructor for class org.apache.accumulo.core.data.ColumnUpdate
-
Creates a new column update.
- columnVisibility - Variable in class org.apache.accumulo.core.data.Column
- ColumnVisibility - Class in org.apache.accumulo.core.security
-
Validate the column visibility is a valid expression and set the visibility for a Mutation.
- ColumnVisibility() - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates an empty visibility.
- ColumnVisibility(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation from a string already encoded in UTF-8 bytes.
- ColumnVisibility(String) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation.
- ColumnVisibility(Text) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility
-
Creates a column visibility for a Mutation.
- ColumnVisibility.Node - Class in org.apache.accumulo.core.security
-
A node in the parse tree for a visibility expression.
- ColumnVisibility.NodeComparator - Class in org.apache.accumulo.core.security
-
A node comparator.
- ColumnVisibility.NodeType - Enum in org.apache.accumulo.core.security
-
The node types in a parse tree for a visibility expression.
- colVisibility - Variable in class org.apache.accumulo.core.data.Key
- combiner(SummarizerConfiguration) - Method in class org.apache.accumulo.core.client.summary.CountingSummarizer
- combiner(SummarizerConfiguration) - Method in interface org.apache.accumulo.core.client.summary.Summarizer
-
Factory method that creates a
Summarizer.Combiner
. - combiner(SummarizerConfiguration) - Method in class org.apache.accumulo.core.client.summary.summarizers.DeletesSummarizer
- combiner(SummarizerConfiguration) - Method in class org.apache.accumulo.core.client.summary.summarizers.EntryLengthSummarizer
- Combiner - Class in org.apache.accumulo.core.iterators
-
A SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.
- Combiner() - Constructor for class org.apache.accumulo.core.iterators.Combiner
- Combiner.ValueIterator - Class in org.apache.accumulo.core.iterators
-
A Java Iterator that iterates over the Values for a given Key from a source SortedKeyValueIterator.
- compact(String, CompactionConfig) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- compact(String, Text, Text, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- compact(String, Text, Text, List<IteratorSetting>, boolean, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Starts a full major compaction of the tablets in the range (start, end].
- CompactableFile - Interface in org.apache.accumulo.core.client.admin.compaction
-
A single file ready to compact, that will come in a set of possible candidates.
- COMPACTION_COORDINATOR - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- CompactionConfig - Class in org.apache.accumulo.core.client.admin
-
This class exist to pass parameters to
TableOperations.compact(String, CompactionConfig)
- CompactionConfig() - Constructor for class org.apache.accumulo.core.client.admin.CompactionConfig
- CompactionConfigurer - Interface in org.apache.accumulo.core.client.admin.compaction
-
Enables dynamically overriding of per table properties used to create the output file for a compaction.
- CompactionConfigurer.InitParameters - Interface in org.apache.accumulo.core.client.admin.compaction
- CompactionConfigurer.InputParameters - Interface in org.apache.accumulo.core.client.admin.compaction
- CompactionConfigurer.Overrides - Class in org.apache.accumulo.core.client.admin.compaction
-
Specifies how the output file should be created for a compaction.
- CompactionDispatch - Interface in org.apache.accumulo.core.spi.compaction
-
The dispatch of a
CompactionDispatcher
- CompactionDispatch.Builder - Interface in org.apache.accumulo.core.spi.compaction
- CompactionDispatch.ServiceBuilder - Interface in org.apache.accumulo.core.spi.compaction
-
Required service parameter for
CompactionDispatch
- CompactionDispatcher - Interface in org.apache.accumulo.core.spi.compaction
-
Can be configured per table to dispatch compactions to different compaction services.
- CompactionDispatcher.DispatchParameters - Interface in org.apache.accumulo.core.spi.compaction
-
The method parameters for
CompactionDispatcher.dispatch(DispatchParameters)
. - CompactionDispatcher.InitParameters - Interface in org.apache.accumulo.core.spi.compaction
-
The method parameters for
CompactionDispatcher.init(InitParameters)
. - CompactionExecutorId - Class in org.apache.accumulo.core.spi.compaction
-
A unique identifier for a a compaction executor that a
CompactionPlanner
can schedule compactions on using aCompactionJob
. - CompactionExecutorId(String) - Constructor for class org.apache.accumulo.core.spi.compaction.CompactionExecutorId
- CompactionJob - Interface in org.apache.accumulo.core.spi.compaction
-
An immutable object that describes what files to compact and where to compact them.
- CompactionKind - Enum in org.apache.accumulo.core.spi.compaction
- CompactionPlan - Interface in org.apache.accumulo.core.spi.compaction
-
The return value of
CompactionPlanner.makePlan(PlanningParameters)
that is created usingCompactionPlanner.PlanningParameters.createPlanBuilder()
- CompactionPlan.Builder - Interface in org.apache.accumulo.core.spi.compaction
- CompactionPlanner - Interface in org.apache.accumulo.core.spi.compaction
-
Plans compaction work for a compaction service.
- CompactionPlanner.InitParameters - Interface in org.apache.accumulo.core.spi.compaction
-
This interface exists so the API can evolve and additional parameters can be passed to the method in the future.
- CompactionPlanner.PlanningParameters - Interface in org.apache.accumulo.core.spi.compaction
-
This interface exists so the API can evolve and additional parameters can be passed to the method in the future.
- CompactionSelector - Interface in org.apache.accumulo.core.client.admin.compaction
-
This class selects which files a user compaction will compact.
- CompactionSelector.InitParameters - Interface in org.apache.accumulo.core.client.admin.compaction
- CompactionSelector.Selection - Class in org.apache.accumulo.core.client.admin.compaction
- CompactionSelector.SelectionParameters - Interface in org.apache.accumulo.core.client.admin.compaction
- CompactionServiceId - Class in org.apache.accumulo.core.spi.compaction
-
A unique identifier for a compaction service
- CompactionServices - Interface in org.apache.accumulo.core.spi.compaction
-
Provider of information about configured compaction services.
- CompactionStrategyConfig - Class in org.apache.accumulo.core.client.admin
-
Deprecated, for removal: This API element is subject to removal in a future version.since 2.1.0 CompactionStrategies were deprecated for multiple reasons. First, they do not support the new compaction execution model. Second, they bind selection and output file configuration into a single entity when users need to configure these independently. Third, they use internal Accumulo types and ensuring their stability requires manual effort that may never happen. Fourth, writing a correct compaction strategy was exceedingly difficult as it required knowledge of internal tablet server synchronization in order to avoid causing scans to hang. Fifth although measure were taken to execute compaction strategies in the same manner as before, their execution in the new model has subtle differences that may result in suboptimal compactions. Please migrate to using
CompactionConfig.setSelector(PluginConfig)
andCompactionConfig.setConfigurer(PluginConfig)
as soon as possible. - CompactionStrategyConfig(String) - Constructor for class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
-
Deprecated.
- COMPACTOR - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionHost.Type
- COMPACTOR - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- Comparator() - Constructor for class org.apache.accumulo.core.data.Value.Comparator
-
constructor
- compare(byte[], int, int, byte[], int, int) - Method in class org.apache.accumulo.core.data.Value.Comparator
- compare(ColumnVisibility.Node, ColumnVisibility.Node) - Method in class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
- compareBytes(ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.data.ByteSequence
-
Compares the two given byte sequences, byte by byte, returning a negative, zero, or positive result if the first sequence is less than, equal to, or greater than the second.
- compareColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
-
Compares this key's column family with another.
- compareColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
-
Compares this key's column qualifier with another.
- compareRow(Text) - Method in class org.apache.accumulo.core.data.Key
-
Compares this key's row ID with another.
- compareTo(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Compares the bytes in this object to the specified byte array
- compareTo(Object) - Method in class org.apache.accumulo.core.data.Value
-
Define the sort order of the BytesWritable.
- compareTo(AuthenticationToken.TokenProperty) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- compareTo(ByteSequence) - Method in class org.apache.accumulo.core.data.ByteSequence
- compareTo(Column) - Method in class org.apache.accumulo.core.data.Column
-
Compares this column to another.
- compareTo(Key) - Method in class org.apache.accumulo.core.data.Key
- compareTo(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Compares elements of a key given by a
PartialKey
. - compareTo(Range) - Method in class org.apache.accumulo.core.data.Range
-
Compares this range to another range.
- compareTo(OrIterator.TermSource) - Method in class org.apache.accumulo.core.iterators.OrIterator.TermSource
- compareTo(T) - Method in class org.apache.accumulo.core.data.AbstractId
- compress(List<? extends KeyValue>) - Static method in class org.apache.accumulo.core.data.Key
-
Compresses a list of key/value pairs before sending them via thrift.
- compression(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
Sets the compression type to use for data blocks, overriding the default.
- CompressionAlgorithmConfiguration - Interface in org.apache.accumulo.core.spi.file.rfile.compression
- CompressionConfigurer - Class in org.apache.accumulo.core.client.admin.compaction
-
A compaction configurer that can adjust the compression configuration for a compaction when the sum of the input file sizes exceeds a threshold.
- CompressionConfigurer() - Constructor for class org.apache.accumulo.core.client.admin.compaction.CompressionConfigurer
- computeReseekRange(Range) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Possibly expand
range
to include everything for the key prefix we are working with. - Condition - Class in org.apache.accumulo.core.data
-
Conditions that must be met on a particular column in a row.
- Condition(byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- Condition(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- Condition(ByteSequence, ByteSequence) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- Condition(Text, Text) - Constructor for class org.apache.accumulo.core.data.Condition
-
Creates a new condition.
- ConditionalMutation - Class in org.apache.accumulo.core.data
-
A Mutation that contains a list of conditions that must all be met before the mutation is applied.
- ConditionalMutation(byte[], int, int, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(byte[], Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(CharSequence, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(ByteSequence, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(ConditionalMutation) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalMutation(Text, Condition...) - Constructor for class org.apache.accumulo.core.data.ConditionalMutation
- ConditionalWriter - Interface in org.apache.accumulo.core.client
-
ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows.
- ConditionalWriter.Result - Class in org.apache.accumulo.core.client
- ConditionalWriter.Status - Enum in org.apache.accumulo.core.client
- ConditionalWriterConfig - Class in org.apache.accumulo.core.client
- ConditionalWriterConfig() - Constructor for class org.apache.accumulo.core.client.ConditionalWriterConfig
- ConfigurableScanServerHostSelector - Class in org.apache.accumulo.core.spi.scan
-
Extension of the
ConfigurableScanServerSelector
that can be used when there are multiple ScanServers running on the same host and for some reason, like using a shared off-heap cache, sending scans for the same tablet to the same host may provide a better experience. - ConfigurableScanServerHostSelector() - Constructor for class org.apache.accumulo.core.spi.scan.ConfigurableScanServerHostSelector
- ConfigurableScanServerSelector - Class in org.apache.accumulo.core.spi.scan
-
The default Accumulo selector for scan servers.
- ConfigurableScanServerSelector() - Constructor for class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector
- ConfigurableScanServerSelector.Profile - Class in org.apache.accumulo.core.spi.scan
- configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloFileOutputFormat
-
Sets all the information required for this map reduce job.
- configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
-
Sets all the information required for this map reduce job.
- configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
- configure() - Static method in class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
-
Sets all the information required for this map reduce job.
- configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat
-
Sets all the information required for this map reduce job.
- configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
-
Sets all the information required for this map reduce job.
- configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
-
Sets all the information required for this map reduce job.
- configure() - Static method in class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
-
Sets all the information required for this map reduce job.
- CONNECTION_ERROR - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- Connector - Class in org.apache.accumulo.core.client
-
Deprecated.since 2.0.0. Use
AccumuloClient
for writing new code. Connector is available for existing code. UseConnector.from(AccumuloClient)
as a bridge between the two. - Connector() - Constructor for class org.apache.accumulo.core.client.Connector
-
Deprecated.
- consistencyLevel(ScannerBase.ConsistencyLevel) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Enables the user to set the consistency level
- constrainClass - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- Constraint - Interface in org.apache.accumulo.core.data.constraints
-
Constraint objects are used to determine if mutations will be applied to a table.
- Constraint.Environment - Interface in org.apache.accumulo.core.data.constraints
-
The environment within which a constraint exists.
- ConstraintViolationSummary - Class in org.apache.accumulo.core.data
-
A summary of constraint violations across some number of mutations.
- ConstraintViolationSummary(String, short, String, long) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
Creates a new summary.
- ConstraintViolationSummary(TConstraintViolationSummary) - Constructor for class org.apache.accumulo.core.data.ConstraintViolationSummary
-
Creates a new summary from Thrift.
- consume() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- consume() - Method in class org.apache.accumulo.core.iterators.ServerSkippingIterator
- consume() - Method in class org.apache.accumulo.core.iterators.SkippingIterator
- contains(byte[]) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(String) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(ByteSequence) - Method in interface org.apache.accumulo.core.security.AuthorizationContainer
-
Checks whether this object contains the given authorization.
- contains(ByteSequence) - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks whether this object contains the given authorization.
- contains(Key) - Method in class org.apache.accumulo.core.data.Range
-
Determines if the given key falls within this range.
- containsKey(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- containsKey(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- containsValue(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- contentEquals(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Compares the bytes in this object to the specified byte array
- ContextClassLoaderEnvironment - Interface in org.apache.accumulo.core.spi.common
-
The environment provided to the context class loader factory for its use
- ContextClassLoaderFactory - Interface in org.apache.accumulo.core.spi.common
-
The ContextClassLoaderFactory provides a mechanism for various Accumulo components to use a custom ClassLoader for specific contexts, such as loading table iterators.
- contextIterators(TaskAttemptContext, String) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.Extracts Iterators settings from the context to be used by RecordReader.
- contextIterators(TaskAttemptContext, String) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Deprecated.
- convert(String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
- convert(Key, Value, Consumer<K>) - Method in interface org.apache.accumulo.core.client.summary.CountingSummarizer.Converter
- converter() - Method in class org.apache.accumulo.core.client.summary.CountingSummarizer
- converter() - Method in class org.apache.accumulo.core.client.summary.summarizers.AuthorizationSummarizer
- converter() - Method in class org.apache.accumulo.core.client.summary.summarizers.FamilySummarizer
- converter() - Method in class org.apache.accumulo.core.client.summary.summarizers.VisibilitySummarizer
- copier() - Method in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
Override this if your key type is mutable and subject to change.
- copier() - Method in class org.apache.accumulo.core.client.summary.summarizers.FamilySummarizer
- copier() - Method in class org.apache.accumulo.core.client.summary.summarizers.VisibilitySummarizer
- copy(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Sets the byte data of this value.
- copyPartialKey(Key, PartialKey) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Creates a copy of
key
, copying only the parts of the key specified inpart
. - COUNTER_STAT_PREFIX - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
This prefixes all counters when emitting statistics in
Summarizer.Collector.summarize(Summarizer.StatisticConsumer)
. - CounterSummary - Class in org.apache.accumulo.core.client.summary
-
This a convenience class for interpreting summary data generated by implementations of
CountingSummarizer
- CounterSummary(Summary) - Constructor for class org.apache.accumulo.core.client.summary.CounterSummary
-
This method will call
CounterSummary(Summary, boolean)
with true. - CounterSummary(Summary, boolean) - Constructor for class org.apache.accumulo.core.client.summary.CounterSummary
- CountingSummarizer<K> - Class in org.apache.accumulo.core.client.summary
-
This class counts arbitrary keys while defending against too many keys and keys that are too long.
- CountingSummarizer() - Constructor for class org.apache.accumulo.core.client.summary.CountingSummarizer
- CountingSummarizer.Converter<K> - Interface in org.apache.accumulo.core.client.summary
-
A function that converts key values to zero or more counter objects.
- create() - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Initializes an empty configuration object to be further configured with other methods on the class.
- create(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Create an empty namespace with no initial configuration.
- create(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Create a table with no special configuration.
- create(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.7.0; use
TableOperations.create(String, NewTableConfiguration)
instead. - create(String, boolean, TimeType) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.7.0; use
TableOperations.create(String, NewTableConfiguration)
instead. - create(String, NewTableConfiguration) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Create a table with specified configuration.
- create(URI, long, long) - Static method in interface org.apache.accumulo.core.client.admin.compaction.CompactableFile
- create(MeterRegistryFactory.InitParameters) - Method in class org.apache.accumulo.core.spi.metrics.LoggingMeterRegistryFactory
- create(MeterRegistryFactory.InitParameters) - Method in interface org.apache.accumulo.core.spi.metrics.MeterRegistryFactory
-
Called on metrics initialization.
- CREATE_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- CREATE_TABLE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- CREATE_TABLE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- CREATE_USER - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- createAccumuloClient(String, AuthenticationToken) - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Utility method to create an
AccumuloClient
with connection to the MAC. - createBatchDeleter(String, Authorizations, int) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create BatchDeleter.
- createBatchDeleter(String, Authorizations, int, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.since 1.5.0; Use
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)
instead. - createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create BatchDeleter
- createBatchDeleter(String, Authorizations, int, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Factory method to create BatchDeleter
- createBatchScanner(String) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a BatchScanner with all of user's authorizations and the number of query threads configured when AccumuloClient was created.
- createBatchScanner(String, Authorizations) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a BatchScanner connected to Accumulo.
- createBatchScanner(String, Authorizations, int) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a BatchScanner connected to Accumulo.
- createBatchScanner(String, Authorizations, int) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Factory method to create a BatchScanner connected to Accumulo.
- createBatchWriter(String) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a BatchWriter.
- createBatchWriter(String, long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.since 1.5.0; Use
Connector.createBatchWriter(String, BatchWriterConfig)
instead. - createBatchWriter(String, BatchWriterConfig) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a BatchWriter connected to Accumulo.
- createBatchWriter(String, BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Factory method to create a BatchWriter connected to Accumulo.
- createCache(BlockCacheManager.Configuration, CacheType) - Method in class org.apache.accumulo.core.spi.cache.BlockCacheManager
-
Create a block cache using the supplied configuration
- createComparator(ScanPrioritizer.CreateParameters) - Method in class org.apache.accumulo.core.spi.scan.HintScanPrioritizer
- createComparator(ScanPrioritizer.CreateParameters) - Method in class org.apache.accumulo.core.spi.scan.IdleRatioScanPrioritizer
- createComparator(ScanPrioritizer.CreateParameters) - Method in interface org.apache.accumulo.core.spi.scan.ScanPrioritizer
- createConditionalWriter(String) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a ConditionalWriter connected to Accumulo.
- createConditionalWriter(String, ConditionalWriterConfig) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a ConditionalWriter connected to Accumulo.
- createConditionalWriter(String, ConditionalWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Factory method to create a ConditionalWriter connected to Accumulo.
- createExecutor(String, int) - Method in interface org.apache.accumulo.core.spi.compaction.ExecutorManager
-
Create a thread pool executor within a compaction service.
- createLocalUser(String, PasswordToken) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Create a user
- createMultiTableBatchWriter() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a Multi-Table BatchWriter.
- createMultiTableBatchWriter(long, long, int) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.since 1.5.0; Use
Connector.createMultiTableBatchWriter(BatchWriterConfig)
instead. - createMultiTableBatchWriter(BatchWriterConfig) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a Multi-Table BatchWriter connected to Accumulo.
- createMultiTableBatchWriter(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Factory method to create a Multi-Table BatchWriter connected to Accumulo.
- createNoTabletServersProblem() - Method in class org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter
-
Create a new problem reporter to indicate there are no tablet servers available and balancing could not be performed.
- createOffline() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Create the new table in an offline state.
- createOutstandingMigrationsProblem() - Method in class org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter
-
Create a new problem reporter to indicate that balancing could not be performed due to the existence of outstanding migrations.
- createPlanBuilder() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat
-
Deprecated.
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
-
Deprecated.
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat
-
Deprecated.
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
- createScanner(String) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a Scanner with all of the user's authorizations.
- createScanner(String, Authorizations) - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Factory method to create a Scanner connected to Accumulo.
- createScanner(String, Authorizations) - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Factory method to create a Scanner connected to Accumulo.
- createTables(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
-
Enables the directive to create new tables, as necessary.
- CREDENTIAL_PROVIDERS_PROPERTY - Static variable in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- CredentialProviderToken - Class in org.apache.accumulo.core.client.security.tokens
-
An
AuthenticationToken
backed by a Hadoop CredentialProvider. - CredentialProviderToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- CredentialProviderToken(String, String) - Constructor for class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- CryptoEnvironment - Interface in org.apache.accumulo.core.spi.crypto
-
Useful information provided to the crypto implementation
- CryptoEnvironment.Scope - Enum in org.apache.accumulo.core.spi.crypto
-
Where in Accumulo the on-disk file encryption takes place.
- CryptoException() - Constructor for exception org.apache.accumulo.core.spi.crypto.CryptoService.CryptoException
- CryptoException(String) - Constructor for exception org.apache.accumulo.core.spi.crypto.CryptoService.CryptoException
- CryptoException(String, Throwable) - Constructor for exception org.apache.accumulo.core.spi.crypto.CryptoService.CryptoException
- CryptoException(Throwable) - Constructor for exception org.apache.accumulo.core.spi.crypto.CryptoService.CryptoException
- CryptoService - Interface in org.apache.accumulo.core.spi.crypto
-
A self-contained cryptographic service.
- CryptoService.CryptoException - Exception in org.apache.accumulo.core.spi.crypto
-
Runtime Crypto exception
- CryptoServiceFactory - Interface in org.apache.accumulo.core.spi.crypto
-
A Factory that returns a CryptoService based on the environment and configuration.
- currentDocID - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- currentK - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.The Key that should be returned to the client
- currentKey - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- currentKey - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.The Key that is used to determine progress in the current InputSplit.
- currentMigrations() - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer.BalanceParameters
- currentPartition - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- currentStatus() - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer.AssignmentParameters
- currentStatus() - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer.BalanceParameters
- currentV - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.The Value that should be return to the client
D
- data - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
- DATA - Enum constant in enum org.apache.accumulo.core.spi.cache.CacheType
- dataBlockSize(long) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
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. - DateLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for date objects.
- DateLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- DebugIterator - Class in org.apache.accumulo.core.iterators
- DebugIterator() - Constructor for class org.apache.accumulo.core.iterators.DebugIterator
- DebugIterator(String, SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.DebugIterator
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- decode(byte[]) - Method in interface org.apache.accumulo.core.client.lexicoder.Encoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.StringLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
- decode(byte[]) - Method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
- decode(byte[]) - Method in class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
- decode(byte[]) - Method in class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
- decode(byte[]) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalEncoder
- decode(byte[]) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
- decode(byte[]) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
- decode(byte[], int) - Static method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
- decode(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
-
Checks if the byte array is null, or if parameters exceed the bounds of the byte array, then calls
AbstractEncoder.decodeUnchecked(byte[], int, int)
. - decodeBooleans(String) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- decodeColumnFamily(Key, Value) - Static method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
-
Decode whole row/cf out of value.
- decodeColumns(String) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- decodeRow(Key, Value) - Static method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
- decodeStatic(byte[], int, int) - Static method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.AbstractEncoder
-
Decodes a byte array without checking if the offset and len exceed the bounds of the actual array.
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
-
If offset == 0 and len == data.length, returns data.
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.LongLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.SequenceLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.StringLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalEncoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
- decodeUnchecked(byte[], int, int) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
- decompress(List<TKeyValue>) - Static method in class org.apache.accumulo.core.data.Key
-
Decompresses a list of key/value pairs received from thrift.
- decryptStream(InputStream) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESCBCCryptoModule.AESCBCFileDecrypter
- decryptStream(InputStream) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESGCMCryptoModule.AESGCMFileDecrypter
- decryptStream(InputStream) - Method in interface org.apache.accumulo.core.spi.crypto.FileDecrypter
-
Decrypt the InputStream
- decryptStream(InputStream) - Method in class org.apache.accumulo.core.spi.crypto.NoFileDecrypter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Combiner
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DebugIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DevNull
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Filter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ServerFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
- deepCopy(IteratorEnvironment) - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Creates a deep copy of this iterator as though seek had not yet been called.
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceSeekingFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- DEFAULT - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Use the durability as specified by the table or system configuration.
- DEFAULT - Enum constant in enum org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment.Scope
- DEFAULT_DOC_COLF - Static variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- DEFAULT_INDEX_COLF - Static variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- DEFAULT_POOL - Static variable in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- DEFAULT_SCAN_EXECUTOR_NAME - Static variable in class org.apache.accumulo.core.spi.scan.SimpleScanDispatcher
- DEFAULT_SCAN_SERVER_GROUP_NAME - Static variable in interface org.apache.accumulo.core.spi.scan.ScanServerSelector
-
The scan server group name that will be used when one is not specified.
- DEFAULT_SECURITY_ERROR - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- DefaultCompactionPlanner - Class in org.apache.accumulo.core.spi.compaction
-
Finds the largest continuous set of small files that meet the compaction ratio and do not prevent future compactions.
- DefaultCompactionPlanner() - Constructor for class org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
- DefaultKeySizeConstraint - Class in org.apache.accumulo.core.data.constraints
-
A constraints that limits the size of keys to 1mb.
- DefaultKeySizeConstraint() - Constructor for class org.apache.accumulo.core.data.constraints.DefaultKeySizeConstraint
- defaultNamespace() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Returns the name of the default namespace
- defaultTable(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
-
Sets the default table name to use if one emits a null in place of a table name for a given mutation.
- DEFAUT_GROUP_PROPERTY - Static variable in class org.apache.accumulo.core.spi.balancer.RegexGroupBalancer
- DelegatingChooser - Class in org.apache.accumulo.core.spi.fs
-
A
VolumeChooser
that delegates to another volume chooser based on other properties: table.custom.volume.chooser for tables, and general.custom.volume.chooser.scoped for scopes. - DelegatingChooser() - Constructor for class org.apache.accumulo.core.spi.fs.DelegatingChooser
- DelegationToken - Interface in org.apache.accumulo.core.client.security.tokens
-
An
AuthenticationToken
that wraps a "Hadoop style" delegation token created by Accumulo. - DelegationTokenConfig - Class in org.apache.accumulo.core.client.admin
-
Configuration options for obtaining a delegation token created by
SecurityOperations.getDelegationToken(DelegationTokenConfig)
- DelegationTokenConfig() - Constructor for class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- delete() - Method in interface org.apache.accumulo.core.client.BatchDeleter
-
Deletes the ranges specified by
BatchDeleter.setRanges(java.util.Collection<org.apache.accumulo.core.data.Range>)
. - delete() - Method in interface org.apache.accumulo.core.data.Mutation.MutationOptions
- delete(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Delete an empty namespace
- delete(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Delete a table
- DELETE_ROW_VALUE - Static variable in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- deleted - Variable in class org.apache.accumulo.core.data.Key
- deleted(boolean) - Method in interface org.apache.accumulo.core.data.KeyBuilder.Build
-
Set the deleted marker of the
Key
to the parameter. - deleteRows(String, Text, Text) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Delete rows between (start, end]
- DELETES_IGNORED_STAT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
This is the name of the statistic that tracks the total number of deleted keys seen.
- DELETES_STAT - Static variable in class org.apache.accumulo.core.client.summary.summarizers.DeletesSummarizer
-
The name of the statistics for the number of deletes.
- DeletesSummarizer - Class in org.apache.accumulo.core.client.summary.summarizers
-
This summarizer tracks the total number of delete Keys seen and the total number of keys seen.
- DeletesSummarizer() - Constructor for class org.apache.accumulo.core.client.summary.summarizers.DeletesSummarizer
- describeOptions() - Method in class org.apache.accumulo.core.iterators.Combiner
- describeOptions() - Method in class org.apache.accumulo.core.iterators.DebugIterator
- describeOptions() - Method in class org.apache.accumulo.core.iterators.Filter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- describeOptions() - Method in class org.apache.accumulo.core.iterators.LongCombiner
- describeOptions() - Method in interface org.apache.accumulo.core.iterators.OptionDescriber
-
Gets an iterator options object that contains information needed to configure this iterator.
- describeOptions() - Method in class org.apache.accumulo.core.iterators.OrIterator
- describeOptions() - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
- describeOptions() - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceSeekingFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.MaxCombiner
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.MinCombiner
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.ReqVisFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.SummingCombiner
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
- describeOptions() - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- description - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- deserialize(Class<T>, byte[]) - Static method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
-
A convenience method to create tokens from serialized bytes, created by
AuthenticationToken.AuthenticationTokenSerializer.serialize(AuthenticationToken)
- deserialize(String) - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- deserialize(String, byte[]) - Static method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
-
An alternate version of
AuthenticationToken.AuthenticationTokenSerializer.deserialize(Class, byte[])
that accepts a token class name rather than a token class. - destroy() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- destroy() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- destroy() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- destroy() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- DevNull - Class in org.apache.accumulo.core.iterators
-
An iterator that is useful testing...
- DevNull() - Constructor for class org.apache.accumulo.core.iterators.DevNull
- DISABLED - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanDispatch.CacheUsage
-
Do not use cache for this scan, possibly overriding table settings.
- disableIsolation() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- disableIsolation() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- disableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
-
Disables row isolation.
- DiskUsage - Class in org.apache.accumulo.core.client.admin
- DiskUsage(SortedSet<String>, long) - Constructor for class org.apache.accumulo.core.client.admin.DiskUsage
- dispatch(CompactionDispatcher.DispatchParameters) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher
-
Accumulo calls this method for compactions to determine what service to use.
- dispatch(CompactionDispatcher.DispatchParameters) - Method in class org.apache.accumulo.core.spi.compaction.SimpleCompactionDispatcher
- dispatch(ScanDispatcher.DispatchParameters) - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher
-
Accumulo calls this method for each scan batch to determine what executor to use and how to utilize cache for the scan.
- dispatch(ScanDispatcher.DispatchParameters) - Method in class org.apache.accumulo.core.spi.scan.SimpleScanDispatcher
- dispatch(ScanDispatcher.DispatchParmaters) - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher
-
Deprecated.since 2.1.0 please implement
ScanDispatcher.dispatch(DispatchParameters)
instead of this. Accumulo will only callScanDispatcher.dispatch(DispatchParameters)
directly, it will never call this. However the default implementation ofScanDispatcher.dispatch(DispatchParameters)
calls this method. - docSource - Variable in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- DOSArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
- DoubleLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for preserving the native Java sort order of Double values.
- DoubleLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- drain(String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Deprecated.Waits for a table to be fully replicated, given the state of files pending replication for the provided table at the point in time which this method is invoked.
- drain(String, Set<String>) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Deprecated.Given the provided set of files that are pending replication for a table, wait for those files to be fully replicated to all configured peers.
- DROP_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- DROP_NAMESPACE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- DROP_TABLE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- DROP_TABLE - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- DROP_TABLE - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- DROP_USER - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- dropLocalUser(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Delete a user
- droppingOldTimestamp(long) - Method in class org.apache.accumulo.core.data.Mutation
- Durability - Enum in org.apache.accumulo.core.client
-
The value for the durability of a BatchWriter or ConditionalWriter.
E
- EMITTED_STAT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
This is the name of the statistic that tracks the total number of counter objects emitted by the
CountingSummarizer.Converter
. - empty() - Static method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
- empty() - Static method in interface org.apache.accumulo.core.client.admin.ImportConfiguration
- EMPTY - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- EMPTY - Static variable in interface org.apache.accumulo.core.client.admin.ImportConfiguration
- 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.
- ENABLED - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanDispatch.CacheUsage
-
Use cache for this can, possibly overriding table settings.
- enableIsolation() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- enableIsolation() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- enableIsolation() - Method in interface org.apache.accumulo.core.client.Scanner
-
Enables row isolation.
- enableSampling(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Enable building a sample data set on the new table using the given sampler configuration.
- enableSummarization(SummarizerConfiguration...) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Enables creating summary statistics using
Summarizer
's for the new table. - enableYielding(YieldCallback<K>) - Method in interface org.apache.accumulo.core.iterators.YieldingKeyValueIterator
-
Allows implementations to preempt further iteration of this iterator in the current RPC.
- encode(byte[]) - Method in class org.apache.accumulo.core.client.lexicoder.BytesLexicoder
- encode(Double) - Method in class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder
- encode(Float) - Method in class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- encode(Integer) - Method in class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- encode(Integer) - Method in class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- encode(Long) - Method in class org.apache.accumulo.core.client.lexicoder.LongLexicoder
- encode(Long) - Method in class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
- encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
- encode(Long) - Method in class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
- encode(String) - Method in class org.apache.accumulo.core.client.lexicoder.StringLexicoder
- encode(BigDecimal) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalEncoder
- encode(BigInteger) - Method in class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder
- encode(Date) - Method in class org.apache.accumulo.core.client.lexicoder.DateLexicoder
- encode(List<E>) - Method in class org.apache.accumulo.core.client.lexicoder.SequenceLexicoder
- encode(List<Long>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
- encode(List<LT>) - Method in class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- encode(List<V>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
- encode(UUID) - Method in class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
- encode(ComparablePair<A, B>) - Method in class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- encode(Text) - Method in class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- encode(T) - Method in interface org.apache.accumulo.core.client.lexicoder.Encoder
- encode(T) - Method in class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder
- encodeBooleans(boolean[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- encodeColumnFamily(List<Key>, List<Value>) - Static method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
-
Encode row/cf.
- encodeColumns(Text[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- encoder() - Method in class org.apache.accumulo.core.client.summary.CountingSummarizer
- 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.
- encodeRow(List<Key>, List<Value>) - Static method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
- ENCODING - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- ENCODING_DEFAULT - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- ENCRYPT_ENABLED_PROPERTY - Static variable in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- encryptStream(OutputStream) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESCBCCryptoModule.AESCBCFileEncrypter
- encryptStream(OutputStream) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESGCMCryptoModule.AESGCMFileEncrypter
- encryptStream(OutputStream) - Method in interface org.apache.accumulo.core.spi.crypto.FileEncrypter
-
Encrypt the OutputStream.
- encryptStream(OutputStream) - Method in class org.apache.accumulo.core.spi.crypto.NoFileEncrypter
- END - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
- END_BOUND - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- END_INCL - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
- END_INCLUSIVE - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- endRow(CharSequence) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
The end row is inclusive.
- endRow(CharSequence) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
- endRow(Text) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
The end row is inclusive.
- endRow(Text) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
-
Summary data may possibly be stored at a more granular level than the entire file.
- EntryLengthSummarizer - Class in org.apache.accumulo.core.client.summary.summarizers
-
Summarizer that computes summary information about field lengths.
- EntryLengthSummarizer() - Constructor for class org.apache.accumulo.core.client.summary.summarizers.EntryLengthSummarizer
- entrySet() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- environment - Variable in class org.apache.accumulo.core.spi.balancer.GroupBalancer
- environment - Variable in class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- environment - Variable in class org.apache.accumulo.core.spi.balancer.TableLoadBalancer
- equals(Object) - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
-
Deprecated.
- equals(Object) - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- equals(Object) - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- equals(Object) - Method in class org.apache.accumulo.core.client.admin.PluginConfig
- 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
-
Deprecated.
- equals(Object) - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- equals(Object) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- equals(Object) - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
Compares the classname and options to determine equality.
- equals(Object) - Method in class org.apache.accumulo.core.data.AbstractId
-
AbstractID objects are considered equal if, and only if, they are of the same type and have the same canonical identifier.
- equals(Object) - Method in class org.apache.accumulo.core.data.ByteSequence
- equals(Object) - Method in class org.apache.accumulo.core.data.Column
- equals(Object) - Method in class org.apache.accumulo.core.data.ColumnUpdate
- equals(Object) - Method in class org.apache.accumulo.core.data.Condition
- equals(Object) - Method in class org.apache.accumulo.core.data.ConditionalMutation
- equals(Object) - Method in class org.apache.accumulo.core.data.Key
- equals(Object) - Method in class org.apache.accumulo.core.data.Mutation
- equals(Object) - Method in class org.apache.accumulo.core.data.Range
- equals(Object) - Method in class org.apache.accumulo.core.data.Value
- equals(Object) - Method in class org.apache.accumulo.core.iterators.OrIterator.TermSource
- equals(Object) - Method in class org.apache.accumulo.core.security.Authorizations
- equals(Object) - Method in class org.apache.accumulo.core.security.ColumnVisibility
- equals(Object) - Method in class org.apache.accumulo.core.spi.balancer.data.TabletMigration
- equals(Column) - Method in class org.apache.accumulo.core.data.Column
-
Checks if this column equals another.
- equals(Key, PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Compares part of a key.
- equals(Mutation) - Method in class org.apache.accumulo.core.data.Mutation
-
Checks if this mutation equals another.
- equals(Range) - Method in class org.apache.accumulo.core.data.Range
-
Determines if this range equals another.
- equals(ColumnVisibility) - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Compares two ColumnVisibilities for string equivalence, not as a meaningful comparison of terms and conditions.
- ERROR - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanServerAttempt.Result
- escape(byte[], boolean) - Static method in class org.apache.accumulo.core.security.VisibilityEvaluator
-
Properly escapes an authorization string.
- estimatedMemoryUsed() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets an estimate of the amount of memory used by this mutation.
- evaluate(ColumnVisibility) - Method in class org.apache.accumulo.core.security.VisibilityEvaluator
-
Evaluates the given column visibility against the authorizations provided to this evaluator.
- EVENTUAL - Enum constant in enum org.apache.accumulo.core.client.ScannerBase.ConsistencyLevel
- exact(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row.
- exact(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row and column family.
- exact(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, and column qualifier.
- exact(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, and column visibility.
- exact(CharSequence, CharSequence, CharSequence, CharSequence, long) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, column visibility, and timestamp.
- exact(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row.
- exact(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row and column family.
- exact(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, and column qualifier.
- exact(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, and column visibility.
- exact(Text, Text, Text, Text, long) - Static method in class org.apache.accumulo.core.data.Range
-
Creates a range that covers an exact row, column family, column qualifier, column visibility, and timestamp.
- executionHints(Map<String, String>) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Set these execution hints on scanners created for input splits.
- executor(Executor) - Method in interface org.apache.accumulo.core.client.admin.TableOperations.ImportMappingOptions
-
Files are examined to determine where to load them.
- ExecutorManager - Interface in org.apache.accumulo.core.spi.compaction
-
Offered to a Compaction Planner at initialization time so it can create executors.
- exists(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
A method to check if a namespace exists in Accumulo.
- exists(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
A method to check if a table exists in Accumulo.
- exportTable(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Exports a table.
F
- family(byte[]) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnFamilyStep
-
Set the column family of the
Key
that this builder will build to the parameter. - family(byte[]) - Method in interface org.apache.accumulo.core.data.Mutation.FamilyOptions
- family(byte[], int, int) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnFamilyStep
-
Set the column family of the
Key
that this builder will build to the parameter. - family(CharSequence) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnFamilyStep
-
Set the column family of the
Key
that this builder will build to the parameter. - family(CharSequence) - Method in interface org.apache.accumulo.core.data.Mutation.FamilyOptions
- family(ByteBuffer) - Method in interface org.apache.accumulo.core.data.Mutation.FamilyOptions
- family(Text) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnFamilyStep
-
Set the column family of the
Key
that this builder will build to the parameter. - family(Text) - Method in interface org.apache.accumulo.core.data.Mutation.FamilyOptions
- FamilySummarizer - Class in org.apache.accumulo.core.client.summary.summarizers
-
Counts column column families.
- FamilySummarizer() - Constructor for class org.apache.accumulo.core.client.summary.summarizers.FamilySummarizer
- fetchColumn(CharSequence, CharSequence) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column to the list of columns that will be fetched by this scanner.
- fetchColumn(IteratorSetting.Column) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column to the list of columns that will be fetch by this scanner.
- fetchColumn(Text, Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column to the list of columns that will be fetched by this scanner.
- fetchColumnFamily(CharSequence) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column family to the list of columns that will be fetched by this scanner.
- fetchColumnFamily(Text) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Adds a column family to the list of columns that will be fetched by this scanner.
- fetchColumns(Collection<IteratorSetting.Column>) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Restricts the columns that will be mapped over for this job for the default input table.
- fetchColumns(Collection<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Restricts the columns that will be mapped over for this job for the default input table.
- fetchColumns(JobConf, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Restricts the columns that will be mapped over for this job.
- fetchColumns(Job, Collection<Pair<Text, Text>>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Restricts the columns that will be mapped over for this job for the default input table.
- FILE - Enum constant in enum org.apache.accumulo.core.data.LoadPlan.RangeType
-
Range that correspond to known rows in a file.
- fileBlockSize(long) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
- FileDecrypter - Interface in org.apache.accumulo.core.spi.crypto
-
Class implementation that will decrypt a file.
- FileEncrypter - Interface in org.apache.accumulo.core.spi.crypto
-
Class implementation that will encrypt a file.
- FileOutputFormatBuilder - Interface in org.apache.accumulo.hadoop.mapreduce
-
Builder for all the information needed for the Map Reduce job.
- FileOutputFormatBuilder.OutputOptions<T> - Interface in org.apache.accumulo.hadoop.mapreduce
-
Options for builder
- FileOutputFormatBuilder.PathParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
-
Required params for builder
- filter(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceSeekingFilter
- filter(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
-
Subclasses must provide an implementation which examines the given key and value and determines (1) whether to accept the KV pair and (2) how far to advance the source iterator past the key.
- filter(Text, List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- filter(Text, List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- Filter - Class in org.apache.accumulo.core.iterators
-
A SortedKeyValueIterator that filters entries from its source iterator.
- Filter() - Constructor for class org.apache.accumulo.core.iterators.Filter
- filterInvalidLabelsOnly(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
- FilterResult(boolean, SeekingFilter.AdvanceResult) - Constructor for class org.apache.accumulo.core.iterators.user.SeekingFilter.FilterResult
- findMax(Scanner, Text, boolean, Text, boolean) - Static method in class org.apache.accumulo.core.client.admin.FindMax
- FindMax - Class in org.apache.accumulo.core.client.admin
- FindMax() - Constructor for class org.apache.accumulo.core.client.admin.FindMax
- findTop() - Method in class org.apache.accumulo.core.iterators.Filter
-
Iterates over the source until an acceptable key/value pair is found.
- findTop() - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
- FirstEntryInRowIterator - Class in org.apache.accumulo.core.iterators
- FirstEntryInRowIterator() - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- FirstEntryInRowIterator(FirstEntryInRowIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- FIXED_LEN_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
- FIXED_LONG_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- FIXEDLEN - Enum constant in enum org.apache.accumulo.core.iterators.LongCombiner.Type
-
indicates a fixed-length (8-byte) encoding of a Long using
LongCombiner.FixedLenEncoder
- FIXEDLEN - Enum constant in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
-
indicates a fixed-length (8 bytes for each Long) encoding of a list of Longs using
SummingArrayCombiner.FixedLongArrayEncoder
- FixedLenEncoder() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner.FixedLenEncoder
- FixedLongArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.FixedLongArrayEncoder
- flatten() - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Generates a byte[] that represents a normalized, but logically equivalent, form of this evaluator's expression.
- FloatLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for preserving the native Java sort order of Float values.
- FloatLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.FloatLexicoder
- flush() - Method in interface org.apache.accumulo.core.client.BatchWriter
-
Send any buffered mutations to Accumulo immediately.
- flush() - Method in interface org.apache.accumulo.core.client.MultiTableBatchWriter
-
Send mutations for all tables to accumulo.
- flush(boolean) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
Forces a flush of data in memory to files before summary data is retrieved.
- flush(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Initiate a flush of a table's data that is in memory.
- flush(String, Text, Text, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Flush a table's data that is currently in memory.
- FLUSH - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Write mutations to the write-ahead log, and ensure the data is stored on remote servers, but perhaps not on persistent storage.
- followingKey(PartialKey) - Method in class org.apache.accumulo.core.data.Key
-
Returns a key that will sort immediately after this key.
- followingPrefix(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Text that sorts just after all Texts beginning with a prefix.
- forEach(BiConsumer<? super Key, ? super Value>) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Iterates through Scanner results.
- from(String) - Method in interface org.apache.accumulo.core.client.AccumuloClient.PropertyOptions
-
Build using properties file.
- from(String...) - Method in interface org.apache.accumulo.core.client.rfile.RFile.InputArguments
-
Specify RFiles to read from.
- from(String...) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryInputArguments
-
Specify RFiles to read from.
- from(URL) - Method in interface org.apache.accumulo.core.client.AccumuloClient.PropertyOptions
-
Build using Java properties object.
- from(Path) - Method in interface org.apache.accumulo.core.client.AccumuloClient.PropertyOptions
-
Build using properties file.
- from(Properties) - Method in interface org.apache.accumulo.core.client.AccumuloClient.PropertyOptions
-
Build using Java properties object.
- from(AccumuloClient) - Static method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Creates a Connector from an AccumuloClient.
- from(RFileSource...) - Method in interface org.apache.accumulo.core.client.rfile.RFile.InputArguments
-
Specify RFiles to read from.
- from(RFileSource...) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryInputArguments
-
Specify RFiles to read from.
- fromFile(File) - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Initializes a configuration object from the contents of a configuration file.
- fromMap(Map<String, String>) - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Initializes a configuration object from the contents of a map.
- fromSuffix(String) - Static method in enum org.apache.accumulo.minicluster.MemoryUnit
- fromTableProperties(Iterable<Map.Entry<String, String>>) - Static method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
- fromTableProperties(Map<String, String>) - Static method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
Decodes table properties with the prefix
table.summarizer
intoSummarizerConfiguration
objects. - FULL - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
compaction that merges all of a tablets files into one file
G
- GARBAGE_COLLECTOR - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- GENERAL_SECURITY_CREDENTIAL_PROVIDER_PATHS - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- GENERAL_SERVICE_NAME_PROP - Static variable in class org.apache.accumulo.core.spi.crypto.GenericCryptoServiceFactory
- generateKey(SecureRandom, int) - Static method in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- GenericCryptoServiceFactory - Class in org.apache.accumulo.core.spi.crypto
-
Factory that will load a crypto service configured, first checking
GenericCryptoServiceFactory.GENERAL_SERVICE_NAME_PROP
and thenGenericCryptoServiceFactory.TABLE_SERVICE_NAME_PROP
. - GenericCryptoServiceFactory() - Constructor for class org.apache.accumulo.core.spi.crypto.GenericCryptoServiceFactory
- get() - Method in class org.apache.accumulo.core.data.Value
-
Gets the byte data of this value.
- get(Object) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- get(String) - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
- get(ClientConfiguration.ClientProperty) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Returns the value for prop, the default value if not present.
- GET_SUMMARIES - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- getActiveCompactions() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
List all internal and external compactions running in Accumulo.
- 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 a tablet server.
- getAddress() - Method in interface org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionHost
- getAddress() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerInfo
- getAge() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getAge() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getAll() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- getAllPropertiesWithPrefix(ClientConfiguration.ClientProperty) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Gets all properties under the given prefix in this configuration.
- getAssignment(SortedMap<TabletServerId, TServerStatus>, TabletServerId) - Method in class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- getAssignments(TabletBalancer.AssignmentParameters) - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
- getAssignments(TabletBalancer.AssignmentParameters) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- getAssignments(TabletBalancer.AssignmentParameters) - Method in class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- getAssignments(TabletBalancer.AssignmentParameters) - Method in class org.apache.accumulo.core.spi.balancer.TableLoadBalancer
- getAssignments(TabletBalancer.AssignmentParameters) - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer
-
Assign tablets to tablet servers.
- getAttempts(TabletId) - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector.SelectorParameters
- getAuthenticationToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.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
-
Deprecated.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
-
Deprecated.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
-
Deprecated.Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.
- getAuthorizations() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getAuthorizations() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getAuthorizations() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
- getAuthorizations() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the authorizations that have been set on the scanner
- getAuthorizations() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Return the Scan Authorizations used in this Iterator.
- 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.
- getAuthorizationsContainer() - Method in interface org.apache.accumulo.core.data.constraints.Constraint.Environment
-
Gets the authorizations in the environment.
- getAuths() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getAutoAdjustRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Determines whether a configuration has auto-adjust ranges enabled.
- getAutoAdjustRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Determines whether a configuration has auto-adjust ranges enabled.
- getAvailableFiles() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.SelectionParameters
- getBackingArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- getBackingArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets the backing byte array for this sequence.
- getBalancerForTable(TableId) - Method in class org.apache.accumulo.core.spi.balancer.TableLoadBalancer
- getBatchSize() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getBatchSize() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- getBatchSize() - Method in interface org.apache.accumulo.core.client.Scanner
-
Returns the batch size (number of Key/Value pairs) that will be fetched at a time from a tablet server.
- getBatchTimeout(TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the timeout to fill a batch in the given TimeUnit.
- getBatchWriter(String) - Method in 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
-
Deprecated.Gets the
BatchWriterConfig
settings. - getBatchWriterOptions(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Gets the
BatchWriterConfig
settings. - getBlock(String) - Method in interface org.apache.accumulo.core.spi.cache.BlockCache
-
Fetch block from cache.
- getBlock(String, BlockCache.Loader) - Method in interface org.apache.accumulo.core.spi.cache.BlockCache
-
This method allows a cache to prevent concurrent loads of the same block.
- getBlockCache(CacheType) - Method in class org.apache.accumulo.core.spi.cache.BlockCacheManager
-
Get the block cache of the given type
- getBlockSize() - Method in interface org.apache.accumulo.core.spi.cache.BlockCacheManager.Configuration
-
Before Accumulo's cache implementation was configurable, its built in cache had a configurable block size.
- getBuffer() - Method in interface org.apache.accumulo.core.spi.cache.CacheEntry
- getBufferSizeProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Bzip2
- getBufferSizeProperty() - Method in interface org.apache.accumulo.core.spi.file.rfile.compression.CompressionAlgorithmConfiguration
- getBufferSizeProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Gz
- getBufferSizeProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lz4
- getBufferSizeProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lzo
- getBufferSizeProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.NoCompression
- getBufferSizeProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Snappy
- getBufferSizeProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.ZStandard
- getBusyTimeout() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelections
- getCandidates() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- getChildren() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getChooserScope() - Method in interface org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment
- getClassLoader(String) - Method in interface org.apache.accumulo.core.spi.common.ContextClassLoaderFactory
-
Get the class loader for the given contextName.
- getClassLoaderContext() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Returns the name of the current classloader context set on this scanner
- getClassLoaderContext() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the name of the current classloader context set on this scanner
- getClassLoaderContext(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Returns the name of the current classloader context set on this scanner
- getClassLoaderContext(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Returns the name of the current classloader context set on this scanner
- getClassName() - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
-
Deprecated.
- getClassName() - Method in class org.apache.accumulo.core.client.admin.PluginConfig
- getClassName() - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
- getClient() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getClientConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Deprecated.since 2.0.0, replaced by
MiniAccumuloCluster.getClientProperties()
- getClientConfiguration(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Fetch the client configuration from the job.
- getClientConfiguration(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Construct the
ClientConfiguration
given the provided context. - getClientProperties() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getClientProperties(File) - Static method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Construct client
Properties
using aMiniAccumuloCluster
directory - getClientScanIterators() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
- getCodecClassName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Bzip2
- getCodecClassName() - Method in interface org.apache.accumulo.core.spi.file.rfile.compression.CompressionAlgorithmConfiguration
- getCodecClassName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Gz
- getCodecClassName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lz4
- getCodecClassName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lzo
- getCodecClassName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.NoCompression
- getCodecClassName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Snappy
- getCodecClassName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.ZStandard
- getCodecClassNameProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Bzip2
- getCodecClassNameProperty() - Method in interface org.apache.accumulo.core.spi.file.rfile.compression.CompressionAlgorithmConfiguration
- getCodecClassNameProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Gz
- getCodecClassNameProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lz4
- getCodecClassNameProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lzo
- getCodecClassNameProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.NoCompression
- getCodecClassNameProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Snappy
- getCodecClassNameProperty() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.ZStandard
- getColumnFamily() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
- getColumnFamily() - Method in class org.apache.accumulo.core.data.Column
-
Gets the column family.
- getColumnFamily() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the column family for this update.
- getColumnFamily() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column family as a
Text
object. - getColumnFamily(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the column family into the given
Text
. - getColumnFamilyData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the column family as a byte sequence.
- getColumnQualifier() - Method in class org.apache.accumulo.core.client.IteratorSetting.Column
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.Column
-
Gets the column qualifier.
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the column qualifier for this update.
- getColumnQualifier() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column qualifier as a
Text
object. - getColumnQualifier(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the column qualifier into the given
Text
. - getColumnQualifierData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the column qualifier as a byte sequence.
- getColumns() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.Column
-
Gets the column visibility.
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the column visibility for this update.
- getColumnVisibility() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column visibility as a
Text
object. - getColumnVisibility(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the column visibility into the given
Text
. - getColumnVisibilityData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the column visibility as a byte sequence.
- getColumnVisibilityParsed() - Method in class org.apache.accumulo.core.data.Key
-
Gets the column visibility.
- getCompactionKind() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher.DispatchParameters
- getCompactionServices() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher.DispatchParameters
- getCompactionStrategy() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.since 2.1.0
- getConditions() - Method in class org.apache.accumulo.core.data.ConditionalMutation
- getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Deprecated.
- getConf() - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
-
Deprecated.
- getConf() - Method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
- getConf() - Method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
- getConfig() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Deprecated.since 2.0.0. This method was using an unstable non public type. Use
IteratorEnvironment.getPluginEnv()
- getConfig() - Method in interface org.apache.accumulo.core.spi.scan.ScanExecutor
- getConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getConfiguration() - Method in interface org.apache.accumulo.core.client.PluginEnvironment
- getConfiguration() - Method in interface org.apache.accumulo.core.spi.common.ContextClassLoaderEnvironment
-
Get the service environment configuration
- getConfiguration() - Method in interface org.apache.accumulo.core.spi.common.ServiceEnvironment
- getConfiguration(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Gets a merged view of the properties of a namespace with its parent configuration.
- getConfiguration(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Gets a merged view of the properties of a table with its parent configuration.
- getConfiguration(TableId) - Method in interface org.apache.accumulo.core.client.PluginEnvironment
- getConfiguration(TableId) - Method in interface org.apache.accumulo.core.spi.common.ServiceEnvironment
- getConfigurer() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getConnector(String, byte[]) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.5, use
Instance.getConnector(String, AuthenticationToken)
withPasswordToken
- getConnector(String, CharSequence) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.5, use
Instance.getConnector(String, AuthenticationToken)
withPasswordToken
- getConnector(String, String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Deprecated.since 2.0.0, replaced by
MiniAccumuloCluster.createAccumuloClient(String, AuthenticationToken)
- getConnector(String, ByteBuffer) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.since 1.5, use
Instance.getConnector(String, AuthenticationToken)
withPasswordToken
- getConnector(String, AuthenticationToken) - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.Returns a connection to this instance of accumulo.
- getConnector(String, AuthenticationToken) - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getConsistencyLevel() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Get the configured consistency level
- getConstrainClass() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getConstraintViolationSummaries() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getCount() - Method in class org.apache.accumulo.core.spi.crypto.PerTableCryptoServiceFactory
- getCounters() - Method in class org.apache.accumulo.core.client.summary.CounterSummary
- getCreationTime() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
-
Returns the first time a tablet knew about a scan over its portion of data.
- getCredentialProviders() - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- getCurrentKey() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- getCurrentValue() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- getCustom() - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
Users can set arbitrary custom properties in Accumulo using the prefix
general.custom.
. - getCustom(String) - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
This method appends the prefix
general.custom
and gets the property. - getDataCacheHits() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getDataCacheRequests() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getDataCacheUsage() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatch
- getDebugPorts() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getDecrypter(Key) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESCBCCryptoModule
- getDecrypter(Key) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESGCMCryptoModule
- getDecryptionParameters() - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESCBCCryptoModule.AESCBCFileEncrypter
- getDecryptionParameters() - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESGCMCryptoModule.AESGCMFileEncrypter
- getDecryptionParameters() - Method in interface org.apache.accumulo.core.spi.crypto.FileEncrypter
-
Get all the parameters required for decryption.
- getDecryptionParameters() - Method in class org.apache.accumulo.core.spi.crypto.NoFileEncrypter
- getDecryptionParams() - Method in interface org.apache.accumulo.core.spi.crypto.CryptoEnvironment
-
If decrypting files, get the params read from the file.
- getDefaultBufferSize() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Bzip2
- getDefaultBufferSize() - Method in interface org.apache.accumulo.core.spi.file.rfile.compression.CompressionAlgorithmConfiguration
- getDefaultBufferSize() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Gz
- getDefaultBufferSize() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lz4
- getDefaultBufferSize() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lzo
- getDefaultBufferSize() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.NoCompression
- getDefaultBufferSize() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Snappy
- getDefaultBufferSize() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.ZStandard
- getDefaultMemory() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getDefaultTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Gets the default table name from the configuration.
- getDefaultTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Gets the default table name from the configuration.
- getDefaultValue() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- getDelay() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelections
- getDelegationToken(DelegationTokenConfig) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Obtain a
DelegationToken
for use when Kerberos credentials cannot be used (e.g. - getDeleted() - Method in class org.apache.accumulo.core.client.summary.Summary.FileStatistics
- getDeletesIgnored() - Method in class org.apache.accumulo.core.client.summary.CounterSummary
- getDependencies() - Method in interface org.apache.accumulo.core.spi.cache.BlockCache.Loader
-
The cache blocks that this loader depends on.
- getDepth() - Method in enum org.apache.accumulo.core.data.PartialKey
-
Gets the depth of this partial key.
- getDerived(Function<PluginEnvironment.Configuration, T>) - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
Returns a derived value from this Configuration.
- getDescription() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- getDescription() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- getDescription() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- getDestinations() - Method in class org.apache.accumulo.core.data.LoadPlan
- 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 by the files for a set of tables.
- getDocID(Key) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- getDocID(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- getDurability() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getDurability() - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
- getEmitted() - Method in class org.apache.accumulo.core.client.summary.CounterSummary
- getEncrypter() - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESCBCCryptoModule
- getEncrypter() - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESGCMCryptoModule
- getEndKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets the ending key, or null if the end is positive infinity.
- getEndRow() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getEndRow() - Method in class org.apache.accumulo.core.data.LoadPlan.Destination
- getEndRow() - Method in interface org.apache.accumulo.core.data.TabletId
- getEndRow() - Method in interface org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment
-
The end row of the tablet for which a volume is being chosen.
- getEntriesRead() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getEntriesWritten() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getEnvironment() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.InitParameters
- getEnvironment() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.InputParameters
- getEnvironment() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.InitParameters
- getEnvironment() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.SelectionParameters
- getEquivalent(SystemPermission) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
- getEquivalent(TablePermission) - Static method in enum org.apache.accumulo.core.security.NamespacePermission
- getErrorServers() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getEstimatedEntries() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactableFile
- getEstimatedSize() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactableFile
- getExecutionHints() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getExecutionHints() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher.DispatchParameters
- getExecutionHints() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- getExecutionHints() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
- getExecutor() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionJob
- getExecutorManager() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.InitParameters
- getExecutorName() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatch
- getExpression() - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Accessor for the underlying byte string.
- getExternalExecutor(String) - Method in interface org.apache.accumulo.core.spi.compaction.ExecutorManager
- getExtra() - Method in class org.apache.accumulo.core.client.summary.Summary.FileStatistics
- getFamily() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the column family of this condition.
- getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Returns the columns to be fetched for this configuration
- getFetchedColumns() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getFetchedColumns() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
-
This method returns what column were fetched by a scan.
- getFetchedColumns(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Gets the columns to be mapped over from this job.
- getFetchedColumns(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Gets the columns to be mapped over from this job.
- getFileDecrypter(CryptoEnvironment) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- getFileDecrypter(CryptoEnvironment) - Method in interface org.apache.accumulo.core.spi.crypto.CryptoService
-
Initialize the FileDecrypter for the environment and return.
- getFileDecrypter(CryptoEnvironment) - Method in class org.apache.accumulo.core.spi.crypto.NoCryptoService
- getFileEncrypter(CryptoEnvironment) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- getFileEncrypter(CryptoEnvironment) - Method in interface org.apache.accumulo.core.spi.crypto.CryptoService
-
Initialize the FileEncrypter for the environment and return.
- getFileEncrypter(CryptoEnvironment) - Method in class org.apache.accumulo.core.spi.crypto.NoCryptoService
- getFileName() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactableFile
- getFileName() - Method in class org.apache.accumulo.core.data.LoadPlan.Destination
- getFiles() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionJob
- getFileStatistics() - Method in class org.apache.accumulo.core.client.summary.Summary
- getFilesToCompact() - Method in class org.apache.accumulo.core.client.admin.compaction.CompactionSelector.Selection
- getFlush() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getFlushes() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getFreeSpace(String) - Method in class org.apache.accumulo.core.spi.fs.SpaceAwareVolumeChooser
- getFullyQualifiedOption(String) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.InitParameters
- getFullyQualifiedPropertyPrefix(String) - Static method in class org.apache.accumulo.core.spi.cache.BlockCacheManager
-
Deprecated.since 2.1.0 because this method does not support scan servers, only tservers. Use
BlockCacheManager.Configuration.getProperties(String, CacheType)
instead. - getFullyQualifiedPropertyPrefix(String, CacheType) - Static method in class org.apache.accumulo.core.spi.cache.BlockCacheManager
-
Deprecated.since 2.1.0 because this method does not support scan servers, only tservers. Use
BlockCacheManager.Configuration.getProperties(String, CacheType)
instead. - getGroup() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerInfo
- getHints() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector.SelectorParameters
- getHoldTime() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getHost() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
-
Return the host where the compaction is running.
- getHost() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletServerId
- 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
- getIdleTimeStats() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
-
Returns statistics about the time between running.
- getIdleTimeStats(long) - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
-
This method is similar to
ScanInfo.getIdleTimeStats()
, but it also includes the time period between the last run time and now in the stats. - getIds() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionServices
- getIgnored() - Method in class org.apache.accumulo.core.client.summary.CounterSummary
- getInaccurate() - Method in class org.apache.accumulo.core.client.summary.Summary.FileStatistics
- getIndex(Supplier<T>) - Method in interface org.apache.accumulo.core.spi.cache.CacheEntry
-
Optionally cache what is returned by the supplier along with this cache entry.
- getIndexCacheHits() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getIndexCacheRequests() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getIndexCacheUsage() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatch
- getIngestByteRate() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getIngestRate() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getIngestRate() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletStatistics
- getInitialTableState() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Return value indicating whether table is to be created in offline or online mode.
- getInputFiles() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getInputFiles() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.InputParameters
- getInputStream() - Method in class org.apache.accumulo.core.client.rfile.RFileSource
- getInputTableConfig(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.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
-
Deprecated.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
-
Deprecated.Fetches all
InputTableConfig
s that have been set on the given Hadoop job. - getInputTableConfigs(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Fetches all
InputTableConfig
s that have been set on the given job. - getInputTableName(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Gets the table name from the configuration.
- getInputTableName(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Gets the table name from the configuration.
- getInstance() - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Accessor method for internal instance object.
- getInstance() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.7.0, use getInstance(ClientConfiguration) instead.
- getInstance(ClientConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Initializes an Accumulo
Instance
based on the configuration. - getInstance(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Initializes an Accumulo
Instance
based on the configuration. - getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Initializes an Accumulo
Instance
based on the configuration. - getInstance(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Initializes an Accumulo
Instance
based on the configuration. - getInstanceId() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Returns a unique ID object that identifies this instance of accumulo.
- getInstanceID() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Deprecated.in 2.1.0 Use
InstanceOperations.getInstanceId()
- getInstanceID() - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.Returns a unique string that identifies this instance of accumulo.
- getInstanceID() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getInstanceName() - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.Returns the instance name given at system initialization time.
- getInstanceName() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getInstanceName() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- 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.
- getIteratorClass() - Method in interface org.apache.accumulo.core.spi.common.IteratorConfiguration
- getIterators() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getIterators() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Returns the iterators to be set on this configuration
- getIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getIterators() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the iterators for this condition.
- getIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.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
-
Deprecated.Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.
- getIteratorSamplerConfiguration() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getIteratorScope() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Return the executed scope of the Iterator.
- 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.
- getJobs() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlan
-
Return the set of jobs this plan will submit for compaction.
- getKey() - Method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- getKey() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- getKeyPrefix() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Indicates the prefix of keys that will be transformed by this iterator.
- getKeys() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- getKeytab() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
The keytab file used to perform Kerberos login.
- getKind() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionJob
- getKind() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- 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.
- getLarge() - Method in class org.apache.accumulo.core.client.summary.Summary.FileStatistics
- getLastContact() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getLastContactTime() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getLastRunTime() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
-
If the scan has run, returns the last run time.
- getLength() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.This implementation of length is only an estimate, it does not provide exact values.
- getLength() - Method in class org.apache.accumulo.core.client.rfile.RFileSource
- getLength() - Method in class org.apache.accumulo.core.data.Key
-
Returns the sums of the lengths of the row, column family, column qualifier, and column visibility.
- getLoadBalancerClassNameForTable(TableId) - Method in class org.apache.accumulo.core.spi.balancer.TableLoadBalancer
- 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.
- getLocationProvider() - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
- getLocations() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getLogLevel() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Gets the log level from this configuration.
- getLogLevel(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Gets the log level from this configuration.
- getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Gets the log level from this configuration.
- getLogLevel(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Gets the log level from this configuration.
- getLookups() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getManagerLocations() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Returns the location(s) of the accumulo manager and any redundant servers.
- getMask() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- getMasterLocations() - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.Returns the location(s) of the accumulo manager and any redundant servers.
- getMasterLocations() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getMaxHeapSize() - Method in interface org.apache.accumulo.core.spi.cache.BlockCache
-
Get the maximum amount of on heap memory this cache will use.
- getMaxLatency(TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getMaxMemory() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getMaxMigrations() - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
-
The maximum number of migrations to perform in a single pass.
- getMaxMigrations() - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- getMaxOutstandingMigrations() - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- 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.
- getMaxSize() - Method in interface org.apache.accumulo.core.spi.cache.BlockCache
-
Get the maximum size of this cache.
- getMaxSize(CacheType) - Method in interface org.apache.accumulo.core.spi.cache.BlockCacheManager.Configuration
-
Before Accumulo's cache implementation was configurable, its built in caches had a configurable size.
- getMaxThreads() - Method in interface org.apache.accumulo.core.spi.scan.ScanExecutor.Config
- 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
- getMigrations(Map<TabletServerId, TServerStatus>, List<TabletMigration>) - Method in class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- getMissing() - Method in class org.apache.accumulo.core.client.summary.Summary.FileStatistics
- 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.
- getName() - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- getName() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- getName() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getName() - Method in interface org.apache.accumulo.core.spi.common.IteratorConfiguration
- getName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Bzip2
- getName() - Method in interface org.apache.accumulo.core.spi.file.rfile.compression.CompressionAlgorithmConfiguration
- getName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Gz
- getName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lz4
- getName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Lzo
- getName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.NoCompression
- getName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.Snappy
- getName() - Method in class org.apache.accumulo.core.spi.file.rfile.compression.ZStandard
- getName() - Method in interface org.apache.accumulo.core.spi.scan.ScanExecutor.Config
- getNamedOptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- getNameFromIp(String) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- getNamespaceName() - Method in exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- getNamespaceName() - Method in exception org.apache.accumulo.core.client.NamespaceNotFoundException
- getNamespaceProperties(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Gets properties specific to this namespace.
- getNativeLibPaths() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getNewTabletServer() - Method in class org.apache.accumulo.core.spi.balancer.data.TabletMigration
- getNextKeyHint(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceSeekingFilter
- getNextKeyHint(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
-
Whenever the subclass returns AdvanceResult.USE_HINT from its filter predicate, this method will be called to see how far to advance the source iterator.
- getNumberOfViolatingMutations() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getNumEntries() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletStatistics
- getNumTservers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getOldTabletServer() - Method in class org.apache.accumulo.core.spi.balancer.data.TabletMigration
- getOnlineTabletCount() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getOnlineTabletsForTable(TabletServerId, TableId) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- getOnlineTabletsForTable(TabletServerId, TableId) - Method in class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- getOobCheckMillis() - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- getOptions() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.InitParameters
- getOptions() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.InitParameters
- getOptions() - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
-
Deprecated.
- getOptions() - Method in class org.apache.accumulo.core.client.admin.PluginConfig
- getOptions() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Get the configuration parameters for this iterator.
- getOptions() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- getOptions() - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
- getOptions() - Method in interface org.apache.accumulo.core.spi.common.IteratorConfiguration
- getOptions() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher.InitParameters
- getOptions() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.InitParameters
- getOptions() - Method in interface org.apache.accumulo.core.spi.metrics.MeterRegistryFactory.InitParameters
-
Get the configured metrics properties passed as
general.custom.metrics.opts
The returned map is the stripped names withgeneral.custom.metrics.opts
removed. - getOptions() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher.InitParameters
- getOptions() - Method in interface org.apache.accumulo.core.spi.scan.ScanPrioritizer.CreateParameters
- getOptions() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector.InitParameters
- getOsLoad() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.
- getOutputCommitter(TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
- getOutputFile() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getOverrides() - Method in class org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.Overrides
- getParseTree() - Method in class org.apache.accumulo.core.security.ColumnVisibility
-
Gets the parse tree for this column visibility.
- getPartition(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- getPartition(Key, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Deprecated.
- getPartition(Key, Writable, int) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
- getPartition(Text, Writable, int) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
-
Deprecated.
- getPartition(Text, Writable, int) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
- getPartitioner() - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
- getPartitioner() - Method in class org.apache.accumulo.core.spi.balancer.RegexGroupBalancer
- 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.
- getPluginEnv() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Returns an object containing information about the server where this iterator was run.
- getPoolNameForTable(String) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
-
Matches table name against pool names, returns matching pool name or DEFAULT_POOL.
- getPoolNamesForHost(TabletServerId) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
-
Matches host against the regexes and returns the matching pool names
- getPoolNameToRegexPattern() - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- getPort() - Method in interface org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionHost
- getPort() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletServerId
- getPos() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- getPositionAndReset() - Method in class org.apache.accumulo.core.iterators.YieldCallback
-
Called by the client to get the yield position used as the start key (non-inclusive) of the range in a subsequent seek call when the iterator is rebuilt.
- getPrevEndRow() - Method in interface org.apache.accumulo.core.data.TabletId
- getPrincipal() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getPrincipal() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
The identity of the user to which this token belongs to according to Kerberos
- getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Gets the user name from the configuration.
- getPrincipal(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Gets the principal from the configuration.
- getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Gets the user name from the configuration.
- getPrincipal(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Gets the user name from the configuration.
- getPrioritizerClass() - Method in interface org.apache.accumulo.core.spi.scan.ScanExecutor.Config
- getPrioritizerOptions() - Method in interface org.apache.accumulo.core.spi.scan.ScanExecutor.Config
- getPriority() - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Get layer at which this iterator applies.
- getPriority() - Method in interface org.apache.accumulo.core.spi.common.IteratorConfiguration
- getPriority() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionJob
- getProgress() - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- getProgress() - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- getProgress(ByteSequence, ByteSequence, ByteSequence) - Static method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getProgress(Key) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getProperties() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Retrieves the complete set of currently configured table properties to be applied to a table when this configuration object is used.
- getProperties() - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- getProperties() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- getProperties(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Gets a merged view of the properties of a namespace with its parent configuration.
- getProperties(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Gets a merged view of the properties of a table with its parent configuration.
- getProperties(String, CacheType) - Method in interface org.apache.accumulo.core.spi.cache.BlockCacheManager.Configuration
-
This method provides a way for a cache implementation to access arbitrary configuration set by a user.
- getPropertiesToExclude() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
The source table properties are copied, this allows reverting to system defaults for some of those properties.
- getPropertiesToSet() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
The source table properties are copied.
- getPropertyByKey(String) - Static method in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- getPropertyId() - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
The propertyId is used when creating table properties for a summarizer.
- getQualifier() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the column qualifier of this condition.
- getQueryByteRate() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getQueryRate() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getQueryRate() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletStatistics
- getQueued() - Method in interface org.apache.accumulo.core.spi.scan.ScanExecutor
- 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
-
Deprecated.
- getRange() - Method in interface org.apache.accumulo.core.client.Scanner
-
Returns the range of keys to scan over.
- getRanges() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Returns the ranges to be queried in the configuration
- getRanges(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Gets the ranges to scan over from a job.
- getRanges(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Gets the ranges to scan over from a job.
- getRangeType() - Method in class org.apache.accumulo.core.data.LoadPlan.Destination
- getRatio() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- getReadaheadThreshold() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- getReadaheadThreshold() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- 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
-
Deprecated.
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
-
Deprecated.
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat
-
Deprecated.
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
- getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
- getRecords() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getRecordsInMemory() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.
- getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.
- getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloFileOutputFormat
- getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
- getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Deprecated.
- getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.
- getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat
- getRecordWriter(TaskAttemptContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat
- getReplicationSources() - Method in class org.apache.accumulo.core.data.Mutation
-
Deprecated.The feature pertaining to this method was deprecated in 2.1.0, but this method was overlooked when annotating the code. It is being marked as deprecated in 2.1.1 in order to correct that oversight, and will be removed in 3.0.0 with the rest of the code pertaining to this feature.
- getResponseTime() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getResult() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerAttempt
- getRootPassword() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getRootTabletLocation() - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.Returns the location of the tablet server that is serving the root tablet.
- getRootTabletLocation() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getRow() - Method in class org.apache.accumulo.core.data.Key
-
Gets the row ID as a
Text
object. - getRow() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the row ID for this mutation.
- getRow(Text) - Method in class org.apache.accumulo.core.data.Key
-
Writes the row ID into the given
Text
. - getRowData() - Method in class org.apache.accumulo.core.data.Key
-
Returns the row ID as a byte sequence.
- getRunningCompactions() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- getRunTimeStats() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
-
Returns timing statistics about running and gathering a batches of data.
- getSalt(int) - Method in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector.Profile
- getSample(CompactableFile, SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.SelectionParameters
- getSamplerClassName() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- getSamplerConfiguration() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.
- getSamplerConfiguration() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getSamplerConfiguration() - Method in interface org.apache.accumulo.core.client.ScannerBase
- getSamplerConfiguration() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
- getSamplerConfiguration(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Reads the sampling configuration properties for a table.
- getScanAuthorizations(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Gets the authorizations to set for the scans from the configuration.
- getScanAuthorizations(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Gets the authorizations to set for the scans from the configuration.
- getScanExecutors() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher.DispatchParameters
- getScanid() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getScanInfo() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher.DispatchParameters
- getScanRate() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getScanServer(TabletId) - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelections
- getScanServers() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Returns the locations of the active scan servers
- getScanServers() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector.InitParameters
- getScanType() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
- getScope() - Method in interface org.apache.accumulo.core.spi.crypto.CryptoEnvironment
- getSecurityErrorCode() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- getSecurityErrorCodes() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getSeen() - Method in class org.apache.accumulo.core.client.summary.CounterSummary
- getSelector() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getSerializedFormat() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the serialization format used to (de)serialize this mutation.
- getServer() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerAttempt
- getService() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatch
- getService(CryptoEnvironment, Map<String, String>) - Method in interface org.apache.accumulo.core.spi.crypto.CryptoServiceFactory
-
Return the appropriate CryptoService.
- getService(CryptoEnvironment, Map<String, String>) - Method in class org.apache.accumulo.core.spi.crypto.GenericCryptoServiceFactory
- getService(CryptoEnvironment, Map<String, String>) - Method in class org.apache.accumulo.core.spi.crypto.NoCryptoServiceFactory
- getService(CryptoEnvironment, Map<String, String>) - Method in class org.apache.accumulo.core.spi.crypto.PerTableCryptoServiceFactory
- getServiceEnv() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Deprecated.since 2.1.0. This method was using a non public API type. Use
IteratorEnvironment.getPluginEnv()
instead because it has better stability guarantees. - getServiceEnv() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher.DispatchParameters
- getServiceEnv() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher.InitParameters
- getServiceEnv() - Method in interface org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment
- getServiceEnv() - Method in interface org.apache.accumulo.core.spi.metrics.MeterRegistryFactory.InitParameters
-
Optional extension point to pass additional information though the ServiceEnvironment.
- getServiceEnv() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher.DispatchParameters
- getServiceEnv() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher.InitParameters
- getServiceEnv() - Method in interface org.apache.accumulo.core.spi.scan.ScanPrioritizer.CreateParameters
- getServiceEnv() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector.InitParameters
- getServiceEnvironment() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.InitParameters
- getServiceEnvironment() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- getSession() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletServerId
- getSimulationMode(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Determines whether this feature is enabled.
- getSimulationMode(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Determines whether this feature is enabled.
- getSiteConfig() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getSiteConfiguration() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Retrieve the site configuration (that is set in the server configuration file).
- getSize() - Method in class org.apache.accumulo.core.data.Key
-
Same as
Key.getLength()
. - getSize() - Method in class org.apache.accumulo.core.data.Value
-
Gets the size of this value.
- getSource() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- getSplitCreationTime() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletStatistics
- getSplits() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Return Collection of split values.
- getSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.5.0; use
TableOperations.listSplits(String)
instead. - getSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 1.5.0; use
TableOperations.listSplits(String, int)
instead. - getSplits(JobConf, int) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSplits(JobConf, int) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloInputFormat
-
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSplits(JobConf, int) - Method in class org.apache.accumulo.hadoop.mapred.AccumuloRowInputFormat
-
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSplits(JobContext) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSplits(JobContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat
-
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSplits(JobContext) - Method in class org.apache.accumulo.hadoop.mapreduce.AccumuloRowInputFormat
-
Gets the splits of the tables that have been set on the job by reading the metadata table for the specified ranges.
- getSsiList() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getSsio() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getStartKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets the start key, or null if the start is negative infinity.
- getStartRow() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getStartRow() - Method in class org.apache.accumulo.core.data.LoadPlan.Destination
- getState() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getStatistics() - Method in class org.apache.accumulo.core.client.summary.Summary
- getStats() - Method in interface org.apache.accumulo.core.spi.cache.BlockCache
-
Get the statistics of this cache.
- getStatus() - Method in class org.apache.accumulo.core.client.ConditionalWriter.Result
-
If this method throws an exception, then its possible the mutation is still being actively processed.
- getString(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- getSummaries(Collection<CompactableFile>, Predicate<SummarizerConfiguration>) - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.SelectionParameters
- getSummarizerConfiguration() - Method in class org.apache.accumulo.core.client.summary.Summary
- getSyncs() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getSystemConfiguration() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Retrieve the system-wide configuration.
- getTable() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getTable() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getTable() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.6.1, use getTableName() instead.
- getTable() - Method in interface org.apache.accumulo.core.data.TabletId
- getTable() - Method in interface org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment
- getTableCustom() - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
Users can set arbitrary custom table properties in Accumulo using the prefix
table.custom.
. - getTableCustom(String) - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
This method appends the prefix
table.custom
and gets the property. - getTableId() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.InitParameters
- getTableId() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.InputParameters
- getTableId() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.InitParameters
- getTableId() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector.SelectionParameters
- getTableId() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getTableId() - Method in exception org.apache.accumulo.core.client.TableDeletedException
- getTableId() - Method in interface org.apache.accumulo.core.data.TabletId
-
Deprecated.use
TabletId.getTable()
andAbstractId.canonical()
instead - getTableId() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Return the table Id associated with this iterator.
- getTableId() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher.InitParameters
- getTableId() - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner.PlanningParameters
- getTableId() - Method in interface org.apache.accumulo.core.spi.crypto.CryptoEnvironment
-
If in the TABLE scope, get the tableId.
- getTableId() - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher.InitParameters
- getTableId() - Method in interface org.apache.accumulo.core.spi.scan.ScanInfo
- getTableIdMap() - Method in interface org.apache.accumulo.core.spi.balancer.BalancerEnvironment
-
Many Accumulo plugins are given table IDs as this is what Accumulo uses internally to identify tables.
- getTableInfo() - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- getTableMap() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getTableName() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getTableName() - Method in exception org.apache.accumulo.core.client.TableNotFoundException
- getTableName(TableId) - Method in interface org.apache.accumulo.core.client.PluginEnvironment
-
Many Accumulo plugins are given table IDs as this is what Accumulo uses internally to identify tables.
- getTableProperties(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Gets per-table properties of a table.
- getTables() - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- getTablet() - Method in class org.apache.accumulo.core.client.admin.ActiveCompaction
- getTablet() - Method in class org.apache.accumulo.core.client.admin.ActiveScan
- getTablet() - Method in interface org.apache.accumulo.core.data.constraints.Constraint.Environment
-
Gets the tablet Id of the environment.
- getTablet() - Method in class org.apache.accumulo.core.spi.balancer.data.TabletMigration
- getTabletCount() - Method in interface org.apache.accumulo.core.spi.balancer.data.TableStatistics
- getTabletId() - Method in interface org.apache.accumulo.core.spi.balancer.data.TabletStatistics
- getTabletLocation(TabletId) - Method in interface org.apache.accumulo.core.client.admin.Locations
-
For any
TabletId
known to this object, the method will return the tablet server location for that tablet. - getTablets() - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector.SelectorParameters
- 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
- getTerm(Key) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- getTerm(Key) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- getTermEnd() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getTermStart() - Method in class org.apache.accumulo.core.security.ColumnVisibility.Node
- getTermString() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- getTimedOutSevers() - Method in exception org.apache.accumulo.core.client.TimedOutException
- getTimeout(TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- getTimeout(TimeUnit) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
- getTimeout(TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Returns the setting for how long a scanner will automatically retry when a failure occurs.
- getTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the timestamp for this update.
- getTimestamp() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the timestamp of this condition.
- getTimestamp() - Method in class org.apache.accumulo.core.data.Key
-
Gets the timestamp.
- getTimeType() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Retrieve the time type currently configured.
- getTimeType(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Return the TimeType for the given table
- getToken() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getToken(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobConf)
instead. - getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.6.0; Use
AbstractInputFormat.getAuthenticationToken(JobContext)
instead. - getToken(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobContext)
instead. - getTokenClass(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobConf)
instead. - getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.6.0; Use
AbstractInputFormat.getAuthenticationToken(JobContext)
instead. - getTokenClass(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.getAuthenticationToken(JobContext)
instead. - getTokenLifetime(TimeUnit) - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
-
The current token lifetime.
- getTooLong() - Method in class org.apache.accumulo.core.client.summary.CounterSummary
- getTooMany() - Method in class org.apache.accumulo.core.client.summary.CounterSummary
- getTopKey() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- getTopKey() - Method in class org.apache.accumulo.core.iterators.Combiner
- getTopKey() - Method in class org.apache.accumulo.core.iterators.DebugIterator
- getTopKey() - Method in class org.apache.accumulo.core.iterators.DevNull
- getTopKey() - Method in class org.apache.accumulo.core.iterators.OrIterator
- getTopKey() - Method in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- getTopKey() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Returns top key.
- getTopKey() - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- getTopKey() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- getTopKey() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- getTopKey() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- getTopKey() - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- getTopKey() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- getTopKey() - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- getTopKey() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- getTopValue() - Method in class org.apache.accumulo.core.iterators.Combiner
- getTopValue() - Method in class org.apache.accumulo.core.iterators.DebugIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.DevNull
- getTopValue() - Method in class org.apache.accumulo.core.iterators.OrIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
- getTopValue() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Returns top value.
- getTopValue() - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- getTopValue() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- getTopValue() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- getTopValue() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- getTotal() - Method in class org.apache.accumulo.core.client.summary.Summary.FileStatistics
- getType() - Method in interface org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionHost
- 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 class org.apache.accumulo.core.security.ColumnVisibility.Node
- getUnknownExceptions() - Method in exception org.apache.accumulo.core.client.MutationsRejectedException
- getUnnamedOptionDescriptions() - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- getUpdates() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the modifications and deletions in this mutation.
- getUri() - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactableFile
- 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
- getUser() - Method in interface org.apache.accumulo.core.data.constraints.Constraint.Environment
-
Gets the user within the environment.
- getUserAuthorizations(String) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Retrieves the user's authorizations for scanning
- getValue() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the cell value for this update.
- getValue() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the value of this condition.
- getVersion() - Method in interface org.apache.accumulo.core.spi.balancer.data.TServerStatus
- getViolationCode() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getViolationDescription() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- getViolationDescription(short) - Method in interface org.apache.accumulo.core.data.constraints.Constraint
-
Gets a short, one-sentence description of what a given violation code means.
- getViolationDescription(short) - Method in class org.apache.accumulo.core.data.constraints.DefaultKeySizeConstraint
- getViolationDescription(short) - Method in class org.apache.accumulo.core.data.constraints.NoDeleteConstraint
- getViolationDescription(short) - Method in class org.apache.accumulo.core.data.constraints.VisibilityConstraint
- getVisibility() - Method in class org.apache.accumulo.core.data.Condition
-
Gets the column visibility of this condition.
- getWait() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- getWaitTime() - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
-
The amount of time to wait between balancing.
- getWaitTime() - Method in class org.apache.accumulo.core.spi.balancer.RegexGroupBalancer
- getWithPrefix(String) - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
Returns all properties with a given prefix
- getZooKeeperPort() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- getZooKeepers() - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.Returns a comma-separated list of zookeeper servers the instance is using.
- getZooKeepers() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- getZooKeepers() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- getZooKeepers() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
- getZooKeepersSessionTimeOut() - Method in interface org.apache.accumulo.core.client.Instance
-
Deprecated.Returns the zookeeper connection timeout.
- getZooKeepersSessionTimeOut() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- GIGABYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
- GLOBAL_CONF_FILENAME - Static variable in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- GRANT - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- GRANT - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- GRANT - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- GRANT_INVALID - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- grantNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Grant a user a specific permission for a specific namespace
- grantSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Grant a user a system permission
- grantTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Grant a user a specific permission for a specific table
- GrepIterator - Class in org.apache.accumulo.core.iterators.user
-
This iterator provides exact string matching of the term specified by the "term" option.
- GrepIterator() - Constructor for class org.apache.accumulo.core.iterators.user.GrepIterator
- GroupBalancer - Class in org.apache.accumulo.core.spi.balancer
-
A balancer that evenly spreads groups of tablets across all tablet server.
- GroupBalancer(TableId) - Constructor for class org.apache.accumulo.core.spi.balancer.GroupBalancer
- groupByRange() - Method in interface org.apache.accumulo.core.client.admin.Locations
-
For all of the ranges passed to
TableOperations.locate(String, java.util.Collection)
, return a map of the tablets each range overlaps. - groupByTablet() - Method in interface org.apache.accumulo.core.client.admin.Locations
-
For all of the ranges passed to
TableOperations.locate(String, java.util.Collection)
, return a map of the ranges each tablet overlaps. - Gz - Class in org.apache.accumulo.core.spi.file.rfile.compression
- Gz() - Constructor for class org.apache.accumulo.core.spi.file.rfile.compression.Gz
H
- hash(DataOutput, Key) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
-
Subclass must override this method and hash some portion of the key.
- hash(DataOutput, Key) - Method in class org.apache.accumulo.core.client.sample.RowColumnSampler
- hash(DataOutput, Key) - Method in class org.apache.accumulo.core.client.sample.RowSampler
- hashCode() - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
-
Deprecated.
- hashCode() - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- hashCode() - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- hashCode() - Method in class org.apache.accumulo.core.client.admin.PluginConfig
- hashCode() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- hashCode() - Method in class org.apache.accumulo.core.client.IteratorSetting
- hashCode() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.
- hashCode() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- hashCode() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- hashCode() - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
Hashes the classname and options to create a hashcode.
- hashCode() - Method in class org.apache.accumulo.core.data.AbstractId
- hashCode() - Method in class org.apache.accumulo.core.data.ByteSequence
- hashCode() - Method in class org.apache.accumulo.core.data.Column
- hashCode() - Method in class org.apache.accumulo.core.data.ColumnUpdate
- hashCode() - Method in class org.apache.accumulo.core.data.Condition
- hashCode() - Method in class org.apache.accumulo.core.data.ConditionalMutation
- hashCode() - Method in class org.apache.accumulo.core.data.Key
- hashCode() - Method in class org.apache.accumulo.core.data.Mutation
- hashCode() - Method in class org.apache.accumulo.core.data.Range
- hashCode() - Method in class org.apache.accumulo.core.data.Value
- hashCode() - Method in class org.apache.accumulo.core.iterators.OrIterator.TermSource
- hashCode() - Method in class org.apache.accumulo.core.security.Authorizations
- hashCode() - Method in class org.apache.accumulo.core.security.ColumnVisibility
- hashCode() - Method in class org.apache.accumulo.core.spi.balancer.data.TabletMigration
- hasNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify the user has a particular namespace permission
- hasNext() - Method in class org.apache.accumulo.core.client.RowIterator
-
Returns true if there is at least one more row to get.
- hasNext() - Method in class org.apache.accumulo.core.iterators.Combiner.ValueIterator
- hasNext() - Method in class org.apache.accumulo.core.iterators.IteratorAdapter
- hasSasl() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Show whether SASL has been set on this configuration.
- hasSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify the user has a particular system permission
- hasTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Verify the user has a particular table permission
- hasTimestamp() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets whether this update specifies a timestamp.
- hasTop() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- hasTop() - Method in class org.apache.accumulo.core.iterators.Combiner
- hasTop() - Method in class org.apache.accumulo.core.iterators.DebugIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.DevNull
- hasTop() - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.OrIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- hasTop() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Returns true if the iterator has more elements.
- hasTop() - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.RowFilter
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- hasTop() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- hasYielded() - Method in class org.apache.accumulo.core.iterators.YieldCallback
-
Called by the client to see if the iterator yielded
- HEADER - Static variable in class org.apache.accumulo.core.security.Authorizations
-
A special header string used when serializing instances of this class.
- HintScanPrioritizer - Class in org.apache.accumulo.core.spi.scan
-
When configured for a scan executor, this prioritizer allows scanners to set priorities as integers.
- HintScanPrioritizer() - Constructor for class org.apache.accumulo.core.spi.scan.HintScanPrioritizer
- hitCount() - Method in interface org.apache.accumulo.core.spi.cache.BlockCache.Stats
-
Returns the number of lookups that have returned a cached value.
- HOST_BALANCER_OOB_CHECK_KEY - Static variable in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- HOST_BALANCER_OUTSTANDING_MIGRATIONS_KEY - Static variable in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- HOST_BALANCER_PREFIX - Static variable in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- HOST_BALANCER_REGEX_MAX_MIGRATIONS_KEY - Static variable in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- HOST_BALANCER_REGEX_USING_IPS_KEY - Static variable in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- HostRegexTableLoadBalancer - Class in org.apache.accumulo.core.spi.balancer
-
This balancer creates groups of tablet servers using user-provided regular expressions over the tablet server hostnames.
- HostRegexTableLoadBalancer() - Constructor for class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
I
- IDLE - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
idle compaction
- IDLE - Enum constant in enum org.apache.accumulo.core.client.admin.ScanState
- IdleRatioScanPrioritizer - Class in org.apache.accumulo.core.spi.scan
-
Prioritize scans based on the ratio of runTime/idleTime.
- IdleRatioScanPrioritizer() - Constructor for class org.apache.accumulo.core.spi.scan.IdleRatioScanPrioritizer
- ignoreEmptyDir(boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations.ImportOptions
-
Ignores empty bulk import source directory, rather than throwing an IllegalArgumentException.
- IMMEDIATE - Enum constant in enum org.apache.accumulo.core.client.ScannerBase.ConsistencyLevel
- ImportConfiguration - Interface in org.apache.accumulo.core.client.admin
-
A configuration object that can be used with
TableOperations.importTable(String, Set, ImportConfiguration)
- ImportConfiguration.Builder - Interface in org.apache.accumulo.core.client.admin
-
A ImportConfiguration builder
- importDirectory(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Bulk import the files in a directory into a table.
- importDirectory(String, String, String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Deprecated.since 2.0.0 use
TableOperations.importDirectory(String)
instead. - importTable(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Imports a table exported via exportTable and copied via hadoop distcp.
- importTable(String, Set<String>, ImportConfiguration) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Imports a table exported via
TableOperations.exportTable(String, String)
and then copied via hadoop distcp. - includeTransformedKey(Key) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Determines whether or not to include
transformedKey
in the output. - INDEX - Enum constant in enum org.apache.accumulo.core.spi.cache.CacheType
- indexBlockSize(long) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
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.
- IndexedDocIterator - Class in org.apache.accumulo.core.iterators.user
-
This iterator facilitates document-partitioned indexing.
- IndexedDocIterator() - Constructor for class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- indexOf(byte[], int, int) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
- indexWeightChanged() - Method in interface org.apache.accumulo.core.spi.cache.CacheEntry
-
The object optionally stored by
CacheEntry.getIndex(Supplier)
is a mutable object. - INGNORE_DELETES_DEFAULT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
- INGNORE_DELETES_OPT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
A configuration option to determine if delete keys should be counted.
- init(Map<String, String>) - Method in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- init(Map<String, String>) - Method in interface org.apache.accumulo.core.spi.crypto.CryptoService
-
Initialize CryptoService.
- init(Map<String, String>) - Method in class org.apache.accumulo.core.spi.crypto.NoCryptoService
- init(CompactionConfigurer.InitParameters) - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer
- init(CompactionConfigurer.InitParameters) - Method in class org.apache.accumulo.core.client.admin.compaction.CompressionConfigurer
- init(CompactionSelector.InitParameters) - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector
- init(CompactionSelector.InitParameters) - Method in class org.apache.accumulo.core.client.admin.compaction.TooManyDeletesSelector
- init(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
-
Subclasses with options should override this method and call
super.init(config)
. - init(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.sample.RowColumnSampler
- init(SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.sample.Sampler
-
An implementation of Sampler must have a noarg constructor.
- init(AuthenticationToken.Properties) - Method in interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- init(AuthenticationToken.Properties) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- init(SortedKeyValueIterator<K, V>, Map<String, String>, IteratorEnvironment) - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Initializes the iterator.
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Combiner
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DebugIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.DevNull
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.Filter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.LongCombiner
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ServerFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceSeekingFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- init(BalancerEnvironment) - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
- init(BalancerEnvironment) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- init(BalancerEnvironment) - Method in class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- init(BalancerEnvironment) - Method in class org.apache.accumulo.core.spi.balancer.TableLoadBalancer
- init(BalancerEnvironment) - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer
-
Initialize the TabletBalancer.
- init(ContextClassLoaderEnvironment) - Method in interface org.apache.accumulo.core.spi.common.ContextClassLoaderFactory
-
Pass the service environment to allow for additional class loader configuration
- init(CompactionDispatcher.InitParameters) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatcher
-
This method is called once after a CompactionDispatcher is instantiated.
- init(CompactionDispatcher.InitParameters) - Method in class org.apache.accumulo.core.spi.compaction.SimpleCompactionDispatcher
- init(CompactionPlanner.InitParameters) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner
- init(CompactionPlanner.InitParameters) - Method in class org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
- init(ScanDispatcher.InitParameters) - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatcher
-
This method is called once after a ScanDispatcher is instantiated.
- init(ScanDispatcher.InitParameters) - Method in class org.apache.accumulo.core.spi.scan.SimpleScanDispatcher
- init(ScanServerSelector.InitParameters) - Method in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector
- init(ScanServerSelector.InitParameters) - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector
-
This method is called once after a
ScanServerSelector
is instantiated. - INIT - Enum constant in enum org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment.Scope
- initialize(InputSplit, JobConf) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.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
-
Deprecated.
- InitialTableState - Enum in org.apache.accumulo.core.client.admin
-
Creation mode for table creation.
- InputFormatBase<K,
V> - Class in org.apache.accumulo.core.client.mapred -
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- InputFormatBase<K,
V> - Class in org.apache.accumulo.core.client.mapreduce -
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.
- InputFormatBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.
- InputFormatBase.RecordReaderBase<K,
V> - Class in org.apache.accumulo.core.client.mapred -
Deprecated.
- InputFormatBase.RecordReaderBase<K,
V> - Class in org.apache.accumulo.core.client.mapreduce -
Deprecated.
- InputFormatBuilder - Interface in org.apache.accumulo.hadoop.mapreduce
-
Builder for all the information needed for the Map Reduce job.
- InputFormatBuilder.ClientParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
-
Required params for builder
- InputFormatBuilder.InputFormatOptions<T> - Interface in org.apache.accumulo.hadoop.mapreduce
-
Optional values to set using fluent API
- InputFormatBuilder.TableParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
-
Required params for builder
- InputTableConfig - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- InputTableConfig() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.
- InputTableConfig(DataInput) - Constructor for class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Creates a batch scan config object out of a previously serialized batch scan config object.
- Instance - Interface in org.apache.accumulo.core.client
-
Deprecated.since 2.0.0, use
Accumulo.newClient()
andProperties
instead - INSTANCE_ID - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- INSTANCE_NAME - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- INSTANCE_RPC_SASL_ENABLED - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- INSTANCE_RPC_SSL_CLIENT_AUTH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- INSTANCE_RPC_SSL_ENABLED - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- INSTANCE_ZK_HOST - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- INSTANCE_ZK_TIMEOUT - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- InstanceId - Class in org.apache.accumulo.core.data
-
A strongly typed representation of an Accumulo instance ID.
- instanceOperations() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Retrieves an InstanceOperations object to modify instance configuration.
- instanceOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Retrieves an InstanceOperations object to modify instance configuration.
- InstanceOperations - Interface in org.apache.accumulo.core.client.admin
- instantiate(String, Class<T>) - Method in interface org.apache.accumulo.core.client.PluginEnvironment
-
Instantiate a class using Accumulo's system classloader.
- instantiate(TableId, String, Class<T>) - Method in interface org.apache.accumulo.core.client.PluginEnvironment
-
Instantiate a class using Accumulo's per table classloader.
- INSUFFICIENT_PROPERTIES - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- IntegerLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for signed integers.
- IntegerLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder
- IntersectingIterator - Class in org.apache.accumulo.core.iterators.user
-
This iterator facilitates document-partitioned indexing.
- IntersectingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator
- IntersectingIterator.TermSource - Class in org.apache.accumulo.core.iterators.user
- INVALID_INSTANCEID - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- INVALID_TOKEN - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- INVISIBLE_VISIBILITY - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
A condition contained a column visibility that could never be seen
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- isBackedByArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Determines whether this sequence is backed by a byte array.
- isBatchScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Determines whether a configuration has the
BatchScanner
feature enabled. - isBatchScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Determines whether a configuration has the
BatchScanner
feature enabled. - 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
-
Deprecated.Determines if the connector has been configured.
- isConnectorInfoSet(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Determines if the connector has been configured.
- isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Determines if the connector has been configured.
- isConnectorInfoSet(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Determines if the connector has been configured.
- isDeleted() - Method in class org.apache.accumulo.core.data.ColumnUpdate
-
Gets the delete marker for this update.
- isDeleted() - Method in class org.apache.accumulo.core.data.Key
-
Determines if this key is deleted (i.e., has a delete marker = true).
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- isDestroyed() - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- isEmpty() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- isEmpty() - Method in class org.apache.accumulo.core.security.Authorizations
-
Checks if this collection of authorizations is empty.
- isEndKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the end key of this range is inclusive.
- isFlush() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
Determines if memory is flushed in the source table before cloning.
- isFullMajorCompaction() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Return true if the compaction is a full major compaction.
- isInfiniteStartKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the start key is negative infinity.
- isInfiniteStopKey() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the end key is positive infinity.
- isIpBasedRegex() - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- isIsolated(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Determines whether a configuration has isolation enabled.
- isIsolated(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Determines whether a configuration has isolation enabled.
- isIsolatedScan() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- isJDWPEnabled() - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- isKeepMappings() - Method in interface org.apache.accumulo.core.client.admin.ImportConfiguration
-
See
ImportConfiguration.Builder.setKeepMappings(boolean)
for full description. - isKeepOffline() - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration
-
The new table is normally brought online after the cloning process.
- isKeepOffline() - Method in interface org.apache.accumulo.core.client.admin.ImportConfiguration
- isOffline() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- isOfflineScan() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Determines whether a configuration has the offline table scan feature enabled.
- isOfflineScan(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Determines whether a configuration has the offline table scan feature enabled.
- IsolatedScanner - Class in org.apache.accumulo.core.client
-
A scanner that presents a row isolated view of an accumulo table.
- IsolatedScanner(Scanner) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
- IsolatedScanner(Scanner, IsolatedScanner.RowBufferFactory) - Constructor for class org.apache.accumulo.core.client.IsolatedScanner
- IsolatedScanner.MemoryRowBuffer - Class in org.apache.accumulo.core.client
- IsolatedScanner.MemoryRowBufferFactory - Class in org.apache.accumulo.core.client
- IsolatedScanner.RowBuffer - Interface in org.apache.accumulo.core.client
- IsolatedScanner.RowBufferFactory - Interface in org.apache.accumulo.core.client
- isOnline(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Check if a table is online through its current goal state only.
- isSamplingEnabled() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
There are at least two conditions under which sampling will be enabled for an environment.
- isSet(String) - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
Properties with a default value will always return something when calling
PluginEnvironment.Configuration.get(String)
, even if a user never set the property. - isSetAfterPart(Key, PartialKey) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Indicates whether or not any part of
key
excludingpart
is set. - isStartKeyInclusive() - Method in class org.apache.accumulo.core.data.Range
-
Gets whether the start key of this range is inclusive.
- isTableOnline(TableId) - Method in interface org.apache.accumulo.core.spi.balancer.BalancerEnvironment
-
Accumulo plugins working with a table may need to know if the table is online or not before operating on it.
- isUserCompaction() - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
True if compaction was user initiated.
- isValidOption(String) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
-
Deprecated.since 2.1.0, replaced by
AbstractHashSampler.validateOptions(Map)
- iter - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- iterator() - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner
- iterator() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- iterator() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer
- iterator() - Method in interface org.apache.accumulo.core.client.PluginEnvironment.Configuration
-
Returns an iterator over all properties.
- 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.iterators
- IteratorAdapter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.IteratorAdapter
- IteratorConfiguration - Interface in org.apache.accumulo.core.spi.common
-
Provides information about a configured Accumulo Iterator
- IteratorEnvironment - Interface in org.apache.accumulo.core.iterators
- IteratorOptions(String, String, Map<String, String>, List<String>) - Constructor for class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
-
IteratorOptions holds the name, description, and option information for an iterator.
- IteratorSetting - Class in org.apache.accumulo.core.client
-
Configure an iterator for minc, majc, and/or scan.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name.
- IteratorSetting(int, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the given class's SimpleName for the iterator name and configured for the specified scopes with the specified parameters.
- IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(int, String, Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting using the provided name and the provided class's name for the scan scope with the provided parameters.
- IteratorSetting(int, String, String) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the scan scope with no parameters.
- IteratorSetting(int, String, String, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
-
Constructs an iterator setting configured for the specified scopes with the specified parameters.
- IteratorSetting(DataInput) - Constructor for class org.apache.accumulo.core.client.IteratorSetting
- IteratorSetting.Column - Class in org.apache.accumulo.core.client
-
A convenience class for passing column family and column qualifiers to iterator configuration methods.
- IteratorUtil - Class in org.apache.accumulo.core.iterators
-
Utility class for Iterators.
- IteratorUtil() - Constructor for class org.apache.accumulo.core.iterators.IteratorUtil
- IteratorUtil.IteratorScope - Enum in org.apache.accumulo.core.iterators
-
Even though this type is not in a public API package, its used by methods in the public API.
J
- jobIterators(JobConf, String) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.Extracts Iterators settings from the context to be used by RecordReader.
- jobIterators(JobConf, String) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Deprecated.
K
- KERBEROS_SERVER_PRIMARY - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- KerberosToken - Class in org.apache.accumulo.core.client.security.tokens
-
Authentication token for Kerberos authenticated clients
- KerberosToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
Creates a token using the login user as returned by
UserGroupInformation.getCurrentUser()
- KerberosToken(String) - Constructor for class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
Creates a token using the provided principal and the currently logged-in user via
UserGroupInformation
. - KerberosToken(String, File) - Constructor for class org.apache.accumulo.core.client.security.tokens.KerberosToken
-
Creates a Kerberos token for the specified principal using the provided keytab.
- Key - Class in org.apache.accumulo.core.data
-
This is the Key used to store and access individual values in Accumulo.
- Key() - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with empty row, empty column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[], byte[], byte[]) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(byte[], byte[], byte[], byte[], long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], byte[], byte[], byte[], long, boolean) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], byte[], byte[], byte[], long, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], byte[], byte[], long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(byte[], byte[], byte[], ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
- Key(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key.
- Key(byte[], long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text)
. - Key(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text)
. - Key(CharSequence, CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text)
. - Key(CharSequence, CharSequence, CharSequence, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,long)
. - Key(CharSequence, CharSequence, CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,Text)
. - Key(CharSequence, CharSequence, CharSequence, CharSequence, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,Text,long)
. - Key(CharSequence, CharSequence, CharSequence, ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Converts CharSequence to Text and creates a Key using
Key(Text,Text,Text,ColumnVisibility,long)
. - Key(Key) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the same row, column family, column qualifier, column visibility, timestamp, and delete marker as the given key.
- Key(TKey) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key from Thrift.
- Key(Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, empty column family, empty column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, empty column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, Text, Text, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, empty column visibility, the specified timestamp, and delete marker false.
- Key(Text, Text, Text, ColumnVisibility, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
- Key(Text, Text, Text, Text) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, timestamp
Long.MAX_VALUE
, and delete marker false. - Key(Text, Text, Text, Text, long) - Constructor for class org.apache.accumulo.core.data.Key
-
Creates a key with the specified row, the specified column family, the specified column qualifier, the specified column visibility, the specified timestamp, and delete marker false.
- KEY_URI_PROPERTY - Static variable in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- KeyBuilder - Class in org.apache.accumulo.core.data
-
A builder used to build
Key
s by defining their components. - KeyBuilder() - Constructor for class org.apache.accumulo.core.data.KeyBuilder
- KeyBuilder.Build - Interface in org.apache.accumulo.core.data
- KeyBuilder.ColumnFamilyStep - Interface in org.apache.accumulo.core.data
-
Builder step used to set the columnFamily part of the
Key
. - KeyBuilder.ColumnQualifierStep - Interface in org.apache.accumulo.core.data
-
Builder step used to set the column qualifier part of the
Key
. - KeyBuilder.ColumnVisibilityStep - Interface in org.apache.accumulo.core.data
-
Builder step used to set the column visibility part of the
Key
. - KeyBuilder.RowStep - Interface in org.apache.accumulo.core.data
-
Builder step used to set the row part of the
Key
. - keyPos - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- KeyRangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the accumulo-hadoop-mapreduce.jar
- KeyRangePartitioner - Class in org.apache.accumulo.hadoop.mapreduce.partition
-
Hadoop partitioner that uses ranges based on row keys, and optionally sub-bins based on hashing.
- KeyRangePartitioner() - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Deprecated.
- KeyRangePartitioner() - Constructor for class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
- keys - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- keySet() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- keystore(CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.SslOptions
-
Build with SSL key store
- keystore(CharSequence, CharSequence, CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.SslOptions
-
Build with SSL key store
- KeyValue - Class in org.apache.accumulo.core.data
-
A key/value pair.
- KeyValue(Key, byte[]) - Constructor for class org.apache.accumulo.core.data.KeyValue
-
Creates a new key/value pair.
- KeyValue(Key, ByteBuffer) - Constructor for class org.apache.accumulo.core.data.KeyValue
-
Creates a new key/value pair.
- KeyValue(Key, Value) - Constructor for class org.apache.accumulo.core.data.KeyValue
-
Creates a new key/value pair.
- KILOBYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
L
- LARGE_FILE_COMPRESSION_THRESHOLD - Static variable in class org.apache.accumulo.core.client.admin.compaction.CompressionConfigurer
- LARGE_FILE_COMPRESSION_TYPE - Static variable in class org.apache.accumulo.core.client.admin.compaction.CompressionConfigurer
- LargeRowFilter - Class in org.apache.accumulo.core.iterators.user
-
This iterator suppresses rows that exceed a specified number of columns.
- LargeRowFilter() - Constructor for class org.apache.accumulo.core.iterators.user.LargeRowFilter
- length - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
- length() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- length() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets the length of this sequence.
- Lexicoder<T> - Interface in org.apache.accumulo.core.client.lexicoder
-
A lexicoder provides methods to convert to/from byte arrays.
- list() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Retrieve a list of namespaces in Accumulo.
- list() - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Retrieve a list of tables in Accumulo.
- listConstraints(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
List constraints on a namespace with their assigned numbers.
- listConstraints(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
List constraints on a table with their assigned numbers.
- listIterators(String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Get a list of iterators for this namespace.
- listIterators(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Get a list of iterators for this table.
- ListLexicoder<LT> - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.
- ListLexicoder(Lexicoder<LT>) - Constructor for class org.apache.accumulo.core.client.lexicoder.ListLexicoder
- listLocalUsers() - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Return a list of users in accumulo
- listOnlineTabletsForTable(TabletServerId, TableId) - Method in interface org.apache.accumulo.core.spi.balancer.BalancerEnvironment
-
Fetch the tablets for the given table by asking the tablet server.
- listSplits(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- listSplits(String, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- listSummarizers(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- listTabletLocations(TableId) - Method in interface org.apache.accumulo.core.spi.balancer.BalancerEnvironment
-
Fetch the locations for each of
tableId
's tablets from the metadata table. - load() - Method in interface org.apache.accumulo.core.client.admin.TableOperations.ImportOptions
-
Loads the files into the table.
- load(int, Map<String, byte[]>) - Method in interface org.apache.accumulo.core.spi.cache.BlockCache.Loader
-
Loads a block.
- loadDefault() - Static method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Attempts to load a configuration file from the system using the default search paths.
- loadFileTo(String, LoadPlan.RangeType, byte[], byte[]) - Method in interface org.apache.accumulo.core.data.LoadPlan.Builder
-
Specify the row range where a file should be loaded.
- loadFileTo(String, LoadPlan.RangeType, CharSequence, CharSequence) - Method in interface org.apache.accumulo.core.data.LoadPlan.Builder
-
Specify the row range where a file should be loaded.
- loadFileTo(String, LoadPlan.RangeType, Text, Text) - Method in interface org.apache.accumulo.core.data.LoadPlan.Builder
-
Specify the row range where a file should be loaded.
- loadKekFromUri(String) - Static method in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- LoadPlan - Class in org.apache.accumulo.core.data
-
Information about where to load files into an Accumulo table.
- LoadPlan.Builder - Interface in org.apache.accumulo.core.data
- LoadPlan.Destination - Class in org.apache.accumulo.core.data
-
Mapping of a file to a row range with an associated range type.
- LoadPlan.RangeType - Enum in org.apache.accumulo.core.data
- localIterators(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Enables the use of the
ClientSideIteratorScanner
in this job. - locate(String, Collection<Range>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Locates the tablet servers and tablets that would service a collections of ranges.
- Locations - Interface in org.apache.accumulo.core.client.admin
-
A snapshot of metadata information about where a specified set of ranges are located returned by
TableOperations.locate(String, java.util.Collection)
- log - Static variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.
- log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.
- log - Static variable in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.
- log - Static variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.
- log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Deprecated.
- log - Static variable in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.
- LOG - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Write mutations the the write-ahead log.
- LOGGER - Enum constant in enum org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment.Scope
- LoggingMeterRegistryFactory - Class in org.apache.accumulo.core.spi.metrics
-
Example implementation of enabling a metrics provider by implementing the
MeterRegistryFactory
interface. - LoggingMeterRegistryFactory() - Constructor for class org.apache.accumulo.core.spi.metrics.LoggingMeterRegistryFactory
- LOGICAL - Enum constant in enum org.apache.accumulo.core.client.admin.TimeType
-
Used to guarantee ordering of data sequentially as inserted
- LongCombiner - Class in org.apache.accumulo.core.iterators
-
A TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value.
- LongCombiner() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner
- LongCombiner.FixedLenEncoder - Class in org.apache.accumulo.core.iterators
-
An Encoder that uses an 8-byte encoding for Longs.
- LongCombiner.StringEncoder - Class in org.apache.accumulo.core.iterators
-
An Encoder that uses a String representation of Longs.
- LongCombiner.Type - Enum in org.apache.accumulo.core.iterators
- LongCombiner.VarLenEncoder - Class in org.apache.accumulo.core.iterators
-
An Encoder that uses a variable-length encoding for Longs.
- LongLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
Signed long lexicoder.
- LongLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.LongLexicoder
- LOSSY - Static variable in class org.apache.accumulo.core.iterators.TypedValueCombiner
- Lz4 - Class in org.apache.accumulo.core.spi.file.rfile.compression
- Lz4() - Constructor for class org.apache.accumulo.core.spi.file.rfile.compression.Lz4
- Lzo - Class in org.apache.accumulo.core.spi.file.rfile.compression
- Lzo() - Constructor for class org.apache.accumulo.core.spi.file.rfile.compression.Lzo
M
- main(String[]) - Static method in class org.apache.accumulo.minicluster.MiniAccumuloRunner
-
Runs the
MiniAccumuloCluster
given a -p argument with a property file. - majc - Enum constant in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
- MAJOR - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
compaction that merges a subset of a tablets files into one file
- makePlan(CompactionPlanner.PlanningParameters) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionPlanner
-
Plan what work a compaction service should do.
- makePlan(CompactionPlanner.PlanningParameters) - Method in class org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
- MANAGER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- MASTER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MANAGER
instead - match(byte[]) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
- match(ByteSequence) - Method in class org.apache.accumulo.core.iterators.user.GrepIterator
- MATCH_SUBSTRING - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- matchColumnFamily(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
- matchColumnQualifier(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
- matchColumnVisibility(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
- matchRow(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
- matchValue(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
- max() - Method in interface org.apache.accumulo.core.spi.common.Stats
- MAX__KEY_SIZE_EXCEEDED_VIOLATION - Static variable in class org.apache.accumulo.core.data.constraints.DefaultKeySizeConstraint
- MAX_BUFFER_SIZE_OPT - Static variable in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- MAX_BUFFER_SIZE_OPT - Static variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- MAX_CKL_DEFAULT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
- MAX_COUNTER_DEFAULT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
- MAX_COUNTER_LEN_OPT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
A configuration option for specifying the maximum length of an individual counter key.
- MAX_COUNTERS_OPT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
A configuration option for specifying the maximum number of unique counters an instance of this summarizer should track.
- MaxCombiner - Class in org.apache.accumulo.core.iterators.user
-
A Combiner that interprets Values as Longs and returns the largest Long among them.
- MaxCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.MaxCombiner
- maximizeStartKeyTimeStamp(Range) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
-
Maximize the Start Key timestamp.
- maxSize - Static variable in class org.apache.accumulo.core.data.constraints.DefaultKeySizeConstraint
- maxVersions - Variable in class org.apache.accumulo.core.iterators.user.VersioningIterator
- mean() - Method in interface org.apache.accumulo.core.spi.common.Stats
- MEGABYTE - Enum constant in enum org.apache.accumulo.minicluster.MemoryUnit
- MemoryRowBuffer() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer
- MemoryRowBufferFactory() - Constructor for class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
- MemoryUnit - Enum in org.apache.accumulo.minicluster
- merge(String, Text, Text) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Merge tablets between (start, end]
- merge(Map<String, Long>, Map<String, Long>) - Method in interface org.apache.accumulo.core.client.summary.Summarizer.Combiner
-
This method should merge the statistics in the second map into the first map.
- merge(BatchWriterConfig) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Merge this BatchWriterConfig with another.
- merge(ConditionalWriterConfig) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Merge this ConditionalWriterConfig with another.
- MERGE - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- mergeOverlapping(Collection<Range>) - Static method in class org.apache.accumulo.core.data.Range
-
Merges overlapping and adjacent ranges.
- MeterRegistryFactory - Interface in org.apache.accumulo.core.spi.metrics
-
The Micrometer metrics allows for different monitoring systems.
- MeterRegistryFactory.InitParameters - Interface in org.apache.accumulo.core.spi.metrics
- METRICS_PROP_SUBSTRING - Static variable in interface org.apache.accumulo.core.spi.metrics.MeterRegistryFactory
- migrationsOut() - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer.BalanceParameters
- MILLIS - Enum constant in enum org.apache.accumulo.core.client.admin.TimeType
-
This is the default.
- min() - Method in interface org.apache.accumulo.core.spi.common.Stats
- minc - Enum constant in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
- MinCombiner - Class in org.apache.accumulo.core.iterators.user
-
A Combiner that interprets Values as Longs and returns the smallest Long among them.
- MinCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.MinCombiner
- MiniAccumuloCluster - Class in org.apache.accumulo.minicluster
-
A utility class that will create Zookeeper and Accumulo processes that write all of their data to a single local directory.
- MiniAccumuloCluster(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
- MiniAccumuloCluster(MiniAccumuloConfig) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloCluster
- MiniAccumuloConfig - Class in org.apache.accumulo.minicluster
-
Holds configuration for
MiniAccumuloCluster
. - MiniAccumuloConfig(File, String) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloConfig
- MiniAccumuloInstance - Class in org.apache.accumulo.minicluster
-
Deprecated.since 2.0.0, Use
MiniAccumuloCluster.getClientProperties(File)
instead - MiniAccumuloInstance(String, File) - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloInstance
-
Deprecated.Construct an
Instance
entry point to Accumulo using aMiniAccumuloCluster
directory - MiniAccumuloRunner - Class in org.apache.accumulo.minicluster
-
A runner for starting up a
MiniAccumuloCluster
from the command line using an optional configuration properties file. - MiniAccumuloRunner() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner
- MiniAccumuloRunner.Opts - Class in org.apache.accumulo.minicluster
- MiniAccumuloRunner.PropertiesConverter - Class in org.apache.accumulo.minicluster
- minimizeEndKeyTimeStamp(Range) - Static method in class org.apache.accumulo.core.iterators.IteratorUtil
-
Minimize the endKey Timestamp.
- MINOR - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType
-
compaction to flush a tablets memory
- modifyProperties(String, Consumer<Map<String, String>>) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
For a detailed overview of the behavior of this method see
InstanceOperations.modifyProperties(Consumer)
which operates on a different layer of properties but has the same behavior and better documentation. - modifyProperties(String, Consumer<Map<String, String>>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
For a detailed overview of the behavior of this method see
InstanceOperations.modifyProperties(Consumer)
which operates on a different layer of properties but has the same behavior and better documentation. - modifyProperties(Consumer<Map<String, String>>) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Modify system properties using a Consumer that accepts a mutable map containing the current system property overrides stored in ZooKeeper.
- MONITOR - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- MULTI - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanInfo.Type
-
A multi range scan started using a
BatchScanner
- MultiTableBatchWriter - Interface in org.apache.accumulo.core.client
-
This class enables efficient batch writing to multiple tables.
- Mutation - Class in org.apache.accumulo.core.data
-
Mutation represents an action that manipulates a row in a table.
- Mutation() - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[]) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[], int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(byte[], int, int, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(CharSequence) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(CharSequence, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(Mutation) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation by copying another.
- Mutation(TMutation) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation from a Thrift mutation.
- Mutation(Text) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation(Text, int) - Constructor for class org.apache.accumulo.core.data.Mutation
-
Creates a new mutation.
- Mutation.FamilyOptions - Interface in org.apache.accumulo.core.data
-
Provides methods for setting the column family of a Mutation.
- Mutation.MutationOptions - Interface in org.apache.accumulo.core.data
-
Provides methods for setting the value of a Mutation.
- Mutation.QualifierOptions - Interface in org.apache.accumulo.core.data
-
Provides methods for setting the column qualifier of a Mutation.
- Mutation.SERIALIZED_FORMAT - Enum in org.apache.accumulo.core.data
-
Formats available for serializing Mutations.
- Mutation.TimestampOptions - Interface in org.apache.accumulo.core.data
-
Provides methods for setting the timestamp of a Mutation.
- Mutation.VisibilityOptions - Interface in org.apache.accumulo.core.data
-
Provides methods for setting the column visibility of a Mutation.
- MutationsRejectedException - Exception in org.apache.accumulo.core.client
-
Communicate the failed mutations of a BatchWriter back to the client.
- MutationsRejectedException(AccumuloClient, List<ConstraintViolationSummary>, Map<TabletId, Set<SecurityErrorCode>>, Collection<String>, int, Throwable) - Constructor for exception org.apache.accumulo.core.client.MutationsRejectedException
-
Creates Mutations rejected exception
- MutationsRejectedException(Instance, List<ConstraintViolationSummary>, Map<TabletId, Set<SecurityErrorCode>>, Collection<String>, int, Throwable) - Constructor for exception org.apache.accumulo.core.client.MutationsRejectedException
-
Deprecated.since 2.0.0, replaced by
MutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable)
N
- name - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- NAME_PROPERTY - Static variable in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- namedOptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- NAMESPACE_DOESNT_EXIST - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- NamespaceExistsException - Exception in org.apache.accumulo.core.client
-
Thrown when the namespace specified already exists, and it was expected that it didn't
- NamespaceExistsException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.NamespaceExistsException
- NamespaceExistsException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.NamespaceExistsException
- NamespaceExistsException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.NamespaceExistsException
- NamespaceId - Class in org.apache.accumulo.core.data
-
A strongly typed representation of a namespace ID.
- namespaceIdMap() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Get a mapping of namespace name to internal namespace id.
- NamespaceNotEmptyException - Exception in org.apache.accumulo.core.client
-
Thrown when the namespace specified contains tables
- NamespaceNotEmptyException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- NamespaceNotEmptyException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- NamespaceNotEmptyException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotEmptyException
- NamespaceNotFoundException - Exception in org.apache.accumulo.core.client
-
Thrown when the namespace specified doesn't exist when it was expected to
- NamespaceNotFoundException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotFoundException
- NamespaceNotFoundException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotFoundException
- NamespaceNotFoundException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.NamespaceNotFoundException
- namespaceOperations() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete.
- namespaceOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete.
- NamespaceOperations - Interface in org.apache.accumulo.core.client.admin
-
Provides an API for administering namespaces All tables exist in a namespace.
- NamespacePermission - Enum in org.apache.accumulo.core.security
-
Accumulo namespace permissions.
- NEGATE - Static variable in class org.apache.accumulo.core.iterators.Filter
- NEGATE - Static variable in class org.apache.accumulo.core.iterators.user.SeekingFilter
- newBuffer() - Method in class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory
- newBuffer() - Method in interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory
- newClient() - Static method in class org.apache.accumulo.core.client.Accumulo
-
Fluent entry point for creating an
AccumuloClient
. - newClient(Connector) - Static method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Creates a new Accumulo Client from a Connector.
- newClientProperties() - Static method in class org.apache.accumulo.core.client.Accumulo
-
Fluent entry point for creating client
Properties
. - newColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
- newCryptoService(String) - Method in interface org.apache.accumulo.core.spi.crypto.CryptoServiceFactory
-
Loads a crypto service based on the name provided.
- newScanner() - Static method in class org.apache.accumulo.core.client.rfile.RFile
-
Entry point for building a new
Scanner
over one or more RFiles. - NewTableConfiguration - Class in org.apache.accumulo.core.client.admin
-
This object stores table creation parameters.
- NewTableConfiguration() - Constructor for class org.apache.accumulo.core.client.admin.NewTableConfiguration
- newWriter() - Static method in class org.apache.accumulo.core.client.rfile.RFile
-
Entry point for creating a new RFile writer.
- next() - Method in class org.apache.accumulo.core.client.RowIterator
-
Fetch the next row.
- next() - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- next() - Method in class org.apache.accumulo.core.iterators.Combiner
- next() - Method in class org.apache.accumulo.core.iterators.Combiner.ValueIterator
- next() - Method in class org.apache.accumulo.core.iterators.DebugIterator
- next() - Method in class org.apache.accumulo.core.iterators.DevNull
- next() - Method in class org.apache.accumulo.core.iterators.Filter
- next() - Method in class org.apache.accumulo.core.iterators.IteratorAdapter
- next() - Method in class org.apache.accumulo.core.iterators.OrIterator
- next() - Method in class org.apache.accumulo.core.iterators.ServerFilter
- next() - Method in class org.apache.accumulo.core.iterators.ServerSkippingIterator
- next() - Method in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- next() - Method in class org.apache.accumulo.core.iterators.SkippingIterator
- next() - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Advances to the next K,V pair.
- next() - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- next() - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- next() - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- next() - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- next() - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- next() - Method in class org.apache.accumulo.core.iterators.user.RowFilter
- next() - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
- next() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- next() - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
- next() - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- next() - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- NEXT - Enum constant in enum org.apache.accumulo.core.iterators.user.SeekingFilter.AdvanceResult
- NEXT_CF - Enum constant in enum org.apache.accumulo.core.iterators.user.SeekingFilter.AdvanceResult
- NEXT_CQ - Enum constant in enum org.apache.accumulo.core.iterators.user.SeekingFilter.AdvanceResult
- NEXT_ROW - Enum constant in enum org.apache.accumulo.core.iterators.user.SeekingFilter.AdvanceResult
- NoCompression - Class in org.apache.accumulo.core.spi.file.rfile.compression
- NoCompression() - Constructor for class org.apache.accumulo.core.spi.file.rfile.compression.NoCompression
- NoCryptoService - Class in org.apache.accumulo.core.spi.crypto
-
The default encryption strategy which does nothing.
- NoCryptoService() - Constructor for class org.apache.accumulo.core.spi.crypto.NoCryptoService
- NoCryptoServiceFactory - Class in org.apache.accumulo.core.spi.crypto
- NoCryptoServiceFactory() - Constructor for class org.apache.accumulo.core.spi.crypto.NoCryptoServiceFactory
- Node(int, int) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
- Node(ColumnVisibility.NodeType, int) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.Node
- NodeComparator(byte[]) - Constructor for class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator
-
Creates a new comparator.
- NoDeleteConstraint - Class in org.apache.accumulo.core.data.constraints
-
This constraint ensures mutations do not have deletes.
- NoDeleteConstraint() - Constructor for class org.apache.accumulo.core.data.constraints.NoDeleteConstraint
- NoFileDecrypter - Class in org.apache.accumulo.core.spi.crypto
- NoFileDecrypter() - Constructor for class org.apache.accumulo.core.spi.crypto.NoFileDecrypter
- NoFileEncrypter - Class in org.apache.accumulo.core.spi.crypto
- NoFileEncrypter() - Constructor for class org.apache.accumulo.core.spi.crypto.NoFileEncrypter
- NONE - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Don't bother writing mutations to the write-ahead log.
- NONE - Static variable in class org.apache.accumulo.core.spi.crypto.NoCryptoServiceFactory
- normalize(ColumnVisibility.Node, byte[]) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
- normalize(ColumnVisibility.Node, byte[], ColumnVisibility.NodeComparator) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
- notFlag - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- nullText - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- NullToken - Class in org.apache.accumulo.core.client.security.tokens
- NullToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.NullToken
- num() - Method in interface org.apache.accumulo.core.spi.common.Stats
- numberOfViolatingMutations - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- numBytes() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the total number of bytes in this mutation.
- numKeysRead - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- numKeysRead - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
O
- OBTAIN_DELEGATION_TOKEN - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- of(boolean, SeekingFilter.AdvanceResult) - Static method in class org.apache.accumulo.core.iterators.user.SeekingFilter.FilterResult
- of(String) - Static method in class org.apache.accumulo.core.data.InstanceId
-
Get a InstanceId object for the provided canonical string.
- of(String) - Static method in class org.apache.accumulo.core.data.NamespaceId
-
Get a NamespaceId object for the provided canonical string.
- of(String) - Static method in class org.apache.accumulo.core.data.TableId
-
Get a TableId object for the provided canonical string.
- of(String) - Static method in class org.apache.accumulo.core.spi.compaction.CompactionServiceId
- of(UUID) - Static method in class org.apache.accumulo.core.data.InstanceId
-
Get a InstanceId object for the provided uuid.
- offline(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Initiates taking a table offline, but does not wait for action to complete
- offline(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- OFFLINE - Enum constant in enum org.apache.accumulo.core.client.admin.InitialTableState
- offlineScan(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Enable reading offline tables.
- offset - Variable in class org.apache.accumulo.core.data.ArrayByteSequence
- offset() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- offset() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Gets the offset for this sequence.
- online(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Initiates bringing a table online, but does not wait for action to complete
- online(String, boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- ONLINE - Enum constant in enum org.apache.accumulo.core.client.admin.InitialTableState
- OPPORTUNISTIC - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanDispatch.CacheUsage
-
Use data if it exists in cache, but never load data into cache.
- OPT_MAX_CF - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MAX_CF_DESC - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MAX_CQ - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MAX_CQ_DESC - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MAX_INCLUSIVE - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MAX_INCLUSIVE_DESC - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MIN_CF - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MIN_CF_DESC - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MIN_CQ - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MIN_CQ_DESC - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MIN_INCLUSIVE - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OPT_MIN_INCLUSIVE_DESC - Static variable in class org.apache.accumulo.core.iterators.user.CfCqSliceOpts
- OptionDescriber - Interface in org.apache.accumulo.core.iterators
-
The OptionDescriber interface allows you to set up iterator properties interactively in the accumulo shell.
- OptionDescriber.IteratorOptions - Class in org.apache.accumulo.core.iterators
- Opts() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner.Opts
- OR - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- OR_FIELDS - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- org.apache.accumulo.core.client - package org.apache.accumulo.core.client
- org.apache.accumulo.core.client.admin - package org.apache.accumulo.core.client.admin
- org.apache.accumulo.core.client.admin.compaction - package org.apache.accumulo.core.client.admin.compaction
- org.apache.accumulo.core.client.lexicoder - package org.apache.accumulo.core.client.lexicoder
- org.apache.accumulo.core.client.mapred - package org.apache.accumulo.core.client.mapred
- org.apache.accumulo.core.client.mapreduce - package org.apache.accumulo.core.client.mapreduce
- org.apache.accumulo.core.client.mapreduce.lib.partition - package org.apache.accumulo.core.client.mapreduce.lib.partition
- org.apache.accumulo.core.client.replication - package org.apache.accumulo.core.client.replication
- org.apache.accumulo.core.client.rfile - package org.apache.accumulo.core.client.rfile
- org.apache.accumulo.core.client.sample - package org.apache.accumulo.core.client.sample
- org.apache.accumulo.core.client.security - package org.apache.accumulo.core.client.security
- org.apache.accumulo.core.client.security.tokens - package org.apache.accumulo.core.client.security.tokens
- org.apache.accumulo.core.client.summary - package org.apache.accumulo.core.client.summary
- org.apache.accumulo.core.client.summary.summarizers - package org.apache.accumulo.core.client.summary.summarizers
- org.apache.accumulo.core.data - package org.apache.accumulo.core.data
- org.apache.accumulo.core.data.constraints - package org.apache.accumulo.core.data.constraints
- org.apache.accumulo.core.iterators - package org.apache.accumulo.core.iterators
- org.apache.accumulo.core.iterators.user - package org.apache.accumulo.core.iterators.user
- org.apache.accumulo.core.security - package org.apache.accumulo.core.security
- org.apache.accumulo.core.spi.balancer - package org.apache.accumulo.core.spi.balancer
- org.apache.accumulo.core.spi.balancer.data - package org.apache.accumulo.core.spi.balancer.data
- org.apache.accumulo.core.spi.balancer.util - package org.apache.accumulo.core.spi.balancer.util
- org.apache.accumulo.core.spi.cache - package org.apache.accumulo.core.spi.cache
- org.apache.accumulo.core.spi.common - package org.apache.accumulo.core.spi.common
- org.apache.accumulo.core.spi.compaction - package org.apache.accumulo.core.spi.compaction
-
This package provides a place for plugin interfaces related to executing compactions.
- org.apache.accumulo.core.spi.crypto - package org.apache.accumulo.core.spi.crypto
- org.apache.accumulo.core.spi.file.rfile.compression - package org.apache.accumulo.core.spi.file.rfile.compression
- org.apache.accumulo.core.spi.fs - package org.apache.accumulo.core.spi.fs
- org.apache.accumulo.core.spi.metrics - package org.apache.accumulo.core.spi.metrics
- org.apache.accumulo.core.spi.scan - package org.apache.accumulo.core.spi.scan
- org.apache.accumulo.hadoop.mapred - package org.apache.accumulo.hadoop.mapred
- org.apache.accumulo.hadoop.mapreduce - package org.apache.accumulo.hadoop.mapreduce
- org.apache.accumulo.hadoop.mapreduce.partition - package org.apache.accumulo.hadoop.mapreduce.partition
- org.apache.accumulo.minicluster - package org.apache.accumulo.minicluster
- OrIterator - Class in org.apache.accumulo.core.iterators
-
An iterator that provides a sorted-iteration of column qualifiers for a set of column families in a row.
- OrIterator() - Constructor for class org.apache.accumulo.core.iterators.OrIterator
- OrIterator.TermSource - Class in org.apache.accumulo.core.iterators
- OutputFormatBuilder - Interface in org.apache.accumulo.hadoop.mapreduce
-
Builder for all the information needed for the Map Reduce job.
- OutputFormatBuilder.ClientParams<T> - Interface in org.apache.accumulo.hadoop.mapreduce
-
Required params for client
- OutputFormatBuilder.OutputOptions<T> - Interface in org.apache.accumulo.hadoop.mapreduce
-
Builder options
- outputPath(Path) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.PathParams
-
Set the Path of the output directory for the map-reduce job.
- override(CompactionConfigurer.InputParameters) - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer
- override(CompactionConfigurer.InputParameters) - Method in class org.apache.accumulo.core.client.admin.compaction.CompressionConfigurer
- overrideCurrentTime(long) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
- Overrides(Map<String, String>) - Constructor for class org.apache.accumulo.core.client.admin.compaction.CompactionConfigurer.Overrides
P
- PairLexicoder<A extends Comparable<A>,
B extends Comparable<B>> - Class in org.apache.accumulo.core.client.lexicoder -
This class is a lexicoder that sorts a ComparablePair.
- PairLexicoder(Lexicoder<A>, Lexicoder<B>) - Constructor for class org.apache.accumulo.core.client.lexicoder.PairLexicoder
- parseDocID(Key) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- PartialKey - Enum in org.apache.accumulo.core.data
-
Specifications for part of a
Key
. - PasswordToken - Class in org.apache.accumulo.core.client.security.tokens
- PasswordToken() - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructor for use with
Writable
. - PasswordToken(byte[]) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructs a token from a copy of the password.
- PasswordToken(CharSequence) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructs a token from a copy of the password.
- PasswordToken(ByteBuffer) - Constructor for class org.apache.accumulo.core.client.security.tokens.PasswordToken
-
Constructs a token from a copy of the password.
- PeerExistsException - Exception in org.apache.accumulo.core.client.replication
-
Deprecated.
- PeerExistsException(String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerExistsException
-
Deprecated.
- PeerExistsException(String, String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerExistsException
-
Deprecated.
- PeerExistsException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.replication.PeerExistsException
-
Deprecated.
- PeerNotFoundException - Exception in org.apache.accumulo.core.client.replication
-
Deprecated.
- PeerNotFoundException(String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
-
Deprecated.
- PeerNotFoundException(String, String) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
-
Deprecated.
- PeerNotFoundException(String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
-
Deprecated.
- PeerNotFoundException(String, Throwable) - Constructor for exception org.apache.accumulo.core.client.replication.PeerNotFoundException
-
Deprecated.
- PERMISSION_DENIED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- PERMISSIONHANDLER_FAILED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- PerTableCryptoServiceFactory - Class in org.apache.accumulo.core.spi.crypto
-
A factory that loads a CryptoService based on
TableId
. - PerTableCryptoServiceFactory() - Constructor for class org.apache.accumulo.core.spi.crypto.PerTableCryptoServiceFactory
- ping(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Throws an exception if a tablet server can not be contacted.
- plan(LoadPlan) - Method in interface org.apache.accumulo.core.client.admin.TableOperations.ImportMappingOptions
-
Load files in the directory to the row ranges specified in the plan.
- PluginConfig - Class in org.apache.accumulo.core.client.admin
-
Encapsulates the configuration of an Accumulo server side plugin, which consist of a class name and options.
- PluginConfig(String) - Constructor for class org.apache.accumulo.core.client.admin.PluginConfig
- PluginConfig(String, Map<String, String>) - Constructor for class org.apache.accumulo.core.client.admin.PluginConfig
- PluginEnvironment - Interface in org.apache.accumulo.core.client
-
This interface exposes Accumulo system level information to plugins in a stable manner.
- PluginEnvironment.Configuration - Interface in org.apache.accumulo.core.client
- PreferredVolumeChooser - Class in org.apache.accumulo.core.spi.fs
-
A
RandomVolumeChooser
that selects preferred volumes to use from the provided volume options. - PreferredVolumeChooser() - Constructor for class org.apache.accumulo.core.spi.fs.PreferredVolumeChooser
- prefix(CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all rows beginning with a prefix.
- prefix(CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column families beginning with a prefix within a given row.
- prefix(CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family.
- prefix(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier.
- prefix(Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all rows beginning with a prefix.
- prefix(Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column families beginning with a prefix within a given row.
- prefix(Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family.
- prefix(Text, Text, Text, Text) - Static method in class org.apache.accumulo.core.data.Range
-
Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier.
- prettyPrint() - Method in class org.apache.accumulo.core.data.Mutation
-
Creates a multi-lined, human-readable String for this mutation.
- prettyPrint() - Method in enum org.apache.accumulo.minicluster.ServerType
- primary(CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.SaslOptions
-
Build with Kerberos Server Primary
- printableValues() - Static method in enum org.apache.accumulo.core.security.NamespacePermission
-
Returns a list of printable permission values.
- printableValues() - Static method in enum org.apache.accumulo.core.security.SystemPermission
-
Returns a list of printable permission values.
- printableValues() - Static method in enum org.apache.accumulo.core.security.TablePermission
-
Returns a list of printable permission values.
- PROCEED_ZERO_NO_SUMMARY_OPT - Static variable in class org.apache.accumulo.core.client.admin.compaction.TooManyDeletesSelector
- PROCEED_ZERO_NO_SUMMARY_OPT_DEFAULT - Static variable in class org.apache.accumulo.core.client.admin.compaction.TooManyDeletesSelector
- Profile() - Constructor for class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector.Profile
- PROFILES_DEFAULT - Static variable in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector
- properties() - Method in interface org.apache.accumulo.core.client.AccumuloClient
- Properties() - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- PropertiesConverter() - Constructor for class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter
- put(byte[]) - Method in interface org.apache.accumulo.core.data.Mutation.MutationOptions
- put(byte[], byte[], byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(byte[], byte[], long, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(byte[], byte[], ColumnVisibility, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(byte[], byte[], ColumnVisibility, long, byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence) - Method in interface org.apache.accumulo.core.data.Mutation.MutationOptions
- put(CharSequence, CharSequence, long, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, long, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(CharSequence, CharSequence, ColumnVisibility, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(String, char[]) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- put(String, CharSequence) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- put(ByteBuffer) - Method in interface org.apache.accumulo.core.data.Mutation.MutationOptions
- put(Value) - Method in interface org.apache.accumulo.core.data.Mutation.MutationOptions
- put(Text) - Method in interface org.apache.accumulo.core.data.Mutation.MutationOptions
- put(Text, Text, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(Text, Text, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(Text, Text, ColumnVisibility, long, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- put(Text, Text, ColumnVisibility, Value) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a modification in this mutation.
- putAll(Map<? extends String, ? extends char[]>) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- putAllStrings(Map<String, ? extends CharSequence>) - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- putDelete(byte[], byte[]) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(byte[], byte[], long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(byte[], byte[], ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(byte[], byte[], ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence, ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(CharSequence, CharSequence, ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text, ColumnVisibility) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
- putDelete(Text, Text, ColumnVisibility, long) - Method in class org.apache.accumulo.core.data.Mutation
-
Puts a deletion in this mutation.
Q
- qop(CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.SaslOptions
-
Build with SASL quality of protection
- qualifier(byte[]) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnQualifierStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - qualifier(byte[]) - Method in interface org.apache.accumulo.core.data.Mutation.QualifierOptions
- qualifier(byte[], int, int) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnQualifierStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - qualifier(CharSequence) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnQualifierStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - qualifier(CharSequence) - Method in interface org.apache.accumulo.core.data.Mutation.QualifierOptions
- qualifier(ByteBuffer) - Method in interface org.apache.accumulo.core.data.Mutation.QualifierOptions
- qualifier(Text) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnQualifierStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - qualifier(Text) - Method in interface org.apache.accumulo.core.data.Mutation.QualifierOptions
- QUEUED - Enum constant in enum org.apache.accumulo.core.client.admin.ScanState
- quote(byte[]) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
-
Properly quotes terms in a column visibility expression.
- quote(String) - Static method in class org.apache.accumulo.core.security.ColumnVisibility
-
Properly quotes terms in a column visibility expression.
R
- RANDOM - Static variable in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector
- RandomVolumeChooser - Class in org.apache.accumulo.core.spi.fs
-
A
VolumeChooser
that selects a volume at random from the list of provided volumes. - RandomVolumeChooser() - Constructor for class org.apache.accumulo.core.spi.fs.RandomVolumeChooser
- Range - Class in org.apache.accumulo.core.data
-
This class is used to specify a range of Accumulo keys.
- Range() - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that goes from negative to positive infinity
- Range(CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that covers an entire row.
- Range(CharSequence, boolean, CharSequence, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow to endRow.
- Range(CharSequence, CharSequence) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow inclusive to endRow inclusive.
- Range(Key, boolean, boolean, Key, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from start to stop.
- Range(Key, boolean, Key, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startKey to endKey.
- Range(Key, Key) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startKey inclusive to endKey inclusive.
- Range(Key, Key, boolean, boolean, boolean, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from start to stop.
- Range(Range) - Constructor for class org.apache.accumulo.core.data.Range
-
Copies a range.
- Range(TRange) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from a Thrift range.
- Range(Text) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range that covers an entire row.
- Range(Text, boolean, Text, boolean) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow to endRow.
- Range(Text, Text) - Constructor for class org.apache.accumulo.core.data.Range
-
Creates a range from startRow inclusive to endRow inclusive.
- RangeInputSplit - Class in org.apache.accumulo.core.client.mapred
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar
- RangeInputSplit - Class in org.apache.accumulo.core.client.mapreduce
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
-
Deprecated.
- RangeInputSplit() - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
-
Deprecated.
- RangeInputSplit(String, String, Range, String[]) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapred.RangeInputSplit
-
Deprecated.
- RangeInputSplit(RangeInputSplit) - Constructor for class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- RangePartitioner - Class in org.apache.accumulo.core.client.mapreduce.lib.partition
-
Deprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the accumulo-hadoop-mapreduce.jar
- RangePartitioner - Class in org.apache.accumulo.hadoop.mapreduce.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
-
Deprecated.
- RangePartitioner() - Constructor for class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
- ranges(Collection<Range>) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Sets the input ranges to scan for the single input table associated with this job.
- read() - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
-
Reads summary data from file.
- read(DataInputStream) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
- read(DataInputStream) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.FixedLongArrayEncoder
- read(DataInputStream) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.VarLongArrayEncoder
- READ - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- READ - Enum constant in enum org.apache.accumulo.core.security.TablePermission
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.IteratorSetting
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- readFields(DataInput) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Column
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Key
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Mutation
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Range
- readFields(DataInput) - Method in class org.apache.accumulo.core.data.Value
- RECOMPUTE_INTERVAL - Static variable in class org.apache.accumulo.core.spi.fs.SpaceAwareVolumeChooser
- RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Deprecated.
- RecordReaderBase() - Constructor for class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Deprecated.
- RECOVERY - Enum constant in enum org.apache.accumulo.core.spi.crypto.CryptoEnvironment.Scope
- RECOVERY_NAME_PROP - Static variable in class org.apache.accumulo.core.spi.crypto.PerTableCryptoServiceFactory
- reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.core.iterators.Combiner
-
Reduces a list of Values into a single Value.
- reduce(Key, Iterator<Value>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
- REDUCE_ON_FULL_COMPACTION_ONLY_OPTION - Static variable in class org.apache.accumulo.core.iterators.Combiner
- referencedFiles(String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Deprecated.Gets all of the referenced files for a table from the metadata table.
- REGEX_PROPERTY - Static variable in class org.apache.accumulo.core.spi.balancer.RegexGroupBalancer
- RegExFilter - Class in org.apache.accumulo.core.iterators.user
-
A Filter that matches entries based on Java regular expressions.
- RegExFilter() - Constructor for class org.apache.accumulo.core.iterators.user.RegExFilter
- RegexGroupBalancer - Class in org.apache.accumulo.core.spi.balancer
-
A
GroupBalancer
that groups tablets using a configurable regex. - RegexGroupBalancer(TableId) - Constructor for class org.apache.accumulo.core.spi.balancer.RegexGroupBalancer
- registerSideChannel(SortedKeyValueIterator<Key, Value>) - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Deprecated.since 2.0.0. This was an experimental feature and was never tested or documented.
- REJECTED - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
conditions were not met and mutation was not written
- remove() - Method in class org.apache.accumulo.core.client.RowIterator
-
Unsupported.
- remove() - Method in class org.apache.accumulo.core.iterators.Combiner.ValueIterator
-
This method is unsupported in this iterator.
- remove() - Method in class org.apache.accumulo.core.iterators.IteratorAdapter
- 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.
- removePeer(String) - Method in interface org.apache.accumulo.core.client.admin.ReplicationOperations
-
Deprecated.Removes a cluster with the given name.
- removeProperty(String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Removes a system property from zookeeper.
- removeProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Removes a property from a namespace.
- removeProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Removes a property from a table.
- removeScanIterator(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Remove an iterator from the list of iterators.
- removeSummarizers(String, Predicate<SummarizerConfiguration>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Removes summary generation for this table for the matching summarizers.
- removeTTL(IteratorSetting, IteratorSetting.Column) - Static method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
-
A convenience method for removing an age off threshold for a column.
- 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
- replaceColumnFamily(Key, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Make a new key with all parts (including delete flag) coming from
originalKey
but usenewColFam
as the column family. - replaceColumnQualifier(Key, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Make a new key with all parts (including delete flag) coming from
originalKey
but usenewColQual
as the column qualifier. - replaceColumnVisibility(Key, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Make a new key with all parts (including delete flag) coming from
originalKey
but usenewColVis
as the column visibility. - replaceKeyParts(Key, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Make a new key with a column qualifier, and column visibility.
- replaceKeyParts(Key, Text, Text, Text) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Make a new key with a column family, column qualifier, and column visibility.
- replication(int) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
Sets the file system replication factor for the resulting file, overriding the file system default.
- replicationOperations() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Deprecated.
- replicationOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Retrieves a ReplicationOperations object to manage replication configuration.
- ReplicationOperations - Interface in org.apache.accumulo.core.client.admin
-
Deprecated.
- report() - Method in interface org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter.Problem
- reportProblem(ThrottledBalancerProblemReporter.Problem) - Method in class org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter
-
Reports a balance problem.
- requestCount() - Method in interface org.apache.accumulo.core.spi.cache.BlockCache.Stats
-
Returns the number of times the lookup methods have returned either a cached or uncached value.
- REQUIRED_SAMPLER_OPTIONS - Static variable in class org.apache.accumulo.core.client.sample.AbstractHashSampler
- ReqVisFilter - Class in org.apache.accumulo.core.iterators.user
-
A Filter that matches entries with a non-empty ColumnVisibility.
- ReqVisFilter() - Constructor for class org.apache.accumulo.core.iterators.user.ReqVisFilter
- reseek(Key) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
- reserveMapFileReader(String) - Method in interface org.apache.accumulo.core.iterators.IteratorEnvironment
-
Deprecated.since 2.0.0. This is a legacy method used for internal backwards compatibility.
- Result(Exception, ConditionalMutation, String) - Constructor for class org.apache.accumulo.core.client.ConditionalWriter.Result
- Result(ConditionalWriter.Status, ConditionalMutation, String) - Constructor for class org.apache.accumulo.core.client.ConditionalWriter.Result
- retrieve() - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
- ReverseLexicoder<T> - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder that flips the sort order from another lexicoder.
- ReverseLexicoder(Lexicoder<T>) - Constructor for class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder
- revokeNamespacePermission(String, String, NamespacePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Revoke a namespace permission for a specific user on a specific namespace
- revokeSystemPermission(String, SystemPermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Revoke a system permission from a user
- revokeTablePermission(String, String, TablePermission) - Method in interface org.apache.accumulo.core.client.admin.SecurityOperations
-
Revoke a table permission for a specific user on a specific table
- RFile - Class in org.apache.accumulo.core.client.rfile
-
RFile is Accumulo's internal storage format for Key Value pairs.
- RFile() - Constructor for class org.apache.accumulo.core.client.rfile.RFile
- RFile.InputArguments - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.OutputArguments - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.ScannerFSOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.ScannerOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.SummaryFSOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.SummaryInputArguments - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.SummaryOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a large builder pattern.
- RFile.WriterFSOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFile.WriterOptions - Interface in org.apache.accumulo.core.client.rfile
-
This is an intermediate interface in a larger builder pattern.
- RFileSource - Class in org.apache.accumulo.core.client.rfile
-
RFile metadata is stored at the end of the file.
- RFileSource(InputStream, long) - Constructor for class org.apache.accumulo.core.client.rfile.RFileSource
- RFileWriter - Class in org.apache.accumulo.core.client.rfile
-
This class provides an API for writing RFiles.
- row - Variable in class org.apache.accumulo.core.data.Key
- row(byte[]) - Method in interface org.apache.accumulo.core.data.KeyBuilder.RowStep
-
Set the row of the
Key
that this builder will build to the parameter. - row(byte[], int, int) - Method in interface org.apache.accumulo.core.data.KeyBuilder.RowStep
-
Set the row of the
Key
that this builder will build to the parameter. - row(CharSequence) - Method in interface org.apache.accumulo.core.data.KeyBuilder.RowStep
-
Set the row of the
Key
that this builder will build to the parameter. - row(Text) - Method in interface org.apache.accumulo.core.data.KeyBuilder.RowStep
-
Set the row of the
Key
that this builder will build to the parameter. - ROW - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL_COLVIS - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL_COLVIS_TIME - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_COLFAM_COLQUAL_COLVIS_TIME_DEL - Enum constant in enum org.apache.accumulo.core.data.PartialKey
- ROW_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- RowColumnSampler - Class in org.apache.accumulo.core.client.sample
-
This sampler can hash any subset of a Key's fields.
- RowColumnSampler() - Constructor for class org.apache.accumulo.core.client.sample.RowColumnSampler
- rowDecoder(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
-
Given a value generated by the rowEncoder implementation, recreate the original Key, Value pairs.
- rowDecoder(Key, Value) - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
- RowDeletingIterator - Class in org.apache.accumulo.core.iterators.user
-
An iterator for deleting whole rows.
- RowDeletingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- rowEncoder(List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
-
Take a stream of keys and values.
- rowEncoder(List<Key>, List<Value>) - Method in class org.apache.accumulo.core.iterators.user.WholeRowIterator
- RowEncodingIterator - Class in org.apache.accumulo.core.iterators.user
-
The RowEncodingIterator is designed to provide row-isolation so that queries see mutations as atomic.
- RowEncodingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- RowFilter - Class in org.apache.accumulo.core.iterators.user
-
This iterator makes it easy to select rows that meet a given criteria.
- RowFilter() - Constructor for class org.apache.accumulo.core.iterators.user.RowFilter
- RowIterator - Class in org.apache.accumulo.core.client
-
Group Key/Value pairs into Iterators over rows.
- RowIterator(Iterable<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
-
Create an iterator from an Iterable.
- RowIterator(Iterator<Map.Entry<Key, Value>>) - Constructor for class org.apache.accumulo.core.client.RowIterator
-
Create an iterator from an (ordered) sequence of KeyValue pairs.
- RowSampler - Class in org.apache.accumulo.core.client.sample
-
Builds a sample based on entire rows.
- RowSampler() - Constructor for class org.apache.accumulo.core.client.sample.RowSampler
- RPC_SASL_QOP - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RPC_SSL_KEYSTORE_PASSWORD - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RPC_SSL_KEYSTORE_PATH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RPC_SSL_KEYSTORE_TYPE - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RPC_SSL_TRUSTSTORE_PASSWORD - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RPC_SSL_TRUSTSTORE_PATH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RPC_SSL_TRUSTSTORE_TYPE - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RPC_USE_JSSE - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- RUNNING - Enum constant in enum org.apache.accumulo.core.client.admin.ScanState
S
- safeAdd(long, long) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
- SampleNotPresentException - Exception in org.apache.accumulo.core.client
-
Exception thrown when a table does not have sampling configured or when sampling is configured but it differs from what was requested.
- SampleNotPresentException() - Constructor for exception org.apache.accumulo.core.client.SampleNotPresentException
- SampleNotPresentException(String) - Constructor for exception org.apache.accumulo.core.client.SampleNotPresentException
- SampleNotPresentException(String, Exception) - Constructor for exception org.apache.accumulo.core.client.SampleNotPresentException
- sampler(SamplerConfiguration) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
Specify a sampler to be used when writing out data.
- Sampler - Interface in org.apache.accumulo.core.client.sample
-
A function that decides which key values are stored in a tables sample.
- samplerConfiguration(SamplerConfiguration) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Causes input format to read sample data.
- SamplerConfiguration - Class in org.apache.accumulo.core.client.sample
-
This class encapsulates configuration and options needed to setup and use sampling.
- SamplerConfiguration(Class<? extends Sampler>) - Constructor for class org.apache.accumulo.core.client.sample.SamplerConfiguration
- SamplerConfiguration(String) - Constructor for class org.apache.accumulo.core.client.sample.SamplerConfiguration
- scan - Enum constant in enum org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
- SCAN_SERVER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- ScanDispatch - Interface in org.apache.accumulo.core.spi.scan
-
Encapsulates information about how a scan should be executed.
- ScanDispatch.Builder - Interface in org.apache.accumulo.core.spi.scan
- ScanDispatch.CacheUsage - Enum in org.apache.accumulo.core.spi.scan
-
Communicates how a scan should use cache.
- ScanDispatcher - Interface in org.apache.accumulo.core.spi.scan
-
A per table scan dispatcher that decides which executor should be used to process a scan.
- ScanDispatcher.DispatchParameters - Interface in org.apache.accumulo.core.spi.scan
-
The method parameters for
ScanDispatcher.dispatch(DispatchParameters)
. - ScanDispatcher.DispatchParmaters - Interface in org.apache.accumulo.core.spi.scan
-
Deprecated.since 2.1.0 replaced by
ScanDispatcher.DispatchParameters
andScanDispatcher.dispatch(DispatchParameters)
- ScanDispatcher.InitParameters - Interface in org.apache.accumulo.core.spi.scan
-
The method parameters for
ScanDispatcher.init(InitParameters)
. - ScanExecutor - Interface in org.apache.accumulo.core.spi.scan
-
Interface for obtaining information about a scan executor
- ScanExecutor.Config - Interface in org.apache.accumulo.core.spi.scan
- ScanInfo - Interface in org.apache.accumulo.core.spi.scan
-
Provides information about an active Accumulo scan against a tablet.
- ScanInfo.Type - Enum in org.apache.accumulo.core.spi.scan
- scanIsolation(boolean) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.InputFormatOptions
-
Enables the use of the
IsolatedScanner
in this job. - Scanner - Interface in org.apache.accumulo.core.client
-
Scans a table over a given range.
- scannerBase - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- scannerBase - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- ScannerBase - Interface in org.apache.accumulo.core.client
-
This class hosts configuration methods that are shared between different types of scanners.
- ScannerBase.ConsistencyLevel - Enum in org.apache.accumulo.core.client
-
Consistency level for the scanner.
- scannerBatchSize(int) - Method in interface org.apache.accumulo.core.client.AccumuloClient.ConnectionOptions
-
Build with default batch size for Scanner
- scannerIterator - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- scannerIterator - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- scanning - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- ScanPrioritizer - Interface in org.apache.accumulo.core.spi.scan
-
A factory for creating comparators used for prioritizing scans.
- ScanPrioritizer.CreateParameters - Interface in org.apache.accumulo.core.spi.scan
-
The method parameters for
ScanPrioritizer.createComparator(CreateParameters)
. - ScanServerAttempt - Interface in org.apache.accumulo.core.spi.scan
-
This object is used to communicate what previous actions were attempted, when they were attempted, and the result of those attempts
- ScanServerAttempt.Result - Enum in org.apache.accumulo.core.spi.scan
- ScanServerInfo - Interface in org.apache.accumulo.core.spi.scan
-
Information about a scan server.
- ScanServerSelections - Interface in org.apache.accumulo.core.spi.scan
-
Returned by
ScanServerSelector.selectServers(ScanServerSelector.SelectorParameters)
to specify what scan servers to use and how to use them. - ScanServerSelector - Interface in org.apache.accumulo.core.spi.scan
-
A client side plugin that determines what scan servers to use for eventually consistent scans.
- ScanServerSelector.InitParameters - Interface in org.apache.accumulo.core.spi.scan
-
This interface exists so that is easier to evolve what is passed to
ScanServerSelector.init(InitParameters)
without having to make breaking changes. - ScanServerSelector.SelectorParameters - Interface in org.apache.accumulo.core.spi.scan
-
This interface exists so that is easier to evolve what is passed to
ScanServerSelector.selectServers(SelectorParameters)
without having to make breaking changes. - ScanState - Enum in org.apache.accumulo.core.client.admin
- ScanType - Enum in org.apache.accumulo.core.client.admin
- SecurityErrorCode - Enum in org.apache.accumulo.core.client.security
- securityOperations() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Retrieves a SecurityOperations object to perform user security operations, such as creating users.
- securityOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Retrieves a SecurityOperations object to perform user security operations, such as creating users.
- SecurityOperations - Interface in org.apache.accumulo.core.client.admin
-
Provides a class for managing users and permissions
- seek(Range) - Method in class org.apache.accumulo.core.iterators.OrIterator.TermSource
-
Converts the given
Range
into the correctRange
for this TermSource (per this expected table structure) and then seeks this TermSource's SKVI. - seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.ColumnFamilyCounter
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.Combiner
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.DebugIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.DevNull
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.Filter
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.OrIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.ServerFilter
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.ServerSkippingIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.SkippingIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
-
Seeks to the first key in the Range, restricting the resulting K,V pairs to those with the specified columns.
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.RowDeletingIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.RowFilter
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- seekColfams - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- seekColumnFamilies - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- seekColumnFamiliesInclusive - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- SeekingFilter - Class in org.apache.accumulo.core.iterators.user
-
Base class for filters that can skip over key-value pairs which do not match their filter predicate.
- SeekingFilter() - Constructor for class org.apache.accumulo.core.iterators.user.SeekingFilter
- SeekingFilter.AdvanceResult - Enum in org.apache.accumulo.core.iterators.user
- SeekingFilter.FilterResult - Class in org.apache.accumulo.core.iterators.user
- seekRange - Variable in class org.apache.accumulo.core.iterators.user.TransformingIterator
- SEEN_STAT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
This tracks the total number of key/values seen by the
Summarizer.Collector
- select(CompactionSelector.SelectionParameters) - Method in interface org.apache.accumulo.core.client.admin.compaction.CompactionSelector
- select(CompactionSelector.SelectionParameters) - Method in class org.apache.accumulo.core.client.admin.compaction.TooManyDeletesSelector
- Selection(Collection<CompactableFile>) - Constructor for class org.apache.accumulo.core.client.admin.compaction.CompactionSelector.Selection
- SELECTOR - Enum constant in enum org.apache.accumulo.core.spi.compaction.CompactionKind
-
Set of files selected by a
CompactionSelector
or CompactionStrategy configured for a table. - selectServers(ScanServerSelector.SelectorParameters) - Method in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector
- selectServers(ScanServerSelector.SelectorParameters) - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector
-
Uses the
ScanServerSelector.SelectorParameters
to determine which, if any, ScanServer should be used for scanning a tablet. - selectServers(ScanServerSelector.SelectorParameters, ConfigurableScanServerSelector.Profile, List<String>, Map<TabletId, String>) - Method in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerHostSelector
- selectServers(ScanServerSelector.SelectorParameters, ConfigurableScanServerSelector.Profile, List<String>, Map<TabletId, String>) - Method in class org.apache.accumulo.core.spi.scan.ConfigurableScanServerSelector
- selectSummaries(Predicate<SummarizerConfiguration>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
-
This method allows retrieving a subset of summary data from a file.
- SequenceLexicoder<E> - Class in org.apache.accumulo.core.client.lexicoder
-
A Lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each encoded element sorts lexicographically.
- SequenceLexicoder(Lexicoder<E>) - Constructor for class org.apache.accumulo.core.client.lexicoder.SequenceLexicoder
-
Primary constructor.
- SERIALIZATION_ERROR - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- serialize() - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- serialize() - Method in class org.apache.accumulo.core.security.Authorizations
-
Returns a serialized form of these authorizations.
- serialize(AuthenticationToken) - Static method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer
-
A convenience method to serialize tokens.
- ServerFilter - Class in org.apache.accumulo.core.iterators
-
An optimized version of
Filter
. - ServerFilter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.ServerFilter
- ServerSkippingIterator - Class in org.apache.accumulo.core.iterators
-
An optimized version of
SkippingIterator
. - ServerSkippingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.ServerSkippingIterator
- ServerType - Enum in org.apache.accumulo.minicluster
- ServerWrappingIterator - Class in org.apache.accumulo.core.iterators
-
An optimized version of
WrappingIterator
. - ServerWrappingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.ServerWrappingIterator
- ServiceEnvironment - Interface in org.apache.accumulo.core.spi.common
-
This interface exposes Accumulo system level information to plugins in a stable manner.
- ServiceEnvironment.Configuration - Interface in org.apache.accumulo.core.spi.common
- set(byte[]) - Method in class org.apache.accumulo.core.data.Value
-
Sets the byte data of this value.
- set(Key) - Method in class org.apache.accumulo.core.data.Key
-
Sets this key's row, column family, column qualifier, column visibility, timestamp, and delete marker to be the same as another key's.
- setAuthorizations(IteratorSetting, Authorizations) - Static method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Configure authorizations used for post transformation filtering.
- setAuthorizations(IteratorSetting, Authorizations) - Static method in class org.apache.accumulo.core.iterators.user.VisibilityFilter
- 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
-
Deprecated.
- setAutoAdjustRanges(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Controls the automatic adjustment of ranges for this job.
- setAutoAdjustRanges(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Controls the automatic adjustment of ranges for this job.
- setAutoAdjustRanges(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Controls the automatic adjustment of ranges for this job.
- setBatchScan(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Controls the use of the
BatchScanner
in this job. - setBatchScan(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Controls the use of the
BatchScanner
in this job. - setBatchSize(int) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- setBatchSize(int) - Method in class org.apache.accumulo.core.client.IsolatedScanner
- setBatchSize(int) - Method in interface org.apache.accumulo.core.client.Scanner
-
Sets the number of Key/Value pairs that will be fetched at a time from a tablet server.
- setBatchTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
This setting determines how long a scanner will wait to fill the returned batch.
- setBatchWriterOptions(JobConf, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Sets the configuration for for the job's
BatchWriter
instances. - setBatchWriterOptions(Job, BatchWriterConfig) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Sets the configuration for for the job's
BatchWriter
instances. - setClassLoaderContext(String) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Sets the name of the classloader context on this scanner.
- setClassLoaderContext(String) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Sets the name of the classloader context on this scanner.
- setClassLoaderContext(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Sets the name of the classloader context on this scanner
- setClassLoaderContext(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Sets the name of the classloader context on this scanner
- setClasspath(String...) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Sets the classpath elements to use when spawning processes.
- setColfs(IteratorSetting, String, String) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
-
A convenience method for setting the index column family and document column family prefix.
- setColumnFamilies(IteratorSetting, Text[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
-
Encode the columns to be used when iterating.
- setColumnFamilies(IteratorSetting, Text[], boolean[]) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
-
Encode columns and NOT flags indicating which columns should be negated (docIDs will be excluded if matching negated columns, instead of included).
- setColumns(IteratorSetting, List<IteratorSetting.Column>) - Static method in class org.apache.accumulo.core.iterators.Combiner
-
A convenience method to set which columns a combiner should be applied to.
- setCombineAllColumns(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.Combiner
-
A convenience method to set the "all columns" option on a Combiner.
- setCompactionStrategy(CompactionStrategyConfig) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.since 2.1.0 use
CompactionConfig.setSelector(PluginConfig)
andCompactionConfig.setConfigurer(PluginConfig)
instead. SeeCompactionStrategyConfig
for details about why this was deprecated. - setCompressionType(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.Sets the compression type to use for data blocks.
- setCompressionType(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Deprecated.Sets the compression type to use for data blocks.
- setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Deprecated.
- setConf(Configuration) - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner
-
Deprecated.
- setConf(Configuration) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
- setConf(Configuration) - Method in class org.apache.accumulo.hadoop.mapreduce.partition.RangePartitioner
- setConfigurer(PluginConfig) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
-
Enables a
CompactionConfigurer
to run for this compaction on the server side. - setConnectorInfo(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.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
-
Deprecated.Sets the connector information needed to communicate with Accumulo in this job.
- setConnectorInfo(JobConf, String, AuthenticationToken) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.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
-
Deprecated.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
-
Deprecated.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
-
Deprecated.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
-
Deprecated.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
-
Deprecated.Sets the connector information needed to communicate with Accumulo in this job.
- setConsistencyLevel(ScannerBase.ConsistencyLevel) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Set the desired consistency level for this scanner.
- setCreateTables(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Sets the directive to create new tables, as necessary.
- setCreateTables(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Sets the directive to create new tables, as necessary.
- setCurrentTime(IteratorSetting, Long) - Static method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
-
A convenience method for setting the current time (from which to measure the age off threshold).
- setDataBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.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
-
Deprecated.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. - setDataCacheUsage(ScanDispatch.CacheUsage) - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatch.Builder
-
If this is not called, then
ScanDispatch.CacheUsage.TABLE
should be used. - 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
-
Deprecated.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
-
Deprecated.Sets the default table name to use if one emits a null in place of a table name for a given mutation.
- setDeleted(boolean) - Method in class org.apache.accumulo.core.data.Key
-
Sets the delete marker on this key.
- setDescription(String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- setDocColfPrefix(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
-
A convenience method for setting the document column family prefix.
- setDurability(Durability) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Change the durability for the BatchWriter session.
- setDurability(Durability) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Sets the Durability for the mutation, if applied.
- setEncoder(String) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
Instantiates and sets the
Encoder<V>
used to translate Values to V and back. - setEncoder(Encoder<V>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
Sets the
Encoder<V>
used to translate Values to V and back. - setEncoding(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.RegExFilter
-
Set the encoding string to use when interpreting characters
- setEncodingType(IteratorSetting, Class<? extends Encoder<Long>>) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
-
A convenience method for setting the long encoding type.
- setEncodingType(IteratorSetting, Class<? extends Encoder<List<Long>>>) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
-
A convenience method for setting the encoding type.
- setEncodingType(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
-
A convenience method for setting the long encoding type.
- setEncodingType(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
-
A convenience method for setting the encoding type.
- setEncodingType(IteratorSetting, LongCombiner.Type) - Static method in class org.apache.accumulo.core.iterators.LongCombiner
-
A convenience method for setting the long encoding type.
- setEncodingType(IteratorSetting, SummingArrayCombiner.Type) - Static method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
-
A convenience method for setting the encoding type.
- setEnd(IteratorSetting, long, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the end timestamp accepted by the timestamp filter.
- setEnd(IteratorSetting, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the end timestamp accepted by the timestamp filter.
- setEndRow(Text) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setExecutionHints(Map<String, String>) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setExecutionHints(Map<String, String>) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Set hints for the configured
ScanPrioritizer
andScanDispatcher
. - setExecutorName(String) - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatch.Builder
-
If this is not called, then "default" should be used.
- setExistingZooKeepers(String) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Configure an existing ZooKeeper instance to use.
- setFetchedColumns(Collection<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setFetchedColumns(Set<Pair<Text, Text>>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setFileBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.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
-
Deprecated.Sets the size for file blocks in the file system; file blocks are managed, and replicated, by the underlying file system.
- setFlush(boolean) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
Determines if memory is flushed in the source table before cloning.
- setFlush(boolean) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setIndexBlockSize(JobConf, long) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.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
-
Deprecated.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.
- setIndexCacheUsage(ScanDispatch.CacheUsage) - Method in interface org.apache.accumulo.core.spi.scan.ScanDispatch.Builder
-
If this is not called, then
ScanDispatch.CacheUsage.TABLE
should be used. - setIndexColf(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.IndexedDocIterator
-
A convenience method for setting the index column family.
- setInputTableConfigs(JobConf, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat
-
Deprecated.Sets the
InputTableConfig
objects on the given Hadoop configuration - setInputTableConfigs(Job, Map<String, InputTableConfig>) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat
-
Deprecated.Sets the
InputTableConfig
objects on the given Hadoop configuration - setInputTableName(JobConf, String) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.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
-
Deprecated.Sets the name of the input table, over which this job will scan.
- setInstanceName(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- 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
-
Deprecated.
- setIteratorClass(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Set the name of the class that implements the iterator.
- setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Set iterators on to be used in the query.
- setIterators(List<IteratorSetting>) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setIterators(IteratorSetting...) - Method in class org.apache.accumulo.core.data.Condition
-
Set iterators to use when reading the columns value.
- setIteratorSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
This is provided for the case where no sampler configuration is set on the scanner, but there is a need to create iterator deep copies that have sampling enabled.
- setJDWPEnabled(boolean) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
- setKeepMappings(boolean) - Method in interface org.apache.accumulo.core.client.admin.ImportConfiguration.Builder
-
During the table import transaction, an intermediate
Constants.IMPORT_MAPPINGS_FILE
file is created and usually removed after the import process is completed. - setKeepOffline(boolean) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
The new table is normally brought online after the cloning process.
- setKeepOffline(boolean) - Method in interface org.apache.accumulo.core.client.admin.ImportConfiguration.Builder
-
The new table is normally brought online after the import process.
- setLocalIterators(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Controls the use of the
ClientSideIteratorScanner
in this job. - setLocalIterators(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Controls the use of the
ClientSideIteratorScanner
in this job. - setLocalityGroups(String, Map<String, Set<Text>>) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Sets a table's locality groups.
- setLocalityGroups(Map<String, Set<Text>>) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Configures a table's locality groups prior to initial table creation.
- setLocations(String[]) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Sets the log level for this job.
- setLogLevel(JobConf, Level) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Sets the log level for this job.
- setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Sets the log level for this job.
- setLogLevel(Job, Level) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Sets the log level for this job.
- setLogLevel(Level) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setLossyness(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
A convenience method to set the "lossy" option on a TypedValueCombiner.
- setMaxBufferSize(IteratorSetting, long) - Static method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Configure the maximum amount of memory that can be used for transformation.
- setMaxColumns(IteratorSetting, int) - Static method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
-
A convenience method for setting the maximum number of columns to keep.
- setMaxLatency(long, TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Sets the maximum amount of time to hold the data in memory before flushing it to servers.
For no maximum, set to zero, orLong.MAX_VALUE
withTimeUnit.MILLISECONDS
. - setMaxMemory(long) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Sets the maximum memory to batch before writing.
- setMaxVersions(IteratorSetting, int) - Static method in class org.apache.accumulo.core.iterators.user.VersioningIterator
-
Encode the maximum number of versions to return onto the ScanIterator
- 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 manager process.
- setMigrations(Set<TabletId>) - Method in interface org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter.OutstandingMigrationsProblem
- setName(String) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Set the iterator's name.
- setName(String) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- setNamedOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- setNativeLibPaths(String...) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Sets the path for processes to use for loading native libraries
- setNegate(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.Filter
-
A convenience method for setting the negation option on a filter.
- setNumScansBeforeSeek(IteratorSetting, int) - Static method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
-
convenience method to set the option to optimize the frequency of scans vs.
- setNumScanServers(int) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Calling this method is optional.
- setNumSubBins(Job, int) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Deprecated.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
-
Deprecated.Sets the number of random sub-bins per range
- setNumSubBins(Job, int) - Static method in class org.apache.accumulo.hadoop.mapreduce.partition.KeyRangePartitioner
-
Sets the number of random sub-bins per range
- setNumSubBins(Job, int) - Static method in class org.apache.accumulo.hadoop.mapreduce.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
-
Deprecated.
- setOfflineScan(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Enable reading offline tables.
- setOfflineTableScan(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Enable reading offline tables.
- setOfflineTableScan(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Enable reading offline tables.
- setOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.admin.CompactionStrategyConfig
-
Deprecated.
- setOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- setPassword(byte[]) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- setPassword(CharBuffer) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- setPrincipal(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setPriority(int) - Method in class org.apache.accumulo.core.client.IteratorSetting
-
Set layer at which this iterator applies.
- setProperties(Map<String, String>) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Sets additional properties to be applied to tables created with this configuration.
- setPropertiesToExclude(Set<String>) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
The source table properties are copied, this allows reverting to system defaults for some of those properties.
- setPropertiesToSet(Map<String, String>) - Method in interface org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
The source table properties are copied.
- setProperty(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Sets a system property in zookeeper.
- setProperty(String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Sets the value of property to value
- setProperty(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Sets a property on a namespace which applies to all tables in the namespace.
- setProperty(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Sets a property on a table.
- setProperty(ClientConfiguration.ClientProperty, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Sets the value of property to value
- setPropertyId(String) - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration.Builder
-
Sets the id used when generating table properties.
- setRange(IteratorSetting, long, boolean, long, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the range of timestamps accepted by the timestamp filter.
- setRange(IteratorSetting, long, long) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the range of timestamps accepted by the timestamp filter.
- setRange(IteratorSetting, String, boolean, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the range of timestamps accepted by the timestamp filter.
- setRange(IteratorSetting, String, String) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the range of timestamps accepted by the timestamp filter.
- 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
-
Deprecated.
- 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(List<Range>) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Sets the input ranges to scan for all tables associated with this job.
- setRanges(JobConf, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Sets the input ranges to scan for this job.
- setRanges(Job, Collection<Range>) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Sets the input ranges to scan for the single input table associated with this job.
- setReadaheadThreshold(long) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
- setReadaheadThreshold(long) - Method in class org.apache.accumulo.core.client.IsolatedScanner
- setReadaheadThreshold(long) - Method in 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 - setReduceOnFullCompactionOnly(IteratorSetting, boolean) - Static method in class org.apache.accumulo.core.iterators.Combiner
-
Combiners may not work correctly with deletes.
- setRegexs(IteratorSetting, String, String, String, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.RegExFilter
-
Encode the terms to match against in the iterator.
- setRegexs(IteratorSetting, String, String, String, String, boolean, boolean) - Static method in class org.apache.accumulo.core.iterators.user.RegExFilter
-
Encode the terms to match against in the iterator
- setReplication(JobConf, int) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.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
-
Deprecated.Sets the file system replication factor for the resulting file, overriding the file system default.
- setReplicationSources(Set<String>) - Method in class org.apache.accumulo.core.data.ConditionalMutation
-
Deprecated.
- setReplicationSources(Set<String>) - Method in class org.apache.accumulo.core.data.Mutation
-
Deprecated.The feature pertaining to this method was deprecated in 2.1.0, but this method was overlooked when annotating the code. It is being marked as deprecated in 2.1.1 in order to correct that oversight, and will be removed in 3.0.0 with the rest of the code pertaining to this feature.
- setSampler(JobConf, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat
-
Deprecated.Specify a sampler to be used when writing out data.
- setSampler(Job, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat
-
Deprecated.Specify a sampler to be used when writing out data.
- setSamplerConfiguration(String, SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Set or update the sampler configuration for a table.
- setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Set the sampler configuration to use when reading from the data.
- setSamplerConfiguration(SamplerConfiguration) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setSamplerConfiguration(SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Setting this will cause the scanner to read sample data, as long as that sample data was generated with the given configuration.
- setSamplerConfiguration(JobConf, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Causes input format to read sample data.
- setSamplerConfiguration(Job, SamplerConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Causes input format to read sample data.
- setScanAuthorizations(JobConf, Authorizations) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Sets the
Authorizations
used to scan. - setScanAuthorizations(Job, Authorizations) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Sets the
Authorizations
used to scan. - setScanIsolation(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Controls the use of the
IsolatedScanner
in this job. - setScanIsolation(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Controls the use of the
IsolatedScanner
in this job. - setSelector(PluginConfig) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
-
Configure a
CompactionSelector
plugin to run for this compaction. - setSimulationMode(JobConf, boolean) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Sets the directive to use simulation mode for this job.
- setSimulationMode(Job, boolean) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Sets the directive to use simulation mode for this job.
- setSiteConfig(Map<String, String>) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Calling this method is optional.
- setSlice(IteratorSetting, String, boolean, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- setSlice(IteratorSetting, String, String) - Static method in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- setSource(Scanner) - Method in class org.apache.accumulo.core.client.ClientSideIteratorScanner
-
Sets the source Scanner.
- setSource(SortedKeyValueIterator<Key, Value>) - Method in class org.apache.accumulo.core.iterators.WrappingIterator
- setSplitFile(Job, String) - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner
-
Deprecated.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
-
Deprecated.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.hadoop.mapreduce.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.hadoop.mapreduce.partition.RangePartitioner
-
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
- setStart(IteratorSetting, long, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the start timestamp accepted by the timestamp filter.
- setStart(IteratorSetting, String, boolean) - Static method in class org.apache.accumulo.core.iterators.user.TimestampFilter
-
A convenience method for setting the start timestamp accepted by the timestamp filter.
- setStartRow(Text) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setTable(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.since 1.6.1, use setTableName() instead.
- setTableId(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setTableInfo(String) - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- setTableName(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setTerm(IteratorSetting, String) - Static method in class org.apache.accumulo.core.iterators.user.GrepIterator
-
Encode the grep term as an option for a ScanIterator
- setTerms(SortedKeyValueIterator<Key, Value>, Collection<String>, IteratorEnvironment) - Method in class org.apache.accumulo.core.iterators.OrIterator
- setTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.BatchScanner
-
This setting determines how long a scanner will automatically retry when a failure occurs.
- setTimeout(long, TimeUnit) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
-
Sets the maximum amount of time an unresponsive server will be re-tried.
- setTimeout(long, TimeUnit) - Method in class org.apache.accumulo.core.client.ConditionalWriterConfig
-
Sets the maximum amount of time an unresponsive server will be re-tried.
- setTimeout(long, TimeUnit) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
This setting determines how long a scanner will automatically retry when a failure occurs.
- setTimestamp(long) - Method in class org.apache.accumulo.core.data.Condition
-
Sets the version for the column to check.
- setTimestamp(long) - Method in class org.apache.accumulo.core.data.Key
-
Sets the timestamp.
- setTimeType(TimeType) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Configure logical or millisecond time for tables created with this configuration.
- setToken(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setToken(AuthenticationToken) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setTokenLifetime(long, TimeUnit) - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
-
Requests a specific lifetime for the token that is different from the default system lifetime.
- setTTL(IteratorSetting, Long) - Static method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
-
A convenience method for setting the age off threshold.
- setUnnamedOptionDescriptions(List<String>) - Method in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- setupIterators(List<IteratorSetting>, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Deprecated.since 1.7.0; Use
InputFormatBase.RecordReaderBase.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String)
instead. - setupIterators(JobConf, Scanner) - Method in class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase
-
Deprecated.
- setupIterators(JobConf, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner, String, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- setupIterators(TaskAttemptContext, Scanner, RangeInputSplit) - Method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase
-
Deprecated.
- setUseIsolatedScanners(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Controls the use of the
IsolatedScanner
in this job. - setUseLocalIterators(boolean) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Controls the use of the
ClientSideIteratorScanner
in this job. - setUser(String) - Method in exception org.apache.accumulo.core.client.AccumuloSecurityException
- setUsesLocalIterators(Boolean) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- setValue(byte[]) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setValue(CharSequence) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setValue(ByteSequence) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setValue(Text) - Method in class org.apache.accumulo.core.data.Condition
-
This method sets the expected value of a column.
- setVisibility(ColumnVisibility) - Method in class org.apache.accumulo.core.data.Condition
-
Sets the visibility for the column to check.
- setWait(boolean) - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.since 1.6.0; Use
AbstractInputFormat.setZooKeeperInstance(JobConf, org.apache.accumulo.core.client.ClientConfiguration)
instead. - setZooKeeperInstance(JobConf, String, String) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.setZooKeeperInstance(JobConf, org.apache.accumulo.core.client.ClientConfiguration)
instead. - setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.Configures a
ZooKeeperInstance
for this job. - setZooKeeperInstance(JobConf, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat
-
Deprecated.Configures a
ZooKeeperInstance
for this job. - setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.since 1.6.0
- setZooKeeperInstance(Job, String, String) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.since 1.6.0; Use
AccumuloOutputFormat.setZooKeeperInstance(Job, org.apache.accumulo.core.client.ClientConfiguration)
instead. - setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat
-
Deprecated.Configures a
ZooKeeperInstance
for this job. - setZooKeeperInstance(Job, ClientConfiguration) - Static method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat
-
Deprecated.Configures a
ZooKeeperInstance
for this job. - setZooKeeperPort(int) - Method in class org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Calling this method is optional.
- setZooKeepers(String) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- 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
-
Deprecated.Determines whether a configuration has auto-adjust ranges enabled.
- shouldBalance(SortedMap<TabletServerId, TServerStatus>, Set<TabletId>) - Method in class org.apache.accumulo.core.spi.balancer.GroupBalancer
- shouldUseIsolatedScanners() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Determines whether a configuration has isolation enabled.
- shouldUseLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.Determines whether a configuration uses local iterators.
- SimpleCompactionDispatcher - Class in org.apache.accumulo.core.spi.compaction
-
Dispatcher that supports simple configuration for making tables use compaction services.
- SimpleCompactionDispatcher() - Constructor for class org.apache.accumulo.core.spi.compaction.SimpleCompactionDispatcher
- SimpleLoadBalancer - Class in org.apache.accumulo.core.spi.balancer
-
A simple tablet balancer that attempts to spread tablets out evenly across all available tablet servers.
- SimpleLoadBalancer() - Constructor for class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- SimpleLoadBalancer(TableId) - Constructor for class org.apache.accumulo.core.spi.balancer.SimpleLoadBalancer
- SimpleScanDispatcher - Class in org.apache.accumulo.core.spi.scan
-
If no options are given, then this will default to an executor named
default
andScanDispatch.CacheUsage.TABLE
for index and data cache. - SimpleScanDispatcher() - Constructor for class org.apache.accumulo.core.spi.scan.SimpleScanDispatcher
- SINGLE - Enum constant in enum org.apache.accumulo.core.client.admin.ScanType
- SINGLE - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanInfo.Type
-
A single range scan started using a
Scanner
- size() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- size() - Method in class org.apache.accumulo.core.data.Mutation
-
Gets the number of modifications / deletions in this mutation.
- size() - Method in class org.apache.accumulo.core.security.Authorizations
-
Gets the size of this collection of authorizations.
- SkippingIterator - Class in org.apache.accumulo.core.iterators
-
Every call to
SkippingIterator.next()
andSkippingIterator.seek(Range, Collection, boolean)
calls the parent's implementation and then calls the implementation'sSkippingIterator.consume()
. - SkippingIterator() - Constructor for class org.apache.accumulo.core.iterators.SkippingIterator
- Snappy - Class in org.apache.accumulo.core.spi.file.rfile.compression
- Snappy() - Constructor for class org.apache.accumulo.core.spi.file.rfile.compression.Snappy
- SortedKeyIterator - Class in org.apache.accumulo.core.iterators
- SortedKeyIterator() - Constructor for class org.apache.accumulo.core.iterators.SortedKeyIterator
- SortedKeyIterator(SortedKeyIterator, IteratorEnvironment) - Constructor for class org.apache.accumulo.core.iterators.SortedKeyIterator
- SortedKeyValueIterator<K extends org.apache.hadoop.io.WritableComparable<?>,
V extends org.apache.hadoop.io.Writable> - Interface in org.apache.accumulo.core.iterators -
An iterator that supports iterating over key and value pairs.
- source - Variable in class org.apache.accumulo.core.iterators.ServerWrappingIterator
- source - Variable in class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- sourceIter - Variable in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- sources - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- SpaceAwareVolumeChooser - Class in org.apache.accumulo.core.spi.fs
-
A
PreferredVolumeChooser
that takes remaining HDFS space into account when making a volume choice rather than a simpler round-robin. - SpaceAwareVolumeChooser() - Constructor for class org.apache.accumulo.core.spi.fs.SpaceAwareVolumeChooser
- split - Variable in class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- split - Variable in class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader
-
Deprecated.
- splitCurrentByRegex(SortedMap<TabletServerId, TServerStatus>) - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
-
Group the set of current tservers by pool name.
- splitRangeByTablets(String, Range, int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
- start() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Starts Accumulo and Zookeeper processes.
- start(BlockCacheManager.Configuration) - Method in class org.apache.accumulo.core.spi.cache.BlockCacheManager
-
Initialize the caches for each CacheType based on the configuration
- START - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
- START_BOUND - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- START_INCL - Static variable in class org.apache.accumulo.core.iterators.user.TimestampFilter
- START_INCLUSIVE - Static variable in class org.apache.accumulo.core.iterators.user.ColumnSliceFilter
- startDefaultLocalityGroup() - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
A locality group in which the column families do not need to specified.
- startNewLocalityGroup(String, byte[]...) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
See javadoc for
RFileWriter.startNewLocalityGroup(String, List)
- startNewLocalityGroup(String, String...) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
See javadoc for
RFileWriter.startNewLocalityGroup(String, List)
. - startNewLocalityGroup(String, List<byte[]>) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
Before appending any data, a locality group must be started.
- startNewLocalityGroup(String, Set<String>) - Method in class org.apache.accumulo.core.client.rfile.RFileWriter
-
See javadoc for
RFileWriter.startNewLocalityGroup(String, List)
. - startRow(CharSequence) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
The start row is not inclusive.
- startRow(CharSequence) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
- startRow(Text) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
The start row is not inclusive.
- startRow(Text) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
-
Summary data may possibly be stored at a more granular level than the entire file.
- Stats - Interface in org.apache.accumulo.core.spi.common
- stop() - Method in class org.apache.accumulo.core.spi.cache.BlockCacheManager
-
Stop caches and release resources
- stop() - Method in class org.apache.accumulo.minicluster.MiniAccumuloCluster
-
Stops Accumulo and Zookeeper processes.
- store(T) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
Finish configuring, verify and serialize options into the Job or JobConf
- store(T) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.TableParams
-
Finish configuring, verify and serialize options into the JobConf or Job
- store(T) - Method in interface org.apache.accumulo.hadoop.mapreduce.OutputFormatBuilder.OutputOptions
-
Finish configuring, verify and serialize options into the Job or JobConf
- stream() - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Stream the Scanner results sequentially from this scanner's iterator
- STRING - Enum constant in enum org.apache.accumulo.core.iterators.LongCombiner.Type
-
indicates a string representation of a Long using
LongCombiner.StringEncoder
- STRING - Enum constant in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
-
indicates a string (comma-separated) representation of a list of Longs using
SummingArrayCombiner.StringArrayEncoder
- STRING_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- STRING_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
- StringArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.StringArrayEncoder
- StringEncoder() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner.StringEncoder
- 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
- stringTopKey(SortedKeyValueIterator<Key, Value>) - Static method in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- subSequence(int, int) - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- subSequence(int, int) - Method in class org.apache.accumulo.core.data.ByteSequence
-
Returns a portion of this sequence.
- suffix() - Method in enum org.apache.accumulo.minicluster.MemoryUnit
- sum() - Method in interface org.apache.accumulo.core.spi.common.Stats
- summaries() - Static method in class org.apache.accumulo.core.client.rfile.RFile
-
Entry point for reading summary data from RFiles.
- summaries(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Entry point for retrieving summaries with optional restrictions.
- summarize(Summarizer.StatisticConsumer) - Method in interface org.apache.accumulo.core.client.summary.Summarizer.Collector
-
After Accumulo has written some Key Values, it will call this method to generate some statistics about what was previously passed to
Summarizer.Collector.accept(Key, Value)
. - Summarizer - Interface in org.apache.accumulo.core.client.summary
-
Instances of this interface can be configured for Accumulo tables.
- Summarizer.Collector - Interface in org.apache.accumulo.core.client.summary
-
When Accumulo calls methods in this interface, it will call
Summarizer.Collector.accept(Key, Value)
zero or more times and then callSummarizer.Collector.summarize(Summarizer.StatisticConsumer)
once. - Summarizer.Combiner - Interface in org.apache.accumulo.core.client.summary
-
A Combiner is used to merge statistics emitted from
Summarizer.Collector.summarize(Summarizer.StatisticConsumer)
and from previous invocations of itself. - Summarizer.StatisticConsumer - Interface in org.apache.accumulo.core.client.summary
- SummarizerConfiguration - Class in org.apache.accumulo.core.client.summary
-
This class encapsulates the configuration needed to instantiate a
Summarizer
. - SummarizerConfiguration.Builder - Class in org.apache.accumulo.core.client.summary
- summarizers(SummarizerConfiguration...) - Method in interface org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.OutputOptions
-
Specifies a list of summarizer configurations to create summary data in the output file.
- Summary - Class in org.apache.accumulo.core.client.summary
-
This class encapsulates summary statistics, information about how those statistics were generated, and information about files the statistics were obtained from.
- Summary(Map<String, Long>, SummarizerConfiguration, long, long, long, long, long) - Constructor for class org.apache.accumulo.core.client.summary.Summary
- SUMMARY - Enum constant in enum org.apache.accumulo.core.spi.cache.CacheType
- Summary.FileStatistics - Class in org.apache.accumulo.core.client.summary
- SummaryRetriever - Interface in org.apache.accumulo.core.client.admin
-
This interface allows configuring where and which summary data to retrieve before retrieving it.
- SummingArrayCombiner - Class in org.apache.accumulo.core.iterators.user
-
A Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.
- SummingArrayCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- SummingArrayCombiner.DOSArrayEncoder<V> - Class in org.apache.accumulo.core.iterators.user
- SummingArrayCombiner.FixedLongArrayEncoder - Class in org.apache.accumulo.core.iterators.user
- SummingArrayCombiner.StringArrayEncoder - Class in org.apache.accumulo.core.iterators.user
- SummingArrayCombiner.Type - Enum in org.apache.accumulo.core.iterators.user
- SummingArrayCombiner.VarLongArrayEncoder - Class in org.apache.accumulo.core.iterators.user
- SummingCombiner - Class in org.apache.accumulo.core.iterators.user
-
A Combiner that interprets Values as Longs and returns their sum.
- SummingCombiner() - Constructor for class org.apache.accumulo.core.iterators.user.SummingCombiner
- SUPPRESS_ROW_VALUE - Static variable in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- SYNC - Enum constant in enum org.apache.accumulo.core.client.Durability
-
Write mutations to the write-ahead log, and ensure the data is saved to persistent storage.
- SynchronizedServerFilter - Class in org.apache.accumulo.core.iterators
-
A SortedKeyValueIterator similar to
ServerFilter
but with the implemented methods marked as synchronized. - SynchronizedServerFilter(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.SynchronizedServerFilter
- SYSTEM - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
Compaction initiated by system
- SYSTEM - Enum constant in enum org.apache.accumulo.core.security.SystemPermission
- SYSTEM - Enum constant in enum org.apache.accumulo.core.spi.compaction.CompactionKind
-
A system initiated routine compaction.
- systemNamespace() - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Returns the name of the system reserved namespace
- SystemPermission - Enum in org.apache.accumulo.core.security
-
Accumulo system permissions.
T
- table(String) - Method in interface org.apache.accumulo.hadoop.mapreduce.InputFormatBuilder.TableParams
-
Sets the name of the input table, over which this job will scan.
- TABLE - Enum constant in enum org.apache.accumulo.core.data.LoadPlan.RangeType
-
Range that corresponds to one or more tablets in a table.
- TABLE - Enum constant in enum org.apache.accumulo.core.spi.crypto.CryptoEnvironment.Scope
- TABLE - Enum constant in enum org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment.Scope
- TABLE - Enum constant in enum org.apache.accumulo.core.spi.scan.ScanDispatch.CacheUsage
-
Use the tables cache settings for this scan.
- TABLE_DOESNT_EXIST - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- TABLE_SERVICE_NAME_PROP - Static variable in class org.apache.accumulo.core.spi.crypto.GenericCryptoServiceFactory
- TABLE_SERVICE_NAME_PROP - Static variable in class org.apache.accumulo.core.spi.crypto.PerTableCryptoServiceFactory
- tableContext(TableId) - Method in interface org.apache.accumulo.core.spi.balancer.BalancerEnvironment
-
Retrieve the classloader context that is configured for
tableId
, ornull
if none is configured. - TableDeletedException - Exception in org.apache.accumulo.core.client
-
This exception is thrown if a table is deleted after an operation starts.
- TableDeletedException(String) - Constructor for exception org.apache.accumulo.core.client.TableDeletedException
- TableDeletedException(String, Exception) - Constructor for exception org.apache.accumulo.core.client.TableDeletedException
- TableExistsException - Exception in org.apache.accumulo.core.client
-
Thrown when the table specified already exists, and it was expected that it didn't
- TableExistsException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
- TableExistsException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
- TableExistsException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.TableExistsException
- TableId - Class in org.apache.accumulo.core.data
-
A strongly typed representation of a table ID.
- tableIdMap() - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Get a mapping of table name to internal table id.
- TableLoadBalancer - Class in org.apache.accumulo.core.spi.balancer
- TableLoadBalancer() - Constructor for class org.apache.accumulo.core.spi.balancer.TableLoadBalancer
- TableNotFoundException - Exception in org.apache.accumulo.core.client
-
Thrown when the table specified doesn't exist when it was expected to
- TableNotFoundException(String, String, String) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableNotFoundException(String, String, String, Throwable) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableNotFoundException(String, NamespaceNotFoundException) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableNotFoundException(ThriftTableOperationException) - Constructor for exception org.apache.accumulo.core.client.TableNotFoundException
- TableOfflineException - Exception in org.apache.accumulo.core.client
- TableOfflineException(Exception) - Constructor for exception org.apache.accumulo.core.client.TableOfflineException
- TableOfflineException(String) - Constructor for exception org.apache.accumulo.core.client.TableOfflineException
- TableOfflineException(Instance, String) - Constructor for exception org.apache.accumulo.core.client.TableOfflineException
-
Deprecated.since 2.0.0, replaced by
TableOfflineException(String)
- TableOfflineException(TableId, String) - Constructor for exception org.apache.accumulo.core.client.TableOfflineException
- tableOperations() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Retrieves a TableOperations object to perform table functions, such as create and delete.
- tableOperations() - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Retrieves a TableOperations object to perform table functions, such as create and delete.
- TableOperations - Interface in org.apache.accumulo.core.client.admin
-
Provides a class for administering tables
- TableOperations.ImportDestinationArguments - Interface in org.apache.accumulo.core.client.admin
- TableOperations.ImportMappingOptions - Interface in org.apache.accumulo.core.client.admin
-
Options giving control of how the bulk import file mapping is done.
- TableOperations.ImportOptions - Interface in org.apache.accumulo.core.client.admin
- TablePermission - Enum in org.apache.accumulo.core.security
-
Accumulo table permissions.
- tables - Variable in class org.apache.accumulo.core.client.admin.DiskUsage
- TableStatistics - Interface in org.apache.accumulo.core.spi.balancer.data
- TABLET_SERVER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- TabletBalancer - Interface in org.apache.accumulo.core.spi.balancer
-
This class is responsible for managing the distribution of tablets throughout an Accumulo cluster.
- TabletBalancer.AssignmentParameters - Interface in org.apache.accumulo.core.spi.balancer
-
An interface for grouping parameters required for the balancer to assign unassigned tablets.
- TabletBalancer.BalanceParameters - Interface in org.apache.accumulo.core.spi.balancer
-
An interface for grouping parameters required for the balancer to balance tablets.
- TabletId - Interface in org.apache.accumulo.core.data
-
A TabletId provides the information needed to uniquely identify a tablet.
- tableTime(boolean) - Method in interface org.apache.accumulo.core.client.admin.TableOperations.ImportOptions
-
Use table's next timestamp to override all timestamps in imported files.
- TabletMigration - Class in org.apache.accumulo.core.spi.balancer.data
- TabletMigration(TabletId, TabletServerId, TabletServerId) - Constructor for class org.apache.accumulo.core.spi.balancer.data.TabletMigration
- TabletServerId - Interface in org.apache.accumulo.core.spi.balancer.data
- TabletStatistics - Interface in org.apache.accumulo.core.spi.balancer.data
- term - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- TERM - Enum constant in enum org.apache.accumulo.core.security.ColumnVisibility.NodeType
- TermSource(OrIterator.TermSource) - Constructor for class org.apache.accumulo.core.iterators.OrIterator.TermSource
- TermSource(SortedKeyValueIterator<Key, Value>, Text) - Constructor for class org.apache.accumulo.core.iterators.OrIterator.TermSource
- TermSource(SortedKeyValueIterator<Key, Value>, Text) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- TermSource(SortedKeyValueIterator<Key, Value>, Text, boolean) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- TermSource(IntersectingIterator.TermSource) - Constructor for class org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- testClassLoad(String, String) - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Test to see if the instance can load the given class as the given type.
- testClassLoad(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.NamespaceOperations
-
Test to see if the instance can load the given class as the given type.
- testClassLoad(String, String, String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations
-
Test to see if the instance can load the given class as the given type.
- testEncoder(Encoder<V>, V) - Static method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
Tests whether v remains the same when encoded and decoded with the given encoder.
- testEncoder(V) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
Tests whether v remains the same when encoded and decoded with the current encoder.
- TextLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder that preserves a Text's native sort order.
- TextLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.TextLexicoder
- threads(int) - Method in interface org.apache.accumulo.core.client.admin.TableOperations.ImportMappingOptions
-
Files are examined to determine where to load them.
- THRESHOLD_OPT - Static variable in class org.apache.accumulo.core.client.admin.compaction.TooManyDeletesSelector
-
This option should be a floating point number between 1 and 0.
- THRESHOLD_OPT_DEFAULT - Static variable in class org.apache.accumulo.core.client.admin.compaction.TooManyDeletesSelector
-
The default threshold.
- ThrottledBalancerProblemReporter - Class in org.apache.accumulo.core.spi.balancer.util
-
Throttles logging of balancer problems by storing the last log time for each problem and limiting reports to once per minute.
- ThrottledBalancerProblemReporter(Class<?>) - Constructor for class org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter
- ThrottledBalancerProblemReporter.OutstandingMigrationsProblem - Interface in org.apache.accumulo.core.spi.balancer.util
- ThrottledBalancerProblemReporter.Problem - Interface in org.apache.accumulo.core.spi.balancer.util
- TimedOutException - Exception in org.apache.accumulo.core.client
- TimedOutException(String) - Constructor for exception org.apache.accumulo.core.client.TimedOutException
- TimedOutException(Set<String>) - Constructor for exception org.apache.accumulo.core.client.TimedOutException
- timestamp - Variable in class org.apache.accumulo.core.data.Key
- timestamp(long) - Method in interface org.apache.accumulo.core.data.KeyBuilder.Build
-
Change the timestamp of the
Key
created. - timestamp(long) - Method in interface org.apache.accumulo.core.data.Mutation.TimestampOptions
- TimestampFilter - Class in org.apache.accumulo.core.iterators.user
-
A Filter that matches entries whose timestamps fall within a range.
- TimestampFilter() - Constructor for class org.apache.accumulo.core.iterators.user.TimestampFilter
- TimeType - Enum in org.apache.accumulo.core.client.admin
-
The type of ordering to use for the table's entries (default is MILLIS)
- to(OutputStream) - Method in interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments
- to(CharSequence, CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.InstanceArgs
- to(String) - Method in interface org.apache.accumulo.core.client.admin.TableOperations.ImportDestinationArguments
- to(String) - Method in interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments
- toArray() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- toArray() - Method in class org.apache.accumulo.core.data.ByteSequence
-
Returns a byte array containing the bytes in this sequence.
- toBytes(long) - Method in enum org.apache.accumulo.minicluster.MemoryUnit
- TOKEN_EXPIRED - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- TokenProperty(String, String, boolean) - Constructor for class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- TOO_LONG_STAT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
This is the name of the statistic that tracks how many counter objects were ignored because they were too long.
- TOO_MANY_STAT - Static variable in class org.apache.accumulo.core.client.summary.CountingSummarizer
-
This is the name of the statistic that tracks how many counters objects were ignored because the number of unique counters was exceeded.
- TooManyDeletesSelector - Class in org.apache.accumulo.core.client.admin.compaction
-
This compaction selector works in concert with the
DeletesSummarizer
. - TooManyDeletesSelector() - Constructor for class org.apache.accumulo.core.client.admin.compaction.TooManyDeletesSelector
- topKey - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- toPrintableString(byte[], int, int, int) - Static method in class org.apache.accumulo.core.data.Key
-
Returns an ASCII printable string form of the given byte array, treating the bytes as ASCII characters.
- toRange() - Method in interface org.apache.accumulo.core.data.TabletId
- toService(String) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatch.ServiceBuilder
- toService(CompactionServiceId) - Method in interface org.apache.accumulo.core.spi.compaction.CompactionDispatch.ServiceBuilder
- toString() - Method in class org.apache.accumulo.core.client.admin.CompactionConfig
- toString() - Method in class org.apache.accumulo.core.client.admin.DelegationTokenConfig
- toString() - Method in class org.apache.accumulo.core.client.admin.DiskUsage
- toString() - Method in class org.apache.accumulo.core.client.admin.PluginConfig
- toString() - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- toString() - Method in class org.apache.accumulo.core.client.IteratorSetting
- toString() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- toString() - Method in class org.apache.accumulo.core.client.sample.SamplerConfiguration
- toString() - Method in class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
- toString() - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
- toString() - Method in class org.apache.accumulo.core.client.summary.Summary.FileStatistics
- toString() - Method in class org.apache.accumulo.core.client.summary.Summary
- toString() - Method in class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- toString() - Method in class org.apache.accumulo.core.data.AbstractId
-
Returns a string of the canonical ID.
- toString() - Method in class org.apache.accumulo.core.data.ArrayByteSequence
- toString() - Method in class org.apache.accumulo.core.data.Column
-
Gets a string representation of this column.
- toString() - Method in class org.apache.accumulo.core.data.ColumnUpdate
- toString() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
- toString() - Method in class org.apache.accumulo.core.data.Key
- toString() - Method in class org.apache.accumulo.core.data.Range
- toString() - Method in class org.apache.accumulo.core.data.Value
- toString() - Method in class org.apache.accumulo.core.iterators.OrIterator.TermSource
- toString() - Method in class org.apache.accumulo.core.iterators.user.SeekingFilter.FilterResult
- toString() - Method in class org.apache.accumulo.core.security.Authorizations
- toString() - Method in class org.apache.accumulo.core.security.ColumnVisibility
- toString() - Method in class org.apache.accumulo.core.spi.balancer.data.TabletMigration
- toString() - Method in class org.apache.accumulo.core.spi.balancer.HostRegexTableLoadBalancer
- toStringNoTime() - Method in class org.apache.accumulo.core.data.Key
-
Converts this key to a string, not including timestamp or delete marker.
- toStringNoTruncate() - Method in class org.apache.accumulo.core.data.Key
-
Stringify this
Key
, avoiding truncation of each component, only limiting each component to a length ofInteger.MAX_VALUE
- toTableProperties() - Method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
Converts this configuration to Accumulo per table properties.
- toTableProperties(Collection<SummarizerConfiguration>) - Static method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
Encodes each configuration in the same way as
SummarizerConfiguration.toTableProperties()
. - toTableProperties(SummarizerConfiguration...) - Static method in class org.apache.accumulo.core.client.summary.SummarizerConfiguration
-
Encodes each configuration in the same way as
SummarizerConfiguration.toTableProperties()
. - TOTAL_STAT - Static variable in class org.apache.accumulo.core.client.summary.summarizers.DeletesSummarizer
-
The name of the statistics for the total number of keys.
- toThrift() - Method in class org.apache.accumulo.core.data.Column
-
Converts this column to Thrift.
- toThrift() - Method in class org.apache.accumulo.core.data.ConstraintViolationSummary
-
Converts this summary to Thrift.
- toThrift() - Method in class org.apache.accumulo.core.data.Key
-
Converts this key to Thrift.
- toThrift() - Method in class org.apache.accumulo.core.data.Mutation
-
Creates a
TMutation
object containing this Mutation's data. - toThrift() - Method in class org.apache.accumulo.core.data.Range
-
Converts this range to Thrift.
- TRACE_SPAN_RECEIVER_PREFIX - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- TRACE_SPAN_RECEIVERS - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- TRACE_ZK_PATH - Enum constant in enum org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Deprecated.
- TRACER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
-
Deprecated, for removal: This API element is subject to removal in a future version.Accumulo-managed Tracer service was removed
- TransformingIterator - Class in org.apache.accumulo.core.iterators.user
-
The TransformingIterator allows portions of a key (except for the row) to be transformed.
- TransformingIterator() - Constructor for class org.apache.accumulo.core.iterators.user.TransformingIterator
- TransformingIterator.KVBuffer - Interface in org.apache.accumulo.core.iterators.user
- transformKeys() - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Reads all keys matching the first key's prefix from the source iterator, transforms them, and sorts the resulting keys.
- transformRange(SortedKeyValueIterator<Key, Value>, TransformingIterator.KVBuffer) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Transforms
input
. - truststore(CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.SslOptions
-
Build with SSL trust store
- truststore(CharSequence, CharSequence, CharSequence) - Method in interface org.apache.accumulo.core.client.AccumuloClient.SslOptions
-
Build with SSL trust store
- TSERVER - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionHost.Type
- TServerStatus - Interface in org.apache.accumulo.core.spi.balancer.data
- TTLSet(Map<String, String>) - Constructor for class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter.TTLSet
- TYPE - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
- typedReduce(Key, Iterator<Long>) - Method in class org.apache.accumulo.core.iterators.user.MaxCombiner
- typedReduce(Key, Iterator<Long>) - Method in class org.apache.accumulo.core.iterators.user.MinCombiner
- typedReduce(Key, Iterator<Long>) - Method in class org.apache.accumulo.core.iterators.user.SummingCombiner
- typedReduce(Key, Iterator<BigDecimal>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMaxCombiner
- typedReduce(Key, Iterator<BigDecimal>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalMinCombiner
- typedReduce(Key, Iterator<BigDecimal>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner.BigDecimalSummingCombiner
- typedReduce(Key, Iterator<List<Long>>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- typedReduce(Key, Iterator<V>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
-
Reduces a list of V into a single V.
- TypedValueCombiner<V> - Class in org.apache.accumulo.core.iterators
-
A Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value.
- TypedValueCombiner() - Constructor for class org.apache.accumulo.core.iterators.TypedValueCombiner
U
- UIntegerLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for an unsigned integer.
- UIntegerLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder
- ULongLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
Unsigned long lexicoder.
- ULongLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.ULongLexicoder
- unassignedTablets() - Method in interface org.apache.accumulo.core.spi.balancer.TabletBalancer.AssignmentParameters
- UNKNOWN - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
Error occurred after mutation was sent to server, its unknown if the mutation was written.
- unnamedOptionDescriptions - Variable in class org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions
- UNSUPPORTED_OPERATION - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- untransformColumnFamilies(Collection<ByteSequence>) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
-
Reverses the transformation applied to column families that are fetched at seek time.
- unwrapKey(byte[], Key) - Static method in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- updateScanIteratorOption(String, String, String) - Method in interface org.apache.accumulo.core.client.ScannerBase
-
Update the options for an iterator.
- usage - Variable in class org.apache.accumulo.core.client.admin.DiskUsage
- USE_HINT - Enum constant in enum org.apache.accumulo.core.iterators.user.SeekingFilter.AdvanceResult
- useJsse() - Method in interface org.apache.accumulo.core.client.AccumuloClient.SslOptions
-
Use JSSE system properties to configure SSL
- USER - Enum constant in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason
-
compaction initiated by user
- USER - Enum constant in enum org.apache.accumulo.core.spi.compaction.CompactionKind
-
A user initiated a one time compaction using an Accumulo client.
- USER_ACCUMULO_DIR_NAME - Static variable in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- USER_CONF_FILENAME - Static variable in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.
- USER_DOESNT_EXIST - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- USER_EXISTS - Enum constant in enum org.apache.accumulo.core.client.security.SecurityErrorCode
- useSasl() - Method in interface org.apache.accumulo.core.client.AccumuloClient.ConnectionOptions
-
Build with SASL options
- usesLocalIterators() - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- usesLocalIterators(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.InputFormatBase
-
Deprecated.Determines whether a configuration uses local iterators.
- usesLocalIterators(JobContext) - Static method in class org.apache.accumulo.core.client.mapreduce.InputFormatBase
-
Deprecated.Determines whether a configuration uses local iterators.
- useSsl() - Method in interface org.apache.accumulo.core.client.AccumuloClient.ConnectionOptions
-
Build with SSL/TLS options
- UUIDLexicoder - Class in org.apache.accumulo.core.client.lexicoder
-
A lexicoder for a UUID that maintains its lexicographic sorting order.
- UUIDLexicoder() - Constructor for class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder
V
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.sample.AbstractHashSampler
-
Subclasses with options should override this method to validate subclass options while also calling
super.validateOptions(config)
to validate base class options. - validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.client.sample.RowColumnSampler
- validateOptions(Map<String, String>) - Method in interface org.apache.accumulo.core.client.sample.Sampler
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.Combiner
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.DebugIterator
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.Filter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.FirstEntryInRowIterator
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.LongCombiner
- validateOptions(Map<String, String>) - Method in interface org.apache.accumulo.core.iterators.OptionDescriber
-
Check to see if an options map contains all options required by an iterator and that the option values are in the expected formats.
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.OrIterator
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.SortedKeyIterator
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.TypedValueCombiner
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.AgeOffFilter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.BigDecimalCombiner
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceFilter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.CfCqSliceSeekingFilter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.ColumnAgeOffFilter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.LargeRowFilter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.RegExFilter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.RowEncodingIterator
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.TimestampFilter
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.TransformingIterator
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.VersioningIterator
- validateOptions(Map<String, String>) - Method in class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- validateOptions(JobConf) - Static method in class org.apache.accumulo.core.client.mapred.AbstractInputFormat
-
Deprecated.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
-
Deprecated.Check whether a configuration is fully configured to be used with an Accumulo
InputFormat
. - value - Variable in class org.apache.accumulo.core.data.Value
- value - Variable in class org.apache.accumulo.core.iterators.user.IntersectingIterator
- Value - Class in org.apache.accumulo.core.data
-
A byte sequence that is usable as a key or value.
- Value() - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a zero-size sequence.
- Value(byte[]) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using a byte array as the initial value.
- Value(byte[], boolean) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using a byte array as the initial value.
- Value(byte[], int, int) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value based on a range in a byte array.
- Value(CharSequence) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a value using the UTF-8 encoding of the CharSequence
- Value(ByteBuffer) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using the bytes in a buffer as the initial value.
- Value(Value) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a new Value based on another.
- Value(Text) - Constructor for class org.apache.accumulo.core.data.Value
-
Creates a Value using the bytes of the Text.
- VALUE_REGEX - Static variable in class org.apache.accumulo.core.iterators.user.RegExFilter
- Value.Comparator - Class in org.apache.accumulo.core.data
-
A Comparator optimized for Value.
- ValueFormatException - Exception in org.apache.accumulo.core.iterators
-
Exception used for TypedValueCombiner and it's Encoders decode() function
- ValueFormatException(Exception) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
- ValueFormatException(String) - Constructor for exception org.apache.accumulo.core.iterators.ValueFormatException
- ValueIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.core.iterators.Combiner.ValueIterator
-
Constructs an iterator over Values whose Keys are versions of the current topKey of the source SortedKeyValueIterator.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionHost.Type
-
Returns the enum constant of this type with the specified name.
- 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.InitialTableState
-
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
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.Durability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.client.ScannerBase.ConsistencyLevel
-
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.LoadPlan.RangeType
-
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.iterators.IteratorUtil.IteratorScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.LongCombiner.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.user.SeekingFilter.AdvanceResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
-
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.core.spi.cache.CacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.spi.compaction.CompactionKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.spi.crypto.CryptoEnvironment.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.spi.fs.VolumeChooserEnvironment.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.spi.scan.ScanDispatch.CacheUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.spi.scan.ScanInfo.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.accumulo.core.spi.scan.ScanServerAttempt.Result
-
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.CompactionHost.Type
-
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.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.InitialTableState
-
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
-
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.ConditionalWriter.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.Durability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.accumulo.core.client.ScannerBase.ConsistencyLevel
-
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.LoadPlan.RangeType
-
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.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.iterators.IteratorUtil.IteratorScope
-
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.iterators.LongCombiner.Type
-
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.iterators.user.SeekingFilter.AdvanceResult
-
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.iterators.user.SummingArrayCombiner.Type
-
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.core.spi.cache.CacheType
-
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.spi.compaction.CompactionKind
-
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.spi.crypto.CryptoEnvironment.Scope
-
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.spi.fs.VolumeChooserEnvironment.Scope
-
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.spi.scan.ScanDispatch.CacheUsage
-
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.spi.scan.ScanInfo.Type
-
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.spi.scan.ScanServerAttempt.Result
-
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.
- VAR_LEN_ENCODER - Static variable in class org.apache.accumulo.core.iterators.LongCombiner
- VAR_LONG_ARRAY_ENCODER - Static variable in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner
- VARLEN - Enum constant in enum org.apache.accumulo.core.iterators.LongCombiner.Type
-
indicates a variable-length encoding of a Long using
LongCombiner.VarLenEncoder
- VARLEN - Enum constant in enum org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
-
indicates a variable-length encoding of a list of Longs using
SummingArrayCombiner.VarLongArrayEncoder
- VarLenEncoder() - Constructor for class org.apache.accumulo.core.iterators.LongCombiner.VarLenEncoder
- VarLongArrayEncoder() - Constructor for class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.VarLongArrayEncoder
- ve - Variable in class org.apache.accumulo.core.iterators.user.VisibilityFilter
- VERSION - Static variable in class org.apache.accumulo.core.spi.crypto.AESCryptoService.AESCBCCryptoModule
- VERSION - Static variable in class org.apache.accumulo.core.spi.crypto.NoCryptoService
- VERSION1 - Enum constant in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
- VERSION2 - Enum constant in enum org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT
- VersioningIterator - Class in org.apache.accumulo.core.iterators.user
- VersioningIterator() - Constructor for class org.apache.accumulo.core.iterators.user.VersioningIterator
- VIOLATED - Enum constant in enum org.apache.accumulo.core.client.ConditionalWriter.Status
-
mutation violated a constraint and was not written
- violationCode - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- violationDescription - Variable in class org.apache.accumulo.core.data.ConstraintViolationSummary
- visibility(byte[]) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnVisibilityStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - visibility(byte[]) - Method in interface org.apache.accumulo.core.data.Mutation.VisibilityOptions
- visibility(byte[], int, int) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnVisibilityStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - visibility(CharSequence) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnVisibilityStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - visibility(CharSequence) - Method in interface org.apache.accumulo.core.data.Mutation.VisibilityOptions
- visibility(ByteBuffer) - Method in interface org.apache.accumulo.core.data.Mutation.VisibilityOptions
- visibility(ColumnVisibility) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnVisibilityStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - visibility(ColumnVisibility) - Method in interface org.apache.accumulo.core.data.Mutation.VisibilityOptions
- visibility(Text) - Method in interface org.apache.accumulo.core.data.KeyBuilder.ColumnVisibilityStep
-
Set the column qualifier of the
Key
that this builder will build to the parameter. - visibility(Text) - Method in interface org.apache.accumulo.core.data.Mutation.VisibilityOptions
- VisibilityConstraint - Class in org.apache.accumulo.core.data.constraints
-
A constraint that checks the visibility of columns against the actor's authorizations.
- VisibilityConstraint() - Constructor for class org.apache.accumulo.core.data.constraints.VisibilityConstraint
- VisibilityEvaluator - Class in org.apache.accumulo.core.security
-
A class which evaluates visibility expressions against a set of authorizations.
- VisibilityEvaluator(AuthorizationContainer) - Constructor for class org.apache.accumulo.core.security.VisibilityEvaluator
-
Creates a new evaluator for the authorizations found in the given container.
- VisibilityEvaluator(Authorizations) - Constructor for class org.apache.accumulo.core.security.VisibilityEvaluator
-
Creates a new evaluator for the given collection of authorizations.
- VisibilityFilter - Class in org.apache.accumulo.core.iterators.user
-
A SortedKeyValueIterator that filters based on ColumnVisibility.
- VisibilityFilter() - Constructor for class org.apache.accumulo.core.iterators.user.VisibilityFilter
- 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.
- VisibilitySummarizer - Class in org.apache.accumulo.core.client.summary.summarizers
-
Counts column visibility labels.
- VisibilitySummarizer() - Constructor for class org.apache.accumulo.core.client.summary.summarizers.VisibilitySummarizer
- VolumeChooser - Interface in org.apache.accumulo.core.spi.fs
-
Helper used to select a volume from a set of Volume URIs.
- VolumeChooserEnvironment - Interface in org.apache.accumulo.core.spi.fs
- VolumeChooserEnvironment.Scope - Enum in org.apache.accumulo.core.spi.fs
-
A scope for the volume chooser environment; a TABLE scope should be accompanied by a tableId.
W
- WAIT_TIME_PROPERTY - Static variable in class org.apache.accumulo.core.spi.balancer.RegexGroupBalancer
- waitForBalance() - Method in interface org.apache.accumulo.core.client.admin.InstanceOperations
-
Waits for the tablet balancer to run and return no migrations.
- waitUntil(Supplier<Optional<T>>, Duration, String) - Method in interface org.apache.accumulo.core.spi.scan.ScanServerSelector.SelectorParameters
-
This function helps a scan server selector wait for an optional to become non-empty (like waiting for scan servers to be present) and throws exceptions when waiting is no longer possible OR returning false if the max wait time was exceeded.
- WAL - Enum constant in enum org.apache.accumulo.core.spi.crypto.CryptoEnvironment.Scope
- WAL_NAME_PROP - Static variable in class org.apache.accumulo.core.spi.crypto.PerTableCryptoServiceFactory
- weight() - Method in interface org.apache.accumulo.core.spi.cache.CacheEntry.Weighable
- whoami() - Method in interface org.apache.accumulo.core.client.AccumuloClient
-
Get the current user for this AccumuloClient
- whoami() - Method in class org.apache.accumulo.core.client.Connector
-
Deprecated.Get the current user for this connector
- WholeColumnFamilyIterator - Class in org.apache.accumulo.core.iterators.user
-
The WholeColumnFamilyIterator is designed to provide row/cf-isolation so that queries see mutations as atomic.
- WholeColumnFamilyIterator() - Constructor for class org.apache.accumulo.core.iterators.user.WholeColumnFamilyIterator
- WholeRowIterator - Class in org.apache.accumulo.core.iterators.user
-
The WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.
- WholeRowIterator() - Constructor for class org.apache.accumulo.core.iterators.user.WholeRowIterator
- with(String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.setProperty(String, String)
but returns the ClientConfiguration for chaining purposes - with(ClientConfiguration.ClientProperty, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.setProperty(ClientProperty, String)
but returns the ClientConfiguration for chaining purposes - withAuthorizations(Authorizations) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
The authorizations passed here will be used to filter Keys, from the
Scanner
, based on the content of the column visibility field. - withBounds(Range) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
This option allows limiting the
Scanner
from reading data outside of a given range. - withConfiguration(Collection<SummarizerConfiguration>) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
Allows specifying a set of summaries, generated using the specified configs, to retrieve.
- withConfiguration(SummarizerConfiguration...) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
Allows specifying a set of summaries, generated using the specified configs, to retrieve.
- withDataCache(long) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
Enabling this option will cache RFiles data in memory.
- withFileSystem(FileSystem) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerFSOptions
-
Optionally provide a FileSystem to open RFiles.
- withFileSystem(FileSystem) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryFSOptions
-
Optionally provide a FileSystem to open RFiles.
- withFileSystem(FileSystem) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterFSOptions
-
Optionally provide a FileSystem to open a file to write a RFile.
- withIndexCache(long) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
Enabling this option will cache RFiles indexes in memory.
- withInstance(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_NAME - withInstance(UUID) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_ID - withKeystore(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.withKeystore(String, String, String)
with password null and type null - withKeystore(String, String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SSL_CLIENT_AUTH, ClientProperty.RPC_SSL_KEYSTORE_PATH, ClientProperty.RPC_SSL_KEYSTORE_PASSWORD, and ClientProperty.RPC_SSL_KEYSTORE_TYPE - withMatchingConfiguration(String) - Method in interface org.apache.accumulo.core.client.admin.SummaryRetriever
-
Filters which summary data is retrieved.
- withoutDefaultIterators() - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Currently the only default iterator is the
VersioningIterator
. - withoutSystemIterators() - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
By default the
Scanner
created will setup the default Accumulo system iterators. - withSampler(SamplerConfiguration) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
-
An option to store sample data in the generated RFile.
- withSasl(boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SASL_ENABLED. - withSasl(boolean, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SASL_ENABLED and ClientProperty.GENERAL_KERBEROS_PRINCIPAL. - withSplits(SortedSet<Text>) - Method in class org.apache.accumulo.core.client.admin.NewTableConfiguration
-
Create a new table with pre-configured splits from the provided input collection.
- withSsl(boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.withSsl(boolean, boolean)
with useJsseConfig set to false - withSsl(boolean, boolean) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SSL_ENABLED and ClientProperty.RPC_USE_JSSE - withSummarizers(SummarizerConfiguration...) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
-
Enable generating summary data in the created RFile by running
Summarizer
's based on the specified configuration. - withTableProperties(Iterable<Map.Entry<String, String>>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
-
Construct the
Scanner
with iterators specified in a tables properties. - withTableProperties(Iterable<Map.Entry<String, String>>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
-
Retrieve summaries with provided tables properties.
- withTableProperties(Iterable<Map.Entry<String, String>>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
-
Create an RFile using the same configuration as an Accumulo table.
- withTableProperties(Map<String, String>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions
- withTableProperties(Map<String, String>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
- withTableProperties(Map<String, String>) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
- withTruststore(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.withTruststore(String, String, String)
with password null and type null - withTruststore(String, String, String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.RPC_SSL_TRUSTORE_PATH, ClientProperty.RPC_SSL_TRUSTORE_PASSWORD, and ClientProperty.RPC_SSL_TRUSTORE_TYPE - withUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in interface org.apache.accumulo.core.client.AccumuloClient.ClientFactory
-
Override default handling of uncaught exceptions in client threads
- withVisibilityCacheSize(int) - Method in interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions
- withZkHosts(String) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_ZK_HOST - withZkTimeout(int) - Method in class org.apache.accumulo.core.client.ClientConfiguration
-
Deprecated.Same as
ClientConfiguration.with(ClientProperty, String)
for ClientProperty.INSTANCE_ZK_TIMEOUT - wrapKey(Key, Key) - Static method in class org.apache.accumulo.core.spi.crypto.AESCryptoService
- WrappingIterator - Class in org.apache.accumulo.core.iterators
-
A convenience class for implementing iterators that select, but do not modify, entries read from a source iterator.
- WrappingIterator() - Constructor for class org.apache.accumulo.core.iterators.WrappingIterator
- write(DataOutput) - Method in class org.apache.accumulo.core.client.BatchWriterConfig
- write(DataOutput) - Method in class org.apache.accumulo.core.client.IteratorSetting
- write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
Deprecated.
- write(DataOutput) - Method in class org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
Deprecated.
- write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken
- write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.KerberosToken
- write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.NullToken
- write(DataOutput) - Method in class org.apache.accumulo.core.client.security.tokens.PasswordToken
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Column
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Key
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Mutation
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Range
- write(DataOutput) - Method in class org.apache.accumulo.core.data.Value
- write(DataOutputStream, Long) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.FixedLongArrayEncoder
- write(DataOutputStream, Long) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.VarLongArrayEncoder
- write(DataOutputStream, V) - Method in class org.apache.accumulo.core.iterators.user.SummingArrayCombiner.DOSArrayEncoder
- write(Iterator<ConditionalMutation>) - Method in interface org.apache.accumulo.core.client.ConditionalWriter
-
This method returns one result for each mutation passed to it.
- write(ConditionalMutation) - Method in interface org.apache.accumulo.core.client.ConditionalWriter
-
This method has the same thread safety guarantees as
ConditionalWriter.write(Iterator)
- write(Text, Mutation) - Method in class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter
-
Deprecated.Push a mutation into a table.
- write(Text, Mutation) - Method in class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter
-
Deprecated.Push a mutation into a table.
- WRITE - Enum constant in enum org.apache.accumulo.core.security.NamespacePermission
- WRITE - Enum constant in enum org.apache.accumulo.core.security.TablePermission
Y
- yield(K) - Method in class org.apache.accumulo.core.iterators.YieldCallback
-
Called by the iterator when a next or seek call yields control.
- YieldCallback<K> - Class in org.apache.accumulo.core.iterators
-
This callback handles the state of yielding within an iterator
- YieldCallback() - Constructor for class org.apache.accumulo.core.iterators.YieldCallback
- YieldingKeyValueIterator<K extends org.apache.hadoop.io.WritableComparable<?>,
V extends org.apache.hadoop.io.Writable> - Interface in org.apache.accumulo.core.iterators -
An iterator that supports yielding on a next or seek call (only used by SortedKeyValueIterators)
Z
- zkTimeout(int) - Method in interface org.apache.accumulo.core.client.AccumuloClient.ConnectionOptions
-
Build using Zookeeper timeout
- ZOOKEEPER - Enum constant in enum org.apache.accumulo.minicluster.ServerType
- ZooKeeperInstance - Class in org.apache.accumulo.core.client
-
Deprecated.since 2.0.0, Use
Accumulo.newClient()
instead - ZooKeeperInstance(String, String) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- ZooKeeperInstance(ClientConfiguration) - Constructor for class org.apache.accumulo.core.client.ZooKeeperInstance
-
Deprecated.
- ZStandard - Class in org.apache.accumulo.core.spi.file.rfile.compression
- ZStandard() - Constructor for class org.apache.accumulo.core.spi.file.rfile.compression.ZStandard
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form