Uses of Class
risesoft.data.transfer.core.statistics.Communication
-
-
Uses of Communication in risesoft.data.transfer.core.channel
Fields in risesoft.data.transfer.core.channel declared as Communication Modifier and Type Field Description protected CommunicationAbstractInChannel. communication -
Uses of Communication in risesoft.data.transfer.core.context
Methods in risesoft.data.transfer.core.context that return Communication Modifier and Type Method Description CommunicationJobContext. getCommunication()Methods in risesoft.data.transfer.core.context with parameters of type Communication Modifier and Type Method Description voidJobContext. setCommunication(Communication communication)Constructors in risesoft.data.transfer.core.context with parameters of type Communication Constructor Description JobContext(Communication communication, String jobId, HandleManager handles, JobListener jobListener, Configuration configuration) -
Uses of Communication in risesoft.data.transfer.core.exchange
Constructors in risesoft.data.transfer.core.exchange with parameters of type Communication Constructor Description CoreExchange(Exchange exchange, Communication communication) -
Uses of Communication in risesoft.data.transfer.core.executor.out
Constructors in risesoft.data.transfer.core.executor.out with parameters of type Communication Constructor Description OutChannelExecutor(DataOutputStream dataOutputStream, Communication communication, HandleManager handleManager) -
Uses of Communication in risesoft.data.transfer.core.listener
Methods in risesoft.data.transfer.core.listener with parameters of type Communication Modifier and Type Method Description voidJobListener. end(Communication communication) -
Uses of Communication in risesoft.data.transfer.core.listener.impl
Methods in risesoft.data.transfer.core.listener.impl that return Communication Modifier and Type Method Description CommunicationResultJobListener. getCommunication()获取统计对象,注意此时没有统计 对象时会等待Methods in risesoft.data.transfer.core.listener.impl with parameters of type Communication Modifier and Type Method Description voidResultJobListener. end(Communication communication) -
Uses of Communication in risesoft.data.transfer.core.statistics
Methods in risesoft.data.transfer.core.statistics that return Communication Modifier and Type Method Description CommunicationCommunication. clone()static CommunicationCommunicationTool. getReportCommunication(Communication now, Communication old, int totalStage)CommunicationCommunication. mergeFrom(Communication otherComm)Methods in risesoft.data.transfer.core.statistics with parameters of type Communication Modifier and Type Method Description static CommunicationCommunicationTool. getReportCommunication(Communication now, Communication old, int totalStage)static StringCommunicationTool. getStateInfo(Communication communication, JobContext jobContext)static StringCommunicationTool. getStatistics(Communication communication)static longCommunicationTool. getTotalErrorBytes(Communication communication)static longCommunicationTool. getTotalErrorRecords(Communication communication)static longCommunicationTool. getTotalReadBytes(Communication communication)static longCommunicationTool. getTotalReadRecords(Communication communication)static longCommunicationTool. getWriteSucceedBytes(Communication communication)static longCommunicationTool. getWriteSucceedRecords(Communication communication)CommunicationCommunication. mergeFrom(Communication otherComm)StateCommunication. mergeStateFrom(Communication otherComm)合并state,优先级: (Failed | Killed) > Running > Success 这里不会出现 Killing 状态,killing 状态只在 Job 自身状态上才有.
-