Interface NativeDataSource

All Known Subinterfaces:
INativeHandler
All Known Implementing Classes:
NativeBatchProcessor

@Private public interface NativeDataSource
NativeDataSource loads data from upstream
  • Method Details

    • getInputBuffer

      InputBuffer getInputBuffer()
      get input buffer
    • setDataReceiver

      void setDataReceiver(DataReceiver handler)
      set listener. When data from upstream arrives, the listener will be activated.
    • loadData

      void loadData() throws IOException
      load data from upstream
      Throws:
      IOException