org.apache.hadoop.hive.ql.io.orc
Class TestInStream

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.orc.TestInStream

public class TestInStream
extends Object


Constructor Summary
TestInStream()
           
 
Method Summary
 void testCompressed()
           
 void testCorruptStream()
           
 void testDisjointBuffers()
           
 void testUncompressed()
           
 void testUncompressedDisjointBuffers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInStream

public TestInStream()
Method Detail

testUncompressed

public void testUncompressed()
                      throws Exception
Throws:
Exception

testCompressed

public void testCompressed()
                    throws Exception
Throws:
Exception

testCorruptStream

public void testCorruptStream()
                       throws Exception
Throws:
Exception

testDisjointBuffers

public void testDisjointBuffers()
                         throws Exception
Throws:
Exception

testUncompressedDisjointBuffers

public void testUncompressedDisjointBuffers()
                                     throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation