public static interface FlatFileInputFormat.SerializationContext<S>
extends org.apache.hadoop.conf.Configurable
Modifier and Type | Method and Description |
---|---|
Class<? extends S> |
getRealClass()
Produces the specific class to deserialize.
|
org.apache.hadoop.io.serializer.Serialization<S> |
getSerialization()
An
Serialization object for objects of type S. |
org.apache.hadoop.io.serializer.Serialization<S> getSerialization() throws IOException
Serialization
object for objects of type S.IOException
Class<? extends S> getRealClass() throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.