Skip navigation links
B C F G O P S 

B

build() - Method in class org.apache.fluo.mapreduce.FluoMutationGenerator
 

C

checkOutputSpecs(JobContext) - Method in class org.apache.fluo.mapreduce.FluoOutputFormat
 
configure(Job, SimpleConfiguration) - Static method in class org.apache.fluo.mapreduce.FluoEntryInputFormat
Configure properties needed to connect to a Fluo application
configure(Job, SimpleConfiguration) - Static method in class org.apache.fluo.mapreduce.FluoOutputFormat
Call this method to initialize the Fluo connection props
configure(Job, SimpleConfiguration) - Static method in class org.apache.fluo.mapreduce.FluoRowInputFormat
Configure properties needed to connect to a Fluo application
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.fluo.mapreduce.FluoEntryInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.fluo.mapreduce.FluoRowInputFormat
 

F

fetchFamilies(Job, String...) - Static method in class org.apache.fluo.mapreduce.FluoEntryInputFormat
 
fetchFamilies(Job, Bytes...) - Static method in class org.apache.fluo.mapreduce.FluoEntryInputFormat
 
fetchFamilies(Job, String...) - Static method in class org.apache.fluo.mapreduce.FluoRowInputFormat
 
fetchFamilies(Job, Bytes...) - Static method in class org.apache.fluo.mapreduce.FluoRowInputFormat
 
FluoEntryInputFormat - Class in org.apache.fluo.mapreduce
This input format reads a consistent snapshot of Fluo entries from a Fluo table.
FluoEntryInputFormat() - Constructor for class org.apache.fluo.mapreduce.FluoEntryInputFormat
 
FluoKeyValue - Class in org.apache.fluo.mapreduce
 
FluoKeyValueGenerator - Class in org.apache.fluo.mapreduce
This class allows generating Accumulo key values that are in the Fluo data format.
FluoKeyValueGenerator() - Constructor for class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
FluoMutationGenerator - Class in org.apache.fluo.mapreduce
This class generates Accumulo mutations that are in the Fluo data format.
FluoMutationGenerator(CharSequence) - Constructor for class org.apache.fluo.mapreduce.FluoMutationGenerator
Creates builder for given row
FluoMutationGenerator(Text) - Constructor for class org.apache.fluo.mapreduce.FluoMutationGenerator
 
FluoMutationGenerator(Bytes) - Constructor for class org.apache.fluo.mapreduce.FluoMutationGenerator
 
FluoMutationGenerator(byte[]) - Constructor for class org.apache.fluo.mapreduce.FluoMutationGenerator
 
FluoMutationGenerator(RowColumnValue) - Constructor for class org.apache.fluo.mapreduce.FluoMutationGenerator
 
FluoOutputFormat - Class in org.apache.fluo.mapreduce
This output format enables the execution of load transaction against a Fluo table using map reduce.
FluoOutputFormat() - Constructor for class org.apache.fluo.mapreduce.FluoOutputFormat
 
FluoRowInputFormat - Class in org.apache.fluo.mapreduce
This input format reads a consistent snapshot of Fluo rows from a Fluo table.
FluoRowInputFormat() - Constructor for class org.apache.fluo.mapreduce.FluoRowInputFormat
 

G

getKey() - Method in class org.apache.fluo.mapreduce.FluoKeyValue
 
getKeyValues() - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
Translates the Fluo row, column, and value set into the persistent format that is stored in Accumulo.
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.fluo.mapreduce.FluoOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.fluo.mapreduce.FluoOutputFormat
 
getSplits(JobContext) - Method in class org.apache.fluo.mapreduce.FluoEntryInputFormat
 
getSplits(JobContext) - Method in class org.apache.fluo.mapreduce.FluoRowInputFormat
 
getValue() - Method in class org.apache.fluo.mapreduce.FluoKeyValue
 

O

org.apache.fluo.mapreduce - package org.apache.fluo.mapreduce
 

P

put(Column, CharSequence) - Method in class org.apache.fluo.mapreduce.FluoMutationGenerator
Puts value at given column
put(Column, Text) - Method in class org.apache.fluo.mapreduce.FluoMutationGenerator
 
put(Column, Bytes) - Method in class org.apache.fluo.mapreduce.FluoMutationGenerator
 
put(Column, byte[]) - Method in class org.apache.fluo.mapreduce.FluoMutationGenerator
 

S

set(RowColumnValue) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
Set the row, column, and value
setColumn(Column) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
setRow(byte[]) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
setRow(Text) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
setRow(Bytes) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
setRow(String) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
This method will use UTF-8 to encode the string as bytes.
setValue(byte[]) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
setValue(Text) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
setValue(Bytes) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
 
setValue(String) - Method in class org.apache.fluo.mapreduce.FluoKeyValueGenerator
This method will use UTF-8 to encode the string as bytes.
B C F G O P S 
Skip navigation links

Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.