Uses of Class
risesoft.data.transfer.core.statistics.State
-
Packages that use State Package Description risesoft.data.transfer.core.statistics -
-
Uses of State in risesoft.data.transfer.core.statistics
Methods in risesoft.data.transfer.core.statistics that return State Modifier and Type Method Description StateCommunication. getState()StateCommunication. mergeStateFrom(Communication otherComm)合并state,优先级: (Failed | Killed) > Running > Success 这里不会出现 Killing 状态,killing 状态只在 Job 自身状态上才有.static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in risesoft.data.transfer.core.statistics with parameters of type State Modifier and Type Method Description static StringCommunicationTool. getStatus(State state)voidCommunication. setState(State state)voidCommunication. setState(State state, boolean isForce)
-