Class SmallLongTest.TestStateEncode

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

public static class SmallLongTest.TestStateEncode extends BasicState
  • Constructor Details

    • TestStateEncode

      public TestStateEncode()
  • Method Details

    • doSetupTrial

      public void doSetupTrial() throws Exception
      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
      Exception