- binaryInputFormat() - Method in class org.apache.mrql.BSPEvaluator
-
return the FileInputFormat for binary files
- BinaryInputRecordReader(FileSplit, BSPJob, int) - Constructor for class org.apache.mrql.BSPBinaryInputFormat.BinaryInputRecordReader
-
- bsp(Tree, Environment) - Method in class org.apache.mrql.BSPEvaluator
-
Evaluate MRQL physical operators using BSP
- BSP(int[], Tree, Tree, boolean, DataSet) - Static method in class org.apache.mrql.BSPPlan
-
Evaluate a BSP operation that returns a DataSet
- bsp(BSPPeer<MRContainer, MRContainer, MRContainer, MRContainer, MRContainer>) - Method in class org.apache.mrql.BSPPlan.BSPop
-
- BSPaggregate(int, Tree, Tree, Tree, Tree, DataSet) - Static method in class org.apache.mrql.BSPPlan
-
Evaluate a BSP operation that aggregates the results
- BSPBinaryInputFormat - Class in org.apache.mrql
-
Input format for hadoop sequence files
- BSPBinaryInputFormat() - Constructor for class org.apache.mrql.BSPBinaryInputFormat
-
- BSPBinaryInputFormat.BinaryInputRecordReader - Class in org.apache.mrql
-
- BSPEvaluator - Class in org.apache.mrql
-
Evaluate a physical plan in BSP mode using Apache Hama
- BSPEvaluator() - Constructor for class org.apache.mrql.BSPEvaluator
-
- BSPGeneratorInputFormat - Class in org.apache.mrql
-
the FileInputFormat for data generators: it creates HDFS files, where each file contains
an (offset,size) pair that generates the range of values [offset,offset+size]
- BSPGeneratorInputFormat() - Constructor for class org.apache.mrql.BSPGeneratorInputFormat
-
- BSPGeneratorInputFormat.GeneratorRecordReader - Class in org.apache.mrql
-
- BSPMRQLFileInputFormat - Class in org.apache.mrql
-
A superclass for all MRQL FileInputFormats
- BSPMRQLFileInputFormat() - Constructor for class org.apache.mrql.BSPMRQLFileInputFormat
-
- BSPop() - Constructor for class org.apache.mrql.BSPPlan.BSPop
-
- BSPParsedInputFormat - Class in org.apache.mrql
-
A FileInputFormat for text files (CVS, XML, JSON, ...)
- BSPParsedInputFormat() - Constructor for class org.apache.mrql.BSPParsedInputFormat
-
- BSPParsedInputFormat.ParsedRecordReader - Class in org.apache.mrql
-
- BSPPlan - Class in org.apache.mrql
-
Evaluate a BSP plan using Hama
- BSPPlan() - Constructor for class org.apache.mrql.BSPPlan
-
- BSPPlan.BSPop - Class in org.apache.mrql
-
The BSP evaluator