Class SmallLongTest.TestStateDecode

java.lang.Object
org.apache.avro.perf.test.BasicState
org.apache.avro.perf.test.basic.SmallLongTest.TestStateDecode
Direct Known Subclasses:
SmallLongTest_TestStateDecode_jmhType_B1
Enclosing class:
SmallLongTest

public static class SmallLongTest.TestStateDecode extends BasicState
  • Constructor Details

    • TestStateDecode

      public TestStateDecode()
  • Method Details

    • doSetupTrial

      public void doSetupTrial() throws IOException
      Avro uses Zig-Zag variable length encoding for numeric values. Ensure there are some numeric values of each possible size.
      Throws:
      IOException - Could not setup test data
    • doSetupInvocation

      public void doSetupInvocation() throws Exception
      Throws:
      Exception