public class FlumeBatchFetcher extends Object implements Runnable, Logging
FlumePollingReceiver
. When started it
pulls data from Flume, stores it to Spark and then sends an Ack or Nack. This class should be
run via an Executor
as this implements Runnable
Constructor and Description |
---|
FlumeBatchFetcher(FlumePollingReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public FlumeBatchFetcher(FlumePollingReceiver receiver)