| Package | Description |
|---|---|
| org.apache.shardingsphere.data.pipeline.api.ingest.channel | |
| org.apache.shardingsphere.data.pipeline.api.ingest.record |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
PipelineChannel.fetchRecords(int batchSize,
int timeoutSeconds)
Fetch
Record list from channel. |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineChannel.pushRecord(Record dataRecord)
Push
DataRecord into channel. |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineChannel.ack(List<Record> records)
Ack the last batch.
|
void |
AckCallback.onAck(List<Record> records)
Call after record acknowledged.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataRecord
Data record.
|
class |
FinishedRecord
Finished record.
|
class |
PlaceholderRecord
Placeholder record.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.