Class DefaultPipeline


  • public final class DefaultPipeline
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean append​(long timestamp, int nanos, java.util.function.Supplier<LogRecordStream> stream, java.util.function.Supplier<java.lang.String> message)  
      void start()  
      void stop()  
      void waitSendQueueIsEmpty​(long timeoutMs)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • start

        public void start()
      • stop

        public void stop()
      • append

        public boolean append​(long timestamp,
                              int nanos,
                              java.util.function.Supplier<LogRecordStream> stream,
                              java.util.function.Supplier<java.lang.String> message)
      • waitSendQueueIsEmpty

        public void waitSendQueueIsEmpty​(long timeoutMs)