Class AbstractSinkOfFlume

java.lang.Object
org.apache.flume.sink.AbstractSink
org.apache.pulsar.io.flume.source.AbstractSinkOfFlume
All Implemented Interfaces:
org.apache.flume.lifecycle.LifecycleAware, org.apache.flume.NamedComponent, org.apache.flume.Sink
Direct Known Subclasses:
SinkOfFlume

public abstract class AbstractSinkOfFlume extends org.apache.flume.sink.AbstractSink
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.flume.Sink

    org.apache.flume.Sink.Status
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static BlockingQueue<Map<String,Object>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.flume.sink.AbstractSink

    getChannel, getLifecycleState, getName, setChannel, setName, start, stop, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.flume.Sink

    process
  • Field Details

  • Constructor Details

    • AbstractSinkOfFlume

      public AbstractSinkOfFlume()
  • Method Details