- GenericTestPlan<T,Records extends GenericTestRecords<T>> - Class in eu.stratosphere.core.testing
-
Base class for type-specific test plans.
- GenericTestPlan(TypeConfig<T>, Collection<? extends Operator>) - Constructor for class eu.stratosphere.core.testing.GenericTestPlan
-
Initializes TestPlan with the given Operators.
- GenericTestPlan(TypeConfig<T>, Operator...) - Constructor for class eu.stratosphere.core.testing.GenericTestPlan
-
Initializes TestPlan with the given Operators.
- GenericTestRecords<T> - Class in eu.stratosphere.core.testing
-
Base class for representing the input or output values of a
GenericTestPlan.
- GenericTestRecords(TypeConfig<T>) - Constructor for class eu.stratosphere.core.testing.GenericTestRecords
-
Initializes GenericTestRecords with the given
TypeConfig.
- GenericTestRecords() - Constructor for class eu.stratosphere.core.testing.GenericTestRecords
-
Initializes GenericTestRecords.
- get() - Static method in class eu.stratosphere.core.testing.DefaultEqualer
-
Returns the instance.
- get() - Static method in class eu.stratosphere.core.testing.DefaultStringifier
-
Returns the instance.
- get() - Static method in class eu.stratosphere.core.testing.SafeEqualer
-
Returns the instance.
- getAccumulatedRecordCount() - Method in class eu.stratosphere.core.testing.io.BlockInfo
-
Returns the accumulated record count.
- getActualOutput() - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Returns the first output
GenericTestRecords of the TestPlan associated with the
given sink.
- getActualOutput(GenericDataSink) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getActualOutput(GenericDataSink, TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getActualOutput(int) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getActualOutput(int, TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getActualOutput(TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Returns the first output
GenericTestRecords of the TestPlan associated with the
given sink.
- getActualOutput(Class<? extends Value>[]) - Method in class eu.stratosphere.core.testing.TestPlan
-
Returns the first actual output
TestRecords with the given schema of the TestPlan.
- getBlockSize() - Method in class eu.stratosphere.core.testing.io.BinaryInputFormat
-
Returns the blockSize.
- getBlockSize() - Method in class eu.stratosphere.core.testing.io.BinaryOutputFormat
-
Returns the blockSize.
- getConfiguration() - Method in class eu.stratosphere.core.testing.TypeConfig
-
Returns the configuration.
- getDefaultConfig() - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Returns the defaultConfig.
- getDegreeOfParallelism() - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Returns the degreeOfParallelism.
- getDelta() - Method in class eu.stratosphere.core.testing.fuzzy.DoubleValueSimilarity
-
Returns the threshold.
- getDistance(DoubleValue, DoubleValue) - Method in class eu.stratosphere.core.testing.fuzzy.DoubleValueSimilarity
-
- getDistance(TypeConfig<Record>, Record, Record) - Method in class eu.stratosphere.core.testing.fuzzy.RecordDistance
-
Calculates the overall distance between the expected and actual record.
- getDistance(TypeConfig<T>, T, T) - Method in interface eu.stratosphere.core.testing.fuzzy.TypeDistance
-
- getDistance(V, V) - Method in interface eu.stratosphere.core.testing.fuzzy.ValueSimilarity
-
- getEqualer() - Method in class eu.stratosphere.core.testing.TypeConfig
-
Returns the equaler.
- getExpectedOutput(GenericDataSink, TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getExpectedOutput(int, TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Returns the expected output
GenericTestRecords associated with the
ith expected output of the TestPlan.
- getExpectedOutput(TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getExpectedOutput(Class<? extends Value>, Class<?>...) - Method in class eu.stratosphere.core.testing.TestPlan
-
Returns the expected output
TestRecords with the given schema of the TestPlan
associated with the given sink.
- getExpectedOutput(GenericDataSink, Class<? extends Value>[]) - Method in class eu.stratosphere.core.testing.TestPlan
-
Returns the expected output
TestRecords with the given schema of the TestPlan
associated with the given sink.
- getExpectedOutput(int, Class<? extends Value>[]) - Method in class eu.stratosphere.core.testing.TestPlan
-
Returns the expected output
TestRecords with the given schema of the TestPlan
associated with the given sink.
- getFirstRecordStart() - Method in class eu.stratosphere.core.testing.io.BlockInfo
-
Returns the firstRecordStart.
- getFuzzyValueMatcher() - Method in class eu.stratosphere.core.testing.TypeConfig
-
Returns the fuzzyValueMatcher.
- getIndices() - Method in class eu.stratosphere.core.testing.RecordKeyExtractor
-
Returns the indices.
- getInfoSize() - Method in class eu.stratosphere.core.testing.io.BlockInfo
-
- getInput() - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getInput(GenericDataSource<?>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getInput(GenericDataSource<?>, TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getInput(int) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getInput(int, TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
- getKeyClasses() - Method in class eu.stratosphere.core.testing.RecordKeyExtractor
-
Returns the keyClasses.
- getKeyExtractor() - Method in class eu.stratosphere.core.testing.TypeConfig
-
Returns the keyExtractor.
- getNumKeys() - Method in interface eu.stratosphere.core.testing.KeyExtractor
-
- getNumKeys() - Method in class eu.stratosphere.core.testing.RecordKeyExtractor
-
- getOutputOfOperator(Operator) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Traverses the test plan and returns the first contracts that process the
data of the given contract.
- getOutputsOfOperator(Operator) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Traverses the test plan and returns all contracts that process the data
of the given contract.
- getRecordConfig(Class<? extends Value>, Class<?>...) - Static method in class eu.stratosphere.core.testing.TestRecords
-
Creates the type config specific for Stratosphere Records with the given schema.
- getRecordConfig(Class<? extends Value>[]) - Static method in class eu.stratosphere.core.testing.TestRecords
-
Creates the type config specific for Stratosphere Records with the given schema.
- getRecordCount() - Method in class eu.stratosphere.core.testing.io.BlockInfo
-
Returns the recordCount.
- getRecords() - Method in class eu.stratosphere.core.testing.GenericTestRecords
-
Returns the records.
- getSchema() - Method in class eu.stratosphere.core.testing.RecordEqualer
-
Returns the schema.
- getSchema() - Method in class eu.stratosphere.core.testing.TestPlan
-
Returns the schema.
- getSchema(TypeConfig<Record>) - Static method in class eu.stratosphere.core.testing.TestRecords
-
Returns the schema from the given config.
- getSinks() - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Returns all GenericDataSinks of this test plan.
- getSources() - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Returns the sources.
- getStatistics(BaseStatistics) - Method in class eu.stratosphere.core.testing.io.BinaryInputFormat
-
- getTypeComparator() - Method in class eu.stratosphere.core.testing.TypeConfig
-
- getTypeComparatorFactory() - Method in class eu.stratosphere.core.testing.TypeConfig
-
- getTypeConfig() - Method in class eu.stratosphere.core.testing.GenericTestRecords
-
Returns the typeConfig.
- getTypeDistance() - Method in class eu.stratosphere.core.testing.fuzzy.NaiveFuzzyValueMatcher
-
Returns the typeDistance.
- getTypePairComparator() - Method in class eu.stratosphere.core.testing.TypeConfig
-
- getTypePairComparatorFactory() - Method in class eu.stratosphere.core.testing.TypeConfig
-
- getTypeSerializer() - Method in class eu.stratosphere.core.testing.io.SequentialInputFormat
-
Returns the typeSerializer.
- getTypeSerializer() - Method in class eu.stratosphere.core.testing.io.SequentialOutputFormat
-
Returns the typeSerializer.
- getTypeSerializer() - Method in class eu.stratosphere.core.testing.TypeConfig
-
- getTypeSerializerFactory() - Method in class eu.stratosphere.core.testing.TypeConfig
-
- getTypeStringifier() - Method in class eu.stratosphere.core.testing.TypeConfig
-
Returns the typeStringifier.
- SafeEqualer - Class in eu.stratosphere.core.testing
-
- SafeEqualer() - Constructor for class eu.stratosphere.core.testing.SafeEqualer
-
- saveToFile(String) - Method in class eu.stratosphere.core.testing.GenericTestRecords
-
Saves the data to the given path in an internal format.
- SchemaUtils - Class in eu.stratosphere.core.testing
-
- SchemaUtils() - Constructor for class eu.stratosphere.core.testing.SchemaUtils
-
- SequentialInputFormat<T> - Class in eu.stratosphere.core.testing.io
-
Reads
Objects with
TypeSerializers from disk.
- SequentialInputFormat() - Constructor for class eu.stratosphere.core.testing.io.SequentialInputFormat
-
- SequentialInputFormat.AbstractConfigBuilder<T> - Class in eu.stratosphere.core.testing.io
-
Abstract builder used to set parameters to the input format's configuration in a fluent way.
- SequentialInputFormat.AbstractConfigBuilder(Configuration) - Constructor for class eu.stratosphere.core.testing.io.SequentialInputFormat.AbstractConfigBuilder
-
Creates a new builder for the given configuration.
- SequentialInputFormat.ConfigBuilder - Class in eu.stratosphere.core.testing.io
-
A builder used to set parameters to the input format's configuration in a fluent way.
- SequentialInputFormat.ConfigBuilder(Configuration) - Constructor for class eu.stratosphere.core.testing.io.SequentialInputFormat.ConfigBuilder
-
Creates a new builder for the given configuration.
- SequentialOutputFormat - Class in eu.stratosphere.core.testing.io
-
Writes
Objects with
TypeSerializers to disk.
- SequentialOutputFormat() - Constructor for class eu.stratosphere.core.testing.io.SequentialOutputFormat
-
- SequentialOutputFormat.AbstractConfigBuilder<T> - Class in eu.stratosphere.core.testing.io
-
Abstract builder used to set parameters to the input format's configuration in a fluent way.
- SequentialOutputFormat.AbstractConfigBuilder(Configuration) - Constructor for class eu.stratosphere.core.testing.io.SequentialOutputFormat.AbstractConfigBuilder
-
Creates a new builder for the given configuration.
- SequentialOutputFormat.ConfigBuilder - Class in eu.stratosphere.core.testing.io
-
A builder used to set parameters to the input format's configuration in a fluent way.
- SequentialOutputFormat.ConfigBuilder(Configuration) - Constructor for class eu.stratosphere.core.testing.io.SequentialOutputFormat.ConfigBuilder
-
Creates a new builder for the given configuration.
- serialize(T, DataOutputView) - Method in class eu.stratosphere.core.testing.io.BinaryOutputFormat
-
Serializes the given record to the DataOutputView.
- serialize(Object, DataOutputView) - Method in class eu.stratosphere.core.testing.io.SequentialOutputFormat
-
- setAccumulatedRecordCount(long) - Method in class eu.stratosphere.core.testing.io.BlockInfo
-
Sets the accumulatedRecordCount to the specified value.
- setAllowedDoubleDelta(double) - Method in class eu.stratosphere.core.testing.TestRecords
-
Sets the double delta that is allowed so that DoubleValues are treated as equal.
- setBlockSize(long) - Method in class eu.stratosphere.core.testing.io.BinaryInputFormat
-
Sets the blockSize to the specified value.
- setBlockSize(long) - Method in class eu.stratosphere.core.testing.io.BinaryOutputFormat
-
Sets the blockSize to the specified value.
- setDefaultConfig(TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Sets the defaultConfig to the specified value.
- setDegreeOfParallelism(int) - Method in class eu.stratosphere.core.testing.GenericTestPlan
-
Sets the degreeOfParallelism to the specified value.
- setEmpty() - Method in class eu.stratosphere.core.testing.GenericTestRecords
-
Specifies that the set of key/value records is empty.
- setFirstRecordStart(long) - Method in class eu.stratosphere.core.testing.io.BlockInfo
-
Sets the firstRecordStart to the specified value.
- setFuzzyValueMatcher(FuzzyValueMatcher<T>) - Method in class eu.stratosphere.core.testing.TypeConfig
-
Sets the fuzzyValueMatcher to the specified value.
- setKeyExtractor(KeyExtractor<T>) - Method in class eu.stratosphere.core.testing.TypeConfig
-
Sets the keyExtractor to the specified value.
- setRecordCount(long) - Method in class eu.stratosphere.core.testing.io.BlockInfo
-
Sets the recordCount to the specified value.
- setSchema(Class<? extends Value>, Class<?>...) - Method in class eu.stratosphere.core.testing.TestPlan
-
Sets the default schema of all input and outputs.
- setSchema(Class<? extends Value>[]) - Method in class eu.stratosphere.core.testing.TestPlan
-
Sets the default schema of all input and outputs.
- setTypeConfig(TypeConfig<T>) - Method in class eu.stratosphere.core.testing.GenericTestRecords
-
Sets the typeConfig to the specified value.
- setTypeSerializer(TypeSerializer<T>) - Method in class eu.stratosphere.core.testing.io.SequentialInputFormat
-
Sets the typeSerializer to the specified value.
- setTypeSerializer(TypeSerializer<?>) - Method in class eu.stratosphere.core.testing.io.SequentialOutputFormat
-
Sets the typeSerializer to the specified value.
- stringify(TypeStringifier<T>, Iterator<T>) - Static method in class eu.stratosphere.core.testing.IteratorUtil
-
- stringify(TypeStringifier<T>, Iterator<T>, int) - Static method in class eu.stratosphere.core.testing.IteratorUtil
-