public class AvroLegacySource extends AbstractSource implements EventDrivenSource, Configurable, com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer
A Source
implementation that receives Avro events from Avro sink of
Flume OG
Configuration options
Parameter | Description | Unit / Type | Default |
---|---|---|---|
host | The hostname or IP to which the source will bind. | Hostname or IP / String | none (required) |
port | The port to which the source will bind and listen for events. | TCP port / int | none (required) |
Metrics
TODO
Modifier and Type | Field and Description |
---|---|
protected com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer |
avroClient |
static String |
HOST |
static String |
NANOS |
static String |
OG_EVENT |
static String |
PRIORITY |
static String |
TIMESTAMP |
Constructor and Description |
---|
AvroLegacySource() |
Modifier and Type | Method and Description |
---|---|
Void |
append(com.cloudera.flume.handlers.avro.AvroFlumeOGEvent evt) |
void |
configure(Context context)
Request the implementing class to (re)configure itself.
|
void |
start()
Starts a service or component.
|
void |
stop()
Stops a service or component.
|
getChannelProcessor, getLifecycleState, getName, setChannelProcessor, setName, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChannelProcessor, setChannelProcessor
getLifecycleState
getName, setName
public static final String HOST
public static final String TIMESTAMP
public static final String PRIORITY
public static final String NANOS
public static final String OG_EVENT
protected com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer avroClient
public void start()
LifecycleAware
Starts a service or component.
Implementations should determine the result of any start logic and effect
the return value of LifecycleAware.getLifecycleState()
accordingly.
start
in interface LifecycleAware
start
in class AbstractSource
public void stop()
LifecycleAware
Stops a service or component.
Implementations should determine the result of any stop logic and effect
the return value of LifecycleAware.getLifecycleState()
accordingly.
stop
in interface LifecycleAware
stop
in class AbstractSource
public Void append(com.cloudera.flume.handlers.avro.AvroFlumeOGEvent evt) throws org.apache.avro.AvroRemoteException
append
in interface com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer
org.apache.avro.AvroRemoteException
public void configure(Context context)
Configurable
Request the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarantees on when configure might be called.
configure
in interface Configurable
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.