- calculate(DataConsistencyCalculateParameter) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCalculateAlgorithm
-
Calculate data for consistency check.
- cancel() - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCalculateAlgorithm
-
Cancel calculation.
- check(DataConsistencyCalculateAlgorithm) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.check.consistency.PipelineDataConsistencyChecker
-
Data consistency check.
- checkConnection(Collection<? extends DataSource>) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
-
Check data source connections.
- checkPrivilege(Collection<? extends DataSource>) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
-
Check user privileges.
- checkTargetTable(Collection<? extends DataSource>, TableNameSchemaNameMapping, Collection<String>) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
-
Check table is empty.
- checkVariable(Collection<? extends DataSource>) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.check.datasource.DataSourceChecker
-
Check data source variables.
- close() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceManager
-
Close, close cached data source.
- close() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
-
- close() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
-
Close channel.
- collect(ShardingSphereDatabase, ShardingSphereTable) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.data.collector.ShardingSphereDataCollector
-
Collect.
- Column - org.apache.shardingsphere.data.pipeline.api.ingest.record中的类
-
Column.
- Column(String, Object, boolean, boolean) - 类 的构造器org.apache.shardingsphere.data.pipeline.api.ingest.record.Column
-
- ColumnValueReader - org.apache.shardingsphere.data.pipeline.spi.ingest.dumper中的接口
-
Column value reader.
- commit(String) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.InventoryIncrementalJobPublicAPI
-
Commit pipeline job.
- compareTo(FinishedPosition) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.FinishedPosition
-
- compareTo(IntegerPrimaryKeyPosition) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
-
- compareTo(PlaceholderPosition) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.PlaceholderPosition
-
- compareTo(StringPrimaryKeyPosition) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
-
- compareTo(PipelineColumnMetaData) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineColumnMetaData
-
- ConsistencyCheckJobConfiguration - org.apache.shardingsphere.data.pipeline.api.config.job中的类
-
Consistency check job configuration.
- ConsistencyCheckJobConfiguration() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.config.job.ConsistencyCheckJobConfiguration
-
- ConsistencyCheckJobProgress - org.apache.shardingsphere.data.pipeline.api.job.progress中的类
-
Data consistency check job progress.
- ConsistencyCheckJobProgress() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.job.progress.ConsistencyCheckJobProgress
-
- ConsistencyCheckJobProgressInfo - org.apache.shardingsphere.data.pipeline.api.pojo中的类
-
Consistency check job progress info.
- ConsistencyCheckJobProgressInfo() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.pojo.ConsistencyCheckJobProgressInfo
-
- ConsistencyCheckJobPublicAPI - org.apache.shardingsphere.data.pipeline.api中的接口
-
Consistency check job public API.
- contains(String) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreatorFactory
-
Judge whether contains pipeline channel creator.
- contains(String) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.ratelimit.JobRateLimitAlgorithmFactory
-
Judge whether contains job rate limit algorithm.
- containsTable(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Whether contains table.
- convert(Map<String, List<String>>) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Convert table name and schema name mapping from schemas.
- convert(String, Collection<String>) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Convert table name and schema name mapping.
- convert(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
-
- convert(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
-
- convert(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
-
- CreateConsistencyCheckJobParameter - org.apache.shardingsphere.data.pipeline.api.pojo中的类
-
Create consistency check job parameter.
- CreateConsistencyCheckJobParameter() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.pojo.CreateConsistencyCheckJobParameter
-
- createImporter(ImporterConfiguration, PipelineDataSourceManager, PipelineChannel, PipelineJobProgressListener) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.importer.ImporterCreator
-
Create importer.
- createIncrementalDumper(DumperConfiguration, IngestPosition<P>, PipelineChannel, PipelineTableMetaDataLoader) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.ingest.dumper.IncrementalDumperCreator
-
Create incremental dumper.
- createJobAndStart(CreateConsistencyCheckJobParameter) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.ConsistencyCheckJobPublicAPI
-
Create consistency check configuration and start job.
- createJobAndStart(CreateMigrationJobParameter) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.MigrationJobPublicAPI
-
Create job migration config and start.
- CreateMigrationJobParameter - org.apache.shardingsphere.data.pipeline.api.pojo中的类
-
- CreateMigrationJobParameter() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.pojo.CreateMigrationJobParameter
-
- createPipelineChannel(int, AckCallback) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreator
-
Create pipeline channel.
- createProcessConfiguration(PipelineProcessConfiguration) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.InventoryIncrementalJobPublicAPI
-
Create process configuration.
- CreateTableConfiguration - org.apache.shardingsphere.data.pipeline.api.config中的类
-
Create table configuration.
- CreateTableConfiguration() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.config.CreateTableConfiguration
-
- CreateTableConfiguration.CreateTableEntry - org.apache.shardingsphere.data.pipeline.api.config中的类
-
- CreateTableEntry() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.config.CreateTableConfiguration.CreateTableEntry
-
- CreateTableSQLGenerator - org.apache.shardingsphere.data.pipeline.spi.ddlgenerator中的接口
-
Create table SQL generator.
- CreateTableSQLGeneratorFactory - org.apache.shardingsphere.data.pipeline.spi.ddlgenerator中的类
-
Create table SQL generator factory.
- CreateTableSQLGeneratorFactory() - 类 的构造器org.apache.shardingsphere.data.pipeline.spi.ddlgenerator.CreateTableSQLGeneratorFactory
-
- generate(DataSource, String, String) - 接口 中的方法org.apache.shardingsphere.data.pipeline.spi.ddlgenerator.CreateTableSQLGenerator
-
Generate create table SQLs.
- getAllInstances() - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.check.consistency.DataConsistencyCalculateAlgorithmFactory
-
Get all data consistency calculate algorithm instances.
- getBeginValue() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
-
- getBeginValue() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
-
Get begin value.
- getColumn(int) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
-
Get column by index.
- getColumnCount() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
-
Return column count.
- getColumnMetaData(int) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineTableMetaData
-
Get column metadata.
- getColumnMetaData(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineTableMetaData
-
Get column metadata.
- getConnection() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
-
- getConnection(String, String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
-
- getConsistencyCheckJobPublicAPI() - 类 中的静态方法org.apache.shardingsphere.data.pipeline.api.PipelineJobPublicAPIFactory
-
Get instance of consistency check job public API.
- getDatabaseType() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
-
Get database type.
- getDataSource(PipelineDataSourceConfiguration) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceManager
-
Get cached data source.
- getDataSourceConfiguration() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
-
- getDataSourceConfiguration() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
-
- getDataSourceConfiguration() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
-
- getDataSourceName() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
-
Get data source name.
- getEndValue() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
-
- getEndValue() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
-
Get end value.
- getFormatVersion() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.job.PipelineJobId
-
Get format version.
- getIncrementalLatestActiveTimeMillis() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemIncrementalTasksProgress
-
Get incremental latest active time milliseconds.
- getIncrementalPosition() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemIncrementalTasksProgress
-
Get incremental position.
- getInstance(String) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.datasource.JdbcQueryPropertiesExtensionFactory
-
Get instance of JDBC query properties extension.
- getInstance(DatabaseType) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.ddlgenerator.CreateTableSQLGeneratorFactory
-
Get instance of create table SQL generator.
- getInstance(String) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.importer.ImporterCreatorFactory
-
Get importer creator instance.
- getInstance(String) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.ingest.dumper.IncrementalDumperCreatorFactory
-
Get incremental dumper creator.
- getInstance(String) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializerFactory
-
Get instance of position initializer.
- getInventoryFinishedPercentage() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemInventoryTasksProgress
-
Get inventory finished percentage.
- getInventoryIncrementalJobPublicAPI(String) - 类 中的静态方法org.apache.shardingsphere.data.pipeline.api.PipelineJobPublicAPIFactory
-
Get instance of inventory incremental job public API.
- getInventoryPosition(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.job.progress.JobItemInventoryTasksProgress
-
Get inventory position.
- getJobConfig() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
-
Get job configuration.
- getJobId() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
-
Get job id.
- getJobId() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.yaml.YamlPipelineJobConfiguration
-
Get job id.
- getJobId() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
-
Get job id.
- getJobItemContext() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.task.PipelineTasksRunner
-
Get job item context.
- getJobMetaData() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.pojo.PipelineJobInfo
-
Get job meta data.
- getJobProcessContext() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
-
Get job process context.
- getJobProgress(String) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.InventoryIncrementalJobPublicAPI
-
Get job progress.
- getJobProgressInfo(String) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.ConsistencyCheckJobPublicAPI
-
Get consistency job progress info.
- getJobShardingCount() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.ConsistencyCheckJobConfiguration
-
Get job sharding count.
- getJobShardingCount() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.MigrationJobConfiguration
-
Get job sharding count.
- getJobShardingCount() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
-
Get job sharding count.
- getJobType() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.PipelineJobPublicAPI
-
Get job type.
- getJobTypeCode() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.job.PipelineJobId
-
Get job type code.
- getKey() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
-
Get key.
- getLatestDataConsistencyCheckResult(String) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.ConsistencyCheckJobPublicAPI
-
Get latest data consistency check result.
- getLogicTableName(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Get logic table name.
- getLogicTableNames() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.ImporterConfiguration
-
Get logic table names.
- getLoginTimeout() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
-
- getLogWriter() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
-
- getMarshalledTextEstimatedLength() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datanode.JobDataNodeEntry
-
Get marshalled text estimated length.
- getMigrationJobPublicAPI() - 类 中的静态方法org.apache.shardingsphere.data.pipeline.api.PipelineJobPublicAPIFactory
-
Get instance of migration job public API.
- getOldKey() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.record.DataRecord
-
Get old key.
- getParameter() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
-
Get parameter.
- getParentLogger() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.PipelineDataSourceWrapper
-
- getPipelineProcessConfig() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.context.PipelineProcessContext
-
Get pipeline process config.
- getRecordsCount() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.check.consistency.DataConsistencyCalculatedResult
-
Get records count.
- getSchemaName(LogicTableName) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.ImporterConfiguration
-
Get schema name.
- getSchemaName(LogicTableName) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Get schema name.
- getSchemaName(ActualTableName) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Get schema name.
- getSchemaName(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Get schema name.
- getSchemaName(LogicTableName) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Get schema name.
- getShardingColumns(String) - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.ImporterConfiguration
-
Get sharding columns.
- getShardingItem() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
-
Get sharding item.
- getSourceDatabaseType() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.ConsistencyCheckJobConfiguration
-
- getSourceDatabaseType() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.PipelineJobConfiguration
-
Get source database type.
- getStatus() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.context.PipelineJobItemContext
-
Get job status.
- getStatus() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.job.progress.PipelineJobItemProgress
-
Get job status.
- getTableMetaData(String, String) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.metadata.loader.PipelineTableMetaDataLoader
-
Get table meta data, load if meta data absent.
- getTargetDatabaseName() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.config.job.yaml.YamlPipelineJobConfiguration
-
Get database name.
- getTasksRunner(int) - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.job.PipelineJob
-
Get tasks runner.
- getType() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.ShardingSpherePipelineDataSourceConfiguration
-
- getType() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
-
- getType() - 接口 中的方法org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
-
Get type.
- getType() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition
-
- getType() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
-
- getType() - 类 中的方法org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
-
- GroupedDataRecord - org.apache.shardingsphere.data.pipeline.api.ingest.record中的类
-
- GroupedDataRecord() - 类 的构造器org.apache.shardingsphere.data.pipeline.api.ingest.record.GroupedDataRecord
-