Class DataProcessHandler

  • All Implemented Interfaces:
    DataHandler

    public class DataProcessHandler
    extends java.lang.Object
    implements DataHandler
    Links between a processor and a handler. Values are put into the processor, and as processed values are emitted, put into a DataHandler.
    • Method Detail

      • putValue

        public void putValue​(RawTagValue inValue)
                      throws java.lang.Exception
        Description copied from interface: DataHandler
        Insert a value into the handler.
        Specified by:
        putValue in interface DataHandler
        Throws:
        java.lang.Exception
      • handleProcessed

        protected void handleProcessed​(java.util.List<RawTagValue> values)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • flush

        public void flush()
                   throws java.lang.Exception
        Description copied from interface: DataHandler
        Indicate that the handler won't get any more data, at least for a while.
        Specified by:
        flush in interface DataHandler
        Throws:
        java.lang.Exception