- GET_DELETES - Static variable in class com.mapr.db.mapreduce.TableInputFormat
-
- getConf() - Method in class com.mapr.db.mapreduce.BulkLoadOutputFormat
-
Returns current configuration object.
- getConf() - Method in class com.mapr.db.mapreduce.TableInputFormat
-
Returns the current configuration.
- getConf() - Method in class com.mapr.db.mapreduce.TableMutationOutputFormat
-
Returns the current configuration.
- getConf() - Method in class com.mapr.db.mapreduce.TableOutputFormat
-
Returns the current configuration.
- getConf() - Method in class com.mapr.db.mapreduce.TablePartitioner
-
Returns the current configuration.
- getConf() - Method in class com.mapr.db.mapreduce.TotalOrderPartitioner
-
- getCurrentKey() - Method in class com.mapr.db.mapreduce.TableRecordReader
-
Returns the current key.
- getCurrentKey() - Method in class com.mapr.db.mapreduce.TableRecordReaderImpl
-
Returns current key.
- getCurrentValue() - Method in class com.mapr.db.mapreduce.TableRecordReader
-
Returns the current value.
- getCurrentValue() - Method in class com.mapr.db.mapreduce.TableRecordReaderImpl
-
Returns current value as Document.
- getDeserializer(Class<Document>) - Method in class com.mapr.db.mapreduce.DBDocumentSerialization
-
Returns a deserializer of the document.
- getDeserializer(Class<Document>) - Method in class com.mapr.db.mapreduce.DocumentSerialization
-
Returns a deserializer of the document.
- getDeserializer(Class<Value>) - Method in class com.mapr.db.mapreduce.ValueSerialization
-
- getOutputCommitter(TaskAttemptContext) - Method in class com.mapr.db.mapreduce.BulkLoadOutputFormat
-
Return the outputCommitter object.
- getOutputCommitter(TaskAttemptContext) - Method in class com.mapr.db.mapreduce.TableMutationOutputFormat
-
Returns the output committer.
- getOutputCommitter(TaskAttemptContext) - Method in class com.mapr.db.mapreduce.TableOutputFormat
-
Returns the output committer.
- getPartition(ByteBufWritableComparable, Document, int) - Method in class com.mapr.db.mapreduce.TablePartitioner
-
Gets the partition number for a given key (hence record) given the total
number of partitions i.e.
- getPartition(K, V, int) - Method in class com.mapr.db.mapreduce.TotalOrderPartitioner
-
- getPartitionFile(Configuration) - Static method in class com.mapr.db.mapreduce.TotalOrderPartitioner
-
Get the path to the SequenceFile storing the sorted partition keyset.
- getPartitionSplitPoints(String) - Static method in class com.mapr.db.mapreduce.BulkLoadOutputFormat
-
Returns a list of keys which indicate the starting of each input partition.
- getProgress() - Method in class com.mapr.db.mapreduce.TableRecordReader
-
The current progress of the record reader through its data.
- getRecordWriter(TaskAttemptContext) - Method in class com.mapr.db.mapreduce.BulkLoadOutputFormat
-
Returns a bulkload RecordWriter object which can write a row to a table.
- getRecordWriter(TaskAttemptContext) - Method in class com.mapr.db.mapreduce.TableMutationOutputFormat
-
Creates a new DocumentMutation record writer.
- getRecordWriter(TaskAttemptContext) - Method in class com.mapr.db.mapreduce.TableOutputFormat
-
Creates a new record writer.
- getSerializer(Class<Document>) - Method in class com.mapr.db.mapreduce.DBDocumentSerialization
-
Returns a serializer of document.
- getSerializer(Class<Document>) - Method in class com.mapr.db.mapreduce.DocumentSerialization
-
Returns a serializer of document.
- getSerializer(Class<Value>) - Method in class com.mapr.db.mapreduce.ValueSerialization
-
- getSplits(JobContext) - Method in class com.mapr.db.mapreduce.TableInputFormat
-
Set up the splits which will be served as inputs to map tasks.