Class DelegatingBinaryStoreV2BufferProcessor.UninitializedRecordHandler

java.lang.Object
com.illumon.iris.binarystore.DelegatingBinaryStoreV2BufferProcessor.UninitializedRecordHandler
All Implemented Interfaces:
Runnable
Enclosing class:
DelegatingBinaryStoreV2BufferProcessor

public static final class DelegatingBinaryStoreV2BufferProcessor.UninitializedRecordHandler extends Object implements Runnable
Record handler to use when a real one has not yet been set, and hence records are unexpected.
  • Field Details

    • INSTANCE

      public static final Runnable INSTANCE
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable