Uses of Class
org.apache.shardingsphere.data.pipeline.api.ingest.record.Record
Packages that use Record
Package
Description
-
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 RecordModifier and TypeMethodDescriptionPipelineChannel.fetchRecords(int batchSize, int timeoutSeconds) FetchRecordlist from channel.Methods in org.apache.shardingsphere.data.pipeline.api.ingest.channel with parameters of type RecordModifier and TypeMethodDescriptionvoidPipelineChannel.pushRecord(Record dataRecord) PushDataRecordinto channel.Method parameters in org.apache.shardingsphere.data.pipeline.api.ingest.channel with type arguments of type Record -
Uses of Record in org.apache.shardingsphere.data.pipeline.api.ingest.record
Subclasses of Record in org.apache.shardingsphere.data.pipeline.api.ingest.recordModifier and TypeClassDescriptionfinal classData record.final classFinished record.final classPlaceholder record.