org.apache.hadoop.hive.serde2.avro
Class TestAvroSerializer

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.avro.TestAvroSerializer

public class TestAvroSerializer
extends Object


Constructor Summary
TestAvroSerializer()
           
 
Method Summary
 void canSerializeBooleans()
           
 void canSerializeBytes()
           
 void canSerializeDoubles()
           
 void canSerializeEnums()
           
 void canSerializeFixed()
           
 void canSerializeFloats()
           
 void canSerializeInts()
           
 void canSerializeLists()
           
 void canSerializeMaps()
           
 void canSerializeMapsWithNullablePrimitiveValues()
           
 void canSerializeNullableTypes()
           
 void canSerializeStrings()
           
 void canSerializeStructs()
           
 void canSerializeUnions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAvroSerializer

public TestAvroSerializer()
Method Detail

canSerializeStrings

public void canSerializeStrings()
                         throws SerDeException,
                                IOException
Throws:
SerDeException
IOException

canSerializeInts

public void canSerializeInts()
                      throws SerDeException,
                             IOException
Throws:
SerDeException
IOException

canSerializeBooleans

public void canSerializeBooleans()
                          throws SerDeException,
                                 IOException
Throws:
SerDeException
IOException

canSerializeFloats

public void canSerializeFloats()
                        throws SerDeException,
                               IOException
Throws:
SerDeException
IOException

canSerializeDoubles

public void canSerializeDoubles()
                         throws SerDeException,
                                IOException
Throws:
SerDeException
IOException

canSerializeLists

public void canSerializeLists()
                       throws SerDeException,
                              IOException
Throws:
SerDeException
IOException

canSerializeMaps

public void canSerializeMaps()
                      throws SerDeException,
                             IOException
Throws:
SerDeException
IOException

canSerializeStructs

public void canSerializeStructs()
                         throws SerDeException
Throws:
SerDeException

canSerializeUnions

public void canSerializeUnions()
                        throws SerDeException,
                               IOException
Throws:
SerDeException
IOException

canSerializeEnums

public void canSerializeEnums()
                       throws SerDeException,
                              IOException
Throws:
SerDeException
IOException

canSerializeNullableTypes

public void canSerializeNullableTypes()
                               throws SerDeException,
                                      IOException
Throws:
SerDeException
IOException

canSerializeMapsWithNullablePrimitiveValues

public void canSerializeMapsWithNullablePrimitiveValues()
                                                 throws SerDeException,
                                                        IOException
Throws:
SerDeException
IOException

canSerializeBytes

public void canSerializeBytes()
                       throws SerDeException,
                              IOException
Throws:
SerDeException
IOException

canSerializeFixed

public void canSerializeFixed()
                       throws SerDeException,
                              IOException
Throws:
SerDeException
IOException


Copyright © 2013 The Apache Software Foundation