Uses of Interface
risesoft.data.transfer.core.channel.InChannel
-
Packages that use InChannel Package Description risesoft.data.transfer.core.channel risesoft.data.transfer.core.context risesoft.data.transfer.core.executor.in risesoft.data.transfer.core.stream.in -
-
Uses of InChannel in risesoft.data.transfer.core.channel
Classes in risesoft.data.transfer.core.channel that implement InChannel Modifier and Type Class Description classAbstractInChannel抽象类 所有输入通道的父类 包含脏数据收集统计classHandleInChannel触发handle事件的输入通道Constructors in risesoft.data.transfer.core.channel with parameters of type InChannel Constructor Description HandleInChannel(InChannel inChannel, HandleManager handleManager) -
Uses of InChannel in risesoft.data.transfer.core.context
Methods in risesoft.data.transfer.core.context that return InChannel Modifier and Type Method Description InChannelJobContext. getInChannel() -
Uses of InChannel in risesoft.data.transfer.core.executor.in
Constructors in risesoft.data.transfer.core.executor.in with parameters of type InChannel Constructor Description InChannelExecutor(DataInputStream dataInputStream, InChannel inChannel) -
Uses of InChannel in risesoft.data.transfer.core.stream.in
Methods in risesoft.data.transfer.core.stream.in with parameters of type InChannel Modifier and Type Method Description voidDataInputStream. read(Data data, InChannel inChannel)读取数据
-