|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceRunner | |
---|---|
org.apache.flume | |
org.apache.flume.conf.file | |
org.apache.flume.node | |
org.apache.flume.source |
Uses of SourceRunner in org.apache.flume |
---|
Methods in org.apache.flume that return SourceRunner | |
---|---|
static SourceRunner |
SourceRunner.forSource(Source source)
Static factory method to instantiate a source runner implementation that corresponds to the type of Source specified. |
Uses of SourceRunner in org.apache.flume.conf.file |
---|
Methods in org.apache.flume.conf.file that return types with arguments of type SourceRunner | |
---|---|
Map<String,SourceRunner> |
SimpleNodeConfiguration.getSourceRunners()
|
Method parameters in org.apache.flume.conf.file with type arguments of type SourceRunner | |
---|---|
void |
SimpleNodeConfiguration.setSourceRunners(Map<String,SourceRunner> sourceRunners)
|
Uses of SourceRunner in org.apache.flume.node |
---|
Methods in org.apache.flume.node that return types with arguments of type SourceRunner | |
---|---|
Map<String,SourceRunner> |
NodeConfiguration.getSourceRunners()
|
Uses of SourceRunner in org.apache.flume.source |
---|
Subclasses of SourceRunner in org.apache.flume.source | |
---|---|
class |
EventDrivenSourceRunner
Starts, stops, and manages event-driven sources. |
class |
PollableSourceRunner
An implementation of SourceRunner that can drive a
PollableSource . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |