Package | Description |
---|---|
org.apache.flume | |
org.apache.flume.source |
Modifier and Type | Method and Description |
---|---|
ChannelProcessor |
Source.getChannelProcessor()
Returns the channel processor that will handle this source's events.
|
Modifier and Type | Method and Description |
---|---|
void |
Source.setChannelProcessor(ChannelProcessor channelProcessor)
Specifies which channel processor will handle this source's events.
|
Modifier and Type | Method and Description |
---|---|
ChannelProcessor |
AbstractSource.getChannelProcessor() |
ChannelProcessor |
BasicSourceSemantics.getChannelProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSource.setChannelProcessor(ChannelProcessor cp) |
void |
BasicSourceSemantics.setChannelProcessor(ChannelProcessor cp) |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.