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 canSerializeArraysWithNullableComplexElements()
           
 void canSerializeArraysWithNullablePrimitiveElements()
           
 void canSerializeBooleans()
           
 void canSerializeBytes()
           
 void canSerializeDoubles()
           
 void canSerializeEnums()
           
 void canSerializeFixed()
           
 void canSerializeFloats()
           
 void canSerializeInts()
           
 void canSerializeLists()
           
 void canSerializeMaps()
           
 void canSerializeMapsWithNullableComplexValues()
           
 void canSerializeMapsWithNullablePrimitiveValues()
           
 void canSerializeNullableBytes()
           
 void canSerializeNullableEnums()
           
 void canSerializeNullableFixed()
           
 void canSerializeNullableLists()
           
 void canSerializeNullableMaps()
           
 void canSerializeNullablePrimitiveTypes()
           
 void canSerializeNullableRecords()
           
 void canSerializeRecordsWithNullableComplexElements()
           
 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

canSerializeNullableEnums

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

canSerializeNullablePrimitiveTypes

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

canSerializeMapsWithNullablePrimitiveValues

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

canSerializeNullableRecords

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

canSerializeNullableLists

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

canSerializeNullableMaps

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

canSerializeNullableFixed

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

canSerializeNullableBytes

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

canSerializeArraysWithNullablePrimitiveElements

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

canSerializeArraysWithNullableComplexElements

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

canSerializeRecordsWithNullableComplexElements

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

canSerializeMapsWithNullableComplexValues

public void canSerializeMapsWithNullableComplexValues()
                                               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 © 2012 The Apache Software Foundation