Uses of Interface
risesoft.data.transfer.core.record.Record
-
-
Uses of Record in risesoft.data.transfer.core.channel
Methods in risesoft.data.transfer.core.channel with parameters of type Record Modifier and Type Method Description voidAbstractInChannel. collectDirtyRecord(Record record, Throwable t, String errorMessage)voidHandleInChannel. collectDirtyRecord(Record record, Throwable t, String errorMessage)voidInChannel. collectDirtyRecord(Record record, Throwable t, String errorMessage)收集脏数据脏数据推往这voidHandleInChannel. writer(Record record)voidJoinOutExecutorChannel. writer(Record record)Method parameters in risesoft.data.transfer.core.channel with type arguments of type Record Modifier and Type Method Description voidHandleInChannel. writer(List<Record> record)voidJoinOutExecutorChannel. writer(List<Record> record) -
Uses of Record in risesoft.data.transfer.core.exchange
Methods in risesoft.data.transfer.core.exchange with parameters of type Record Modifier and Type Method Description voidCoreExchange. writer(Record record)Method parameters in risesoft.data.transfer.core.exchange with type arguments of type Record Modifier and Type Method Description voidCoreExchange. writer(List<Record> record) -
Uses of Record in risesoft.data.transfer.core.executor.out
Methods in risesoft.data.transfer.core.executor.out with parameters of type Record Modifier and Type Method Description voidOutChannelExecutor. cancel(Record record, Throwable e, String errorMag)voidOutChannelExecutor. confirm(Record record)Method parameters in risesoft.data.transfer.core.executor.out with type arguments of type Record Modifier and Type Method Description voidOutChannelExecutor. confirm(List<Record> record) -
Uses of Record in risesoft.data.transfer.core.handle
Methods in risesoft.data.transfer.core.handle with parameters of type Record Modifier and Type Method Description voidDirtyRecordHandle. collectDirtyRecord(Record record, Throwable t, String errorMessage) -
Uses of Record in risesoft.data.transfer.core.record
Classes in risesoft.data.transfer.core.record that implement Record Modifier and Type Class Description classDefaultRecord默认的列数据Methods in risesoft.data.transfer.core.record with parameters of type Record Modifier and Type Method Description voidAck. cancel(Record record, Throwable e, String errorMag)取消voidAck. confirm(Record record)确定ColumnColumnDisposeHandle. dispose(Column column, Record record, int index)ColumnColumnDisposeHandlePlug. dispose(Column column, Record record, int index)abstract voidAbstractRecordInHandle. doIn(Record record)voidColumnDisposeHandlePlug. doIn(Record record)voidRecordInHandle. doIn(Record record)从输入通道中进入一条数据Method parameters in risesoft.data.transfer.core.record with type arguments of type Record Modifier and Type Method Description voidAck. confirm(List<Record> record)确定voidAbstractRecordInHandle. doIn(List<Record> records)voidRecordInHandle. doIn(List<Record> records)从输入通道中进入一批数据 -
Uses of Record in risesoft.data.transfer.core.statistics
Method parameters in risesoft.data.transfer.core.statistics with type arguments of type Record Modifier and Type Method Description static longCommunicationTool. getRecordSize(List<Record> records)static longCommunicationTool. getRecordSize(List<Record> records, int start, int end)static RecordSizeCommunicationTool. getRecordSizeOfSpeed(List<Record> records, int start, int end, int speed) -
Uses of Record in risesoft.data.transfer.core.stream.out
Methods in risesoft.data.transfer.core.stream.out that return types with arguments of type Record Modifier and Type Method Description List<Record>OutResult. getFail()Methods in risesoft.data.transfer.core.stream.out with parameters of type Record Modifier and Type Method Description voidDataOutputStream. writer(Record record, Ack ack)输出一条数据voidRecordOutuptStream. writer(Record record)输出一条recordMethod parameters in risesoft.data.transfer.core.stream.out with type arguments of type Record Modifier and Type Method Description voidOutResult. setFail(List<Record> fail)voidDataOutputStream. writer(List<Record> records, Ack ack)输出一批数据返回输出结果voidRecordOutuptStream. writer(List<Record> record)批量输出数据Constructor parameters in risesoft.data.transfer.core.stream.out with type arguments of type Record Constructor Description OutResult(int successSize, List<Record> fail)
-