| Interface | Description |
|---|---|
| Equaler<T> |
Represents the external definition of
Object.equals(Object). |
| KeyExtractor<T> |
A general means to extract the keys from a given record.
|
| TypeStringifier<T> |
A generic means to get a human-readable string representation of an
Object. |
| Class | Description |
|---|---|
| AssertUtil |
Additional assertions for unit tests.
|
| ClosableManager |
Collects other
Closeables and closes them once. |
| DefaultEqualer |
Wraps
Object.equals(Object). |
| DefaultStringifier | |
| GenericTestPlan<T,Records extends GenericTestRecords<T>> |
Base class for type-specific test plans.
|
| GenericTestRecords<T> |
Base class for representing the input or output values of a
GenericTestPlan. |
| ImmutableRecordIterator<T> |
Materializes the results of a
MutableObjectIterator. |
| InputIterator<T> |
Provides an
Iterator for InputFormats. |
| IteratorUtil |
Convenience methods for working with
Objects that should be used as records in Stratosphere. |
| RecordEqualer |
Checks whether two Stratosphere
Records are equal according to the given schema. |
| RecordKeyExtractor | |
| RecordStringifier |
Generates a string for the
Record using the given schema. |
| SafeEqualer |
Wraps
Object.equals(Object) but honors possible null values. |
| SchemaUtils | |
| TestPlan |
The primary resource to test one or more implemented PACT stubs.
|
| TestRecords |
Represents the input or output values of a
TestPlan. |
| TypeConfig<T> |
TypeConfig collects all information about a record type that can be used in a Plan. |
Copyright © 2014. All rights reserved.