Uses of Class
org.apache.shardingsphere.data.pipeline.api.ingest.record.Record
-
Packages that use Record Package Description org.apache.shardingsphere.data.pipeline.api.ingest.channel org.apache.shardingsphere.data.pipeline.api.ingest.record -
-
Uses of Record in org.apache.shardingsphere.data.pipeline.api.ingest.channel
Methods in org.apache.shardingsphere.data.pipeline.api.ingest.channel that return types with arguments of type Record Modifier and Type Method Description List<Record>PipelineChannel. fetchRecords(int batchSize, long timeout, TimeUnit timeUnit)FetchRecordlist from channel.List<Record>PipelineChannel. peekRecords()PeekRecordlist from channel.List<Record>PipelineChannel. pollRecords()PollRecordlist from channel.Method parameters in org.apache.shardingsphere.data.pipeline.api.ingest.channel with type arguments of type Record Modifier and Type Method Description voidPipelineChannel. ack(List<Record> records)Ack the last batch.voidAckCallback. onAck(List<Record> records)Call after record acknowledged.voidPipelineChannel. pushRecords(List<Record> dataRecords)PushDataRecordinto channel. -
Uses of Record in org.apache.shardingsphere.data.pipeline.api.ingest.record
Subclasses of Record in org.apache.shardingsphere.data.pipeline.api.ingest.record Modifier and Type Class Description classDataRecordData record.classFinishedRecordFinished record.classPlaceholderRecordPlaceholder record.
-