| Class | Description |
|---|---|
| SerializableConfiguration |
A wrapper to allow Hadoop
Configurations to be serialized using Java's standard
serialization mechanisms. |
| WritableCoder<T extends org.apache.hadoop.io.Writable> |
A
WritableCoder is a Coder for a Java class that implements Writable. |
| WritableCoder.WritableCoderProviderRegistrar |
A
CoderProviderRegistrar which registers a CoderProvider which can handle
writable types. |