Uses of Interface
risesoft.data.transfer.core.data.Data
-
Packages that use Data Package Description risesoft.data.transfer.core.data risesoft.data.transfer.core.job risesoft.data.transfer.core.stream.in -
-
Uses of Data in risesoft.data.transfer.core.data
Classes in risesoft.data.transfer.core.data that implement Data Modifier and Type Class Description classConfigurationDataclassListConfigurationDataclassStringData字符串数据任务Methods in risesoft.data.transfer.core.data that return types with arguments of type Data Modifier and Type Method Description static List<Data>StringData. as(List<String> strs) -
Uses of Data in risesoft.data.transfer.core.job
Methods in risesoft.data.transfer.core.job that return types with arguments of type Data Modifier and Type Method Description List<Data>Job. getDatas()Method parameters in risesoft.data.transfer.core.job with type arguments of type Data Modifier and Type Method Description voidJob. setDatas(List<Data> datas) -
Uses of Data in risesoft.data.transfer.core.stream.in
Methods in risesoft.data.transfer.core.stream.in that return types with arguments of type Data Modifier and Type Method Description List<Data>DataInputStreamFactory. splitToData(int executorSize)切分为数据对象Methods in risesoft.data.transfer.core.stream.in with parameters of type Data Modifier and Type Method Description voidDataInputStream. read(Data data, InChannel inChannel)读取数据
-