| Interface | Description |
|---|---|
| HadoopTypeConverter<K,V> |
An interface describing a class that is able to
convert Hadoop types into Stratosphere's Record model.
|
| StratosphereTypeConverter<K,V> |
An interface describing a class that is able to
convert Stratosphere's Record into Hadoop types model.
|
| Class | Description |
|---|---|
| DefaultHadoopTypeConverter<K,V> |
Converter for the default hadoop writables.
|
| DefaultStratosphereTypeConverter<K,V> |
Converter Stratosphere Record into the default hadoop writables.
|
| WritableComparableWrapper<T extends WritableComparable<T>> | |
| WritableWrapper<T extends Writable> | |
| WritableWrapperConverter<K extends WritableComparable,V extends Writable> |
Copyright © 2013–2014. All rights reserved.