Uses of Class
org.apache.accumulo.core.data.Value
Packages that use Value
Package
Description
Mock framework for Accumulo
-
Uses of Value in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type ValueModifier and TypeMethodDescriptionClientSideIteratorScanner.ScannerTranslator.deepCopy
(org.apache.accumulo.core.iterators.IteratorEnvironment env) Deprecated.ClientSideIteratorScanner.iterator()
IsolatedScanner.iterator()
IsolatedScanner.MemoryRowBuffer.iterator()
IsolatedScanner.RowBuffer.iterator()
ScannerBase.iterator()
Returns an iterator over an accumulo table.RowIterator.next()
Fetch the next row.Method parameters in org.apache.accumulo.core.client with type arguments of type ValueModifier and TypeMethodDescriptionvoid
void
Constructor parameters in org.apache.accumulo.core.client with type arguments of type ValueModifierConstructorDescriptionIteratorSetting
(int priority, Class<? extends org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key, Value>> iteratorClass) Constructs an iterator setting using the given class's SimpleName for the iterator name.IteratorSetting
(int priority, Class<? extends org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key, Value>> iteratorClass, Map<String, String> properties) 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 priority, String name, Class<? extends org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key, Value>> iteratorClass) Constructs an iterator setting configured for the scan scope with no parameters.IteratorSetting
(int priority, String name, Class<? extends org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key, Value>> iteratorClass, Map<String, String> properties) Constructs an iterator setting using the provided name and the provided class's name for the scan scope with the provided parameters.RowIterator
(Iterable<Map.Entry<Key, Value>> iterable) Create an iterator from an Iterable.RowIterator
(Iterator<Map.Entry<Key, Value>> iterator) Create an iterator from an (ordered) sequence of KeyValue pairs. -
Uses of Value in org.apache.accumulo.core.client.mapred
Fields in org.apache.accumulo.core.client.mapred with type parameters of type ValueMethods in org.apache.accumulo.core.client.mapred that return types with arguments of type ValueModifier and TypeMethodDescriptionAccumuloInputFormat.getRecordReader
(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter) AccumuloMultiTableInputFormat.getRecordReader
(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter) org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.Text,
org.apache.accumulo.core.util.PeekingIterator<Map.Entry<Key, Value>>> AccumuloRowInputFormat.getRecordReader
(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter) AccumuloFileOutputFormat.getRecordWriter
(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress) -
Uses of Value in org.apache.accumulo.core.client.mapreduce
Fields in org.apache.accumulo.core.client.mapreduce with type parameters of type ValueMethods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type ValueModifier and TypeMethodDescriptionAccumuloInputFormat.createRecordReader
(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context) AccumuloMultiTableInputFormat.createRecordReader
(org.apache.hadoop.mapreduce.InputSplit inputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext context) org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,
org.apache.accumulo.core.util.PeekingIterator<Map.Entry<Key, Value>>> AccumuloRowInputFormat.createRecordReader
(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context) AccumuloFileOutputFormat.getRecordWriter
(org.apache.hadoop.mapreduce.TaskAttemptContext context) -
Uses of Value in org.apache.accumulo.core.client.mock
Methods in org.apache.accumulo.core.client.mock that return types with arguments of type ValueModifier and TypeMethodDescriptionMockScannerBase.createFilter
(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key, Value> inner) Deprecated.MockBatchScanner.iterator()
Deprecated.MockScanner.iterator()
Deprecated.MockScannerBase.iterator()
Deprecated.Method parameters in org.apache.accumulo.core.client.mock with type arguments of type ValueModifier and TypeMethodDescriptionMockScannerBase.createFilter
(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key, Value> inner) Deprecated.Constructor parameters in org.apache.accumulo.core.client.mock with type arguments of type ValueModifierConstructorDescriptionIteratorAdapter
(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key, Value> inner) Deprecated. -
Uses of Value in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile with parameters of type ValueModifier and TypeMethodDescriptionvoid
Append the key and value to the last locality group that was started.Method parameters in org.apache.accumulo.core.client.rfile with type arguments of type Value -
Uses of Value in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return ValueModifier and TypeMethodDescriptionstatic Value
KeyExtent.encodePrevEndRow
(org.apache.hadoop.io.Text per) Deprecated.Methods in org.apache.accumulo.core.data with parameters of type ValueModifier and TypeMethodDescriptionstatic org.apache.hadoop.io.Text
KeyExtent.decodePrevEndRow
(Value ibw) Deprecated.void
Mutation.put
(CharSequence columnFamily, CharSequence columnQualifier, long timestamp, Value value) Puts a modification in this mutation.void
Mutation.put
(CharSequence columnFamily, CharSequence columnQualifier, Value value) Puts a modification in this mutation.void
Mutation.put
(CharSequence columnFamily, CharSequence columnQualifier, ColumnVisibility columnVisibility, long timestamp, Value value) Puts a modification in this mutation.void
Mutation.put
(CharSequence columnFamily, CharSequence columnQualifier, ColumnVisibility columnVisibility, Value value) Puts a modification in this mutation.void
Mutation.put
(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, long timestamp, Value value) Puts a modification in this mutation.void
Mutation.put
(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, Value value) Puts a modification in this mutation.void
Mutation.put
(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, ColumnVisibility columnVisibility, long timestamp, Value value) Puts a modification in this mutation.void
Mutation.put
(org.apache.hadoop.io.Text columnFamily, org.apache.hadoop.io.Text columnQualifier, ColumnVisibility columnVisibility, Value value) Puts a modification in this mutation.Constructors in org.apache.accumulo.core.data with parameters of type Value