Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y 

A

AbstractJobId - Class in org.apache.shardingsphere.data.pipeline.api.job
Abstract job id.
AbstractJobId() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.AbstractJobId
 
AbstractLifecycleExecutor - Class in org.apache.shardingsphere.data.pipeline.api.executor
Abstract lifecycle executor.
AbstractLifecycleExecutor() - Constructor for class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
ack(List<Record>) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
Ack the last batch.
AckCallback - Interface in org.apache.shardingsphere.data.pipeline.api.ingest.channel
Record acknowledged callback.
ActualTableDefinition - Class in org.apache.shardingsphere.data.pipeline.api.prepare.datasource
Actual table definition.
ActualTableDefinition() - Constructor for class org.apache.shardingsphere.data.pipeline.api.prepare.datasource.ActualTableDefinition
 
addColumn(Column) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
Add a column to record.
aggregateDataConsistencyCheckResults(String, Map<String, DataConsistencyCheckResult>) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Aggregate data consistency check results.
appendJDBCQueryProperties(Properties) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
 
appendJDBCQueryProperties(Properties) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
 
appendJDBCQueryProperties(Properties) - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
Append JDBC queryProps.

B

buildCheckEmptySQL(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build check empty SQL.
buildChunkedQuerySQL(String, String, Number) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build query SQL.
buildCountSQL(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build count SQL.
buildDeleteSQL(DataRecord, Collection<Column>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build delete SQL.
buildHandleConfig() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.JobConfiguration
Build handle configuration.
buildInsertSQL(DataRecord) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build insert SQL.
buildSplitByPrimaryKeyRangeSQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build split by primary key range SQL.
buildTruncateSQL(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build truncate SQL.
buildUpdateSQL(DataRecord, Collection<Column>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build update SQL.

C

calculate(DataCalculateParameter) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.SingleTableDataCalculator
Calculate table data content, return checksum typically.
checkConnection(Collection<? extends DataSource>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
Check data source connections.
checkPrivilege(Collection<? extends DataSource>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
Check user privileges.
checkTargetTable(Collection<? extends DataSource>, Collection<String>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
Check table is empty.
checkVariable(Collection<? extends DataSource>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
Check data source variables.
close() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
close() - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
Close channel.
Column - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
Column.
Column(String, Object, boolean, boolean) - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.Column
 
compareTo(FinishedPosition) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.FinishedPosition
 
compareTo(PlaceholderPosition) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PlaceholderPosition
 
compareTo(PrimaryKeyPosition) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
 
createHandleConfiguration(PipelineConfiguration, WorkflowConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredJobConfigurationPreparer
Create handle configuration, used to build job configuration.
createPipelineChannel(int, AckCallback) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelFactory
Create pipeline channel.
createTaskConfiguration(PipelineConfiguration, HandleConfiguration, OnRuleAlteredActionConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredJobConfigurationPreparer
Create task configuration, used by underlying scheduler.
CURRENT_VERSION - Static variable in class org.apache.shardingsphere.data.pipeline.api.job.RuleAlteredJobId
 

D

DataCalculateParameter - Class in org.apache.shardingsphere.data.pipeline.api.check.consistency
Data calculate parameter.
DataCalculateParameter() - Constructor for class org.apache.shardingsphere.data.pipeline.api.check.consistency.DataCalculateParameter
 
dataConsistencyCheck(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Do data consistency check.
dataConsistencyCheck(JobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Do data consistency check.
dataConsistencyCheck(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Do data consistency check.
DataConsistencyCheckAlgorithm - Interface in org.apache.shardingsphere.data.pipeline.spi.check.consistency
Data consistency check algorithm, SPI.
DataConsistencyCheckAlgorithmInfo - Class in org.apache.shardingsphere.data.pipeline.api.pojo
Data consistency check algorithm info.
DataConsistencyCheckAlgorithmInfo() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.DataConsistencyCheckAlgorithmInfo
 
DataConsistencyCheckResult - Class in org.apache.shardingsphere.data.pipeline.api.check.consistency
Data consistency check result.
DataConsistencyCheckResult(long, long) - Constructor for class org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCheckResult
 
DataRecord - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
Data record.
DataRecord(IngestPosition<?>, int) - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
 
DataRecord.Key - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
 
DataSourceChecker - Interface in org.apache.shardingsphere.data.pipeline.spi.check.datasource
Data source checker.
destroy(DataSource) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
Clean up by data source if necessary.
doStart() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
doStop() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
Dumper - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
Dumper interface.
DumperConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.ingest
Dumper configuration.
DumperConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
 

E

extractUpdatedColumns(Collection<Column>, DataRecord) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Extract updated columns.

F

fetchRecords(int, int) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
Fetch Record list from channel.
findRuleAlteredLogicTables(YamlRuleConfiguration, YamlRuleConfiguration, Map<String, Map<String, Object>>, Map<String, Map<String, Object>>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetector
Find rule altered logic tables.
FinishedPosition - Class in org.apache.shardingsphere.data.pipeline.api.ingest.position
Finished inventory position.
FinishedPosition() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.position.FinishedPosition
 
FinishedRecord - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
Finished record.
FinishedRecord(IngestPosition<?>) - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.FinishedRecord
 

G

getActualDataSourceConfig(String) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
Get actual data source configuration.
getAlgorithmProps() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.SingleTableDataCalculator
Get algorithm properties.
getAlgorithmType() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.SingleTableDataCalculator
Get algorithm type.
getColumn(int) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
Get column by index.
getColumnCount() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
Return column count.
getConnection() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
getConnection(String, String) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
getDatabaseType() - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
Get database type.
getDatabaseTypes() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.SingleTableDataCalculator
Get database types.
getDataSource() - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobProgress
Get data source.
getDataSourceConfiguration() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
 
getDataSourceConfiguration() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
 
getDataSourceConfiguration() - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
Get data source configuration, related to PipelineDataSourceConfiguration.getParameter().
getDescription() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCheckAlgorithm
Get algorithm description.
getFormatVersion() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.JobId
Get format version.
getIncrementalLatestActiveTimeMillis() - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobProgress
Get incremental latest active time milliseconds.
getIncrementalPosition(String) - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobProgress
Get incremental position.
getInventoryFinishedPercentage() - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobProgress
Get inventory finished percentage.
getInventoryPosition(String) - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobProgress
Get inventory position.
getJobConfig(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Get job configuration.
getJobShardingCount() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.HandleConfiguration
Get job sharding count.
getKey() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
Get key.
getLoginTimeout() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
getLogWriter() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
getMarshalledTextEstimatedLength() - Method in class org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeEntry
Get marshalled text estimated length.
getOldKey() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
Get old key.
getOnRuleAlteredActionConfig(RuleConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetector
Get on rule altered action configuration.
getParameter() - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
Get parameter.
getParentLogger() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
getProgress(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Get job progress.
getProgress(JobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Get job progress.
getProvider() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCheckAlgorithm
Get algorithm provider.
getRuleAlteredJobAPI() - Static method in class org.apache.shardingsphere.data.pipeline.api.PipelineJobAPIFactory
getRuleConfigClassName() - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetector
Get rule configuration class name.
getSchemaName() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.JobId
Get schema name.
getSingleTableDataCalculator(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCheckAlgorithm
Get single table data calculator.
getSubTypes() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.JobId
Get sub-types.
getSupportedDatabaseTypes() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCheckAlgorithm
Get supported database types.
getType() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
 
getType() - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
Get type.
getType() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.JobId
Get type.
getYamlRuleConfigClassName() - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetector
Get YAML rule configuration class name.
GroupedDataRecord - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
 
GroupedDataRecord() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.GroupedDataRecord
 

H

HandleConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
Handle configuration.
HandleConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.HandleConfiguration
 

I

Importer - Interface in org.apache.shardingsphere.data.pipeline.spi.importer
Importer.
ImporterConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
Importer configuration.
ImporterConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.ImporterConfiguration
 
IncrementalDumper - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
Incremental dumper.
IncrementalTaskDelay - Class in org.apache.shardingsphere.data.pipeline.api.task.progress
Incremental task delay.
IncrementalTaskDelay() - Constructor for class org.apache.shardingsphere.data.pipeline.api.task.progress.IncrementalTaskDelay
 
IncrementalTaskProgress - Class in org.apache.shardingsphere.data.pipeline.api.task.progress
Incremental task progress.
IncrementalTaskProgress(IngestPosition<?>) - Constructor for class org.apache.shardingsphere.data.pipeline.api.task.progress.IncrementalTaskProgress
 
IngestPosition<T> - Interface in org.apache.shardingsphere.data.pipeline.api.ingest.position
Ingest position.
init(String) - Static method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
Init by string data.
init() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.SingleTableDataCalculator
Initialize create data calculator.
init(DataSource) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
Init position by data source.
init(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
Init position by string data.
intercept(JobOperationType, Number) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ratelimit.JobRateLimitAlgorithm
Intercept.
InventoryDumper - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
Inventory dumper.
InventoryDumperConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.ingest
Inventory dumper configuration.
InventoryDumperConfiguration(DumperConfiguration) - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.ingest.InventoryDumperConfiguration
 
InventoryTaskProgress - Class in org.apache.shardingsphere.data.pipeline.api.task.progress
Inventory task progress.
InventoryTaskProgress() - Constructor for class org.apache.shardingsphere.data.pipeline.api.task.progress.InventoryTaskProgress
 
isAlmostCompleted(T) - Method in interface org.apache.shardingsphere.data.pipeline.spi.detect.JobCompletionDetectAlgorithm
Whether job is almost completed.
isDataConsistencyCheckNeeded(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Is data consistency check needed.
isDataConsistencyCheckNeeded(JobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Is data consistency check needed.
isWrapperFor(Class<?>) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 

J

JobCompletionDetectAlgorithm<T> - Interface in org.apache.shardingsphere.data.pipeline.spi.detect
Job completion detect algorithm, SPI.
JobConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
Scaling job configuration.
JobConfiguration(WorkflowConfiguration, PipelineConfiguration) - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.JobConfiguration
 
JobDataNodeEntry - Class in org.apache.shardingsphere.data.pipeline.api.datanode
Job data node entry.
JobDataNodeEntry() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeEntry
 
JobDataNodeLine - Class in org.apache.shardingsphere.data.pipeline.api.datanode
Job data node line.
JobDataNodeLine() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeLine
 
JobId - Interface in org.apache.shardingsphere.data.pipeline.api.job
Job id.
JobInfo - Class in org.apache.shardingsphere.data.pipeline.api.pojo
Job info.
JobInfo() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.JobInfo
 
JobLock - Interface in org.apache.shardingsphere.data.pipeline.spi.lock
Job lock.
JobOperationType - Enum in org.apache.shardingsphere.data.pipeline.api.job
Job operation type.
JobProgress - Class in org.apache.shardingsphere.data.pipeline.api.job.progress
Job progress.
JobProgress() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.progress.JobProgress
 
JobRateLimitAlgorithm - Interface in org.apache.shardingsphere.data.pipeline.spi.ratelimit
Job rate limit algorithm, SPI.
JobStatus - Enum in org.apache.shardingsphere.data.pipeline.api.job
Scaling Job status.
JobSubType - Enum in org.apache.shardingsphere.data.pipeline.api.job
Job sub-type.
JobType - Enum in org.apache.shardingsphere.data.pipeline.api.job
Job type.

K

Key() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord.Key
 

L

LifecycleExecutor - Interface in org.apache.shardingsphere.data.pipeline.api.executor
Lifecycle executor.
list() - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
List all jobs.
listDataConsistencyCheckAlgorithms() - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
List all data consistency check algorithms from SPI.
lock(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.lock.JobLock
Lock.

M

marshal() - Method in class org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeEntry
Marshal to text.
marshal() - Method in class org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeLine
Marshal to text.
marshal() - Method in class org.apache.shardingsphere.data.pipeline.api.job.RuleAlteredJobId
Marshal job id.

N

newInstance(String, String) - Static method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfigurationFactory
Get new instance of pipeline data source configuration.

O

onAck(List<Record>) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.AckCallback
Call after record acknowledged.
org.apache.shardingsphere.data.pipeline.api - package org.apache.shardingsphere.data.pipeline.api
 
org.apache.shardingsphere.data.pipeline.api.check.consistency - package org.apache.shardingsphere.data.pipeline.api.check.consistency
 
org.apache.shardingsphere.data.pipeline.api.config.ingest - package org.apache.shardingsphere.data.pipeline.api.config.ingest
 
org.apache.shardingsphere.data.pipeline.api.config.rulealtered - package org.apache.shardingsphere.data.pipeline.api.config.rulealtered
 
org.apache.shardingsphere.data.pipeline.api.datanode - package org.apache.shardingsphere.data.pipeline.api.datanode
 
org.apache.shardingsphere.data.pipeline.api.datasource - package org.apache.shardingsphere.data.pipeline.api.datasource
 
org.apache.shardingsphere.data.pipeline.api.datasource.config - package org.apache.shardingsphere.data.pipeline.api.datasource.config
 
org.apache.shardingsphere.data.pipeline.api.datasource.config.impl - package org.apache.shardingsphere.data.pipeline.api.datasource.config.impl
 
org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml - package org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml
 
org.apache.shardingsphere.data.pipeline.api.detect - package org.apache.shardingsphere.data.pipeline.api.detect
 
org.apache.shardingsphere.data.pipeline.api.executor - package org.apache.shardingsphere.data.pipeline.api.executor
 
org.apache.shardingsphere.data.pipeline.api.ingest.channel - package org.apache.shardingsphere.data.pipeline.api.ingest.channel
 
org.apache.shardingsphere.data.pipeline.api.ingest.position - package org.apache.shardingsphere.data.pipeline.api.ingest.position
 
org.apache.shardingsphere.data.pipeline.api.ingest.record - package org.apache.shardingsphere.data.pipeline.api.ingest.record
 
org.apache.shardingsphere.data.pipeline.api.job - package org.apache.shardingsphere.data.pipeline.api.job
 
org.apache.shardingsphere.data.pipeline.api.job.progress - package org.apache.shardingsphere.data.pipeline.api.job.progress
 
org.apache.shardingsphere.data.pipeline.api.pojo - package org.apache.shardingsphere.data.pipeline.api.pojo
 
org.apache.shardingsphere.data.pipeline.api.prepare.datasource - package org.apache.shardingsphere.data.pipeline.api.prepare.datasource
 
org.apache.shardingsphere.data.pipeline.api.task.progress - package org.apache.shardingsphere.data.pipeline.api.task.progress
 
org.apache.shardingsphere.data.pipeline.spi.check.consistency - package org.apache.shardingsphere.data.pipeline.spi.check.consistency
 
org.apache.shardingsphere.data.pipeline.spi.check.datasource - package org.apache.shardingsphere.data.pipeline.spi.check.datasource
 
org.apache.shardingsphere.data.pipeline.spi.detect - package org.apache.shardingsphere.data.pipeline.spi.detect
 
org.apache.shardingsphere.data.pipeline.spi.importer - package org.apache.shardingsphere.data.pipeline.spi.importer
 
org.apache.shardingsphere.data.pipeline.spi.ingest.channel - package org.apache.shardingsphere.data.pipeline.spi.ingest.channel
 
org.apache.shardingsphere.data.pipeline.spi.ingest.dumper - package org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
 
org.apache.shardingsphere.data.pipeline.spi.ingest.position - package org.apache.shardingsphere.data.pipeline.spi.ingest.position
 
org.apache.shardingsphere.data.pipeline.spi.lock - package org.apache.shardingsphere.data.pipeline.spi.lock
 
org.apache.shardingsphere.data.pipeline.spi.ratelimit - package org.apache.shardingsphere.data.pipeline.spi.ratelimit
 
org.apache.shardingsphere.data.pipeline.spi.rulealtered - package org.apache.shardingsphere.data.pipeline.spi.rulealtered
 
org.apache.shardingsphere.data.pipeline.spi.sqlbuilder - package org.apache.shardingsphere.data.pipeline.spi.sqlbuilder
 

P

PipelineChannel - Interface in org.apache.shardingsphere.data.pipeline.api.ingest.channel
Pipeline channel.
PipelineChannelFactory - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.channel
Pipeline channel factory, SPI.
PipelineConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
Pipeline configuration.
PipelineConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.PipelineConfiguration
 
PipelineDataSourceConfiguration - Interface in org.apache.shardingsphere.data.pipeline.api.datasource.config
Pipeline data source configuration.
PipelineDataSourceConfigurationFactory - Class in org.apache.shardingsphere.data.pipeline.api.datasource.config
Pipeline data source configuration factory.
PipelineDataSourceConfigurationFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfigurationFactory
 
PipelineDataSourceWrapper - Class in org.apache.shardingsphere.data.pipeline.api.datasource
Pipeline data source wrapper is for abstract standard jdbc and sharding jdbc.
PipelineDataSourceWrapper() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
PipelineJobAPI - Interface in org.apache.shardingsphere.data.pipeline.api
Pipeline job API.
PipelineJobAPIFactory - Class in org.apache.shardingsphere.data.pipeline.api
Pipeline job API factory.
PipelineJobAPIFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.api.PipelineJobAPIFactory
 
PipelineSQLBuilder - Interface in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder
Pipeline SQL builder.
PlaceholderPosition - Class in org.apache.shardingsphere.data.pipeline.api.ingest.position
Placeholder position.
PlaceholderPosition() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.position.PlaceholderPosition
 
PlaceholderRecord - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
Placeholder record.
PlaceholderRecord(IngestPosition<?>) - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.PlaceholderRecord
 
PositionInitializer - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.position
Position initializer.
PrimaryKeyPosition - Class in org.apache.shardingsphere.data.pipeline.api.ingest.position
Use primary key as position.
PrimaryKeyPosition() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
 
pushRecord(Record) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
Push DataRecord into channel.

R

Record - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
Record interface.
Record() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.Record
 
releaseLock(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.lock.JobLock
Release lock.
remove(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.PipelineJobAPI
Remove pipeline job.
reset(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Reset scaling job.
restoreClusterWriteDB(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Restore cluster write to job source schema's underlying DB.
restoreClusterWriteDB(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Restore cluster write to job source schema's underlying DB.
RowBasedJobLockAlgorithm - Interface in org.apache.shardingsphere.data.pipeline.spi.lock
Row based job lock algorithm, SPI.
RuleAlteredDetector - Interface in org.apache.shardingsphere.data.pipeline.spi.rulealtered
Rule altered detector, SPI interface.
RuleAlteredJobAlmostCompletedParameter - Class in org.apache.shardingsphere.data.pipeline.api.detect
Rule altered job almost completed parameter.
RuleAlteredJobAlmostCompletedParameter() - Constructor for class org.apache.shardingsphere.data.pipeline.api.detect.RuleAlteredJobAlmostCompletedParameter
 
RuleAlteredJobAPI - Interface in org.apache.shardingsphere.data.pipeline.api
Rule altered job API.
RuleAlteredJobConfigurationPreparer - Interface in org.apache.shardingsphere.data.pipeline.spi.rulealtered
Rule altered job configuration preparer.
RuleAlteredJobId - Class in org.apache.shardingsphere.data.pipeline.api.job
Job id.
RuleAlteredJobId() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.RuleAlteredJobId
 
RuleBasedJobLockAlgorithm - Interface in org.apache.shardingsphere.data.pipeline.spi.lock
Rule based job lock algorithm, SPI.
run() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 

S

setAlgorithmProps(Properties) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.SingleTableDataCalculator
Set algorithm properties.
setLoginTimeout(int) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
setLogWriter(PrintWriter) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 
setSource(YamlPipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.PipelineConfiguration
Set source.
setTarget(YamlPipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.PipelineConfiguration
Set target.
ShardingSpherePipelineDataSourceConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.datasource.config.impl
Pipeline data source configuration for ShardingSphere-JDBC.
ShardingSpherePipelineDataSourceConfiguration(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
 
ShardingSpherePipelineDataSourceConfiguration(YamlRootConfiguration) - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
 
SingleTableDataCalculator - Interface in org.apache.shardingsphere.data.pipeline.spi.check.consistency
Single table data calculator interface, SPI.
splitLogicTableNames() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.HandleConfiguration
Split HandleConfiguration.logicTables to logic table names.
StandardPipelineDataSourceConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.datasource.config.impl
Pipeline data source configuration for standard JDBC.
StandardPipelineDataSourceConfiguration(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
 
StandardPipelineDataSourceConfiguration(Map<String, Object>) - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
 
StandardPipelineDataSourceConfiguration(String, String, String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
 
start() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
start() - Method in interface org.apache.shardingsphere.data.pipeline.api.executor.LifecycleExecutor
Start run execute.
start(JobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Start scaling job by config.
startDisabledJob(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.PipelineJobAPI
Start pipeline job by id.
stop() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
stop() - Method in interface org.apache.shardingsphere.data.pipeline.api.executor.LifecycleExecutor
Stop running execute.
stop(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.PipelineJobAPI
Stop pipeline job.
stopClusterWriteDB(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Stop cluster write to job source schema's underlying DB.
stopClusterWriteDB(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Stop cluster write to job source schema's underlying DB.
switchClusterConfiguration(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Switch job source schema's configuration to job target configuration.
switchClusterConfiguration(JobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Switch job source schema's configuration to job target configuration.

T

TableDefinitionSQLType - Enum in org.apache.shardingsphere.data.pipeline.api.prepare.datasource
Table definition SQL type.
TaskConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
Task configuration.
TaskConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.TaskConfiguration
 
TaskProgress - Interface in org.apache.shardingsphere.data.pipeline.api.task.progress
Task progress.
toString() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PlaceholderPosition
 
toString() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
 
toString() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.Column
 
TYPE - Static variable in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
 
TYPE - Static variable in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
 

U

unmarshal(String) - Static method in class org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeEntry
Unmarshal from text.
unmarshal(String) - Static method in class org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeLine
Unmarshal from text.
unmarshal(String) - Static method in class org.apache.shardingsphere.data.pipeline.api.job.RuleAlteredJobId
Unmarshal from hex text.
unwrap(Class<T>) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
 

V

valueOf(String) - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WorkflowConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
 
WorkflowConfiguration(String, Map<String, List<String>>, int, int) - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.WorkflowConfiguration
 

Y

YamlJdbcConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml
JDBC configuration for YAML.
YamlJdbcConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.YamlJdbcConfiguration
 
YamlPipelineDataSourceConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml
Pipeline data source configuration for YAML.
YamlPipelineDataSourceConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.YamlPipelineDataSourceConfiguration
 
A B C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links

Copyright © 2022 The Apache Software Foundation. All rights reserved.