public interface InventoryIncrementalJobPublicAPI extends PipelineJobPublicAPI, org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| 限定符和类型 | 方法和说明 |
|---|---|
void |
alterProcessConfiguration(PipelineProcessConfiguration processConfig)
Alter process configuration.
|
void |
commit(String jobId)
Commit pipeline job.
|
void |
createProcessConfiguration(PipelineProcessConfiguration processConfig)
Create process configuration.
|
void |
dropProcessConfiguration(String confPath)
Drop process configuration.
|
Map<Integer,InventoryIncrementalJobItemProgress> |
getJobProgress(String jobId)
Get job progress.
|
Collection<DataConsistencyCheckAlgorithmInfo> |
listDataConsistencyCheckAlgorithms()
List all data consistency check algorithms from SPI.
|
void |
rollback(String jobId)
Rollback pipeline job.
|
PipelineProcessConfiguration |
showProcessConfiguration()
Show process configuration.
|
getJobType, list, startDisabledJob, stopvoid createProcessConfiguration(PipelineProcessConfiguration processConfig)
processConfig - process configurationvoid alterProcessConfiguration(PipelineProcessConfiguration processConfig)
processConfig - process configurationvoid dropProcessConfiguration(String confPath)
confPath - configuration path. e.g. /, /READ, /READ/RATE_LIMITERPipelineProcessConfiguration showProcessConfiguration()
void rollback(String jobId) throws SQLException
jobId - job idSQLException - when rollback underlying database datavoid commit(String jobId)
jobId - job idMap<Integer,InventoryIncrementalJobItemProgress> getJobProgress(String jobId)
jobId - job idCollection<DataConsistencyCheckAlgorithmInfo> listDataConsistencyCheckAlgorithms()
Copyright © 2022 The Apache Software Foundation. All rights reserved.