Skip navigation links
A B D F G N O R S T 

A

AccumuloRangePartitioner - Class in org.apache.fluo.recipes.spark
 
AccumuloRangePartitioner(Collection<Text>) - Constructor for class org.apache.fluo.recipes.spark.AccumuloRangePartitioner
 

B

bulkImportKvToAccumulo(JavaPairRDD<Key, Value>, String, FluoSparkHelper.BulkImportOptions) - Method in class org.apache.fluo.recipes.spark.FluoSparkHelper
Bulk import Key/Value data into specified Accumulo table.
bulkImportKvToFluo(JavaPairRDD<Key, Value>, FluoSparkHelper.BulkImportOptions) - Method in class org.apache.fluo.recipes.spark.FluoSparkHelper
Bulk import Key/Value data into into Fluo table (obtained from Fluo configuration).
BulkImportOptions() - Constructor for class org.apache.fluo.recipes.spark.FluoSparkHelper.BulkImportOptions
 
bulkImportRcvToAccumulo(JavaPairRDD<RowColumn, Bytes>, String, FluoSparkHelper.BulkImportOptions) - Method in class org.apache.fluo.recipes.spark.FluoSparkHelper
Bulk import RowColumn/Value data into specified Accumulo table.
bulkImportRcvToFluo(JavaPairRDD<RowColumn, Bytes>, FluoSparkHelper.BulkImportOptions) - Method in class org.apache.fluo.recipes.spark.FluoSparkHelper
Bulk import RowColumn/Value data into Fluo table (obtained from Fluo configuration).

D

DEFAULT - Static variable in class org.apache.fluo.recipes.spark.FluoSparkHelper.BulkImportOptions
 

F

FluoSparkHelper - Class in org.apache.fluo.recipes.spark
Helper methods for using Fluo with Spark
FluoSparkHelper(FluoConfiguration, Configuration, Path) - Constructor for class org.apache.fluo.recipes.spark.FluoSparkHelper
 
FluoSparkHelper.BulkImportOptions - Class in org.apache.fluo.recipes.spark
Optional settings for Bulk Imports
FluoSparkTestUtil - Class in org.apache.fluo.recipes.spark
Utility code for Fluo/Spark testing
FluoSparkTestUtil() - Constructor for class org.apache.fluo.recipes.spark.FluoSparkTestUtil
 

G

getPartition(Object) - Method in class org.apache.fluo.recipes.spark.AccumuloRangePartitioner
 

N

newSparkContext(String) - Static method in class org.apache.fluo.recipes.spark.FluoSparkTestUtil
Creates Java Spark Context for unit/integration testing
numPartitions() - Method in class org.apache.fluo.recipes.spark.AccumuloRangePartitioner
 

O

org.apache.fluo.recipes.spark - package org.apache.fluo.recipes.spark
 

R

readFromFluo(JavaSparkContext) - Method in class org.apache.fluo.recipes.spark.FluoSparkHelper
Reads all data from a snapshot in Fluo and returns it as a RowColumn/Value RDD.

S

setAccumuloConnector(Connector) - Method in class org.apache.fluo.recipes.spark.FluoSparkHelper.BulkImportOptions
If this methods is not called, then a Connector will be created using properties in the FluoConfiguration supplied to FluoSparkHelper.FluoSparkHelper(FluoConfiguration, Configuration, Path)
setTempDir(Path) - Method in class org.apache.fluo.recipes.spark.FluoSparkHelper.BulkImportOptions
If this method is not called, then a temp dir will be created based on the path passed supplied to FluoSparkHelper.FluoSparkHelper(FluoConfiguration, Configuration, Path)

T

toPairRDD(JavaRDD<RowColumnValue>) - Static method in class org.apache.fluo.recipes.spark.FluoSparkHelper
Converts RowColumnValue RDD to RowColumn/Bytes PairRDD
toRcvRDD(JavaPairRDD<RowColumn, Bytes>) - Static method in class org.apache.fluo.recipes.spark.FluoSparkHelper
Converts RowColumn/Bytes PairRDD to RowColumnValue RDD
A B D F G N O R S T 
Skip navigation links

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