Uses of Interface
risesoft.data.transfer.core.exchange.Exchange
-
Packages that use Exchange Package Description risesoft.data.transfer.core.context risesoft.data.transfer.core.exchange -
-
Uses of Exchange in risesoft.data.transfer.core.context
Methods in risesoft.data.transfer.core.context that return Exchange Modifier and Type Method Description ExchangeJobContext. getCoreExchange()Methods in risesoft.data.transfer.core.context with parameters of type Exchange Modifier and Type Method Description JobContextJobContext. setCoreExchange(Exchange exchange) -
Uses of Exchange in risesoft.data.transfer.core.exchange
Classes in risesoft.data.transfer.core.exchange that implement Exchange Modifier and Type Class Description classCoreExchange核心交换机用于组织交换机 所有输入数据的汇集位置,包含流量统计流量统计后将流向下游交换机,下游交换机不要进行流量统计classOutChannelExchangeConstructors in risesoft.data.transfer.core.exchange with parameters of type Exchange Constructor Description CoreExchange(Exchange exchange, Communication communication)
-