A B C D E F G J K L M O R S T W 

A

AbstractArrayModelFunction - Class in eu.stratosphere.arraymodel.functions
Base class of all stubs in the array data model.
AbstractArrayModelFunction() - Constructor for class eu.stratosphere.arraymodel.functions.AbstractArrayModelFunction
 
ArrayModelOutputFormat - Interface in eu.stratosphere.arraymodel.io
 
ArrayModelPlan - Class in eu.stratosphere.arraymodel
 
ArrayModelPlan(Collection<GenericDataSink>, String) - Constructor for class eu.stratosphere.arraymodel.ArrayModelPlan
 
ArrayModelPlan(Collection<GenericDataSink>) - Constructor for class eu.stratosphere.arraymodel.ArrayModelPlan
 
ArrayModelPlan(GenericDataSink, String) - Constructor for class eu.stratosphere.arraymodel.ArrayModelPlan
 
ArrayModelPlan(GenericDataSink) - Constructor for class eu.stratosphere.arraymodel.ArrayModelPlan
 
ArrayOutputFormat - Class in eu.stratosphere.arraymodel.io
 
ArrayOutputFormat() - Constructor for class eu.stratosphere.arraymodel.io.ArrayOutputFormat
 
ArrayOutputFormat.AbstractConfigBuilder<T> - Class in eu.stratosphere.arraymodel.io
Abstract builder used to set parameters to the input format's configuration in a fluent way.
ArrayOutputFormat.AbstractConfigBuilder(Configuration) - Constructor for class eu.stratosphere.arraymodel.io.ArrayOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
ArrayOutputFormat.ConfigBuilder - Class in eu.stratosphere.arraymodel.io
A builder used to set parameters to the input format's configuration in a fluent way.
ArrayOutputFormat.ConfigBuilder(Configuration) - Constructor for class eu.stratosphere.arraymodel.io.ArrayOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
ArrayRecordOptimizerPostPass - Class in eu.stratosphere.arraymodel.optimizer
Post pass implementation for the array record data model.
ArrayRecordOptimizerPostPass() - Constructor for class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
ascii - Variable in class eu.stratosphere.arraymodel.io.StringInputFormat
 

B

byteWrapper - Variable in class eu.stratosphere.arraymodel.io.StringInputFormat
 

C

CHARSET_NAME - Static variable in class eu.stratosphere.arraymodel.io.StringInputFormat
 
close() - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat
 
