Class FluentdIngester

java.lang.Object
org.komamitsu.fluency.fluentd.ingester.FluentdIngester
All Implemented Interfaces:
Closeable, AutoCloseable, org.komamitsu.fluency.ingester.Ingester

public class FluentdIngester extends Object implements org.komamitsu.fluency.ingester.Ingester
  • Constructor Details

  • Method Details

    • ingest

      public void ingest(String tag, ByteBuffer dataBuffer) throws IOException
      Specified by:
      ingest in interface org.komamitsu.fluency.ingester.Ingester
      Throws:
      IOException
    • getSender

      public org.komamitsu.fluency.ingester.sender.Sender getSender()
      Specified by:
      getSender in interface org.komamitsu.fluency.ingester.Ingester
    • isAckResponseMode

      public boolean isAckResponseMode()
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException