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

A

AbstractJobType - Class in org.apache.shardingsphere.data.pipeline.api.job.type
Abstract job type.
AbstractJobType(String, String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.type.AbstractJobType
 
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.
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.
await(String, long, TimeUnit) - Method in interface org.apache.shardingsphere.data.pipeline.spi.barrier.PipelineDistributedBarrier
Await barrier path all children node is ready.

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.
buildDivisibleInventoryDumpSQL(String, String, String, int, boolean) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build divisible inventory dump first SQL.
buildDropSQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build drop SQL.
buildIndivisibleInventoryDumpSQL(String, String, String, int, boolean) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build indivisible inventory dump first SQL.
buildInsertSQL(String, DataRecord) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build insert SQL.
buildSplitByPrimaryKeyRangeSQL(String, String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
Build split by primary key range SQL.
buildUpdateSQL(String, DataRecord, Collection<Column>) - 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.
cancel() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCalculateAlgorithm
Cancel calculation.
cancelStatement(Statement) - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
check(DataConsistencyCalculateAlgorithm) - Method in interface org.apache.shardingsphere.data.pipeline.api.check.consistency.PipelineDataConsistencyChecker
Data 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 interface org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceManager
Close, close cached data source.
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
 
ColumnValueReader - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
Column value reader.
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
 
compareTo(PipelineColumnMetaData) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineColumnMetaData
 
ConsistencyCheckJobConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.job
Consistency check job configuration.
ConsistencyCheckJobConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.job.ConsistencyCheckJobConfiguration
 
ConsistencyCheckJobItemInfo - Class in org.apache.shardingsphere.data.pipeline.api.pojo
Consistency check job item info.
ConsistencyCheckJobItemInfo() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.ConsistencyCheckJobItemInfo
 
ConsistencyCheckJobItemProgress - Class in org.apache.shardingsphere.data.pipeline.api.job.progress
Data consistency check job item progress.
ConsistencyCheckJobItemProgress() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.progress.ConsistencyCheckJobItemProgress
 
containsTable(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
Whether contains table.
convert(Map<String, List<String>>) - Static method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
Convert table name and schema name mapping from schemas.
convert(String, Collection<String>) - Static method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
Convert table name and schema name mapping.
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
 
CreateConsistencyCheckJobParameter - Class in org.apache.shardingsphere.data.pipeline.api.pojo
Create consistency check job parameter.
CreateConsistencyCheckJobParameter() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.CreateConsistencyCheckJobParameter
 
createImporter(ImporterConfiguration, ImporterConnector, PipelineChannel, PipelineJobProgressListener, ImporterType) - Method in interface org.apache.shardingsphere.data.pipeline.spi.importer.ImporterCreator
Create importer.
createIncrementalDumper(DumperConfiguration, IngestPosition<P>, PipelineChannel, PipelineTableMetaDataLoader) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.dumper.IncrementalDumperCreator
Create incremental dumper.
CreateMigrationJobParameter - Class in org.apache.shardingsphere.data.pipeline.api.pojo
 
CreateMigrationJobParameter() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.CreateMigrationJobParameter
 
createPipelineChannel(int, AckCallback) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreator
Create pipeline channel.
createPipelineDataSource(Object) - Method in interface org.apache.shardingsphere.data.pipeline.spi.datasource.creator.PipelineDataSourceCreator
Create pipeline data source.
CreateTableConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config
Create table configuration.
CreateTableConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.CreateTableConfiguration
 
CreateTableConfiguration.CreateTableEntry - Class in org.apache.shardingsphere.data.pipeline.api.config
 
CreateTableEntry() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.CreateTableConfiguration.CreateTableEntry
 
CreateTableSQLGenerator - Interface in org.apache.shardingsphere.data.pipeline.spi.ddlgenerator
Create table SQL generator.

D

DataConsistencyCalculateAlgorithm - Interface in org.apache.shardingsphere.data.pipeline.spi.check.consistency
Data consistency calculate algorithm.
DataConsistencyCalculatedResult - Interface in org.apache.shardingsphere.data.pipeline.api.check.consistency
Data consistency calculated result.
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
 
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.
destroy(DataSource, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
Clean up by data source if necessary.
doStop() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
Dumper - Interface in org.apache.shardingsphere.data.pipeline.api.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

equals(Object) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.IdentifierName
 
equals(Object) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineColumnMetaData
 
equals(Object) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineTableMetaData
 
equals(Object) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.SchemaTableName
 
extendQueryProperties() - Method in interface org.apache.shardingsphere.data.pipeline.spi.datasource.JdbcQueryPropertiesExtension
Extend query properties.
extractUpdatedColumns(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.
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(DataSource, String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ddlgenerator.CreateTableSQLGenerator
Generate create table SQLs.
getActualDataSourceConfiguration(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.
getColumnMetaData(int) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineTableMetaData
Get column meta data.
getColumnMetaData(String) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineTableMetaData
Get column meta data.
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
 
getConnector() - Method in interface org.apache.shardingsphere.data.pipeline.spi.importer.connector.ImporterConnector
Get connector.
getDatabaseType() - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
Get database type.
getDataSource(PipelineDataSourceConfiguration) - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceManager
Get cached 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().
getDataSourceName() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Get data source name.
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.PipelineJobId
Get format version.
getIncrementalLatestActiveTimeMillis() - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemIncrementalTasksProgress
Get incremental latest active time milliseconds.
getIncrementalPosition() - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemIncrementalTasksProgress
Get incremental position.
getInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.spi.job.JobTypeFactory
Get job type instance.
getInventoryPosition(String) - Method in class org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemInventoryTasksProgress
Get inventory position.
getJobConfig() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Get job configuration.
getJobId() - Method in interface org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
Get job id.
getJobId() - Method in interface org.apache.shardingsphere.data.pipeline.api.config.job.yaml.YamlPipelineJobConfiguration
Get job id.
getJobId() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Get job id.
getJobItemContext() - Method in interface org.apache.shardingsphere.data.pipeline.api.task.PipelineTasksRunner
Get job item context.
getJobMetaData() - Method in interface org.apache.shardingsphere.data.pipeline.api.pojo.PipelineJobInfo
Get job meta data.
getJobProcessContext() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Get job process context.
getJobShardingCount() - Method in class org.apache.shardingsphere.data.pipeline.api.config.job.ConsistencyCheckJobConfiguration
Get job sharding count.
getJobShardingCount() - Method in class org.apache.shardingsphere.data.pipeline.api.config.job.MigrationJobConfiguration
Get job sharding count.
getJobShardingCount() - Method in interface org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
Get job sharding count.
getJobTypeCode() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.PipelineJobId
Get job type code.
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.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.
getMaxUniqueKeyValue() - Method in interface org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCalculatedResult
Get max unique key value.
getOldKey() - Method in class org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
Get old key.
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
 
getPipelineProcessConfig() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineProcessContext
Get pipeline process config.
getRecordsCount() - Method in interface org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCalculatedResult
Get records count.
getSchemaName(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ImporterConfiguration
Get schema name.
getSchemaName(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
Get schema name.
getSchemaName(ActualTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
Get schema name.
getSchemaName(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
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.ImporterConfiguration
Get sharding columns.
getShardingColumnsMap(Collection<YamlRuleConfiguration>, Set<LogicTableName>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sharding.ShardingColumnsExtractor
Get sharding columns map.
getShardingItem() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Get sharding item.
getShardingItems() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.PipelineJob
Get sharding items.
getSourceDatabaseType() - Method in class org.apache.shardingsphere.data.pipeline.api.config.job.ConsistencyCheckJobConfiguration
 
getSourceDatabaseType() - Method in interface org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
Get source database type.
getStatus() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Get job status.
getStatus() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.progress.PipelineJobItemProgress
Get job status.
getSupportedDatabaseTypes() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCalculateAlgorithm
Get supported database types.
getTableMetaData(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.api.metadata.loader.PipelineTableMetaDataLoader
Get table meta data, load if meta data absent.
getTargetDatabaseName() - Method in interface org.apache.shardingsphere.data.pipeline.api.config.job.yaml.YamlPipelineJobConfiguration
Get database name.
getTasksRunner(int) - Method in interface org.apache.shardingsphere.data.pipeline.api.job.PipelineJob
Get tasks runner.
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.spi.importer.connector.ImporterConnector
Connector type.
getTypeCode() - Method in interface org.apache.shardingsphere.data.pipeline.spi.job.JobType
Get type code.
getTypeName() - Method in interface org.apache.shardingsphere.data.pipeline.spi.job.JobType
Get type 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.IdentifierName
 
hashCode() - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineColumnMetaData
 
hashCode() - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineTableMetaData
 
hashCode() - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.SchemaTableName
 

I

IdentifierName - Class in org.apache.shardingsphere.data.pipeline.api.metadata
Identifier name.
IdentifierName(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.IdentifierName
 
Importer - Interface in org.apache.shardingsphere.data.pipeline.api.importer
Importer.
ImporterConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config
Importer configuration.
ImporterConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.ImporterConfiguration
 
ImporterConnector - Interface in org.apache.shardingsphere.data.pipeline.spi.importer.connector
Importer connector.
ImporterCreator - Interface in org.apache.shardingsphere.data.pipeline.spi.importer
Importer creator.
ImporterType - Enum in org.apache.shardingsphere.data.pipeline.spi.importer
Importer type.
IncrementalDumper - Interface in org.apache.shardingsphere.data.pipeline.api.ingest.dumper
Incremental dumper.
IncrementalDumperCreator<P> - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
Incremental dumper creator.
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(DataSource, String) - 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.
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.
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
 
InventoryIncrementalJobItemInfo - Class in org.apache.shardingsphere.data.pipeline.api.pojo
Inventory incremental job item info.
InventoryIncrementalJobItemInfo() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.InventoryIncrementalJobItemInfo
 
InventoryIncrementalJobItemProgress - Class in org.apache.shardingsphere.data.pipeline.api.job.progress
Inventory incremental job item progress.
InventoryIncrementalJobItemProgress() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.progress.InventoryIncrementalJobItemProgress
 
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
 
isCanceling() - Method in interface org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCalculateAlgorithm
Is calculation canceling.
isMatched() - Method in class org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCheckResult
Is count and content matched.
isStopping() - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Get stopping.
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.
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
 
JobItemIncrementalTasksProgress - Class in org.apache.shardingsphere.data.pipeline.api.job.progress
Job item incremental tasks progress.
JobItemIncrementalTasksProgress() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemIncrementalTasksProgress
 
JobItemInventoryTasksProgress - Class in org.apache.shardingsphere.data.pipeline.api.job.progress
Job item inventory tasks progress.
JobItemInventoryTasksProgress() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemInventoryTasksProgress
 
JobOperationType - Enum in org.apache.shardingsphere.data.pipeline.api.job
Job operation type.
JobRateLimitAlgorithm - Interface in org.apache.shardingsphere.data.pipeline.spi.ratelimit
Job rate limit algorithm.
JobStatus - Enum in org.apache.shardingsphere.data.pipeline.api.job
Job status.
JobType - Interface in org.apache.shardingsphere.data.pipeline.spi.job
Job type.
JobTypeFactory - Class in org.apache.shardingsphere.data.pipeline.spi.job
Job type factory.
JobTypeFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.spi.job.JobTypeFactory
 

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.
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.
MigrationJobConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.job
Migration job configuration.
MigrationJobConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.job.MigrationJobConfiguration
 

N

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(String) - Static method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPositionFactory
New instance by string data.
newInstance(Object, Object) - Static method in class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPositionFactory
New instance by begin value and end value.
notifyChildrenNodeCountCheck(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.barrier.PipelineDistributedBarrier
notify children node count check.

O

onAck(List<Record>) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.AckCallback
Call after record acknowledged.
onProgressUpdated(PipelineJobProgressUpdatedParameter) - Method in interface org.apache.shardingsphere.data.pipeline.api.job.progress.listener.PipelineJobProgressListener
Emit on progress updated.
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.job.yaml - package org.apache.shardingsphere.data.pipeline.api.config.job.yaml
 
org.apache.shardingsphere.data.pipeline.api.config.process - package org.apache.shardingsphere.data.pipeline.api.config.process
 
org.apache.shardingsphere.data.pipeline.api.context - package org.apache.shardingsphere.data.pipeline.api.context
 
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.executor - package org.apache.shardingsphere.data.pipeline.api.executor
 
org.apache.shardingsphere.data.pipeline.api.importer - package org.apache.shardingsphere.data.pipeline.api.importer
 
org.apache.shardingsphere.data.pipeline.api.ingest.channel - package org.apache.shardingsphere.data.pipeline.api.ingest.channel
 
org.apache.shardingsphere.data.pipeline.api.ingest.dumper - package org.apache.shardingsphere.data.pipeline.api.ingest.dumper
 
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.job.progress.listener - package org.apache.shardingsphere.data.pipeline.api.job.progress.listener
 
org.apache.shardingsphere.data.pipeline.api.job.type - package org.apache.shardingsphere.data.pipeline.api.job.type
 
org.apache.shardingsphere.data.pipeline.api.metadata - package org.apache.shardingsphere.data.pipeline.api.metadata
 
org.apache.shardingsphere.data.pipeline.api.metadata.loader - package org.apache.shardingsphere.data.pipeline.api.metadata.loader
 
org.apache.shardingsphere.data.pipeline.api.metadata.model - package org.apache.shardingsphere.data.pipeline.api.metadata.model
 
org.apache.shardingsphere.data.pipeline.api.pojo - package org.apache.shardingsphere.data.pipeline.api.pojo
 
org.apache.shardingsphere.data.pipeline.api.task - package org.apache.shardingsphere.data.pipeline.api.task
 
org.apache.shardingsphere.data.pipeline.api.task.progress - package org.apache.shardingsphere.data.pipeline.api.task.progress
 
org.apache.shardingsphere.data.pipeline.spi.barrier - package org.apache.shardingsphere.data.pipeline.spi.barrier
 
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.datasource.creator - package org.apache.shardingsphere.data.pipeline.spi.datasource.creator
 
org.apache.shardingsphere.data.pipeline.spi.ddlgenerator - package org.apache.shardingsphere.data.pipeline.spi.ddlgenerator
 
org.apache.shardingsphere.data.pipeline.spi.importer - package org.apache.shardingsphere.data.pipeline.spi.importer
 
org.apache.shardingsphere.data.pipeline.spi.importer.connector - package org.apache.shardingsphere.data.pipeline.spi.importer.connector
 
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.job - package org.apache.shardingsphere.data.pipeline.spi.job
 
org.apache.shardingsphere.data.pipeline.spi.ratelimit - package org.apache.shardingsphere.data.pipeline.spi.ratelimit
 
org.apache.shardingsphere.data.pipeline.spi.sharding - package org.apache.shardingsphere.data.pipeline.spi.sharding
 
org.apache.shardingsphere.data.pipeline.spi.sqlbuilder - package org.apache.shardingsphere.data.pipeline.spi.sqlbuilder
 

P

persistEphemeralChildrenNode(String, int) - Method in interface org.apache.shardingsphere.data.pipeline.spi.barrier.PipelineDistributedBarrier
Persist ephemeral children node.
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.
PipelineColumnMetaData - Class in org.apache.shardingsphere.data.pipeline.api.metadata.model
Column meta data.
PipelineColumnMetaData() - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineColumnMetaData
 
PipelineDataConsistencyChecker - Interface in org.apache.shardingsphere.data.pipeline.api.check.consistency
Pipeline data consistency checker.
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
 
PipelineDataSourceCreator - Interface in org.apache.shardingsphere.data.pipeline.spi.datasource.creator
Pipeline data source creator.
PipelineDataSourceManager - Interface in org.apache.shardingsphere.data.pipeline.api.datasource
Pipeline data source manager.
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
 
PipelineDistributedBarrier - Interface in org.apache.shardingsphere.data.pipeline.spi.barrier
Pipeline distributed barrier.
PipelineIndexMetaData - Class in org.apache.shardingsphere.data.pipeline.api.metadata.model
Pipeline meta data of index.
PipelineIndexMetaData() - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineIndexMetaData
 
PipelineJob - Interface in org.apache.shardingsphere.data.pipeline.api.job
Pipeline job.
PipelineJobConfiguration - Interface in org.apache.shardingsphere.data.pipeline.api.config.job
Pipeline job configuration.
PipelineJobId - Interface in org.apache.shardingsphere.data.pipeline.api.job
Pipeline job id.
PipelineJobInfo - Interface in org.apache.shardingsphere.data.pipeline.api.pojo
Pipeline job meta data.
PipelineJobItemContext - Interface in org.apache.shardingsphere.data.pipeline.api.context
Pipeline job item context.
PipelineJobItemProgress - Interface in org.apache.shardingsphere.data.pipeline.api.job.progress
Pipeline job item progress.
PipelineJobMetaData - Class in org.apache.shardingsphere.data.pipeline.api.pojo
Pipeline job meta data.
PipelineJobMetaData() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.PipelineJobMetaData
 
PipelineJobProgressListener - Interface in org.apache.shardingsphere.data.pipeline.api.job.progress.listener
Pipeline job progress listener.
PipelineJobProgressUpdatedParameter - Class in org.apache.shardingsphere.data.pipeline.api.job.progress.listener
Pipeline job process update parameter.
PipelineJobProgressUpdatedParameter() - Constructor for class org.apache.shardingsphere.data.pipeline.api.job.progress.listener.PipelineJobProgressUpdatedParameter
 
PipelineProcessConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.process
Pipeline process configuration.
PipelineProcessConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.process.PipelineProcessConfiguration
 
PipelineProcessContext - Interface in org.apache.shardingsphere.data.pipeline.api.context
Pipeline process context.
PipelineReadConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.process
Pipeline read configuration.
PipelineReadConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.process.PipelineReadConfiguration
 
PipelineSQLBuilder - Interface in org.apache.shardingsphere.data.pipeline.spi.sqlbuilder
Pipeline SQL builder.
PipelineTableMetaData - Class in org.apache.shardingsphere.data.pipeline.api.metadata.model
Pipeline table meta data.
PipelineTableMetaData(String, Map<String, PipelineColumnMetaData>, Collection<PipelineIndexMetaData>) - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineTableMetaData
 
PipelineTableMetaDataLoader - Interface in org.apache.shardingsphere.data.pipeline.api.metadata.loader
Pipeline table meta data loader.
PipelineTaskConfiguration - Interface in org.apache.shardingsphere.data.pipeline.api.config
Pipeline task configuration.
PipelineTasksRunner - Interface in org.apache.shardingsphere.data.pipeline.api.task
Pipeline tasks runner.
PipelineWriteConfiguration - Class in org.apache.shardingsphere.data.pipeline.api.config.process
Pipeline write configuration.
PipelineWriteConfiguration() - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.process.PipelineWriteConfiguration
 
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<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

readValue(ResultSet, ResultSetMetaData, int) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.dumper.ColumnValueReader
Read column value.
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
 
register(String, int) - Method in interface org.apache.shardingsphere.data.pipeline.spi.barrier.PipelineDistributedBarrier
Register distributed barrier.
run() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
 
runBlocking() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
Run blocking.

S

SchemaName - Class in org.apache.shardingsphere.data.pipeline.api.metadata
Schema name.
SchemaName(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.SchemaName
 
SchemaTableName - Class in org.apache.shardingsphere.data.pipeline.api.metadata
Schema name and table name.
SchemaTableName() - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.SchemaTableName
 
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
 
setStatus(JobStatus) - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Set job status.
setStopping(boolean) - Method in interface org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
Set stopping.
ShardingColumnsExtractor - Interface in org.apache.shardingsphere.data.pipeline.spi.sharding
Sharding columns extractor.
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
 
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() - Method in interface org.apache.shardingsphere.data.pipeline.api.task.PipelineTasksRunner
Start tasks runner.
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() - Method in interface org.apache.shardingsphere.data.pipeline.api.job.PipelineJob
Stop job.
stop() - Method in interface org.apache.shardingsphere.data.pipeline.api.task.PipelineTasksRunner
Stop tasks runner.
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(YamlPipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.YamlPipelineDataSourceConfigurationSwapper
 
swapToYamlConfiguration(PipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.YamlPipelineDataSourceConfigurationSwapper
 

T

TableBasedPipelineJobInfo - Class in org.apache.shardingsphere.data.pipeline.api.pojo
Table based pipeline job info.
TableBasedPipelineJobInfo() - Constructor for class org.apache.shardingsphere.data.pipeline.api.pojo.TableBasedPipelineJobInfo
 
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
 
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
 
toString() - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.IdentifierName
 
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.
unregister(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.barrier.PipelineDistributedBarrier
Persist ephemeral children node.
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.spi.importer.ImporterType
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.spi.importer.ImporterType
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
 
YamlPipelineDataSourceConfigurationSwapper - Class in org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml
YAML pipeline data source configuration swapper.
YamlPipelineDataSourceConfigurationSwapper() - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.yaml.YamlPipelineDataSourceConfigurationSwapper
 
YamlPipelineJobConfiguration - Interface in org.apache.shardingsphere.data.pipeline.api.config.job.yaml
YAML pipeline job configuration.
A B C D E F G H I J K L M N O P R S T U V Y 
Skip navigation links

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