|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.conf.Configured
org.apache.avro.hadoop.io.AvroSerialization<T>
T - The Java type of the Avro data to serialize.public class AvroSerialization<T>
The Serialization used by jobs configured with
AvroJob.
| Constructor Summary | |
|---|---|
AvroSerialization()
|
|
| Method Summary | |
|---|---|
boolean |
accept(Class<?> c)
|
static void |
addToConfiguration(org.apache.hadoop.conf.Configuration conf)
Adds the AvroSerialization scheme to the configuration, so SerializationFactory instances constructed from the given configuration will be aware of it. |
org.apache.hadoop.io.serializer.Deserializer<AvroWrapper<T>> |
getDeserializer(Class<AvroWrapper<T>> c)
Gets an object capable of deserializing the output from a Mapper. |
static org.apache.avro.Schema |
getKeyReaderSchema(org.apache.hadoop.conf.Configuration conf)
Gets the reader schema of the AvroKey datum that is being serialized/deserialized. |
static org.apache.avro.Schema |
getKeyWriterSchema(org.apache.hadoop.conf.Configuration conf)
Gets the writer schema of the AvroKey datum that is being serialized/deserialized. |
org.apache.hadoop.io.serializer.Serializer<AvroWrapper<T>> |
getSerializer(Class<AvroWrapper<T>> c)
Gets an object capable of serializing output from a Mapper. |
static org.apache.avro.Schema |
getValueReaderSchema(org.apache.hadoop.conf.Configuration conf)
Gets the reader schema of the AvroValue datum that is being serialized/deserialized. |
static org.apache.avro.Schema |
getValueWriterSchema(org.apache.hadoop.conf.Configuration conf)
Gets the writer schema of the AvroValue datum that is being serialized/deserialized. |
static void |
setKeyReaderSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
Sets the reader schema of the AvroKey datum that is being serialized/deserialized. |
static void |
setKeyWriterSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
Sets the writer schema of the AvroKey datum that is being serialized/deserialized. |
static void |
setValueReaderSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
Sets the reader schema of the AvroValue datum that is being serialized/deserialized. |
static void |
setValueWriterSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
Sets the writer schema of the AvroValue datum that is being serialized/deserialized. |
| Methods inherited from class org.apache.hadoop.conf.Configured |
|---|
getConf, setConf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvroSerialization()
| Method Detail |
|---|
public boolean accept(Class<?> c)
accept in interface org.apache.hadoop.io.serializer.Serialization<AvroWrapper<T>>public org.apache.hadoop.io.serializer.Deserializer<AvroWrapper<T>> getDeserializer(Class<AvroWrapper<T>> c)
getDeserializer in interface org.apache.hadoop.io.serializer.Serialization<AvroWrapper<T>>c - The class to get a deserializer for.
c.public org.apache.hadoop.io.serializer.Serializer<AvroWrapper<T>> getSerializer(Class<AvroWrapper<T>> c)
getSerializer in interface org.apache.hadoop.io.serializer.Serialization<AvroWrapper<T>>c - The class to get a serializer for.
c.public static void addToConfiguration(org.apache.hadoop.conf.Configuration conf)
conf - The configuration to add AvroSerialization to.
public static void setKeyWriterSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
conf - The configuration.schema - The Avro key schema.
public static void setKeyReaderSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
conf - The configuration.schema - The Avro key schema.
public static void setValueWriterSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
conf - The configuration.schema - The Avro value schema.
public static void setValueReaderSchema(org.apache.hadoop.conf.Configuration conf,
org.apache.avro.Schema schema)
conf - The configuration.schema - The Avro value schema.public static org.apache.avro.Schema getKeyWriterSchema(org.apache.hadoop.conf.Configuration conf)
conf - The configuration.
public static org.apache.avro.Schema getKeyReaderSchema(org.apache.hadoop.conf.Configuration conf)
conf - The configuration.
public static org.apache.avro.Schema getValueWriterSchema(org.apache.hadoop.conf.Configuration conf)
conf - The configuration.
public static org.apache.avro.Schema getValueReaderSchema(org.apache.hadoop.conf.Configuration conf)
conf - The configuration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||