Class TreasureDataIngester

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.komamitsu.fluency.ingester.Ingester

    public class TreasureDataIngester
    extends java.lang.Object
    implements org.komamitsu.fluency.ingester.Ingester
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      org.komamitsu.fluency.ingester.sender.Sender getSender()  
      void ingest​(java.lang.String tag, java.nio.ByteBuffer dataBuffer)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • ingest

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

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

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException