| Package | Description |
|---|---|
| eu.stratosphere.core.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordKeyExtractor |
| Modifier and Type | Method and Description |
|---|---|
KeyExtractor<T> |
TypeConfig.getKeyExtractor()
Returns the keyExtractor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeConfig.setKeyExtractor(KeyExtractor<T> keyExtractor)
Sets the keyExtractor to the specified value.
|
| Constructor and Description |
|---|
TypeConfig(eu.stratosphere.api.common.typeutils.TypeComparatorFactory<T> typeComparatorFactory,
eu.stratosphere.api.common.typeutils.TypePairComparatorFactory<T,T> typePairComparatorFactory,
eu.stratosphere.api.common.typeutils.TypeSerializerFactory<T> typeSerializerFactory,
TypeStringifier<T> typeStringifier,
KeyExtractor<T> keyExtractor,
Equaler<T> equaler)
Initializes TypeConfig.
|
Copyright © 2014. All rights reserved.