类 AbstractInChannel
- java.lang.Object
-
- risesoft.data.transfer.core.channel.AbstractInChannel
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Communicationcommunicationprotected RecordOutuptStreamrecordOutuptStream
-
构造器概要
构造器 构造器 说明 AbstractInChannel(JobContext jobContext)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclose()关闭 通常代表着上游处理任务结束voidcollectDirtyRecord(Record record, Throwable t, String errorMessage)收集脏数据脏数据推往这voidsetOutPutStream(RecordOutuptStream recordOutuptStream)设置通道的出口-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-
-
-
字段详细资料
-
recordOutuptStream
protected RecordOutuptStream recordOutuptStream
-
communication
protected Communication communication
-
-
构造器详细资料
-
AbstractInChannel
public AbstractInChannel(JobContext jobContext)
-
-
方法详细资料
-
setOutPutStream
public void setOutPutStream(RecordOutuptStream recordOutuptStream)
从接口复制的说明:Channel设置通道的出口- 指定者:
setOutPutStream在接口中Channel
-
-