Index

A B C D E F G H I J K L M N O P R S T U V Y 
All Classes and Interfaces|All Packages|Constant Field Values

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
 
ActualTableName - Class in org.apache.shardingsphere.data.pipeline.api.metadata
Actual table name.
ActualTableName(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.ActualTableName
 
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.
ALTER_TABLE - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
 

B

buildCheckEmptySQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build check empty SQL.
buildChunkedQuerySQL(String, String, String, boolean) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build query SQL.
buildCountSQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build count SQL.
buildCRC32SQL(String, String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build CRC32 SQL.
buildCreateSchemaSQL(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build create schema SQL.
buildDeleteSQL(String, DataRecord, Collection<Column>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build delete SQL.
buildInsertSQL(String, DataRecord, Map<LogicTableName, Set<String>>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build insert SQL.
buildInventoryDumpSQL(String, String, String, int, boolean) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build inventory dump first SQL.
buildSplitByPrimaryKeyRangeSQL(String, String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build split by primary key range SQL.
buildTruncateSQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build truncate SQL.
buildUpdateSQL(String, DataRecord, Collection<Column>, Map<LogicTableName, Set<String>>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build update SQL.

C

calculate(DataConsistencyCalculateParameter) - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCalculateAlgorithm
Calculate data for consistency check.
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>, TableNameSchemaNameMapping, 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
 
COMMENT_ON - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
 
compareTo(FinishedPosition) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.FinishedPosition
 
compareTo(IntegerPrimaryKeyPosition) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
 
compareTo(PlaceholderPosition) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PlaceholderPosition
 
compareTo(StringPrimaryKeyPosition) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
 
contains(String) - Static method in class org.apache.shardingsphere.data.pipeline.spi.detect.JobCompletionDetectAlgorithmFactory
Judge whether contains job completion detect algorithm.
contains(String) - Static method in class org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreatorFactory
Judge whether contains pipeline channel creator.
contains(String) - Static method in class org.apache.shardingsphere.data.pipeline.spi.ratelimit.JobRateLimitAlgorithmFactory
Judge whether contains job rate limit algorithm.
containsTable(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
Whether contains table.
convert(String) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
 
convert(String) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
 
convert(String) - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
 
convert(Map<String, ShardingSphereSchema>) - Static method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
Convert table name and schema name mapping from schemas.
CREATE_INDEX - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
 
CREATE_TABLE - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
 
createPipelineChannel(int, AckCallback) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreator
Create pipeline channel.
CreateTableSQLGenerator - Interface in org.apache.shardingsphere.data.pipeline.spi.ddlgenerator
Create table SQL generator.
CreateTableSQLGeneratorFactory - Class in org.apache.shardingsphere.data.pipeline.spi.ddlgenerator
Create table SQL generator factory.
CreateTableSQLGeneratorFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.ddlgenerator.CreateTableSQLGeneratorFactory
 
createTaskConfiguration(RuleAlteredJobConfiguration, int, 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

DataConsistencyCalculateAlgorithm - Interface in org.apache.shardingsphere.data.pipeline.spi.check.consistency
Data consistency calculate algorithm.
DataConsistencyCalculateParameter - Class in org.apache.shardingsphere.data.pipeline.api.check.consistency
Data consistency calculate parameter.
DataConsistencyCalculateParameter() - Constructor for class org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCalculateParameter
 
dataConsistencyCheck(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Do data consistency check.
dataConsistencyCheck(String, String, Properties) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Do data consistency check.
dataConsistencyCheck(RuleAlteredJobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Do data consistency check.
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() - Constructor for class org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCheckResult
 
DataConsistencyContentCheckResult - Class in org.apache.shardingsphere.data.pipeline.api.check.consistency
Data consistency content check result.
DataConsistencyContentCheckResult() - Constructor for class org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyContentCheckResult
 
DataConsistencyCountCheckResult - Class in org.apache.shardingsphere.data.pipeline.api.check.consistency
Data consistency count check result.
DataConsistencyCountCheckResult(long, long) - Constructor for class org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCountCheckResult
 
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.
DataSourceCheckerFactory - Class in org.apache.shardingsphere.data.pipeline.spi.check.datasource
Data source checker.
DataSourceCheckerFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceCheckerFactory
 
DELETE - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
 
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
 
DROP_INDEX - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
 
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

ENCRYPTION - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobSubType
 
equals(Object) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.TableName
 
EXECUTE_INCREMENTAL_TASK - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Job is in execute incremental task status.
EXECUTE_INCREMENTAL_TASK_FAILURE - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Task has stopped by failing to execute incremental task.
EXECUTE_INVENTORY_TASK - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Job is in execute inventory task status.
EXECUTE_INVENTORY_TASK_FAILURE - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Task has stopped by failing to execute inventory task.
extendConfiguration() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.YamlRuleAlteredJobConfiguration
Extend configuration.
extendJobConfiguration(YamlRuleAlteredJobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredJobConfigurationPreparer
Extend job configuration.
extendQueryProperties() - Method in interface org.apache.shardingsphere.data.pipeline.spi.datasource.JdbcQueryPropertiesExtension
Extend query properties.
extractUpdatedColumns(DataRecord, Map<LogicTableName, Set<String>>) - 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.
findInstance(RuleConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetectorFactory
Find instance of rule altered detector.
findInstance(DatabaseType) - Static method in class org.apache.shardingsphere.data.pipeline.spi.ddlgenerator.CreateTableSQLGeneratorFactory
Find instance of create table SQL generator.
findInstance(YamlRuleConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetectorFactory
Find instance of rule altered detector.
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.
FINISHED - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Job is finished.
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

generate(String, String, DataSource) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ddlgenerator.CreateTableSQLGenerator
Generate create table SQL.
getActualDataSourceConfig(String) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
Get actual data source configuration.
getBeginValue() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
 
getBeginValue() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
Get begin value.
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
 
getDatabaseName() - Method in interface org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
Get database name.
getDatabaseName() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.JobId
Get database name.
getDatabaseType() - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
Get database type.
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().
getEndValue() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
 
getEndValue() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
Get end value.
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.
getInstance() - Static method in class org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPIFactory
Get instance of rule altered job API.
getInstance() - Static method in class org.apache.shardingsphere.data.pipeline.spi.lock.RowBasedJobLockFactory
Get instance of row based job lock.
getInstance() - Static method in class org.apache.shardingsphere.data.pipeline.spi.lock.RuleBasedJobLockFactory
Get instance of rule based job lock.
getInstance() - Static method in class org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredJobConfigurationPreparerFactory
Get instance of rule altered job configuration preparer.
getInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceCheckerFactory
Get instance of data source checker.
getInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.spi.datasource.JdbcQueryPropertiesExtensionFactory
Get instance of JDBC query properties extension.
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.
getJobId() - Method in interface org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
Get job id.
getJobShardingCount() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.RuleAlteredJobConfiguration
Get job sharding count.
getKey() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
Get key.
getLogicTableName(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
Get logic table name.
getLogicTableNames() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.ImporterConfiguration
Get logic table names.
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(RuleAlteredJobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Get job progress.
getRuleConfigClassName() - Method in interface org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetector
Get rule configuration class name.
getSchemaName(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
Get schema name.
getSchemaName(ActualTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
Get schema name.
getSchemaName(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
Get schema name.
getSchemaName(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.ImporterConfiguration
Get schema name.
getSchemaName(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
Get schema name.
getShardingColumns(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.ImporterConfiguration
Get sharding columns.
getSubTypes() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.JobId
Get sub-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 class org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
 
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

hashCode() - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.TableName
 

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() - 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) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
Init position by string data.
init(DataSource) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
Init position by data source.
INSERT - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
 
IntegerPrimaryKeyPosition - Class in org.apache.shardingsphere.data.pipeline.api.ingest.position
Integer primary key position.
IntegerPrimaryKeyPosition(long, long) - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
 
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(RuleAlteredJobConfiguration) - 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

JdbcQueryPropertiesExtension - Interface in org.apache.shardingsphere.data.pipeline.spi.datasource
JDBC query properties extension.
JdbcQueryPropertiesExtensionFactory - Class in org.apache.shardingsphere.data.pipeline.spi.datasource
JDBC query properties extension factory.
JdbcQueryPropertiesExtensionFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.datasource.JdbcQueryPropertiesExtensionFactory
 
JobCompletionDetectAlgorithm<T> - Interface in org.apache.shardingsphere.data.pipeline.spi.detect
Job completion detect algorithm.
JobCompletionDetectAlgorithmFactory - Class in org.apache.shardingsphere.data.pipeline.spi.detect
Job completion detect algorithm factory.
JobCompletionDetectAlgorithmFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.detect.JobCompletionDetectAlgorithmFactory
 
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.
JobRateLimitAlgorithmFactory - Class in org.apache.shardingsphere.data.pipeline.spi.ratelimit
Job rate limit algorithm factory.
JobRateLimitAlgorithmFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.ratelimit.JobRateLimitAlgorithmFactory
 
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.
LogicTableName - Class in org.apache.shardingsphere.data.pipeline.api.metadata
Logic table name.
LogicTableName(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.LogicTableName
 

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(Object, Object) - Static method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPositionFactory
New instance by begin value and end value.
newInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPositionFactory
New instance by string data.
newInstance(String, String) - Static method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfigurationFactory
Create new instance of pipeline data source configuration.
newInstance(ShardingSphereAlgorithmConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.spi.detect.JobCompletionDetectAlgorithmFactory
Create new instance of job completion detect algorithm.
newInstance(ShardingSphereAlgorithmConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreatorFactory
Create new instance of pipeline channel creator.
newInstance(ShardingSphereAlgorithmConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.spi.ratelimit.JobRateLimitAlgorithmFactory
Create new instance of job rate limit algorithm.

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 - package org.apache.shardingsphere.data.pipeline.api.config
 
org.apache.shardingsphere.data.pipeline.api.config.ingest - package org.apache.shardingsphere.data.pipeline.api.config.ingest
 
org.apache.shardingsphere.data.pipeline.api.config.job - package org.apache.shardingsphere.data.pipeline.api.config.job
 
org.apache.shardingsphere.data.pipeline.api.config.rulealtered - package org.apache.shardingsphere.data.pipeline.api.config.rulealtered
 
org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml - package org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml
 
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.metadata - package org.apache.shardingsphere.data.pipeline.api.metadata
 
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.datasource - package org.apache.shardingsphere.data.pipeline.spi.datasource
 
org.apache.shardingsphere.data.pipeline.spi.ddlgenerator - package org.apache.shardingsphere.data.pipeline.spi.ddlgenerator
 
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.
PipelineChannelCreator - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.channel
Pipeline channel creator.
PipelineChannelCreatorFactory - Class in org.apache.shardingsphere.data.pipeline.spi.ingest.channel
Pipeline channel creator factory.
PipelineChannelCreatorFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreatorFactory
 
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
 
PipelineDataSourceConfigurationSwapper - Class in org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml
Pipeline data source configuration YAML swapper.
PipelineDataSourceConfigurationSwapper() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.PipelineDataSourceConfigurationSwapper
 
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.
PipelineJobConfiguration - Interface in org.apache.shardingsphere.data.pipeline.api.config.job
Pipeline job configuration.
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.
PREPARING - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Job is in prepare status.
PREPARING_FAILURE - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Task has stopped by failing to prepare work.
PrimaryKeyPosition<T> - Class in org.apache.shardingsphere.data.pipeline.api.ingest.position
Primary key position.
PrimaryKeyPosition() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
 
PrimaryKeyPositionFactory - Class in org.apache.shardingsphere.data.pipeline.api.ingest.position
Primary key position factory.
PrimaryKeyPositionFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPositionFactory
 
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 writing.
restoreClusterWriteDB(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Restore cluster writing.
RowBasedJobLock - Interface in org.apache.shardingsphere.data.pipeline.spi.lock
Row based job lock.
RowBasedJobLockFactory - Class in org.apache.shardingsphere.data.pipeline.spi.lock
Row based job lock factory.
RowBasedJobLockFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.lock.RowBasedJobLockFactory
 
RULE_ALTERED - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobType
 
RuleAlteredDetector - Interface in org.apache.shardingsphere.data.pipeline.spi.rulealtered
Rule altered detector.
RuleAlteredDetectorFactory - Class in org.apache.shardingsphere.data.pipeline.spi.rulealtered
Rule altered detector factory.
RuleAlteredDetectorFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredDetectorFactory
 
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.
RuleAlteredJobAPIFactory - Class in org.apache.shardingsphere.data.pipeline.api
Rule altered job API factory.
RuleAlteredJobAPIFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPIFactory
 
RuleAlteredJobConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered
Rule altered job configuration.
RuleAlteredJobConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.RuleAlteredJobConfiguration
 
RuleAlteredJobConfigurationPreparer - Interface in org.apache.shardingsphere.data.pipeline.spi.rulealtered
Rule altered job configuration preparer.
RuleAlteredJobConfigurationPreparerFactory - Class in org.apache.shardingsphere.data.pipeline.spi.rulealtered
Rule altered job configuration preparer factory.
RuleAlteredJobConfigurationPreparerFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.rulealtered.RuleAlteredJobConfigurationPreparerFactory
 
RuleAlteredJobConfigurationSwapper - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml
Rule altered job configuration swapper.
RuleAlteredJobConfigurationSwapper() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.RuleAlteredJobConfigurationSwapper
 
RuleAlteredJobId - Class in org.apache.shardingsphere.data.pipeline.api.job
Job id.
RuleAlteredJobId() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.RuleAlteredJobId
 
RuleBasedJobLock - Interface in org.apache.shardingsphere.data.pipeline.spi.lock
Rule based job lock.
RuleBasedJobLockFactory - Class in org.apache.shardingsphere.data.pipeline.spi.lock
Rule based job lock factory.
RuleBasedJobLockFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.lock.RuleBasedJobLockFactory
 
run() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
RUNNING - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobStatus
Job is in running status.

S

SCALING - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobSubType
 
SELECT - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
 
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.yaml.YamlRuleAlteredJobConfiguration
Set source.
setTarget(YamlPipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.YamlRuleAlteredJobConfiguration
Set target.
setUrl(String) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.YamlJdbcConfiguration
Set URL.
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
 
splitLogicTableNames() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.RuleAlteredJobConfiguration
Split RuleAlteredJobConfiguration.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(String, String, 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
 
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(RuleAlteredJobConfiguration) - 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 writing.
stopClusterWriteDB(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Stop cluster writing.
StringPrimaryKeyPosition - Class in org.apache.shardingsphere.data.pipeline.api.ingest.position
String primary key position.
StringPrimaryKeyPosition() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
 
swapToObject(String) - Static method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.RuleAlteredJobConfigurationSwapper
Swap to job configuration from text.
swapToObject(YamlRuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.RuleAlteredJobConfigurationSwapper
 
swapToObject(YamlPipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.PipelineDataSourceConfigurationSwapper
 
swapToYamlConfiguration(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.RuleAlteredJobConfigurationSwapper
 
swapToYamlConfiguration(PipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.PipelineDataSourceConfigurationSwapper
 
switchClusterConfiguration(String) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Switch cluster configuration.
switchClusterConfiguration(RuleAlteredJobConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.RuleAlteredJobAPI
Switch cluster configuration.

T

TableDefinitionSQLType - Enum in org.apache.shardingsphere.data.pipeline.api.prepare.datasource
Table definition SQL type.
TableName - Class in org.apache.shardingsphere.data.pipeline.api.metadata
Table name.
TableName(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.TableName
 
TableNameSchemaNameMapping - Class in org.apache.shardingsphere.data.pipeline.api.config
Table name and schema name mapping.
TableNameSchemaNameMapping() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
 
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.config.rulealtered.RuleAlteredJobConfiguration
 
toString() - Method in class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.YamlRuleAlteredJobConfiguration
 
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
 
toString() - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.TableName
 
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

UNKNOWN - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.prepare.datasource.TableDefinitionSQLType
 
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
 
UPDATE - Enum constant in enum org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
 

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.

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
 
YamlRuleAlteredJobConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml
Rule altered job configuration for YAML.
YamlRuleAlteredJobConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.rulealtered.yaml.YamlRuleAlteredJobConfiguration
 
A B C D E F G H I J K L M N O P R S T U V Y 
All Classes and Interfaces|All Packages|Constant Field Values