|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.source.AbstractSource
org.apache.flume.source.avroLegacy.AvroLegacySource
public class AvroLegacySource
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
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer |
|---|
com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer.Callback |
| Field Summary | |
|---|---|
protected com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer |
avroClient
|
static String |
HOST
|
static String |
NANOS
|
static String |
OG_EVENT
|
static String |
PRIORITY
|
static String |
TIMESTAMP
|
| Fields inherited from interface com.cloudera.flume.handlers.avro.FlumeOGEventAvroServer |
|---|
PROTOCOL |
| Constructor Summary | |
|---|---|
AvroLegacySource()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.flume.source.AbstractSource |
|---|
getChannelProcessor, getLifecycleState, getName, setChannelProcessor, setName, 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.Source |
|---|
getChannelProcessor, setChannelProcessor |
| Methods inherited from interface org.apache.flume.lifecycle.LifecycleAware |
|---|
getLifecycleState |
| Methods inherited from interface org.apache.flume.NamedComponent |
|---|
getName, setName |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public AvroLegacySource()
| Method Detail |
|---|
public void start()
LifecycleAwareStarts 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 LifecycleAwarestart in class AbstractSourcepublic void stop()
LifecycleAwareStops 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 LifecycleAwarestop 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.FlumeOGEventAvroServerorg.apache.avro.AvroRemoteExceptionpublic void configure(Context context)
ConfigurableRequest 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 guarrantees on when configure might be called.
configure in interface Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||