| Package | Description |
|---|---|
| eu.stratosphere.core.testing | |
| eu.stratosphere.core.testing.fuzzy |
| Modifier and Type | Method and Description |
|---|---|
FuzzyValueMatcher<T> |
TypeConfig.getFuzzyValueMatcher()
Returns the fuzzyValueMatcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeConfig.setFuzzyValueMatcher(FuzzyValueMatcher<T> fuzzyValueMatcher)
Sets the fuzzyValueMatcher to the specified value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EqualityValueMatcher<T>
Matches all exact matching pairs using equals.
|
class |
NaiveFuzzyValueMatcher<T>
Simple matching algorithm that returns unmatched values but allows a value from one bag to be matched several times
against items from another bag.
|
Copyright © 2014. All rights reserved.