coGroup(Iterator<Value[]>, Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.CoGroupFunction
This method must be implemented to provide a user implementation of a matcher.
CoGroupFunction - Class in eu.stratosphere.arraymodel.functions
 
CoGroupFunction() - Constructor for class eu.stratosphere.arraymodel.functions.CoGroupFunction
 
combine(Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.ReduceFunction
No default implementation provided.
combine(Value, Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 
combine(Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 
configure(Configuration) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat
 
configure(Configuration) - Method in class eu.stratosphere.arraymodel.io.StringInputFormat
 
configureArrayFormat(FileDataSink) - Static method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
createComparator(FieldList, boolean[], DenseValueSchema) - Method in class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
createEmptySchema() - Method in class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
createPairComparator(FieldList, FieldList, boolean[], DenseValueSchema, DenseValueSchema) - Method in class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
createSerializer(DenseValueSchema) - Method in class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
cross(Value[], Value[], Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.CrossFunction
This method must be implemented to provide a user implementation of a cross.
CrossFunction - Class in eu.stratosphere.arraymodel.functions
 
CrossFunction() - Constructor for class eu.stratosphere.arraymodel.functions.CrossFunction
 

D

DataTypes - Annotation Type in eu.stratosphere.arraymodel.functions
 
DataTypes.First - Annotation Type in eu.stratosphere.arraymodel.functions
 
DataTypes.Second - Annotation Type in eu.stratosphere.arraymodel.functions
 
decoder - Variable in class eu.stratosphere.arraymodel.io.StringInputFormat
 
DEFAULT_CHARSET_NAME - Static variable in class eu.stratosphere.arraymodel.io.StringInputFormat
 

E

encoding(String) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat.AbstractConfigBuilder
Sets the charset that will be used to encode the strings binary.
eu.stratosphere.arraymodel - package eu.stratosphere.arraymodel
 
eu.stratosphere.arraymodel.example - package eu.stratosphere.arraymodel.example
 
eu.stratosphere.arraymodel.functions - package eu.stratosphere.arraymodel.functions
 
eu.stratosphere.arraymodel.io - package eu.stratosphere.arraymodel.io
 
eu.stratosphere.arraymodel.operators - package eu.stratosphere.arraymodel.operators
 
eu.stratosphere.arraymodel.optimizer - package eu.stratosphere.arraymodel.optimizer
 

F

fieldDelimiter(char) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat.AbstractConfigBuilder
Sets the delimiter that delimits the individual fields in the records textual output representation.

G

getDataTypes(int) - Method in class eu.stratosphere.arraymodel.functions.AbstractArrayModelFunction
 
getDataTypes() - Method in interface eu.stratosphere.arraymodel.io.ArrayModelOutputFormat
 
getDataTypes() - Method in class eu.stratosphere.arraymodel.io.StringIntOutputFormat
 
getDescription() - Method in class eu.stratosphere.arraymodel.example.WordCountArrayTuples
 
getDualInputNodeSchema(DualInputPlanNode, DenseValueSchema, DenseValueSchema) - Method in class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
getPlan(String...) - Method in class eu.stratosphere.arraymodel.example.WordCountArrayTuples
 
getPostPassClassName() - Method in class eu.stratosphere.arraymodel.ArrayModelPlan
 
getSingleInputNodeSchema(SingleInputPlanNode, DenseValueSchema) - Method in class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
getSinkSchema(SinkPlanNode, DenseValueSchema) - Method in class eu.stratosphere.arraymodel.optimizer.ArrayRecordOptimizerPostPass
 
getUDFMethod() - Method in class eu.stratosphere.arraymodel.functions.AbstractArrayModelFunction
 
getUDFMethod() - Method in class eu.stratosphere.arraymodel.functions.CoGroupFunction
 
getUDFMethod() - Method in class eu.stratosphere.arraymodel.functions.CrossFunction
 
getUDFMethod() - Method in class eu.stratosphere.arraymodel.functions.JoinFunction
 
getUDFMethod() - Method in class eu.stratosphere.arraymodel.functions.MapFunction
 
getUDFMethod() - Method in class eu.stratosphere.arraymodel.functions.ReduceFunction
 
getUDFMethod() - Method in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 

J

join(Value[], Value[], Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.JoinFunction
This method must be implemented to provide a user implementation of a matcher.
JoinFunction - Class in eu.stratosphere.arraymodel.functions
 
JoinFunction() - Constructor for class eu.stratosphere.arraymodel.functions.JoinFunction
 

K

KEY_INDEX_PARAM_KEY - Static variable in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 
KEY_TYPE_PARAM_KEY - Static variable in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 

L

lenient(boolean) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat.AbstractConfigBuilder
Sets the leniency for the serializer.

M

main(String[]) - Static method in class eu.stratosphere.arraymodel.example.WordCountArrayTuples
 
map(Value[], Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.example.WordCountArrayTuples.TokenizeLine
 
map(Value[], Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.MapFunction
This method must be implemented to provide a user implementation of a mapper.
MapFunction - Class in eu.stratosphere.arraymodel.functions
 
MapFunction() - Constructor for class eu.stratosphere.arraymodel.functions.MapFunction
 

O

open(Configuration) - Method in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 
open(int) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat
 

R

readRecord(Value[], byte[], int, int) - Method in class eu.stratosphere.arraymodel.io.StringInputFormat
 
recordDelimiter(char) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat.AbstractConfigBuilder
Sets the delimiter to be a single character, namely the given one.
recordDelimiter(String) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
reduce(Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.example.WordCountArrayTuples.CountWords
 
reduce(Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.ReduceFunction
The central function to be implemented for a reducer.
reduce(Value, Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 
reduce(Iterator<Value[]>, Collector<Value[]>) - Method in class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 
ReduceFunction - Class in eu.stratosphere.arraymodel.functions
 
ReduceFunction() - Constructor for class eu.stratosphere.arraymodel.functions.ReduceFunction
 
ReduceWithKeyFunction - Class in eu.stratosphere.arraymodel.functions
 
ReduceWithKeyFunction() - Constructor for class eu.stratosphere.arraymodel.functions.ReduceWithKeyFunction
 
ReduceWithKeyOperator - Class in eu.stratosphere.arraymodel.operators
MapOperator represents a Pact with a Map Input Contract.
ReduceWithKeyOperator(Class<? extends ReduceWithKeyFunction>, int, String) - Constructor for class eu.stratosphere.arraymodel.operators.ReduceWithKeyOperator
 
ReduceWithKeyOperator(ReduceWithKeyFunction, int, String) - Constructor for class eu.stratosphere.arraymodel.operators.ReduceWithKeyOperator
 

S

StringInputFormat - Class in eu.stratosphere.arraymodel.io
Base implementation for an input format that returns each line as a separate record that contains only a single string, namely the line.
StringInputFormat() - Constructor for class eu.stratosphere.arraymodel.io.StringInputFormat
 
StringIntOutputFormat - Class in eu.stratosphere.arraymodel.io
 
StringIntOutputFormat() - Constructor for class eu.stratosphere.arraymodel.io.StringIntOutputFormat
 

T

theString - Variable in class eu.stratosphere.arraymodel.io.StringInputFormat
 

W

WordCountArrayTuples - Class in eu.stratosphere.arraymodel.example
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
WordCountArrayTuples() - Constructor for class eu.stratosphere.arraymodel.example.WordCountArrayTuples
 
WordCountArrayTuples.CountWords - Class in eu.stratosphere.arraymodel.example
Sums up the counts for a certain given key.
WordCountArrayTuples.CountWords() - Constructor for class eu.stratosphere.arraymodel.example.WordCountArrayTuples.CountWords
 
WordCountArrayTuples.TokenizeLine - Class in eu.stratosphere.arraymodel.example
Converts a Record containing one string in to multiple string/integer pairs.
WordCountArrayTuples.TokenizeLine() - Constructor for class eu.stratosphere.arraymodel.example.WordCountArrayTuples.TokenizeLine
 
writeRecord(Value[]) - Method in class eu.stratosphere.arraymodel.io.ArrayOutputFormat
 
A B C D E F G J K L M O R S T W 

Copyright © 2013–2014. All rights reserved.