Class BytesStreamingCallback


  • public abstract class BytesStreamingCallback
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void onCompletion()  
      abstract void onRecordReceived​(byte[] key, byte[] value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BytesStreamingCallback

        public BytesStreamingCallback()
    • Method Detail

      • onRecordReceived

        public abstract void onRecordReceived​(byte[] key,
                                              byte[] value)
      • onCompletion

        public abstract void onCompletion()