|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.flume.source.AbstractSource org.apache.flume.source.SequenceGeneratorSource
public class SequenceGeneratorSource
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.flume.PollableSource |
---|
PollableSource.Status |
Constructor Summary | |
---|---|
SequenceGeneratorSource()
|
Method Summary | |
---|---|
void |
configure(Context context)
Read parameters from context batchSize = type int that defines the size of event batches |
PollableSource.Status |
process()
Attempt to pull an item from the source, sending it to the channel. |
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 |
Constructor Detail |
---|
public SequenceGeneratorSource()
Method Detail |
---|
public void configure(Context context)
configure
in interface Configurable
public PollableSource.Status process() throws EventDeliveryException
PollableSource
Attempt to pull an item from the source, sending it to the channel.
When driven by an EventDrivenSourceRunner
process is guaranteed
to be called only by a single thread at a time, with no concurrency.
Any other mechanism driving a pollable source must follow the same
semantics.
process
in interface PollableSource
READY
if one or more events were created from the source.
BACKOFF
if no events could be created from the source.
EventDeliveryException
- If there was a failure in delivering to
the attached channel, or if a failure occurred in acquiring data from
the source.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |