public final class HdfsConsumer extends ScheduledPollConsumer
logshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
HdfsConsumer(HdfsEndpoint endpoint,
Processor processor,
HdfsConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doPoll() |
protected void |
doStart()
Implementations override this method to support customized start/stop.
|
HdfsEndpoint |
getEndpoint()
Gets the endpoint associated with an object.
|
protected int |
poll()
The polling method which is invoked periodically to poll this consumer
|
afterPoll, beforePoll, doShutdown, doStop, doSuspend, getBackoffCounter, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDelay, getInitialDelay, getPollStrategy, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isGreedy, isPollAllowed, isPolling, isSchedulerStarted, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, onInit, processEmptyMessage, run, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelay, startSchedulercreateUoW, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toStringdoResume, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisSuspended, resume, suspendpublic HdfsConsumer(HdfsEndpoint endpoint, Processor processor, HdfsConfiguration config)
public HdfsEndpoint getEndpoint()
EndpointAwareProducer
or for consuming from for components like Consumer or RoutegetEndpoint in interface EndpointAwaregetEndpoint in class DefaultConsumerprotected void doStart()
throws Exception
ServiceSupportServiceSupport.doStop() for more details.doStart in class ScheduledPollConsumerExceptionServiceSupport.doStop()protected int poll()
throws Exception
ScheduledPollConsumerpoll in class ScheduledPollConsumerException - can be thrown if an exception occurred during pollingCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.