Class IntTest.TestStateEncode

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

public static class IntTest.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 of each possible size.
      Throws:
      IOException - Could not setup test data
      Exception