public static class EsFactory.EsScheme extends Scheme
Modifier and Type | Method and Description |
---|---|
void |
sink(FlowProcess flowProcess,
SinkCall sinkCall) |
void |
sinkConfInit(FlowProcess flowProcess,
Tap tap,
Object conf) |
boolean |
source(FlowProcess flowProcess,
SourceCall sourceCall) |
void |
sourceConfInit(FlowProcess flowProcess,
Tap tap,
Object conf) |
equals, getNumSinkParts, getSinkFields, getSourceFields, getTrace, hashCode, isSink, isSource, isSymmetrical, presentSinkFields, presentSinkFieldsInternal, presentSourceFields, presentSourceFieldsInternal, retrieveSinkFields, retrieveSourceFields, setNumSinkParts, setSinkFields, setSourceFields, sinkCleanup, sinkPrepare, sourceCleanup, sourcePrepare, toString
public void sourceConfInit(FlowProcess flowProcess, Tap tap, Object conf)
sourceConfInit
in class Scheme
public void sinkConfInit(FlowProcess flowProcess, Tap tap, Object conf)
sinkConfInit
in class Scheme
public boolean source(FlowProcess flowProcess, SourceCall sourceCall) throws IOException
source
in class Scheme
IOException
public void sink(FlowProcess flowProcess, SinkCall sinkCall) throws IOException
sink
in class Scheme
IOException